UI for Zipcoin Blue

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-asn1@^5.0.0",
  6. "scope": null,
  7. "escapedName": "parse-asn1",
  8. "name": "parse-asn1",
  9. "rawSpec": "^5.0.0",
  10. "spec": ">=5.0.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-sign"
  14. ]
  15. ],
  16. "_from": "parse-asn1@>=5.0.0 <6.0.0",
  17. "_id": "parse-asn1@5.1.1",
  18. "_inCache": true,
  19. "_location": "/parse-asn1",
  20. "_nodeVersion": "8.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/parse-asn1_5.1.1_1523449360549_0.37417268391545266"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "5.8.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "parse-asn1@^5.0.0",
  33. "scope": null,
  34. "escapedName": "parse-asn1",
  35. "name": "parse-asn1",
  36. "rawSpec": "^5.0.0",
  37. "spec": ">=5.0.0 <6.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-sign",
  42. "/public-encrypt"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",
  45. "_shasum": "f6bf293818332bd0dab54efb16087724745e6ca8",
  46. "_shrinkwrap": null,
  47. "_spec": "parse-asn1@^5.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-sign",
  49. "author": "",
  50. "bugs": {
  51. "url": "https://github.com/crypto-browserify/parse-asn1/issues"
  52. },
  53. "dependencies": {
  54. "asn1.js": "^4.0.0",
  55. "browserify-aes": "^1.0.0",
  56. "create-hash": "^1.1.0",
  57. "evp_bytestokey": "^1.0.0",
  58. "pbkdf2": "^3.0.3"
  59. },
  60. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  61. "devDependencies": {
  62. "standard": "^5.0.0",
  63. "tape": "^3.4.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==",
  68. "shasum": "f6bf293818332bd0dab54efb16087724745e6ca8",
  69. "tarball": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",
  70. "fileCount": 38,
  71. "unpackedSize": 37094
  72. },
  73. "gitHead": "4203d44e1c5f20b84390fb862c578b36b3334164",
  74. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  75. "license": "ISC",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "cwmma",
  80. "email": "calvin.metcalf@gmail.com"
  81. },
  82. {
  83. "name": "dcousens",
  84. "email": "email@dcousens.com"
  85. },
  86. {
  87. "name": "dominictarr",
  88. "email": "dominic.tarr@gmail.com"
  89. },
  90. {
  91. "name": "indutny",
  92. "email": "fedor@indutny.com"
  93. },
  94. {
  95. "name": "jprichardson",
  96. "email": "jprichardson@gmail.com"
  97. }
  98. ],
  99. "name": "parse-asn1",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  105. },
  106. "scripts": {
  107. "standard": "standard",
  108. "test": "npm run standard && npm run unit",
  109. "unit": "node ./test"
  110. },
  111. "version": "5.1.1"
  112. }