UI for Zipcoin Blue

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ripemd160@^2.0.1",
  6. "scope": null,
  7. "escapedName": "ripemd160",
  8. "name": "ripemd160",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/create-hash"
  14. ]
  15. ],
  16. "_from": "ripemd160@>=2.0.1 <3.0.0",
  17. "_id": "ripemd160@2.0.2",
  18. "_inCache": true,
  19. "_location": "/ripemd160",
  20. "_nodeVersion": "9.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/ripemd160_2.0.2_1524118003074_0.9548482732312533"
  24. },
  25. "_npmUser": {
  26. "name": "dcousens",
  27. "email": "npm@dcousens.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ripemd160@^2.0.1",
  33. "scope": null,
  34. "escapedName": "ripemd160",
  35. "name": "ripemd160",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/create-hash",
  42. "/create-hmac",
  43. "/pbkdf2"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  46. "_shasum": "a1c1a6f624751577ba5d07914cbc92850585890c",
  47. "_shrinkwrap": null,
  48. "_spec": "ripemd160@^2.0.1",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/create-hash",
  50. "bugs": {
  51. "url": "https://github.com/crypto-browserify/ripemd160/issues"
  52. },
  53. "dependencies": {
  54. "hash-base": "^3.0.0",
  55. "inherits": "^2.0.1"
  56. },
  57. "description": "Compute ripemd160 of bytes or strings.",
  58. "devDependencies": {
  59. "hash-test-vectors": "^1.3.2",
  60. "standard": "^6.0.7",
  61. "tape": "^4.5.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  66. "shasum": "a1c1a6f624751577ba5d07914cbc92850585890c",
  67. "tarball": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  68. "fileCount": 5,
  69. "unpackedSize": 9785,
  70. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2DHzCRA9TVsSAnZWagAAzCQP/3kZvjChttzlBYv95jGg\nxZ0TLu54WUizVYS7XwwErbiJnP+dQ/5gOUGIuwXUmFFHTVgSeJOTFNV2JonE\n2ZjKeavN66zazLmp1qNaK/apkkZXJfIHZ37qS2WOxL1POnLptG9wwEHJscZq\nXFVTIVMy/u0Ym9PlXZKGEYnNwwOyF/fOnU/57chLuWF0gjUVf+MTFSQw6X6B\n0LRwbK4V77YK16T9VdFeBhCLZ1zc3Asaa0I3aGp/1KE/seIcqUg+LdeYeGEN\nfpTHpa4Ns3ZoV8ENTukbzrokXVyGUY1MJiDsFXodXyPuBk1HngYETxISnHhY\niNocP5UFwupgmboF7ivR/af0BylQdtOY2EKoEEsF2zCD/jo6ZNknvbmUlgVq\nqBSLc7GtjA6ORuDrMJCqJNyCRc41JJS4z4Fbx6fYEsJg2H7wj0uyoccQmgcj\nkBTGz2qkQEBG4WvHyZti9L3Z+5OVsiv0KrAFKCOlJytYiYZ/LVBkBJc09KPR\nwc42rM8gZlhLMEw/+pLKWD4P10CKIobGGQRNSzbcv+afahwyydesVDvsEgya\ngoAUSFWmz5SUS15F7mu0BgSHBRyna5Rs8AeepQ2fSHe215g4Q0wgfr71HYp5\nYXP5B23sIizvYkkhnOY3hkWIzLPSpUWCv8bMv1G+DL1IPFqBkeO48L1i21zI\nT2OA\r\n=viwy\r\n-----END PGP SIGNATURE-----\r\n"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "3419c6409799d37e0323a556c94d040154657d9d",
  76. "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  77. "keywords": [
  78. "string",
  79. "strings",
  80. "ripemd160",
  81. "ripe160",
  82. "bitcoin",
  83. "bytes",
  84. "cryptography"
  85. ],
  86. "license": "MIT",
  87. "main": "./index",
  88. "maintainers": [
  89. {
  90. "name": "cwmma",
  91. "email": "calvin.metcalf@gmail.com"
  92. },
  93. {
  94. "name": "dcousens",
  95. "email": "email@dcousens.com"
  96. },
  97. {
  98. "name": "dominictarr",
  99. "email": "dominic.tarr@gmail.com"
  100. },
  101. {
  102. "name": "jprichardson",
  103. "email": "jprichardson@gmail.com"
  104. },
  105. {
  106. "name": "midnightlightning",
  107. "email": "boydb@midnightdesign.ws"
  108. },
  109. {
  110. "name": "nadav",
  111. "email": "npm@shesek.info"
  112. },
  113. {
  114. "name": "vbuterin",
  115. "email": "vbuterin@gmail.com"
  116. }
  117. ],
  118. "name": "ripemd160",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "url": "git+https://github.com/crypto-browserify/ripemd160.git",
  123. "type": "git"
  124. },
  125. "scripts": {
  126. "lint": "standard",
  127. "test": "npm run lint && npm run unit",
  128. "unit": "node test/*.js"
  129. },
  130. "version": "2.0.2"
  131. }