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 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "serve-favicon",
  3. "_id": "serve-favicon@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=",
  6. "_location": "/serve-favicon",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "serve-favicon",
  12. "name": "serve-favicon",
  13. "escapedName": "serve-favicon",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz",
  23. "_shasum": "935d240cdfe0f5805307fdfe967d88942a2cbcf0",
  24. "_spec": "serve-favicon",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  26. "author": {
  27. "name": "Douglas Christopher Wilson",
  28. "email": "doug@somethingdoug.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/expressjs/serve-favicon/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "etag": "~1.8.1",
  36. "fresh": "0.5.2",
  37. "ms": "2.1.1",
  38. "parseurl": "~1.3.2",
  39. "safe-buffer": "5.1.1"
  40. },
  41. "deprecated": false,
  42. "description": "favicon serving middleware with caching",
  43. "devDependencies": {
  44. "eslint": "4.19.1",
  45. "eslint-config-standard": "11.0.0",
  46. "eslint-plugin-import": "2.9.0",
  47. "eslint-plugin-markdown": "1.0.0-beta.6",
  48. "eslint-plugin-node": "6.0.1",
  49. "eslint-plugin-promise": "3.7.0",
  50. "eslint-plugin-standard": "3.0.1",
  51. "istanbul": "0.4.5",
  52. "mocha": "2.5.3",
  53. "supertest": "1.1.0",
  54. "temp-path": "1.0.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.8.0"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/expressjs/serve-favicon#readme",
  65. "keywords": [
  66. "express",
  67. "favicon",
  68. "middleware"
  69. ],
  70. "license": "MIT",
  71. "name": "serve-favicon",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/expressjs/serve-favicon.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint --plugin markdown --ext js,md .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  81. },
  82. "version": "2.5.0"
  83. }