aboutsummaryrefslogtreecommitdiff
path: root/node_modules/compress-commons/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/compress-commons/package.json')
-rw-r--r--node_modules/compress-commons/package.json115
1 files changed, 115 insertions, 0 deletions
diff --git a/node_modules/compress-commons/package.json b/node_modules/compress-commons/package.json
new file mode 100644
index 000000000..193a20e86
--- /dev/null
+++ b/node_modules/compress-commons/package.json
@@ -0,0 +1,115 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "compress-commons@^1.1.0",
+ "scope": null,
+ "escapedName": "compress-commons",
+ "name": "compress-commons",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/zip-stream"
+ ]
+ ],
+ "_from": "compress-commons@>=1.1.0 <2.0.0",
+ "_id": "compress-commons@1.1.0",
+ "_inCache": true,
+ "_location": "/compress-commons",
+ "_nodeVersion": "4.4.7",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/compress-commons-1.1.0.tgz_1472322432534_0.46580693405121565"
+ },
+ "_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": "compress-commons@^1.1.0",
+ "scope": null,
+ "escapedName": "compress-commons",
+ "name": "compress-commons",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/zip-stream"
+ ],
+ "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.1.0.tgz",
+ "_shasum": "9f4460bb1288564c7473916e0298aa3c320dcadb",
+ "_shrinkwrap": null,
+ "_spec": "compress-commons@^1.1.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/zip-stream",
+ "author": {
+ "name": "Chris Talkington",
+ "url": "http://christalkington.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/archiverjs/node-compress-commons/issues"
+ },
+ "dependencies": {
+ "buffer-crc32": "^0.2.1",
+ "crc32-stream": "^1.0.0",
+ "normalize-path": "^2.0.0",
+ "readable-stream": "^2.0.0"
+ },
+ "description": "a library that defines a common interface for working with archive formats within node",
+ "devDependencies": {
+ "chai": "^3.4.0",
+ "mkdirp": "^0.5.0",
+ "mocha": "^2.3.3",
+ "rimraf": "^2.4.3"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "9f4460bb1288564c7473916e0298aa3c320dcadb",
+ "tarball": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.1.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "files": [
+ "lib"
+ ],
+ "gitHead": "448041945474a3e543578f8548f9c4cba471225e",
+ "homepage": "https://github.com/archiverjs/node-compress-commons",
+ "keywords": [
+ "compress",
+ "commons",
+ "archive"
+ ],
+ "license": "MIT",
+ "main": "lib/compress-commons.js",
+ "maintainers": [
+ {
+ "name": "ctalkington",
+ "email": "chris@christalkington.com"
+ }
+ ],
+ "name": "compress-commons",
+ "optionalDependencies": {},
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ },
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/archiverjs/node-compress-commons.git"
+ },
+ "scripts": {
+ "test": "mocha --reporter dot"
+ },
+ "version": "1.1.0"
+}