package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "negotiator@0.6.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "negotiator@0.6.3",
  10. "_id": "negotiator@0.6.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  13. "_location": "/negotiator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "negotiator@0.6.3",
  19. "name": "negotiator",
  20. "escapedName": "negotiator",
  21. "rawSpec": "0.6.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.3"
  24. },
  25. "_requiredBy": [
  26. "/accepts"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
  29. "_spec": "0.6.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/negotiator/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Federico Romero",
  41. "email": "federico.romero@outboxlabs.com"
  42. },
  43. {
  44. "name": "Isaac Z. Schlueter",
  45. "email": "i@izs.me",
  46. "url": "http://blog.izs.me/"
  47. }
  48. ],
  49. "description": "HTTP content negotiation",
  50. "devDependencies": {
  51. "eslint": "7.32.0",
  52. "eslint-plugin-markdown": "2.2.1",
  53. "mocha": "9.1.3",
  54. "nyc": "15.1.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.6"
  58. },
  59. "files": [
  60. "lib/",
  61. "HISTORY.md",
  62. "LICENSE",
  63. "index.js",
  64. "README.md"
  65. ],
  66. "homepage": "https://github.com/jshttp/negotiator#readme",
  67. "keywords": [
  68. "http",
  69. "content negotiation",
  70. "accept",
  71. "accept-language",
  72. "accept-encoding",
  73. "accept-charset"
  74. ],
  75. "license": "MIT",
  76. "name": "negotiator",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/negotiator.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "test": "mocha --reporter spec --check-leaks --bail test/",
  84. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test"
  86. },
  87. "version": "0.6.3"
  88. }