aboutsummaryrefslogtreecommitdiff
path: root/node_modules/zip-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/zip-stream/package.json')
-rw-r--r--node_modules/zip-stream/package.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/node_modules/zip-stream/package.json b/node_modules/zip-stream/package.json
new file mode 100644
index 000000000..5e0ed976a
--- /dev/null
+++ b/node_modules/zip-stream/package.json
@@ -0,0 +1,119 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "zip-stream@^1.1.0",
+ "scope": null,
+ "escapedName": "zip-stream",
+ "name": "zip-stream",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/archiver"
+ ]
+ ],
+ "_from": "zip-stream@>=1.1.0 <2.0.0",
+ "_id": "zip-stream@1.1.0",
+ "_inCache": true,
+ "_location": "/zip-stream",
+ "_nodeVersion": "4.4.7",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/zip-stream-1.1.0.tgz_1472324082028_0.17289348132908344"
+ },
+ "_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": "zip-stream@^1.1.0",
+ "scope": null,
+ "escapedName": "zip-stream",
+ "name": "zip-stream",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/archiver"
+ ],
+ "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.0.tgz",
+ "_shasum": "2ad479fffc168e05a888e8c348ff6813b3f13733",
+ "_shrinkwrap": null,
+ "_spec": "zip-stream@^1.1.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/node-zip-stream/issues"
+ },
+ "dependencies": {
+ "archiver-utils": "^1.3.0",
+ "compress-commons": "^1.1.0",
+ "lodash": "^4.8.0",
+ "readable-stream": "^2.0.0"
+ },
+ "description": "a streaming zip archive generator.",
+ "devDependencies": {
+ "chai": "^3.4.0",
+ "jsdoc": "^3.4.0",
+ "minami": "^1.1.0",
+ "mkdirp": "^0.5.0",
+ "mocha": "^2.3.3",
+ "rimraf": "^2.4.3"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "2ad479fffc168e05a888e8c348ff6813b3f13733",
+ "tarball": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "gitHead": "01200700dc465cff1980908f14e93d1455f7d771",
+ "homepage": "https://github.com/archiverjs/node-zip-stream",
+ "keywords": [
+ "archive",
+ "stream",
+ "zip-stream",
+ "zip"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "ctalkington",
+ "email": "chris@christalkington.com"
+ }
+ ],
+ "name": "zip-stream",
+ "optionalDependencies": {},
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ },
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/archiverjs/node-zip-stream.git"
+ },
+ "scripts": {
+ "gendocs": "jsdoc -c jsdoc.json readme.md",
+ "test": "mocha --reporter dot"
+ },
+ "version": "1.1.0"
+}