UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "miller-rabin@^4.0.0",
  6. "scope": null,
  7. "escapedName": "miller-rabin",
  8. "name": "miller-rabin",
  9. "rawSpec": "^4.0.0",
  10. "spec": ">=4.0.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/diffie-hellman"
  14. ]
  15. ],
  16. "_from": "miller-rabin@>=4.0.0 <5.0.0",
  17. "_id": "miller-rabin@4.0.1",
  18. "_inCache": true,
  19. "_location": "/miller-rabin",
  20. "_nodeVersion": "8.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/miller-rabin-4.0.1.tgz_1506550159594_0.8133998683188111"
  24. },
  25. "_npmUser": {
  26. "name": "indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "miller-rabin@^4.0.0",
  33. "scope": null,
  34. "escapedName": "miller-rabin",
  35. "name": "miller-rabin",
  36. "rawSpec": "^4.0.0",
  37. "spec": ">=4.0.0 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/diffie-hellman"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
  44. "_shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  45. "_shrinkwrap": null,
  46. "_spec": "miller-rabin@^4.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/diffie-hellman",
  48. "author": {
  49. "name": "Fedor Indutny",
  50. "email": "fedor@indutny.com"
  51. },
  52. "bin": {
  53. "miller-rabin": "bin/miller-rabin"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/indutny/miller-rabin/issues"
  57. },
  58. "dependencies": {
  59. "bn.js": "^4.0.0",
  60. "brorand": "^1.0.1"
  61. },
  62. "description": "Miller Rabin algorithm for primality test",
  63. "devDependencies": {
  64. "mocha": "^2.0.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
  69. "shasum": "f080351c865b0dc562a8462966daa53543c78a4d",
  70. "tarball": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
  71. },
  72. "gitHead": "bda17a34d3b33a84a0dbb120ff7f662adea05c01",
  73. "homepage": "https://github.com/indutny/miller-rabin",
  74. "keywords": [
  75. "prime",
  76. "miller-rabin",
  77. "bignumber"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/mr.js",
  81. "maintainers": [
  82. {
  83. "name": "indutny",
  84. "email": "fedor@indutny.com"
  85. },
  86. {
  87. "name": "cwmma",
  88. "email": "calvin.metcalf@gmail.com"
  89. }
  90. ],
  91. "name": "miller-rabin",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/indutny/miller-rabin.git"
  97. },
  98. "scripts": {
  99. "test": "mocha --reporter=spec test/**/*-test.js"
  100. },
  101. "version": "4.0.1"
  102. }