wallet-core/node_modules/archiver-utils/package.json
2016-10-10 03:43:44 +02:00

119 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "archiver-utils@^1.3.0",
"scope": null,
"escapedName": "archiver-utils",
"name": "archiver-utils",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex/node_modules/archiver"
]
],
"_from": "archiver-utils@>=1.3.0 <2.0.0",
"_id": "archiver-utils@1.3.0",
"_inCache": true,
"_location": "/archiver-utils",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/archiver-utils-1.3.0.tgz_1472323339684_0.734533135779202"
},
"_npmUser": {
"name": "ctalkington",
"email": "chris@talkingtontech.com"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"process-nextick-args": "1.0.7",
"string_decoder": "0.10.31",
"util-deprecate": "1.0.2"
},
"_requested": {
"raw": "archiver-utils@^1.3.0",
"scope": null,
"escapedName": "archiver-utils",
"name": "archiver-utils",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/archiver",
"/zip-stream"
],
"_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
"_shasum": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174",
"_shrinkwrap": null,
"_spec": "archiver-utils@^1.3.0",
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/archiver",
"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"
},
"directories": {},
"dist": {
"shasum": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174",
"tarball": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"file.js"
],
"gitHead": "f70a0a3c2c83f128ce8ac1497cfaf6ef4ca8be4d",
"homepage": "https://github.com/archiverjs/archiver-utils#readme",
"keywords": [
"archiver",
"utils"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ctalkington",
"email": "chris@talkingtontech.com"
}
],
"name": "archiver-utils",
"optionalDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/archiver-utils.git"
},
"scripts": {
"test": "mocha --reporter dot"
},
"version": "1.3.0"
}