package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "E:\\2023\\5\\myjadmin"
  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. "/block-stream",
  28. "/browserify-aes",
  29. "/browserify-des",
  30. "/browserify-sign",
  31. "/browserify-sign/readable-stream",
  32. "/cipher-base",
  33. "/concat-stream",
  34. "/create-hash",
  35. "/create-hmac",
  36. "/crypto-browserify",
  37. "/css",
  38. "/des.js",
  39. "/duplexify",
  40. "/elliptic",
  41. "/flush-write-stream",
  42. "/from2",
  43. "/fstream",
  44. "/ftp/readable-stream",
  45. "/glob",
  46. "/globule/glob",
  47. "/hash-base",
  48. "/hash-base/readable-stream",
  49. "/hash.js",
  50. "/hpack.js",
  51. "/http-errors",
  52. "/js-beautify/glob",
  53. "/md5.js",
  54. "/mocha-nightwatch/glob",
  55. "/parallel-transform",
  56. "/pumpify",
  57. "/readable-stream",
  58. "/ripemd160",
  59. "/sha.js",
  60. "/sockjs-client",
  61. "/spdy-transport/readable-stream",
  62. "/stream-browserify",
  63. "/stream-http",
  64. "/tar",
  65. "/watchpack-chokidar2/chokidar",
  66. "/webpack-dev-server/chokidar"
  67. ],
  68. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  69. "_spec": "2.0.4",
  70. "_where": "E:\\2023\\5\\myjadmin",
  71. "browser": "./inherits_browser.js",
  72. "bugs": {
  73. "url": "https://github.com/isaacs/inherits/issues"
  74. },
  75. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  76. "devDependencies": {
  77. "tap": "^14.2.4"
  78. },
  79. "files": [
  80. "inherits.js",
  81. "inherits_browser.js"
  82. ],
  83. "homepage": "https://github.com/isaacs/inherits#readme",
  84. "keywords": [
  85. "inheritance",
  86. "class",
  87. "klass",
  88. "oop",
  89. "object-oriented",
  90. "inherits",
  91. "browser",
  92. "browserify"
  93. ],
  94. "license": "ISC",
  95. "main": "./inherits.js",
  96. "name": "inherits",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/isaacs/inherits.git"
  100. },
  101. "scripts": {
  102. "test": "tap"
  103. },
  104. "version": "2.0.4"
  105. }