UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "randomfill@^1.0.3",
  6. "scope": null,
  7. "escapedName": "randomfill",
  8. "name": "randomfill",
  9. "rawSpec": "^1.0.3",
  10. "spec": ">=1.0.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
  14. ]
  15. ],
  16. "_from": "randomfill@>=1.0.3 <2.0.0",
  17. "_id": "randomfill@1.0.4",
  18. "_inCache": true,
  19. "_location": "/randomfill",
  20. "_nodeVersion": "8.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/randomfill_1.0.4_1518786236724_0.926847415068788"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "randomfill@^1.0.3",
  33. "scope": null,
  34. "escapedName": "randomfill",
  35. "name": "randomfill",
  36. "rawSpec": "^1.0.3",
  37. "spec": ">=1.0.3 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/crypto-browserify"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  44. "_shasum": "c92196fc86ab42be983f1bf31778224931d61458",
  45. "_shrinkwrap": null,
  46. "_spec": "randomfill@^1.0.3",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify",
  48. "author": "",
  49. "browser": "browser.js",
  50. "bugs": {
  51. "url": "https://github.com/crypto-browserify/randomfill/issues"
  52. },
  53. "dependencies": {
  54. "randombytes": "^2.0.5",
  55. "safe-buffer": "^5.1.0"
  56. },
  57. "description": "random fill from browserify stand alone",
  58. "devDependencies": {
  59. "phantomjs": "^1.9.9",
  60. "standard": "^10.0.2",
  61. "tap-spec": "^2.1.2",
  62. "tape": "^4.6.3",
  63. "zuul": "^3.7.2"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
  68. "shasum": "c92196fc86ab42be983f1bf31778224931d61458",
  69. "tarball": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  70. "fileCount": 8,
  71. "unpackedSize": 6844
  72. },
  73. "gitHead": "f0c99be53fbb798afc0879cf8dcb13db3a7266f2",
  74. "homepage": "https://github.com/crypto-browserify/randomfill",
  75. "keywords": [
  76. "crypto",
  77. "random"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "cwmma",
  84. "email": "calvin.metcalf@gmail.com"
  85. }
  86. ],
  87. "name": "randomfill",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/crypto-browserify/randomfill.git"
  93. },
  94. "scripts": {
  95. "local": "zuul --local --no-coverage -- test.js",
  96. "phantom": "zuul --phantom -- test.js",
  97. "test": "standard && node test.js | tspec"
  98. },
  99. "version": "1.0.4"
  100. }