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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "serve-static@1.13.2",
  3. "_id": "serve-static@1.13.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==",
  6. "_location": "/serve-static",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "serve-static@1.13.2",
  12. "name": "serve-static",
  13. "escapedName": "serve-static",
  14. "rawSpec": "1.13.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.13.2"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
  22. "_shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
  23. "_spec": "serve-static@1.13.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/expressjs/serve-static/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "encodeurl": "~1.0.2",
  35. "escape-html": "~1.0.3",
  36. "parseurl": "~1.3.2",
  37. "send": "0.16.2"
  38. },
  39. "deprecated": false,
  40. "description": "Serve static files",
  41. "devDependencies": {
  42. "eslint": "3.19.0",
  43. "eslint-config-standard": "10.2.1",
  44. "eslint-plugin-import": "2.8.0",
  45. "eslint-plugin-markdown": "1.0.0-beta.6",
  46. "eslint-plugin-node": "5.2.1",
  47. "eslint-plugin-promise": "3.6.0",
  48. "eslint-plugin-standard": "3.0.1",
  49. "istanbul": "0.4.5",
  50. "mocha": "2.5.3",
  51. "supertest": "1.1.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.8.0"
  55. },
  56. "files": [
  57. "LICENSE",
  58. "HISTORY.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/expressjs/serve-static#readme",
  62. "license": "MIT",
  63. "name": "serve-static",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/expressjs/serve-static.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint --plugin markdown --ext js,md .",
  70. "test": "mocha --reporter spec --bail --check-leaks test/",
  71. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  73. },
  74. "version": "1.13.2"
  75. }