UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "create-hash@^1.1.0",
  6. "scope": null,
  7. "escapedName": "create-hash",
  8. "name": "create-hash",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
  14. ]
  15. ],
  16. "_from": "create-hash@>=1.1.0 <2.0.0",
  17. "_id": "create-hash@1.2.0",
  18. "_inCache": true,
  19. "_location": "/create-hash",
  20. "_nodeVersion": "8.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/create-hash_1.2.0_1523451264591_0.41127376643860547"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.8.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "create-hash@^1.1.0",
  33. "scope": null,
  34. "escapedName": "create-hash",
  35. "name": "create-hash",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-aes",
  42. "/browserify-sign",
  43. "/create-hmac",
  44. "/crypto-browserify",
  45. "/parse-asn1",
  46. "/pbkdf2",
  47. "/public-encrypt"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  50. "_shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  51. "_shrinkwrap": null,
  52. "_spec": "create-hash@^1.1.0",
  53. "_where": "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify",
  54. "author": "",
  55. "browser": "browser.js",
  56. "bugs": {
  57. "url": "https://github.com/crypto-browserify/createHash/issues"
  58. },
  59. "dependencies": {
  60. "cipher-base": "^1.0.1",
  61. "inherits": "^2.0.1",
  62. "md5.js": "^1.3.4",
  63. "ripemd160": "^2.0.1",
  64. "sha.js": "^2.4.0"
  65. },
  66. "description": "create hashes for browserify",
  67. "devDependencies": {
  68. "hash-test-vectors": "^1.3.2",
  69. "safe-buffer": "^5.0.1",
  70. "standard": "^10.0.2",
  71. "tap-spec": "^2.1.2",
  72. "tape": "^4.6.3"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  77. "shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  78. "tarball": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  79. "fileCount": 8,
  80. "unpackedSize": 5214
  81. },
  82. "gitHead": "6514b6ce14b5c097f1411b1a4bce095cbb115a56",
  83. "homepage": "https://github.com/crypto-browserify/createHash",
  84. "keywords": [
  85. "crypto"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "cwmma",
  92. "email": "calvin.metcalf@gmail.com"
  93. },
  94. {
  95. "name": "dcousens",
  96. "email": "email@dcousens.com"
  97. },
  98. {
  99. "name": "dominictarr",
  100. "email": "dominic.tarr@gmail.com"
  101. },
  102. {
  103. "name": "indutny",
  104. "email": "fedor@indutny.com"
  105. },
  106. {
  107. "name": "jprichardson",
  108. "email": "jprichardson@gmail.com"
  109. }
  110. ],
  111. "name": "create-hash",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  117. },
  118. "scripts": {
  119. "standard": "standard",
  120. "test": "npm run-script standard && npm run-script unit",
  121. "unit": "node test.js | tspec"
  122. },
  123. "version": "1.2.0"
  124. }