aboutsummaryrefslogtreecommitdiff
path: root/node_modules/archiver/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/archiver/package.json')
-rw-r--r--node_modules/archiver/package.json129
1 files changed, 129 insertions, 0 deletions
diff --git a/node_modules/archiver/package.json b/node_modules/archiver/package.json
new file mode 100644
index 000000000..48f0367e3
--- /dev/null
+++ b/node_modules/archiver/package.json
@@ -0,0 +1,129 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "archiver@^1.0.0",
+ "scope": null,
+ "escapedName": "archiver",
+ "name": "archiver",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/gulp-tar"
+ ]
+ ],
+ "_from": "archiver@>=1.0.0 <2.0.0",
+ "_id": "archiver@1.1.0",
+ "_inCache": true,
+ "_location": "/archiver",
+ "_nodeVersion": "4.4.7",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/archiver-1.1.0.tgz_1472514513200_0.19586061546579003"
+ },
+ "_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@^1.0.0",
+ "scope": null,
+ "escapedName": "archiver",
+ "name": "archiver",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/gulp-tar"
+ ],
+ "_resolved": "https://registry.npmjs.org/archiver/-/archiver-1.1.0.tgz",
+ "_shasum": "e1e8c4d356cf155308f351d60cc18cb6fb2344ee",
+ "_shrinkwrap": null,
+ "_spec": "archiver@^1.0.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-tar",
+ "author": {
+ "name": "Chris Talkington",
+ "url": "http://christalkington.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/archiverjs/node-archiver/issues"
+ },
+ "dependencies": {
+ "archiver-utils": "^1.3.0",
+ "async": "^2.0.0",
+ "buffer-crc32": "^0.2.1",
+ "glob": "^7.0.0",
+ "lodash": "^4.8.0",
+ "readable-stream": "^2.0.0",
+ "tar-stream": "^1.5.0",
+ "zip-stream": "^1.1.0"
+ },
+ "description": "a streaming interface for archive generation",
+ "devDependencies": {
+ "archiver-jsdoc-theme": "^1.0.0",
+ "chai": "^3.4.0",
+ "jsdoc": "~3.4.0",
+ "mkdirp": "^0.5.0",
+ "mocha": "^2.3.3",
+ "rimraf": "^2.4.2",
+ "stream-bench": "^0.1.2",
+ "tar": "^2.2.1",
+ "yauzl": "^2.3.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "e1e8c4d356cf155308f351d60cc18cb6fb2344ee",
+ "tarball": "https://registry.npmjs.org/archiver/-/archiver-1.1.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "files": [
+ "index.js",
+ "lib"
+ ],
+ "gitHead": "38ff225bdcf0ad4ff1e6395212922498d1f2e270",
+ "homepage": "https://github.com/archiverjs/node-archiver",
+ "keywords": [
+ "archive",
+ "archiver",
+ "stream",
+ "zip",
+ "tar"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "ctalkington",
+ "email": "chris@christalkington.com"
+ }
+ ],
+ "name": "archiver",
+ "optionalDependencies": {},
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ },
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/archiverjs/node-archiver.git"
+ },
+ "scripts": {
+ "bench": "node benchmark/simple/pack-zip.js",
+ "jsdoc": "jsdoc -c jsdoc.json README.md",
+ "test": "mocha --reporter dot"
+ },
+ "version": "1.1.0"
+}