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.
91 lines
2.0 KiB
91 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"archiver@1.3.0",
|
|
"/var/www/htdocs/coze"
|
|
]
|
|
],
|
|
"_from": "archiver@1.3.0",
|
|
"_id": "archiver@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=",
|
|
"_location": "/archiver",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "archiver@1.3.0",
|
|
"name": "archiver",
|
|
"escapedName": "archiver",
|
|
"rawSpec": "1.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jquery"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
|
|
"_spec": "1.3.0",
|
|
"_where": "/var/www/htdocs/coze",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/node-archiver/issues"
|
|
},
|
|
"dependencies": {
|
|
"archiver-utils": "^1.3.0",
|
|
"async": "^2.0.0",
|
|
"buffer-crc32": "^0.2.1",
|
|
"glob": "^7.0.0",
|
|
"lodash": "^4.8.0",
|
|
"readable-stream": "^2.0.0",
|
|
"tar-stream": "^1.5.0",
|
|
"walkdir": "^0.0.11",
|
|
"zip-stream": "^1.1.0"
|
|
},
|
|
"description": "a streaming interface for archive generation",
|
|
"devDependencies": {
|
|
"archiver-jsdoc-theme": "^1.0.0",
|
|
"chai": "^3.4.0",
|
|
"jsdoc": "~3.4.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^3.1.1",
|
|
"rimraf": "^2.4.2",
|
|
"stream-bench": "^0.1.2",
|
|
"tar": "^2.2.1",
|
|
"yauzl": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"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": "1.3.0"
|
|
}
|