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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "send@0.17.1",
  3. "_id": "send@0.17.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
  6. "_location": "/send",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "send@0.17.1",
  12. "name": "send",
  13. "escapedName": "send",
  14. "rawSpec": "0.17.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.17.1"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/serve-static"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
  23. "_shasum": "c1d8b059f7900f7466dd4938bdc44e11ddb376c8",
  24. "_spec": "send@0.17.1",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/express",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pillarjs/send/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "James Wyatt Cready",
  41. "email": "jcready@gmail.com"
  42. },
  43. {
  44. "name": "Jesús Leganés Combarro",
  45. "email": "piranna@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "debug": "2.6.9",
  50. "depd": "~1.1.2",
  51. "destroy": "~1.0.4",
  52. "encodeurl": "~1.0.2",
  53. "escape-html": "~1.0.3",
  54. "etag": "~1.8.1",
  55. "fresh": "0.5.2",
  56. "http-errors": "~1.7.2",
  57. "mime": "1.6.0",
  58. "ms": "2.1.1",
  59. "on-finished": "~2.3.0",
  60. "range-parser": "~1.2.1",
  61. "statuses": "~1.5.0"
  62. },
  63. "deprecated": false,
  64. "description": "Better streaming static file server with Range and conditional-GET support",
  65. "devDependencies": {
  66. "after": "0.8.2",
  67. "eslint": "5.16.0",
  68. "eslint-config-standard": "12.0.0",
  69. "eslint-plugin-import": "2.17.2",
  70. "eslint-plugin-markdown": "1.0.0",
  71. "eslint-plugin-node": "8.0.1",
  72. "eslint-plugin-promise": "4.1.1",
  73. "eslint-plugin-standard": "4.0.0",
  74. "istanbul": "0.4.5",
  75. "mocha": "6.1.4",
  76. "supertest": "4.0.2"
  77. },
  78. "engines": {
  79. "node": ">= 0.8.0"
  80. },
  81. "files": [
  82. "HISTORY.md",
  83. "LICENSE",
  84. "README.md",
  85. "index.js"
  86. ],
  87. "homepage": "https://github.com/pillarjs/send#readme",
  88. "keywords": [
  89. "static",
  90. "file",
  91. "server"
  92. ],
  93. "license": "MIT",
  94. "name": "send",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/pillarjs/send.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --plugin markdown --ext js,md .",
  101. "test": "mocha --check-leaks --reporter spec --bail",
  102. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  103. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  104. },
  105. "version": "0.17.1"
  106. }