UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "asn1.js@^4.0.0",
  6. "scope": null,
  7. "escapedName": "asn1.js",
  8. "name": "asn1.js",
  9. "rawSpec": "^4.0.0",
  10. "spec": ">=4.0.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/parse-asn1"
  14. ]
  15. ],
  16. "_from": "asn1.js@>=4.0.0 <5.0.0",
  17. "_id": "asn1.js@4.10.1",
  18. "_inCache": true,
  19. "_location": "/asn1.js",
  20. "_nodeVersion": "9.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/asn1.js_4.10.1_1518564493443_0.34169381174169433"
  24. },
  25. "_npmUser": {
  26. "name": "indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "asn1.js@^4.0.0",
  33. "scope": null,
  34. "escapedName": "asn1.js",
  35. "name": "asn1.js",
  36. "rawSpec": "^4.0.0",
  37. "spec": ">=4.0.0 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/parse-asn1"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
  44. "_shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
  45. "_shrinkwrap": null,
  46. "_spec": "asn1.js@^4.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/parse-asn1",
  48. "author": {
  49. "name": "Fedor Indutny"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/indutny/asn1.js/issues"
  53. },
  54. "dependencies": {
  55. "bn.js": "^4.0.0",
  56. "inherits": "^2.0.1",
  57. "minimalistic-assert": "^1.0.0"
  58. },
  59. "description": "ASN.1 encoder and decoder",
  60. "devDependencies": {
  61. "mocha": "^2.3.4"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
  66. "shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
  67. "tarball": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
  68. "fileCount": 16,
  69. "unpackedSize": 46647
  70. },
  71. "gitHead": "91e2bd0c36ba3cb5b50a4f97e5760757cd80e0dc",
  72. "homepage": "https://github.com/indutny/asn1.js",
  73. "keywords": [
  74. "asn.1",
  75. "der"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/asn1.js",
  79. "maintainers": [
  80. {
  81. "name": "fedor.indutny",
  82. "email": "fedor.indutny@gmail.com"
  83. },
  84. {
  85. "name": "indutny",
  86. "email": "fedor@indutny.com"
  87. }
  88. ],
  89. "name": "asn1.js",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/indutny/asn1.js.git"
  95. },
  96. "scripts": {
  97. "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
  98. },
  99. "version": "4.10.1"
  100. }