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.
88 lines
2.2 KiB
88 lines
2.2 KiB
{
|
|
"_from": "archiver-utils@^2.1.0",
|
|
"_id": "archiver-utils@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-6KRg6UtpPD49oYKgmMpihbqSSeI=",
|
|
"_location": "/archiver-utils",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.4",
|
|
"isarray": "1.0.0",
|
|
"process-nextick-args": "2.0.1",
|
|
"safe-buffer": "5.1.2",
|
|
"string_decoder": "1.1.1",
|
|
"util-deprecate": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "archiver-utils@^2.1.0",
|
|
"name": "archiver-utils",
|
|
"escapedName": "archiver-utils",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver",
|
|
"/zip-stream"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/archiver-utils/download/archiver-utils-2.1.0.tgz",
|
|
"_shasum": "e8a460e94b693c3e3da182a098ca6285ba9249e2",
|
|
"_spec": "archiver-utils@^2.1.0",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\archiver",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/archiver-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.0",
|
|
"lazystream": "^1.0.0",
|
|
"lodash.defaults": "^4.2.0",
|
|
"lodash.difference": "^4.5.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.union": "^4.6.0",
|
|
"normalize-path": "^3.0.0",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "utility functions for archiver",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^5.0.0",
|
|
"rimraf": "^2.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"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": "2.1.0"
|
|
}
|
|
|