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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "accepts@~1.3.5",
  3. "_id": "accepts@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=",
  6. "_location": "/accepts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accepts@~1.3.5",
  12. "name": "accepts",
  13. "escapedName": "accepts",
  14. "rawSpec": "~1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.5"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz",
  22. "_shasum": "eb777df6011723a3b14e8a72c0805c8e86746bd2",
  23. "_spec": "accepts@~1.3.5",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/accepts/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "mime-types": "~2.1.18",
  42. "negotiator": "0.6.1"
  43. },
  44. "deprecated": false,
  45. "description": "Higher-level content negotiation",
  46. "devDependencies": {
  47. "eslint": "4.18.1",
  48. "eslint-config-standard": "11.0.0",
  49. "eslint-plugin-import": "2.9.0",
  50. "eslint-plugin-markdown": "1.0.0-beta.6",
  51. "eslint-plugin-node": "6.0.1",
  52. "eslint-plugin-promise": "3.6.0",
  53. "eslint-plugin-standard": "3.0.1",
  54. "istanbul": "0.4.5",
  55. "mocha": "~1.21.5"
  56. },
  57. "engines": {
  58. "node": ">= 0.6"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/accepts#readme",
  66. "keywords": [
  67. "content",
  68. "negotiation",
  69. "accept",
  70. "accepts"
  71. ],
  72. "license": "MIT",
  73. "name": "accepts",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/accepts.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --check-leaks --bail test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  83. },
  84. "version": "1.3.5"
  85. }