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.

92 lines
2.3 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "crc@3.2.1",
  6. "scope": null,
  7. "escapedName": "crc",
  8. "name": "crc",
  9. "rawSpec": "3.2.1",
  10. "spec": "3.2.1",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/etag"
  14. ]
  15. ],
  16. "_from": "crc@3.2.1",
  17. "_id": "crc@3.2.1",
  18. "_inCache": true,
  19. "_location": "/crc",
  20. "_npmUser": {
  21. "name": "alexgorbatchev",
  22. "email": "alex.gorbatchev@gmail.com"
  23. },
  24. "_npmVersion": "1.4.13",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "crc@3.2.1",
  28. "scope": null,
  29. "escapedName": "crc",
  30. "name": "crc",
  31. "rawSpec": "3.2.1",
  32. "spec": "3.2.1",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/etag"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz",
  39. "_shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
  40. "_shrinkwrap": null,
  41. "_spec": "crc@3.2.1",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/etag",
  43. "author": {
  44. "name": "Alex Gorbatchev",
  45. "url": "https://github.com/alexgorbatchev"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/alexgorbatchev/node-crc/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Various CRC JavaScript implementations",
  52. "devDependencies": {
  53. "beautify-benchmark": "^0.2.4",
  54. "benchmark": "^1.0.0",
  55. "buffer-crc32": "^0.2.3",
  56. "chai": "~1.9.1",
  57. "coffee-errors": "~0.8.6",
  58. "coffee-script": "~1.7.1",
  59. "mocha": "*",
  60. "seedrandom": "^2.3.6"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
  65. "tarball": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz"
  66. },
  67. "gitHead": "71caf362b061992bfe4ca8706ee264e764d2e88e",
  68. "homepage": "https://github.com/alexgorbatchev/node-crc",
  69. "keywords": [
  70. "crc"
  71. ],
  72. "license": "MIT",
  73. "main": "./lib/index.js",
  74. "maintainers": [
  75. {
  76. "name": "alexgorbatchev",
  77. "email": "alex.gorbatchev@gmail.com"
  78. }
  79. ],
  80. "name": "crc",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/alexgorbatchev/node-crc.git"
  86. },
  87. "scripts": {
  88. "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
  89. "test": "mocha test/*.spec.coffee"
  90. },
  91. "version": "3.2.1"
  92. }