package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "inherits@^2.0.3",
  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.0.3",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/glob",
  21. "/readable-stream"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  24. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  25. "_spec": "inherits@^2.0.3",
  26. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/chokidar",
  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. }