package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "negotiator@0.6.1",
  3. "_id": "negotiator@0.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
  6. "_location": "/negotiator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "negotiator@0.6.1",
  12. "name": "negotiator",
  13. "escapedName": "negotiator",
  14. "rawSpec": "0.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.6.1"
  17. },
  18. "_requiredBy": [
  19. "/accepts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
  22. "_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
  23. "_spec": "negotiator@0.6.1",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\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. "istanbul": "0.4.3",
  48. "mocha": "~1.21.5"
  49. },
  50. "engines": {
  51. "node": ">= 0.6"
  52. },
  53. "files": [
  54. "lib/",
  55. "HISTORY.md",
  56. "LICENSE",
  57. "index.js",
  58. "README.md"
  59. ],
  60. "homepage": "https://github.com/jshttp/negotiator#readme",
  61. "keywords": [
  62. "http",
  63. "content negotiation",
  64. "accept",
  65. "accept-language",
  66. "accept-encoding",
  67. "accept-charset"
  68. ],
  69. "license": "MIT",
  70. "name": "negotiator",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jshttp/negotiator.git"
  74. },
  75. "scripts": {
  76. "test": "mocha --reporter spec --check-leaks --bail test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  78. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  79. },
  80. "version": "0.6.1"
  81. }