租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.6 KiB

3 months ago
  1. {
  2. "_from": "inherits@^2.0.1",
  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.0.1",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/glob",
  20. "/readable-stream",
  21. "/stream-http"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  24. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  25. "_spec": "inherits@^2.0.1",
  26. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\stream-http",
  27. "browser": "./inherits_browser.js",
  28. "bugs": {
  29. "url": "https://github.com/isaacs/inherits/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  34. "devDependencies": {
  35. "tap": "^14.2.4"
  36. },
  37. "files": [
  38. "inherits.js",
  39. "inherits_browser.js"
  40. ],
  41. "homepage": "https://github.com/isaacs/inherits#readme",
  42. "keywords": [
  43. "inheritance",
  44. "class",
  45. "klass",
  46. "oop",
  47. "object-oriented",
  48. "inherits",
  49. "browser",
  50. "browserify"
  51. ],
  52. "license": "ISC",
  53. "main": "./inherits.js",
  54. "name": "inherits",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/inherits.git"
  58. },
  59. "scripts": {
  60. "test": "tap"
  61. },
  62. "version": "2.0.4"
  63. }