Ohm-Management - Projektarbeit B-ME
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.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "inherits@2.0.3",
  3. "_id": "inherits@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  6. "_location": "/inherits",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/http-errors"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  22. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  23. "_spec": "inherits@2.0.3",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/http-errors",
  25. "browser": "./inherits_browser.js",
  26. "bugs": {
  27. "url": "https://github.com/isaacs/inherits/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  32. "devDependencies": {
  33. "tap": "^7.1.0"
  34. },
  35. "files": [
  36. "inherits.js",
  37. "inherits_browser.js"
  38. ],
  39. "homepage": "https://github.com/isaacs/inherits#readme",
  40. "keywords": [
  41. "inheritance",
  42. "class",
  43. "klass",
  44. "oop",
  45. "object-oriented",
  46. "inherits",
  47. "browser",
  48. "browserify"
  49. ],
  50. "license": "ISC",
  51. "main": "./inherits.js",
  52. "name": "inherits",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/isaacs/inherits.git"
  56. },
  57. "scripts": {
  58. "test": "node test"
  59. },
  60. "version": "2.0.3"
  61. }