{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "crc@3.2.1",
|
|
"scope": null,
|
|
"escapedName": "crc",
|
|
"name": "crc",
|
|
"rawSpec": "3.2.1",
|
|
"spec": "3.2.1",
|
|
"type": "version"
|
|
},
|
|
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/etag"
|
|
]
|
|
],
|
|
"_from": "crc@3.2.1",
|
|
"_id": "crc@3.2.1",
|
|
"_inCache": true,
|
|
"_location": "/crc",
|
|
"_npmUser": {
|
|
"name": "alexgorbatchev",
|
|
"email": "alex.gorbatchev@gmail.com"
|
|
},
|
|
"_npmVersion": "1.4.13",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "crc@3.2.1",
|
|
"scope": null,
|
|
"escapedName": "crc",
|
|
"name": "crc",
|
|
"rawSpec": "3.2.1",
|
|
"spec": "3.2.1",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/etag"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz",
|
|
"_shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
|
|
"_shrinkwrap": null,
|
|
"_spec": "crc@3.2.1",
|
|
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/etag",
|
|
"author": {
|
|
"name": "Alex Gorbatchev",
|
|
"url": "https://github.com/alexgorbatchev"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexgorbatchev/node-crc/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Various CRC JavaScript implementations",
|
|
"devDependencies": {
|
|
"beautify-benchmark": "^0.2.4",
|
|
"benchmark": "^1.0.0",
|
|
"buffer-crc32": "^0.2.3",
|
|
"chai": "~1.9.1",
|
|
"coffee-errors": "~0.8.6",
|
|
"coffee-script": "~1.7.1",
|
|
"mocha": "*",
|
|
"seedrandom": "^2.3.6"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
|
|
"tarball": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz"
|
|
},
|
|
"gitHead": "71caf362b061992bfe4ca8706ee264e764d2e88e",
|
|
"homepage": "https://github.com/alexgorbatchev/node-crc",
|
|
"keywords": [
|
|
"crc"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "alexgorbatchev",
|
|
"email": "alex.gorbatchev@gmail.com"
|
|
}
|
|
],
|
|
"name": "crc",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/alexgorbatchev/node-crc.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
|
|
"test": "mocha test/*.spec.coffee"
|
|
},
|
|
"version": "3.2.1"
|
|
}
|