aboutsummaryrefslogtreecommitdiff
path: root/node_modules/archiver-utils/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/archiver-utils/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/archiver-utils/package.json')
-rw-r--r--node_modules/archiver-utils/package.json169
1 files changed, 51 insertions, 118 deletions
diff --git a/node_modules/archiver-utils/package.json b/node_modules/archiver-utils/package.json
index 5ca9af117..97c6abde9 100644
--- a/node_modules/archiver-utils/package.json
+++ b/node_modules/archiver-utils/package.json
@@ -1,118 +1,51 @@
-{
- "_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"
-}
+{
+ "name": "archiver-utils",
+ "version": "1.3.0",
+ "license": "MIT",
+ "description": "utility functions for archiver",
+ "homepage": "https://github.com/archiverjs/archiver-utils",
+ "author": {
+ "name": "Chris Talkington",
+ "url": "http://christalkington.com/"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/archiverjs/archiver-utils.git"
+ },
+ "bugs": {
+ "url": "https://github.com/archiverjs/archiver-utils/issues"
+ },
+ "homepage": "https://github.com/archiverjs/archiver-utils#readme",
+ "keywords": [
+ "archiver",
+ "utils"
+ ],
+ "main": "index.js",
+ "files": [
+ "index.js",
+ "file.js"
+ ],
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "scripts": {
+ "test": "mocha --reporter dot"
+ },
+ "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"
+ },
+ "devDependencies": {
+ "chai": "^3.4.0",
+ "mocha": "^2.3.3",
+ "rimraf": "^2.4.2",
+ "mkdirp": "^0.5.0"
+ },
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ }
+} \ No newline at end of file