blob: 23f45754c134209847261a56b72fb568caa59960 [file] [log] [blame]
{
"_args": [
[
"crc32-stream@2.0.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "crc32-stream@2.0.0",
"_id": "crc32-stream@2.0.0",
"_inBundle": false,
"_integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=",
"_location": "/crc32-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crc32-stream@2.0.0",
"name": "crc32-stream",
"escapedName": "crc32-stream",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/compress-commons"
],
"_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"bugs": {
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
},
"dependencies": {
"crc": "^3.4.4",
"readable-stream": "^2.0.0"
},
"description": "a streaming CRC32 checksumer",
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^3.2.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/archiverjs/node-crc32-stream",
"keywords": [
"crc32-stream",
"crc32",
"stream",
"checksum"
],
"license": "MIT",
"main": "lib/index.js",
"name": "crc32-stream",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/node-crc32-stream.git"
},
"scripts": {
"test": "mocha --reporter dot"
},
"version": "2.0.0"
}