UI for Zipcoin Blue

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bn.js@^4.1.1",
  6. "scope": null,
  7. "escapedName": "bn.js",
  8. "name": "bn.js",
  9. "rawSpec": "^4.1.1",
  10. "spec": ">=4.1.1 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-sign"
  14. ]
  15. ],
  16. "_from": "bn.js@>=4.1.1 <5.0.0",
  17. "_id": "bn.js@4.11.8",
  18. "_inCache": true,
  19. "_location": "/bn.js",
  20. "_nodeVersion": "8.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/bn.js-4.11.8.tgz_1502144504238_0.6009391283150762"
  24. },
  25. "_npmUser": {
  26. "name": "indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "bn.js@^4.1.1",
  33. "scope": null,
  34. "escapedName": "bn.js",
  35. "name": "bn.js",
  36. "rawSpec": "^4.1.1",
  37. "spec": ">=4.1.1 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/asn1.js",
  42. "/browserify-rsa",
  43. "/browserify-sign",
  44. "/create-ecdh",
  45. "/diffie-hellman",
  46. "/elliptic",
  47. "/miller-rabin",
  48. "/public-encrypt"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
  51. "_shasum": "2cde09eb5ee341f484746bb0309b3253b1b1442f",
  52. "_shrinkwrap": null,
  53. "_spec": "bn.js@^4.1.1",
  54. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-sign",
  55. "author": {
  56. "name": "Fedor Indutny",
  57. "email": "fedor@indutny.com"
  58. },
  59. "browser": {
  60. "buffer": false
  61. },
  62. "bugs": {
  63. "url": "https://github.com/indutny/bn.js/issues"
  64. },
  65. "dependencies": {},
  66. "description": "Big number implementation in pure javascript",
  67. "devDependencies": {
  68. "istanbul": "^0.3.5",
  69. "mocha": "^2.1.0",
  70. "semistandard": "^7.0.4"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
  75. "shasum": "2cde09eb5ee341f484746bb0309b3253b1b1442f",
  76. "tarball": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz"
  77. },
  78. "gitHead": "c69b4ae8e789e10f7f91811cd4937949ff0d4768",
  79. "homepage": "https://github.com/indutny/bn.js",
  80. "keywords": [
  81. "BN",
  82. "BigNum",
  83. "Big number",
  84. "Modulo",
  85. "Montgomery"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/bn.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": "indutny",
  100. "email": "fedor@indutny.com"
  101. }
  102. ],
  103. "name": "bn.js",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  109. },
  110. "scripts": {
  111. "lint": "semistandard",
  112. "test": "npm run lint && npm run unit",
  113. "unit": "mocha --reporter=spec test/*-test.js"
  114. },
  115. "version": "4.11.8"
  116. }