package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "wif@2.0.6",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "wif@2.0.6",
  9. "_id": "wif@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-CNP1IFbGZnkplyb63g1DKudLRwQ=",
  12. "_location": "/wif",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "wif@2.0.6",
  18. "name": "wif",
  19. "escapedName": "wif",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/bip32"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/wif/-/wif-2.0.6.tgz",
  28. "_spec": "2.0.6",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Daniel Cousens"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/bitcoinjs/wif/issues"
  35. },
  36. "dependencies": {
  37. "bs58check": "<3.0.0"
  38. },
  39. "description": "Bitcoin Wallet Import Format (WIF) decoding/encoding module",
  40. "devDependencies": {
  41. "nyc": "^6.4.0",
  42. "standard": "*",
  43. "tape": "^4.6.2"
  44. },
  45. "homepage": "https://github.com/bitcoinjs/wif",
  46. "keywords": [
  47. "bitcoin",
  48. "base58",
  49. "base58check",
  50. "decode",
  51. "decoding",
  52. "encoding",
  53. "encode",
  54. "key",
  55. "private",
  56. "wif"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "wif",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/bitcoinjs/wif.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
  67. "coverage-report": "nyc report --reporter=lcov",
  68. "standard": "standard",
  69. "test": "npm run standard && npm run coverage",
  70. "unit": "tape test/*.js"
  71. },
  72. "version": "2.0.6"
  73. }