package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "accepts@~1.3.5",
  3. "_id": "accepts@1.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
  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. "/compression",
  20. "/express",
  21. "/serve-index"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
  24. "_shasum": "531bc726517a3b2b41f850021c6cc15eaab507cd",
  25. "_spec": "accepts@~1.3.5",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\compression",
  27. "bugs": {
  28. "url": "https://github.com/jshttp/accepts/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. {
  37. "name": "Jonathan Ong",
  38. "email": "me@jongleberry.com",
  39. "url": "http://jongleberry.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "mime-types": "~2.1.24",
  44. "negotiator": "0.6.2"
  45. },
  46. "deprecated": false,
  47. "description": "Higher-level content negotiation",
  48. "devDependencies": {
  49. "deep-equal": "1.0.1",
  50. "eslint": "5.16.0",
  51. "eslint-config-standard": "12.0.0",
  52. "eslint-plugin-import": "2.17.2",
  53. "eslint-plugin-markdown": "1.0.0",
  54. "eslint-plugin-node": "8.0.1",
  55. "eslint-plugin-promise": "4.1.1",
  56. "eslint-plugin-standard": "4.0.0",
  57. "mocha": "6.1.4",
  58. "nyc": "14.0.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.6"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jshttp/accepts#readme",
  69. "keywords": [
  70. "content",
  71. "negotiation",
  72. "accept",
  73. "accepts"
  74. ],
  75. "license": "MIT",
  76. "name": "accepts",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/accepts.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --plugin markdown --ext js,md .",
  83. "test": "mocha --reporter spec --check-leaks --bail test/",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test",
  85. "test-travis": "nyc --reporter=text npm test"
  86. },
  87. "version": "1.3.7"
  88. }