diff options
Diffstat (limited to 'node_modules/crc32-stream/package.json')
| -rw-r--r-- | node_modules/crc32-stream/package.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/node_modules/crc32-stream/package.json b/node_modules/crc32-stream/package.json new file mode 100644 index 000000000..45e0c9571 --- /dev/null +++ b/node_modules/crc32-stream/package.json @@ -0,0 +1,112 @@ +{ + "_args": [ + [ + { + "raw": "crc32-stream@^1.0.0", + "scope": null, + "escapedName": "crc32-stream", + "name": "crc32-stream", + "rawSpec": "^1.0.0", + "spec": ">=1.0.0 <2.0.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex/node_modules/compress-commons" + ] + ], + "_from": "crc32-stream@>=1.0.0 <2.0.0", + "_id": "crc32-stream@1.0.0", + "_inCache": true, + "_location": "/crc32-stream", + "_nodeVersion": "4.4.2", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/crc32-stream-1.0.0.tgz_1459915512214_0.3119235001504421" + }, + "_npmUser": { + "name": "ctalkington", + "email": "chris@talkingtontech.com" + }, + "_npmVersion": "3.8.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": "crc32-stream@^1.0.0", + "scope": null, + "escapedName": "crc32-stream", + "name": "crc32-stream", + "rawSpec": "^1.0.0", + "spec": ">=1.0.0 <2.0.0", + "type": "range" + }, + "_requiredBy": [ + "/compress-commons" + ], + "_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz", + "_shasum": "ea155e5e1d738ed3778438ffe92ffe2a141aeb3f", + "_shrinkwrap": null, + "_spec": "crc32-stream@^1.0.0", + "_where": "/home/dold/repos/taler/wallet-webex/node_modules/compress-commons", + "author": { + "name": "Chris Talkington", + "url": "http://christalkington.com/" + }, + "bugs": { + "url": "https://github.com/archiverjs/node-crc32-stream/issues" + }, + "dependencies": { + "buffer-crc32": "^0.2.1", + "readable-stream": "^2.0.0" + }, + "description": "a streaming CRC32 checksumer", + "devDependencies": { + "chai": "^3.4.0", + "mocha": "^2.3.0" + }, + "directories": {}, + "dist": { + "shasum": "ea155e5e1d738ed3778438ffe92ffe2a141aeb3f", + "tarball": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz" + }, + "engines": { + "node": ">= 0.10.0" + }, + "files": [ + "lib" + ], + "gitHead": "d2e2d0baacb5a0007334c1d3ccbad0eb74baca7d", + "homepage": "https://github.com/archiverjs/node-crc32-stream", + "keywords": [ + "crc32-stream", + "crc32", + "stream", + "checksum" + ], + "license": "MIT", + "main": "lib/index.js", + "maintainers": [ + { + "name": "ctalkington", + "email": "chris@christalkington.com" + } + ], + "name": "crc32-stream", + "optionalDependencies": {}, + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/archiverjs/node-crc32-stream.git" + }, + "scripts": { + "test": "mocha --reporter dot" + }, + "version": "1.0.0" +} |
