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.
79 lines
1.8 KiB
79 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"archiver-utils@1.3.0",
|
|
"/var/www/htdocs/coze"
|
|
]
|
|
],
|
|
"_from": "archiver-utils@1.3.0",
|
|
"_id": "archiver-utils@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
|
|
"_location": "/archiver-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "archiver-utils@1.3.0",
|
|
"name": "archiver-utils",
|
|
"escapedName": "archiver-utils",
|
|
"rawSpec": "1.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver",
|
|
"/zip-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-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/archiver-utils/issues"
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.0.0",
|
|
"graceful-fs": "^4.1.0",
|
|
"lazystream": "^1.0.0",
|
|
"lodash": "^4.8.0",
|
|
"normalize-path": "^2.0.0",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"description": "utility functions for archiver",
|
|
"devDependencies": {
|
|
"chai": "^3.4.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^2.3.3",
|
|
"rimraf": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"file.js"
|
|
],
|
|
"homepage": "https://github.com/archiverjs/archiver-utils#readme",
|
|
"keywords": [
|
|
"archiver",
|
|
"utils"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "archiver-utils",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archiverjs/archiver-utils.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter dot"
|
|
},
|
|
"version": "1.3.0"
|
|
}
|