package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "inherits@2",
  3. "_id": "[email protected]",
  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. "/chokidar",
  20. "/cloneable-readable",
  21. "/concat-stream",
  22. "/css",
  23. "/duplexer2/readable-stream",
  24. "/duplexify",
  25. "/flush-write-stream",
  26. "/glob",
  27. "/gulp-concat-css/readable-stream",
  28. "/pumpify",
  29. "/readable-stream",
  30. "/rework-import/glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  33. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  34. "_spec": "inherits@2",
  35. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\glob",
  36. "browser": "./inherits_browser.js",
  37. "bugs": {
  38. "url": "https://github.com/isaacs/inherits/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  43. "devDependencies": {
  44. "tap": "^14.2.4"
  45. },
  46. "files": [
  47. "inherits.js",
  48. "inherits_browser.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/inherits#readme",
  51. "keywords": [
  52. "inheritance",
  53. "class",
  54. "klass",
  55. "oop",
  56. "object-oriented",
  57. "inherits",
  58. "browser",
  59. "browserify"
  60. ],
  61. "license": "ISC",
  62. "main": "./inherits.js",
  63. "name": "inherits",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/isaacs/inherits.git"
  67. },
  68. "scripts": {
  69. "test": "tap"
  70. },
  71. "version": "2.0.4"
  72. }