UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. "/Users/tennesseeg/blueCoin/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": "/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. "/ripemd160"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
  45. "_shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  46. "_shrinkwrap": null,
  47. "_spec": "hash-base@^3.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/md5.js",
  49. "author": {
  50. "name": "Kirill Fomichev",
  51. "email": "fanatid@ya.ru",
  52. "url": "https://github.com/fanatid"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/crypto-browserify/hash-base/issues"
  56. },
  57. "dependencies": {
  58. "inherits": "^2.0.1",
  59. "safe-buffer": "^5.0.1"
  60. },
  61. "description": "abstract base class for hash-streams",
  62. "devDependencies": {
  63. "nyc": "^8.3.2",
  64. "standard": "*",
  65. "tape": "^4.2.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  70. "tarball": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
  71. },
  72. "engines": {
  73. "node": ">=4"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "d36440ed0448a654734ae05464d55d34b189a17a",
  79. "homepage": "https://github.com/crypto-browserify/hash-base",
  80. "keywords": [
  81. "hash",
  82. "stream"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "cwmma",
  89. "email": "calvin.metcalf@gmail.com"
  90. },
  91. {
  92. "name": "dcousens",
  93. "email": "email@dcousens.com"
  94. },
  95. {
  96. "name": "fanatid",
  97. "email": "fanatid@ya.ru"
  98. }
  99. ],
  100. "name": "hash-base",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  106. },
  107. "scripts": {
  108. "coverage": "nyc node test/*.js",
  109. "lint": "standard",
  110. "test": "npm run lint && npm run unit",
  111. "unit": "node test/*.js"
  112. },
  113. "version": "3.0.4"
  114. }