我智商爆棚
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.
 
 
 
 
 

87 lines
2.2 KiB

{
"_from": "archiver@^5.1.0",
"_id": "archiver@5.1.0",
"_inBundle": false,
"_integrity": "sha1-BbD294NvPmNWoFMnY9K7kQF6fjc=",
"_location": "/archiver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "archiver@^5.1.0",
"name": "archiver",
"escapedName": "archiver",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npm.taobao.org/archiver/download/archiver-5.1.0.tgz?cache=0&sync_timestamp=1605848138618&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Farchiver%2Fdownload%2Farchiver-5.1.0.tgz",
"_shasum": "05b0f6f7836f3e6356a0532763d2bb91017a7e37",
"_spec": "archiver@^5.1.0",
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"bugs": {
"url": "https://github.com/archiverjs/node-archiver/issues"
},
"bundleDependencies": false,
"dependencies": {
"archiver-utils": "^2.1.0",
"async": "^3.2.0",
"buffer-crc32": "^0.2.1",
"readable-stream": "^3.6.0",
"readdir-glob": "^1.0.0",
"tar-stream": "^2.1.4",
"zip-stream": "^4.0.4"
},
"deprecated": false,
"description": "a streaming interface for archive generation",
"devDependencies": {
"archiver-jsdoc-theme": "^1.1.3",
"chai": "^4.2.0",
"jsdoc": "^3.6.4",
"mkdirp": "^1.0.4",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"stream-bench": "^0.1.2",
"tar": "^6.0.2",
"yauzl": "^2.9.0"
},
"engines": {
"node": ">= 10"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/archiverjs/node-archiver",
"keywords": [
"archive",
"archiver",
"stream",
"zip",
"tar"
],
"license": "MIT",
"main": "index.js",
"name": "archiver",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/node-archiver.git"
},
"scripts": {
"bench": "node benchmark/simple/pack-zip.js",
"jsdoc": "jsdoc -c jsdoc.json README.md",
"test": "mocha --reporter dot"
},
"version": "5.1.0"
}