blob: 6dd7829c397e34fc47628c813dd5435396266580 [file] [log] [blame]
{
"name": "crc32-stream",
"version": "0.3.2",
"description": "a streaming CRC32 checksumer",
"homepage": "https://github.com/archiverjs/node-crc32-stream",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/archiverjs/node-crc32-stream.git"
},
"bugs": {
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT"
}
],
"main": "lib/index.js",
"files": [
"lib",
"LICENSE-MIT"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter dot"
},
"dependencies": {
"readable-stream": "~1.0.24",
"buffer-crc32": "~0.2.1"
},
"devDependencies": {
"chai": "~2.0.0",
"mocha": "~2.1.0"
},
"keywords": [
"crc32-stream",
"crc32",
"stream",
"checksum"
],
"gitHead": "5fff7a70787e28b634c166ecb4e6184ad0efca66",
"_id": "crc32-stream@0.3.2",
"_shasum": "8c86a5c4ed38c53e36750d662784ad8ec642e38e",
"_from": "crc32-stream@~0.3.1",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "ctalkington",
"email": "chris@christalkington.com"
},
"maintainers": [
{
"name": "ctalkington",
"email": "chris@christalkington.com"
}
],
"dist": {
"shasum": "8c86a5c4ed38c53e36750d662784ad8ec642e38e",
"tarball": "http://registry.npmjs.org/crc32-stream/-/crc32-stream-0.3.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-0.3.2.tgz",
"readme": "ERROR: No README data found!"
}