Archived
1
0
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Pong/node_modules/crc/package.json

93 lines
2.2 KiB
JSON
Raw Normal View History

2017-01-20 22:42:49 +00:00
{
"_args": [
[
{
"raw": "crc@3.2.1",
"scope": null,
"escapedName": "crc",
"name": "crc",
"rawSpec": "3.2.1",
"spec": "3.2.1",
"type": "version"
},
"/home/simon/Projects/Pong/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/simon/Projects/Pong/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"
}