First commit
This commit is contained in:
+56
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "file-saverjs@^1.3.6",
|
||||
"_id": "file-saverjs@1.3.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-t6RU4Sb1bPcfy3AVm4NWFCZU544=",
|
||||
"_location": "/file-saverjs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "file-saverjs@^1.3.6",
|
||||
"name": "file-saverjs",
|
||||
"escapedName": "file-saverjs",
|
||||
"rawSpec": "^1.3.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/openfl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/file-saverjs/-/file-saverjs-1.3.6.tgz",
|
||||
"_shasum": "b7a454e126f56cf71fcb70159b8356142654e78e",
|
||||
"_spec": "file-saverjs@^1.3.6",
|
||||
"_where": "/home/andreas/Documents/Projects/haxe/openfl/nigger/node_modules/openfl",
|
||||
"authors": [
|
||||
"clarketm <travis.m.clarke@gmail.com>",
|
||||
"eligrey <~@eligrey.com>"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/clarketm/FileSaver.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "An HTML5 saveAs() FileSaver implementation",
|
||||
"devDependencies": {
|
||||
"uglify-js": "^2.7.4"
|
||||
},
|
||||
"homepage": "https://github.com/clarketm/FileSaver.js#readme",
|
||||
"keywords": [
|
||||
"filesaver",
|
||||
"saveas",
|
||||
"blob"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "FileSaver.js",
|
||||
"name": "file-saverjs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/clarketm/FileSaver.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "uglifyjs FileSaver.js --mangle --comments '/^!|@preserve|@license|@cc_on/i' > FileSaver.min.js",
|
||||
"test": "exit 0"
|
||||
},
|
||||
"version": "1.3.6"
|
||||
}
|
||||
Reference in New Issue
Block a user