package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.4",
  10. "_id": "inherits@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  13. "_location": "/inherits",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inherits@2.0.4",
  19. "name": "inherits",
  20. "escapedName": "inherits",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/asn1.js",
  27. "/browserify-aes",
  28. "/browserify-des",
  29. "/browserify-sign",
  30. "/browserify-sign/readable-stream",
  31. "/cipher-base",
  32. "/concat-stream",
  33. "/create-hash",
  34. "/create-hmac",
  35. "/crypto-browserify",
  36. "/des.js",
  37. "/duplexify",
  38. "/elliptic",
  39. "/flush-write-stream",
  40. "/from2",
  41. "/glob",
  42. "/hash-base",
  43. "/hash-base/readable-stream",
  44. "/hash.js",
  45. "/hpack.js",
  46. "/htmlparser2",
  47. "/htmlparser2/readable-stream",
  48. "/md5.js",
  49. "/parallel-transform",
  50. "/pumpify",
  51. "/readable-stream",
  52. "/ripemd160",
  53. "/sha.js",
  54. "/sockjs-client",
  55. "/spdy-transport/readable-stream",
  56. "/stream-browserify",
  57. "/stream-http",
  58. "/watchpack-chokidar2/chokidar",
  59. "/webpack-dev-server/chokidar"
  60. ],
  61. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  62. "_spec": "2.0.4",
  63. "_where": "E:\\amr1.0\\AMR",
  64. "browser": "./inherits_browser.js",
  65. "bugs": {
  66. "url": "https://github.com/isaacs/inherits/issues"
  67. },
  68. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  69. "devDependencies": {
  70. "tap": "^14.2.4"
  71. },
  72. "files": [
  73. "inherits.js",
  74. "inherits_browser.js"
  75. ],
  76. "homepage": "https://github.com/isaacs/inherits#readme",
  77. "keywords": [
  78. "inheritance",
  79. "class",
  80. "klass",
  81. "oop",
  82. "object-oriented",
  83. "inherits",
  84. "browser",
  85. "browserify"
  86. ],
  87. "license": "ISC",
  88. "main": "./inherits.js",
  89. "name": "inherits",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/isaacs/inherits.git"
  93. },
  94. "scripts": {
  95. "test": "tap"
  96. },
  97. "version": "2.0.4"
  98. }