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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "inherits@^2.0.3",
  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.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. "/cloneable-readable",
  21. "/concat-stream",
  22. "/duplexify",
  23. "/flush-write-stream",
  24. "/glob",
  25. "/pumpify",
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  29. "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
  30. "_spec": "inherits@^2.0.3",
  31. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  32. "browser": "./inherits_browser.js",
  33. "bugs": {
  34. "url": "https://github.com/isaacs/inherits/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  39. "devDependencies": {
  40. "tap": "^14.2.4"
  41. },
  42. "files": [
  43. "inherits.js",
  44. "inherits_browser.js"
  45. ],
  46. "homepage": "https://github.com/isaacs/inherits#readme",
  47. "keywords": [
  48. "inheritance",
  49. "class",
  50. "klass",
  51. "oop",
  52. "object-oriented",
  53. "inherits",
  54. "browser",
  55. "browserify"
  56. ],
  57. "license": "ISC",
  58. "main": "./inherits.js",
  59. "name": "inherits",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/inherits.git"
  63. },
  64. "scripts": {
  65. "test": "tap"
  66. },
  67. "version": "2.0.4"
  68. }