package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "E:\\item\\newItem\\admin"
  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. "/asn1.js",
  26. "/browserify-aes",
  27. "/browserify-des",
  28. "/browserify-sign",
  29. "/browserify-sign/readable-stream",
  30. "/cipher-base",
  31. "/concat-stream",
  32. "/create-hash",
  33. "/create-hmac",
  34. "/crypto-browserify",
  35. "/css",
  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. "/mocha-webpack/chokidar",
  50. "/mocha/glob",
  51. "/parallel-transform",
  52. "/pumpify",
  53. "/readable-stream",
  54. "/ripemd160",
  55. "/sha.js",
  56. "/sockjs-client",
  57. "/spdy-transport/readable-stream",
  58. "/stream-browserify",
  59. "/stream-http",
  60. "/vue-puzzle-vcode/http-errors",
  61. "/watchpack-chokidar2/chokidar",
  62. "/webpack-dev-server/chokidar"
  63. ],
  64. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  65. "_spec": "2.0.4",
  66. "_where": "E:\\item\\newItem\\admin",
  67. "browser": "./inherits_browser.js",
  68. "bugs": {
  69. "url": "https://github.com/isaacs/inherits/issues"
  70. },
  71. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  72. "devDependencies": {
  73. "tap": "^14.2.4"
  74. },
  75. "files": [
  76. "inherits.js",
  77. "inherits_browser.js"
  78. ],
  79. "homepage": "https://github.com/isaacs/inherits#readme",
  80. "keywords": [
  81. "inheritance",
  82. "class",
  83. "klass",
  84. "oop",
  85. "object-oriented",
  86. "inherits",
  87. "browser",
  88. "browserify"
  89. ],
  90. "license": "ISC",
  91. "main": "./inherits.js",
  92. "name": "inherits",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/isaacs/inherits.git"
  96. },
  97. "scripts": {
  98. "test": "tap"
  99. },
  100. "version": "2.0.4"
  101. }