UI for Zipcoin Blue

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "brorand@^1.0.1",
  6. "scope": null,
  7. "escapedName": "brorand",
  8. "name": "brorand",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/elliptic"
  14. ]
  15. ],
  16. "_from": "brorand@>=1.0.1 <2.0.0",
  17. "_id": "brorand@1.1.0",
  18. "_inCache": true,
  19. "_location": "/brorand",
  20. "_nodeVersion": "7.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/brorand-1.1.0.tgz_1487799559972_0.5302366453688592"
  24. },
  25. "_npmUser": {
  26. "name": "indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "brorand@^1.0.1",
  33. "scope": null,
  34. "escapedName": "brorand",
  35. "name": "brorand",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/elliptic",
  42. "/miller-rabin"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
  45. "_shasum": "12c25efe40a45e3c323eb8675a0a0ce57b22371f",
  46. "_shrinkwrap": null,
  47. "_spec": "brorand@^1.0.1",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/elliptic",
  49. "author": {
  50. "name": "Fedor Indutny",
  51. "email": "fedor@indutny.com"
  52. },
  53. "browser": {
  54. "crypto": false
  55. },
  56. "bugs": {
  57. "url": "https://github.com/indutny/brorand/issues"
  58. },
  59. "dependencies": {},
  60. "description": "Random number generator for browsers and node.js",
  61. "devDependencies": {
  62. "mocha": "^2.0.1"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "12c25efe40a45e3c323eb8675a0a0ce57b22371f",
  67. "tarball": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz"
  68. },
  69. "gitHead": "ddc4f9344287769d7e2c2ea987d26bbeec5456b4",
  70. "homepage": "https://github.com/indutny/brorand",
  71. "keywords": [
  72. "Random",
  73. "RNG",
  74. "browser",
  75. "crypto"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "indutny",
  82. "email": "fedor@indutny.com"
  83. }
  84. ],
  85. "name": "brorand",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/indutny/brorand.git"
  91. },
  92. "scripts": {
  93. "test": "mocha --reporter=spec test/**/*-test.js"
  94. },
  95. "version": "1.1.0"
  96. }