aboutsummaryrefslogtreecommitdiff
path: root/node_modules/compress-commons/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/compress-commons/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
node_modules
Diffstat (limited to 'node_modules/compress-commons/package.json')
-rw-r--r--node_modules/compress-commons/package.json163
1 files changed, 48 insertions, 115 deletions
diff --git a/node_modules/compress-commons/package.json b/node_modules/compress-commons/package.json
index 193a20e86..48fd81a29 100644
--- a/node_modules/compress-commons/package.json
+++ b/node_modules/compress-commons/package.json
@@ -1,115 +1,48 @@
-{
- "_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"
-}
+{
+ "name": "compress-commons",
+ "version": "1.1.0",
+ "description": "a library that defines a common interface for working with archive formats within node",
+ "homepage": "https://github.com/archiverjs/node-compress-commons",
+ "author": {
+ "name": "Chris Talkington",
+ "url": "http://christalkington.com/"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/archiverjs/node-compress-commons.git"
+ },
+ "bugs": {
+ "url": "https://github.com/archiverjs/node-compress-commons/issues"
+ },
+ "license": "MIT",
+ "main": "lib/compress-commons.js",
+ "files": [
+ "lib"
+ ],
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "scripts": {
+ "test": "mocha --reporter dot"
+ },
+ "dependencies": {
+ "buffer-crc32": "^0.2.1",
+ "crc32-stream": "^1.0.0",
+ "normalize-path": "^2.0.0",
+ "readable-stream": "^2.0.0"
+ },
+ "devDependencies": {
+ "chai": "^3.4.0",
+ "mocha": "^2.3.3",
+ "rimraf": "^2.4.3",
+ "mkdirp": "^0.5.0"
+ },
+ "keywords": [
+ "compress",
+ "commons",
+ "archive"
+ ],
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ }
+} \ No newline at end of file