mini.css/node_modules/file-saver/package.json
Angelos Chalaris 11e48409bb Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00

57 lines
1.5 KiB
JSON

{
"_from": "file-saver",
"_id": "file-saver@1.3.8",
"_inBundle": false,
"_integrity": "sha512-spKHSBQIxxS81N/O21WmuXA2F6wppUCsutpzenOeZzOCCJ5gEfcbqJP983IrpLXzYmXnMUa6J03SubcNPdKrlg==",
"_location": "/file-saver",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "file-saver",
"name": "file-saver",
"escapedName": "file-saver",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/file-saver/-/file-saver-1.3.8.tgz",
"_shasum": "e68a30c7cb044e2fb362b428469feb291c2e09d8",
"_spec": "file-saver",
"_where": "E:\\git Repositories\\minicss",
"author": {
"name": "Eli Grey",
"email": "me@eligrey.com"
},
"bugs": {
"url": "https://github.com/eligrey/FileSaver.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An HTML5 saveAs() FileSaver implementation",
"devDependencies": {
"uglify-js": "^2.6.2"
},
"homepage": "https://github.com/eligrey/FileSaver.js#readme",
"keywords": [
"filesaver",
"saveas",
"blob"
],
"license": "MIT",
"main": "FileSaver.js",
"name": "file-saver",
"repository": {
"type": "git",
"url": "git+https://github.com/eligrey/FileSaver.js.git"
},
"scripts": {
"build": "uglifyjs FileSaver.js --mangle --comments /@source/ > FileSaver.min.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"version": "1.3.8"
}