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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "negotiator@0.6.2",
  3. "_id": "negotiator@0.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
  6. "_location": "/negotiator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "negotiator@0.6.2",
  12. "name": "negotiator",
  13. "escapedName": "negotiator",
  14. "rawSpec": "0.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.2"
  17. },
  18. "_requiredBy": [
  19. "/accepts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
  22. "_shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
  23. "_spec": "negotiator@0.6.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/accepts",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/negotiator/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Federico Romero",
  36. "email": "federico.romero@outboxlabs.com"
  37. },
  38. {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "HTTP content negotiation",
  46. "devDependencies": {
  47. "eslint": "5.16.0",
  48. "eslint-plugin-markdown": "1.0.0",
  49. "mocha": "6.1.4",
  50. "nyc": "14.0.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.6"
  54. },
  55. "files": [
  56. "lib/",
  57. "HISTORY.md",
  58. "LICENSE",
  59. "index.js",
  60. "README.md"
  61. ],
  62. "homepage": "https://github.com/jshttp/negotiator#readme",
  63. "keywords": [
  64. "http",
  65. "content negotiation",
  66. "accept",
  67. "accept-language",
  68. "accept-encoding",
  69. "accept-charset"
  70. ],
  71. "license": "MIT",
  72. "name": "negotiator",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/negotiator.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint --plugin markdown --ext js,md .",
  79. "test": "mocha --reporter spec --check-leaks --bail test/",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test",
  81. "test-travis": "nyc --reporter=text npm test"
  82. },
  83. "version": "0.6.2"
  84. }