UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "public-encrypt@^4.0.0",
  6. "scope": null,
  7. "escapedName": "public-encrypt",
  8. "name": "public-encrypt",
  9. "rawSpec": "^4.0.0",
  10. "spec": ">=4.0.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
  14. ]
  15. ],
  16. "_from": "public-encrypt@>=4.0.0 <5.0.0",
  17. "_id": "public-encrypt@4.0.2",
  18. "_inCache": true,
  19. "_location": "/public-encrypt",
  20. "_nodeVersion": "8.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/public-encrypt_4.0.2_1523449480930_0.42773762674143434"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.8.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "public-encrypt@^4.0.0",
  33. "scope": null,
  34. "escapedName": "public-encrypt",
  35. "name": "public-encrypt",
  36. "rawSpec": "^4.0.0",
  37. "spec": ">=4.0.0 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/crypto-browserify"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz",
  44. "_shasum": "46eb9107206bf73489f8b85b69d91334c6610994",
  45. "_shrinkwrap": null,
  46. "_spec": "public-encrypt@^4.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify",
  48. "author": {
  49. "name": "Calvin Metcalf"
  50. },
  51. "browser": "browser.js",
  52. "bugs": {
  53. "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
  54. },
  55. "dependencies": {
  56. "bn.js": "^4.1.0",
  57. "browserify-rsa": "^4.0.0",
  58. "create-hash": "^1.1.0",
  59. "parse-asn1": "^5.0.0",
  60. "randombytes": "^2.0.1"
  61. },
  62. "description": "browserify version of publicEncrypt & privateDecrypt",
  63. "devDependencies": {
  64. "tap-spec": "^2.1.2",
  65. "tape": "^3.0.3"
  66. },
  67. "directories": {
  68. "test": "test"
  69. },
  70. "dist": {
  71. "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==",
  72. "shasum": "46eb9107206bf73489f8b85b69d91334c6610994",
  73. "tarball": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz",
  74. "fileCount": 31,
  75. "unpackedSize": 27801
  76. },
  77. "gitHead": "8dc63aee4d4da0539bd579eaf9f2e86ec394d613",
  78. "homepage": "https://github.com/crypto-browserify/publicEncrypt",
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "cwmma",
  84. "email": "calvin.metcalf@gmail.com"
  85. },
  86. {
  87. "name": "dcousens",
  88. "email": "email@dcousens.com"
  89. },
  90. {
  91. "name": "dominictarr",
  92. "email": "dominic.tarr@gmail.com"
  93. },
  94. {
  95. "name": "indutny",
  96. "email": "fedor@indutny.com"
  97. },
  98. {
  99. "name": "jprichardson",
  100. "email": "jprichardson@gmail.com"
  101. }
  102. ],
  103. "name": "public-encrypt",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
  109. },
  110. "scripts": {
  111. "test": "node test/index.js | tspec"
  112. },
  113. "version": "4.0.2"
  114. }