package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bs58",
  6. "scope": null,
  7. "escapedName": "bs58",
  8. "name": "bs58",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/jb/repos/cloudron/zz"
  14. ]
  15. ],
  16. "_from": "bs58@latest",
  17. "_id": "bs58@4.0.1",
  18. "_inCache": true,
  19. "_location": "/bs58",
  20. "_nodeVersion": "7.10.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/bs58-4.0.1.tgz_1496296714153_0.23994185007177293"
  24. },
  25. "_npmUser": {
  26. "name": "dcousens",
  27. "email": "email@dcousens.com"
  28. },
  29. "_npmVersion": "4.6.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "bs58",
  33. "scope": null,
  34. "escapedName": "bs58",
  35. "name": "bs58",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER",
  42. "/"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
  45. "_shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
  46. "_shrinkwrap": null,
  47. "_spec": "bs58",
  48. "_where": "/home/jb/repos/cloudron/zz",
  49. "bugs": {
  50. "url": "https://github.com/cryptocoinjs/bs58/issues"
  51. },
  52. "dependencies": {
  53. "base-x": "^3.0.2"
  54. },
  55. "description": "Base 58 encoding / decoding",
  56. "devDependencies": {
  57. "standard": "*",
  58. "tape": "^4.6.3"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
  63. "tarball": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz"
  64. },
  65. "files": [
  66. "./index.js"
  67. ],
  68. "gitHead": "ba80a23f74efc055577d7040ef32e1ae765d6702",
  69. "homepage": "https://github.com/cryptocoinjs/bs58#readme",
  70. "keywords": [
  71. "base58",
  72. "bitcoin",
  73. "crypto",
  74. "crytography",
  75. "decode",
  76. "decoding",
  77. "encode",
  78. "encoding",
  79. "litecoin"
  80. ],
  81. "license": "MIT",
  82. "main": "./index.js",
  83. "maintainers": [
  84. {
  85. "name": "fanatid",
  86. "email": "fanatid@ya.ru"
  87. },
  88. {
  89. "name": "dcousens",
  90. "email": "email@dcousens.com"
  91. },
  92. {
  93. "name": "midnightlightning",
  94. "email": "boydb@midnightdesign.ws"
  95. },
  96. {
  97. "name": "sidazhang",
  98. "email": "sidazhang89@gmail.com"
  99. },
  100. {
  101. "name": "nadav",
  102. "email": "npm@shesek.info"
  103. },
  104. {
  105. "name": "jprichardson",
  106. "email": "jprichardson@gmail.com"
  107. }
  108. ],
  109. "name": "bs58",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "url": "git+https://github.com/cryptocoinjs/bs58.git",
  114. "type": "git"
  115. },
  116. "scripts": {
  117. "standard": "standard",
  118. "test": "npm run standard && npm run unit",
  119. "unit": "tape test/index.js"
  120. },
  121. "version": "4.0.1"
  122. }