You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.8 KiB
81 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"zip-stream@1.2.0",
|
|
"/var/www/htdocs/coze"
|
|
]
|
|
],
|
|
"_from": "zip-stream@1.2.0",
|
|
"_id": "zip-stream@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=",
|
|
"_location": "/zip-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "zip-stream@1.2.0",
|
|
"name": "zip-stream",
|
|
"escapedName": "zip-stream",
|
|
"rawSpec": "1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz",
|
|
"_spec": "1.2.0",
|
|
"_where": "/var/www/htdocs/coze",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/node-zip-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"archiver-utils": "^1.3.0",
|
|
"compress-commons": "^1.2.0",
|
|
"lodash": "^4.8.0",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"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"
|
|
}
|