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.
74 lines
1.9 KiB
74 lines
1.9 KiB
{
|
|
"_from": "zip-stream@^4.0.4",
|
|
"_id": "zip-stream@4.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Oo8QC3Ovqn0a6TONkQsyHex3/zo=",
|
|
"_location": "/zip-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "zip-stream@^4.0.4",
|
|
"name": "zip-stream",
|
|
"escapedName": "zip-stream",
|
|
"rawSpec": "^4.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/zip-stream/download/zip-stream-4.0.4.tgz?cache=0&sync_timestamp=1605761915865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fzip-stream%2Fdownload%2Fzip-stream-4.0.4.tgz",
|
|
"_shasum": "3a8f100b73afaa7d1ae9338d910b321dec77ff3a",
|
|
"_spec": "zip-stream@^4.0.4",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\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": "^2.1.0",
|
|
"compress-commons": "^4.0.2",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a streaming zip archive generator.",
|
|
"devDependencies": {
|
|
"archiver-jsdoc-theme": "^1.1.3",
|
|
"chai": "^4.2.0",
|
|
"jsdoc": "^3.6.4",
|
|
"minami": "^1.1.0",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^8.0.1",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"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",
|
|
"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": "4.0.4"
|
|
}
|
|
|