thedesk/node_modules/jszip/package.json
2018-08-05 01:26:34 +09:00

86 lines
2.0 KiB
JSON

{
"_from": "jszip@2.5.0",
"_id": "jszip@2.5.0",
"_inBundle": false,
"_integrity": "sha1-dET9hVHd8+XacZj+oMkbyDCMwnQ=",
"_location": "/jszip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jszip@2.5.0",
"name": "jszip",
"escapedName": "jszip",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/node-zip"
],
"_resolved": "https://registry.npmjs.org/jszip/-/jszip-2.5.0.tgz",
"_shasum": "7444fd8551ddf3e5da7198fea0c91bc8308cc274",
"_spec": "jszip@2.5.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\node_modules\\node-zip",
"author": {
"name": "Stuart Knightley",
"email": "stuart@stuartk.com"
},
"bugs": {
"url": "https://github.com/Stuk/jszip/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Franz Buchinger"
},
{
"name": "António Afonso"
},
{
"name": "David Duponchel"
},
{
"name": "yiminghe"
}
],
"dependencies": {
"pako": "~0.2.5"
},
"deprecated": false,
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
"devDependencies": {
"browserify": "~4.1.4",
"grunt": "~0.4.1",
"grunt-browserify": "~2.1.0",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-saucelabs": "~7.0.0",
"jshint": "~2.5.1",
"jszip-utils": "~0.0.2",
"qunit": "~0.6.3"
},
"homepage": "https://github.com/Stuk/jszip#readme",
"keywords": [
"zip",
"deflate",
"inflate"
],
"license": "MIT or GPLv3",
"main": "./lib/index",
"name": "jszip",
"repository": {
"type": "git",
"url": "git+https://github.com/Stuk/jszip.git"
},
"scripts": {
"lint": "grunt jshint",
"test": "npm run test-node && npm run test-browser",
"test-browser": "grunt build && grunt test",
"test-node": "cd test && qunit -c node.js -t test.js"
},
"version": "2.5.0"
}