package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/block-stream",
  20. "/fstream",
  21. "/glob",
  22. "/globule/glob",
  23. "/readable-stream",
  24. "/tar"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  27. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  28. "_spec": "inherits@2",
  29. "_where": "D:\\公司项目\\wms\\node_modules\\globule\\node_modules\\glob",
  30. "browser": "./inherits_browser.js",
  31. "bugs": {
  32. "url": "https://github.com/isaacs/inherits/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  37. "devDependencies": {
  38. "tap": "^14.2.4"
  39. },
  40. "files": [
  41. "inherits.js",
  42. "inherits_browser.js"
  43. ],
  44. "homepage": "https://github.com/isaacs/inherits#readme",
  45. "keywords": [
  46. "inheritance",
  47. "class",
  48. "klass",
  49. "oop",
  50. "object-oriented",
  51. "inherits",
  52. "browser",
  53. "browserify"
  54. ],
  55. "license": "ISC",
  56. "main": "./inherits.js",
  57. "name": "inherits",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/inherits.git"
  61. },
  62. "scripts": {
  63. "test": "tap"
  64. },
  65. "version": "2.0.4"
  66. }