UI for Zipcoin Blue

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "math-random@^1.0.1",
  6. "scope": null,
  7. "escapedName": "math-random",
  8. "name": "math-random",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/randomatic"
  14. ]
  15. ],
  16. "_from": "math-random@>=1.0.1 <2.0.0",
  17. "_id": "math-random@1.0.1",
  18. "_inCache": true,
  19. "_location": "/math-random",
  20. "_nodeVersion": "6.9.2",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/math-random-1.0.1.tgz_1499951218271_0.3070336836390197"
  24. },
  25. "_npmUser": {
  26. "name": "michaelrhodes",
  27. "email": "spam@michaelrhod.es"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "math-random@^1.0.1",
  33. "scope": null,
  34. "escapedName": "math-random",
  35. "name": "math-random",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/randomatic"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz",
  44. "_shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
  45. "_shrinkwrap": null,
  46. "_spec": "math-random@^1.0.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/randomatic",
  48. "author": {
  49. "name": "Michael Rhodes"
  50. },
  51. "browser": "browser.js",
  52. "bugs": {
  53. "url": "https://github.com/michaelrhodes/math-random/issues"
  54. },
  55. "dependencies": {},
  56. "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
  57. "devDependencies": {
  58. "array-unique": "~0.2.1",
  59. "tape": "~4.2.2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
  64. "tarball": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz"
  65. },
  66. "gitHead": "14f9d4cb231e26156e1295d4d55b624dfdb54d3c",
  67. "homepage": "https://github.com/michaelrhodes/math-random",
  68. "keywords": [
  69. "Math.random",
  70. "crypto.getRandomValues"
  71. ],
  72. "license": "MIT",
  73. "main": "node.js",
  74. "maintainers": [
  75. {
  76. "name": "michaelrhodes",
  77. "email": "spam@michaelrhod.es"
  78. }
  79. ],
  80. "name": "math-random",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/michaelrhodes/math-random.git"
  86. },
  87. "scripts": {
  88. "test": "tape test.js"
  89. },
  90. "testling": {
  91. "files": "test.js"
  92. },
  93. "version": "1.0.1"
  94. }