You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
1.5 KiB

{
"_from": "crc@3.0.0",
"_id": "crc@3.0.0",
"_inBundle": false,
"_integrity": "sha1-0R6X7ESoROXrFadPoseHXQqsSyI=",
"_location": "/crc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "crc@3.0.0",
"name": "crc",
"escapedName": "crc",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/etag"
],
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.0.0.tgz",
"_shasum": "d11e97ec44a844e5eb15a74fa2c7875d0aac4b22",
"_spec": "crc@3.0.0",
"_where": "/var/www/htdocs/coze/socket/node_modules/etag",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"bugs": {
"url": "https://github.com/alexgorbatchev/node-crc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"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": "coffee --bare --output ./lib --compile ./src/*.coffee",
"test": "mocha test/*.spec.coffee"
},
"version": "3.0.0"
}