package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "hash-base@^3.0.0",
  6. "scope": null,
  7. "escapedName": "hash-base",
  8. "name": "hash-base",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/andrea/dev/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/md5.js"
  14. ]
  15. ],
  16. "_from": "hash-base@>=3.0.0 <4.0.0",
  17. "_id": "hash-base@3.0.4",
  18. "_inCache": true,
  19. "_location": "/md5.js/hash-base",
  20. "_nodeVersion": "7.10.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/hash-base-3.0.4.tgz_1495616777218_0.30660409457050264"
  24. },
  25. "_npmUser": {
  26. "name": "dcousens",
  27. "email": "email@dcousens.com"
  28. },
  29. "_npmVersion": "4.6.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "hash-base@^3.0.0",
  33. "scope": null,
  34. "escapedName": "hash-base",
  35. "name": "hash-base",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/md5.js"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
  44. "_shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  45. "_shrinkwrap": null,
  46. "_spec": "hash-base@^3.0.0",
  47. "_where": "/home/andrea/dev/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/md5.js",
  48. "author": {
  49. "name": "Kirill Fomichev",
  50. "email": "fanatid@ya.ru",
  51. "url": "https://github.com/fanatid"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/crypto-browserify/hash-base/issues"
  55. },
  56. "dependencies": {
  57. "inherits": "^2.0.1",
  58. "safe-buffer": "^5.0.1"
  59. },
  60. "description": "abstract base class for hash-streams",
  61. "devDependencies": {
  62. "nyc": "^8.3.2",
  63. "standard": "*",
  64. "tape": "^4.2.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  69. "tarball": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
  70. },
  71. "engines": {
  72. "node": ">=4"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "d36440ed0448a654734ae05464d55d34b189a17a",
  78. "homepage": "https://github.com/crypto-browserify/hash-base",
  79. "keywords": [
  80. "hash",
  81. "stream"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "cwmma",
  88. "email": "calvin.metcalf@gmail.com"
  89. },
  90. {
  91. "name": "dcousens",
  92. "email": "email@dcousens.com"
  93. },
  94. {
  95. "name": "fanatid",
  96. "email": "fanatid@ya.ru"
  97. }
  98. ],
  99. "name": "hash-base",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  105. },
  106. "scripts": {
  107. "coverage": "nyc node test/*.js",
  108. "lint": "standard",
  109. "test": "npm run lint && npm run unit",
  110. "unit": "node test/*.js"
  111. },
  112. "version": "3.0.4"
  113. }