package.json 2.3 KB

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