aboutsummaryrefslogtreecommitdiff
path: root/node_modules/archiver-utils/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/archiver-utils/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/archiver-utils/package.json')
-rw-r--r--node_modules/archiver-utils/package.json118
1 files changed, 118 insertions, 0 deletions
diff --git a/node_modules/archiver-utils/package.json b/node_modules/archiver-utils/package.json
new file mode 100644
index 000000000..5ca9af117
--- /dev/null
+++ b/node_modules/archiver-utils/package.json
@@ -0,0 +1,118 @@
+{
+ "_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"
+}