package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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. "/block-stream",
  27. "/bpmn-js",
  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. "/diagram-js",
  40. "/duplexify",
  41. "/elliptic",
  42. "/flush-write-stream",
  43. "/from2",
  44. "/fstream",
  45. "/glob",
  46. "/globule/glob",
  47. "/hash-base",
  48. "/hash-base/readable-stream",
  49. "/hash.js",
  50. "/hpack.js",
  51. "/http-errors",
  52. "/md5.js",
  53. "/parallel-transform",
  54. "/pumpify",
  55. "/readable-stream",
  56. "/ripemd160",
  57. "/sha.js",
  58. "/sockjs-client",
  59. "/spdy-transport/readable-stream",
  60. "/stream-browserify",
  61. "/stream-http",
  62. "/tar",
  63. "/watchpack-chokidar2/chokidar",
  64. "/webpack-dev-server/chokidar"
  65. ],
  66. "_resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  67. "_spec": "2.0.4",
  68. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  69. "browser": "./inherits_browser.js",
  70. "bugs": {
  71. "url": "https://github.com/isaacs/inherits/issues"
  72. },
  73. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  74. "devDependencies": {
  75. "tap": "^14.2.4"
  76. },
  77. "files": [
  78. "inherits.js",
  79. "inherits_browser.js"
  80. ],
  81. "homepage": "https://github.com/isaacs/inherits#readme",
  82. "keywords": [
  83. "inheritance",
  84. "class",
  85. "klass",
  86. "oop",
  87. "object-oriented",
  88. "inherits",
  89. "browser",
  90. "browserify"
  91. ],
  92. "license": "ISC",
  93. "main": "./inherits.js",
  94. "name": "inherits",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/isaacs/inherits.git"
  98. },
  99. "scripts": {
  100. "test": "tap"
  101. },
  102. "version": "2.0.4"
  103. }