blob: 9883fa67ff7602843e54e69625933a0db8db501d [file] [log] [blame]
{
"_args": [
[
"jszip@3.1.5",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "jszip@3.1.5",
"_id": "jszip@3.1.5",
"_inBundle": false,
"_integrity": "sha512-5W8NUaFRFRqTOL7ZDDrx5qWHJyBXy6velVudIzQUSoqAAYqzSh2Z7/m0Rf1QbmQJccegD0r+YZxBjzqoBiEeJQ==",
"_location": "/jszip",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jszip@3.1.5",
"name": "jszip",
"escapedName": "jszip",
"rawSpec": "3.1.5",
"saveSpec": null,
"fetchSpec": "3.1.5"
},
"_requiredBy": [
"/selenium-webdriver"
],
"_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.1.5.tgz",
"_spec": "3.1.5",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Stuart Knightley",
"email": "stuart@stuartk.com"
},
"browser": {
"readable-stream": "./lib/readable-stream-browser.js"
},
"bugs": {
"url": "https://github.com/Stuk/jszip/issues"
},
"contributors": [
{
"name": "Franz Buchinger"
},
{
"name": "António Afonso"
},
{
"name": "David Duponchel"
},
{
"name": "yiminghe"
}
],
"dependencies": {
"core-js": "~2.3.0",
"es6-promise": "~3.0.2",
"lie": "~3.1.0",
"pako": "~1.0.2",
"readable-stream": "~2.0.6"
},
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
"devDependencies": {
"browserify": "~13.0.0",
"grunt": "~0.4.1",
"grunt-browserify": "~5.0.0",
"grunt-cli": "~1.1.0",
"grunt-contrib-connect": "1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-saucelabs": "8.6.2",
"jshint": "~2.9.1",
"jszip-utils": "~0.0.2",
"package-json-versionify": "1.0.2",
"phantomjs-prebuilt": "2.1.15",
"qunit-cli": "~0.2.0",
"qunitjs": "~1.23.0",
"tmp": "0.0.28"
},
"homepage": "https://github.com/Stuk/jszip#readme",
"keywords": [
"zip",
"deflate",
"inflate"
],
"license": "(MIT OR GPL-3.0)",
"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": "qunit-cli -c test/helpers/test-utils.js test/helpers/node-test-utils.js test/asserts/*.js"
},
"version": "3.1.5"
}