UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cipher-base@^1.0.0",
  6. "scope": null,
  7. "escapedName": "cipher-base",
  8. "name": "cipher-base",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-aes"
  14. ]
  15. ],
  16. "_from": "cipher-base@>=1.0.0 <2.0.0",
  17. "_id": "cipher-base@1.0.4",
  18. "_inCache": true,
  19. "_location": "/cipher-base",
  20. "_nodeVersion": "8.1.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/cipher-base-1.0.4.tgz_1499455256804_0.9936195954214782"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.1.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "cipher-base@^1.0.0",
  33. "scope": null,
  34. "escapedName": "cipher-base",
  35. "name": "cipher-base",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-aes",
  42. "/browserify-des",
  43. "/create-hash",
  44. "/create-hmac"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
  47. "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  48. "_shrinkwrap": null,
  49. "_spec": "cipher-base@^1.0.0",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-aes",
  51. "author": {
  52. "name": "Calvin Metcalf",
  53. "email": "calvin.metcalf@gmail.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/crypto-browserify/cipher-base/issues"
  57. },
  58. "dependencies": {
  59. "inherits": "^2.0.1",
  60. "safe-buffer": "^5.0.1"
  61. },
  62. "description": "abstract base class for crypto-streams",
  63. "devDependencies": {
  64. "standard": "^10.0.2",
  65. "tap-spec": "^4.1.0",
  66. "tape": "^4.2.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
  71. "shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  72. "tarball": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
  73. },
  74. "gitHead": "bc18dc847050c34f11f7a0472ff13a76b53fedc6",
  75. "homepage": "https://github.com/crypto-browserify/cipher-base#readme",
  76. "keywords": [
  77. "cipher",
  78. "stream"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "cwmma",
  85. "email": "calvin.metcalf@gmail.com"
  86. }
  87. ],
  88. "name": "cipher-base",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/crypto-browserify/cipher-base.git"
  94. },
  95. "scripts": {
  96. "test": "node test.js | tspec"
  97. },
  98. "version": "1.0.4"
  99. }