frappe_docker/frappe-bench/node_modules/extract-zip/package.json
2017-07-31 15:51:51 +05:30

110 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "extract-zip@^1.6.5",
"scope": null,
"escapedName": "extract-zip",
"name": "extract-zip",
"rawSpec": "^1.6.5",
"spec": ">=1.6.5 <2.0.0",
"type": "range"
},
"/home/frappe/frappe-bench/node_modules/chromedriver"
]
],
"_from": "extract-zip@>=1.6.5 <2.0.0",
"_id": "extract-zip@1.6.5",
"_inCache": true,
"_installable": true,
"_location": "/extract-zip",
"_nodeVersion": "6.10.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/extract-zip-1.6.5.tgz_1493615442815_0.5959967295639217"
},
"_npmUser": {
"name": "malept",
"email": "nodejs.npm.nospam@lazymalevolence.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"minimist": "0.0.8"
},
"_requested": {
"raw": "extract-zip@^1.6.5",
"scope": null,
"escapedName": "extract-zip",
"name": "extract-zip",
"rawSpec": "^1.6.5",
"spec": ">=1.6.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/chromedriver"
],
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.5.tgz",
"_shasum": "99a06735b6ea20ea9b705d779acffcc87cff0440",
"_shrinkwrap": null,
"_spec": "extract-zip@^1.6.5",
"_where": "/home/frappe/frappe-bench/node_modules/chromedriver",
"author": {
"name": "max ogden"
},
"bin": {
"extract-zip": "cli.js"
},
"bugs": {
"url": "https://github.com/maxogden/extract-zip/issues"
},
"dependencies": {
"concat-stream": "1.6.0",
"debug": "2.2.0",
"mkdirp": "0.5.0",
"yauzl": "2.4.1"
},
"description": "unzip a zip file into a directory using 100% javascript",
"devDependencies": {
"rimraf": "^2.2.8",
"standard": "^5.2.2",
"tape": "^4.2.0",
"temp": "^0.8.3"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "99a06735b6ea20ea9b705d779acffcc87cff0440",
"tarball": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.5.tgz"
},
"gitHead": "f200e35cca79a0cafb89c001c5e9d93486c92870",
"homepage": "https://github.com/maxogden/extract-zip#readme",
"keywords": [
"unzip",
"zip",
"extract"
],
"license": "BSD-2-Clause",
"main": "index.js",
"maintainers": [
{
"name": "malept",
"email": "nodejs.npm.nospam@lazymalevolence.com"
},
{
"name": "maxogden",
"email": "max@maxogden.com"
}
],
"name": "extract-zip",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/extract-zip.git"
},
"scripts": {
"test": "standard && node test/test.js"
},
"version": "1.6.5"
}