This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/etag/node_modules/crc/package.json

59 lines
1.5 KiB
JSON

{
"name": "crc",
"version": "3.0.0",
"description": "Various CRC JavaScript implementations",
"keywords": [
"crc"
],
"main": "./lib/index.js",
"scripts": {
"test": "mocha test/*.spec.coffee",
"pretest": "coffee --bare --output ./lib --compile ./src/*.coffee"
},
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"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"
},
"homepage": "https://github.com/alexgorbatchev/node-crc",
"bugs": {
"url": "https://github.com/alexgorbatchev/node-crc/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/alexgorbatchev/node-crc.git"
},
"license": "MIT",
"gitHead": "16dbe7ca019d73be10e99c2f5fa690dcbfc0dd40",
"_id": "crc@3.0.0",
"_shasum": "d11e97ec44a844e5eb15a74fa2c7875d0aac4b22",
"_from": "crc@3.0.0",
"_npmVersion": "2.0.0-beta.0",
"_npmUser": {
"name": "alexgorbatchev",
"email": "alex.gorbatchev@gmail.com"
},
"maintainers": [
{
"name": "alexgorbatchev",
"email": "alex.gorbatchev@gmail.com"
}
],
"dist": {
"shasum": "d11e97ec44a844e5eb15a74fa2c7875d0aac4b22",
"tarball": "http://registry.npmjs.org/crc/-/crc-3.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.0.0.tgz",
"readme": "ERROR: No README data found!"
}