package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.4",
  9. "_id": "inherits@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  12. "_location": "/inherits",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inherits@2.0.4",
  18. "name": "inherits",
  19. "escapedName": "inherits",
  20. "rawSpec": "2.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.4"
  23. },
  24. "_requiredBy": [
  25. "/cipher-base",
  26. "/create-hash",
  27. "/create-hmac",
  28. "/elliptic",
  29. "/hash-base",
  30. "/hash.js",
  31. "/http-errors",
  32. "/md5.js",
  33. "/readable-stream",
  34. "/ripemd160",
  35. "/sha.js",
  36. "/util"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  39. "_spec": "2.0.4",
  40. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  41. "browser": "./inherits_browser.js",
  42. "bugs": {
  43. "url": "https://github.com/isaacs/inherits/issues"
  44. },
  45. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  46. "devDependencies": {
  47. "tap": "^14.2.4"
  48. },
  49. "files": [
  50. "inherits.js",
  51. "inherits_browser.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/inherits#readme",
  54. "keywords": [
  55. "inheritance",
  56. "class",
  57. "klass",
  58. "oop",
  59. "object-oriented",
  60. "inherits",
  61. "browser",
  62. "browserify"
  63. ],
  64. "license": "ISC",
  65. "main": "./inherits.js",
  66. "name": "inherits",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/isaacs/inherits.git"
  70. },
  71. "scripts": {
  72. "test": "tap"
  73. },
  74. "version": "2.0.4"
  75. }