package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "negotiator@~0.6.4",
  3. "_id": "negotiator@0.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
  6. "_location": "/negotiator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "negotiator@~0.6.4",
  12. "name": "negotiator",
  13. "escapedName": "negotiator",
  14. "rawSpec": "~0.6.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.6.4"
  17. },
  18. "_requiredBy": [
  19. "/compression"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz",
  22. "_shasum": "777948e2452651c570b712dd01c23e262713fff7",
  23. "_spec": "negotiator@~0.6.4",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\compression",
  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": "7.32.0",
  48. "eslint-plugin-markdown": "2.2.1",
  49. "mocha": "9.1.3",
  50. "nyc": "15.1.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 .",
  79. "test": "mocha --reporter spec --check-leaks --bail test/",
  80. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  81. "test-cov": "nyc --reporter=html --reporter=text npm test"
  82. },
  83. "version": "0.6.4"
  84. }