package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.5",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "accepts@1.3.5",
  10. "_id": "accepts@1.3.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=",
  13. "_location": "/accepts",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "accepts@1.3.5",
  19. "name": "accepts",
  20. "escapedName": "accepts",
  21. "rawSpec": "1.3.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.5"
  24. },
  25. "_requiredBy": [
  26. "/compression",
  27. "/express",
  28. "/serve-index"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz",
  31. "_spec": "1.3.5",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/accepts/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "mime-types": "~2.1.18",
  49. "negotiator": "0.6.1"
  50. },
  51. "description": "Higher-level content negotiation",
  52. "devDependencies": {
  53. "eslint": "4.18.1",
  54. "eslint-config-standard": "11.0.0",
  55. "eslint-plugin-import": "2.9.0",
  56. "eslint-plugin-markdown": "1.0.0-beta.6",
  57. "eslint-plugin-node": "6.0.1",
  58. "eslint-plugin-promise": "3.6.0",
  59. "eslint-plugin-standard": "3.0.1",
  60. "istanbul": "0.4.5",
  61. "mocha": "~1.21.5"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/accepts#readme",
  72. "keywords": [
  73. "content",
  74. "negotiation",
  75. "accept",
  76. "accepts"
  77. ],
  78. "license": "MIT",
  79. "name": "accepts",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/accepts.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --reporter spec --check-leaks --bail test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  89. },
  90. "version": "1.3.5"
  91. }