package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "crc@~3.4.0",
  5. "D:\\work\\im\\node_modules\\koa-generic-session"
  6. ]
  7. ],
  8. "_from": "crc@>=3.4.0 <3.5.0",
  9. "_id": "crc@3.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/crc",
  13. "_nodeVersion": "0.12.7",
  14. "_npmUser": {
  15. "email": "alex.gorbatchev@gmail.com",
  16. "name": "alexgorbatchev"
  17. },
  18. "_npmVersion": "2.11.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "crc",
  22. "raw": "crc@~3.4.0",
  23. "rawSpec": "~3.4.0",
  24. "scope": null,
  25. "spec": ">=3.4.0 <3.5.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/koa-generic-session"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.0.tgz",
  32. "_shasum": "4258e351613a74ef1153dfcb05e820c3e9715d7f",
  33. "_shrinkwrap": null,
  34. "_spec": "crc@~3.4.0",
  35. "_where": "D:\\work\\im\\node_modules\\koa-generic-session",
  36. "author": {
  37. "name": "Alex Gorbatchev",
  38. "url": "https://github.com/alexgorbatchev"
  39. },
  40. "babel": {
  41. "presets": [
  42. "es2015"
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/alexgorbatchev/node-crc/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
  50. "devDependencies": {
  51. "babel-core": "^6.1.21",
  52. "babel-preset-es2015": "^6.1.18",
  53. "beautify-benchmark": "^0.2.4",
  54. "benchmark": "^1.0.0",
  55. "buffer-crc32": "^0.2.3",
  56. "chai": "^3.4.1",
  57. "mocha": "*",
  58. "seedrandom": "^2.3.6"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "4258e351613a74ef1153dfcb05e820c3e9715d7f",
  63. "tarball": "https://registry.npmjs.org/crc/-/crc-3.4.0.tgz"
  64. },
  65. "files": [
  66. "lib"
  67. ],
  68. "gitHead": "3726e792cb4a328ef2d935cfd896e54fa9529aaf",
  69. "homepage": "https://github.com/alexgorbatchev/node-crc",
  70. "keywords": [
  71. "crc"
  72. ],
  73. "license": "MIT",
  74. "main": "./lib/index.js",
  75. "maintainers": [
  76. {
  77. "email": "alex.gorbatchev@gmail.com",
  78. "name": "alexgorbatchev"
  79. }
  80. ],
  81. "name": "crc",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/alexgorbatchev/node-crc.git"
  87. },
  88. "scripts": {
  89. "pretest": "cd src && babel --out-dir ../lib *.js",
  90. "test": "mocha test/*.test.js"
  91. },
  92. "version": "3.4.0"
  93. }