blob: f38a13aa8ad050943da12856a54a168b7c6fa1f4 [file] [log] [blame]
{
"_args": [
[
"crc@3.5.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "crc@3.5.0",
"_id": "crc@3.5.0",
"_inBundle": false,
"_integrity": "sha1-mLi6fUiWZbo5efWbITgTdBAaGWQ=",
"_location": "/crc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crc@3.5.0",
"name": "crc",
"escapedName": "crc",
"rawSpec": "3.5.0",
"saveSpec": null,
"fetchSpec": "3.5.0"
},
"_requiredBy": [
"/crc32-stream"
],
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",
"_spec": "3.5.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"bugs": {
"url": "https://github.com/alexgorbatchev/node-crc/issues"
},
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"beautify-benchmark": "^0.2.4",
"benchmark": "^1.0.0",
"buffer-crc32": "^0.2.3",
"chai": "^3.4.1",
"mocha": "*",
"seedrandom": "^2.3.6"
},
"files": [
"lib"
],
"homepage": "https://github.com/alexgorbatchev/node-crc",
"keywords": [
"crc"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "crc",
"repository": {
"type": "git",
"url": "git://github.com/alexgorbatchev/node-crc.git"
},
"scripts": {
"pretest": "cd src && babel --out-dir ../lib *.js",
"test": "mocha test/*.test.js"
},
"version": "3.5.0"
}