forked from enviPath/enviPy
79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
{
|
|
"_from": "zip-stream@^1.1.0",
|
|
"_id": "zip-stream@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=",
|
|
"_location": "/zip-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "zip-stream@^1.1.0",
|
|
"name": "zip-stream",
|
|
"escapedName": "zip-stream",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz",
|
|
"_shasum": "a8bc45f4c1b49699c6b90198baacaacdbcd4ba04",
|
|
"_spec": "zip-stream@^1.1.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/archiver",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/node-zip-stream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"archiver-utils": "^1.3.0",
|
|
"compress-commons": "^1.2.0",
|
|
"lodash": "^4.8.0",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a streaming zip archive generator.",
|
|
"devDependencies": {
|
|
"archiver-jsdoc-theme": "^1.0.0",
|
|
"chai": "^4.0.0",
|
|
"jsdoc": "~3.4.0",
|
|
"minami": "^1.1.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^3.2.0",
|
|
"rimraf": "^2.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/archiverjs/node-zip-stream",
|
|
"keywords": [
|
|
"archive",
|
|
"stream",
|
|
"zip-stream",
|
|
"zip"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "zip-stream",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archiverjs/node-zip-stream.git"
|
|
},
|
|
"scripts": {
|
|
"jsdoc": "jsdoc -c jsdoc.json README.md",
|
|
"test": "mocha --reporter dot"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|