package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "accepts@1.3.6",
  10. "_id": "accepts@1.3.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J96GgvCDPpZt3lxdemPshSMQbks=",
  13. "_location": "/accepts",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "accepts@1.3.6",
  19. "name": "accepts",
  20. "escapedName": "accepts",
  21. "rawSpec": "1.3.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.6"
  24. },
  25. "_requiredBy": [
  26. "/compression",
  27. "/express",
  28. "/serve-index"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/accepts/download/accepts-1.3.6.tgz",
  31. "_spec": "1.3.6",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.24",
  49. "negotiator": "0.6.1"
  50. },
  51. "description": "Higher-level content negotiation",
  52. "devDependencies": {
  53. "deep-equal": "1.0.1",
  54. "eslint": "5.16.0",
  55. "eslint-config-standard": "12.0.0",
  56. "eslint-plugin-import": "2.17.2",
  57. "eslint-plugin-markdown": "1.0.0",
  58. "eslint-plugin-node": "8.0.1",
  59. "eslint-plugin-promise": "4.1.1",
  60. "eslint-plugin-standard": "4.0.0",
  61. "istanbul": "0.4.5",
  62. "mocha": "6.1.4"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "HISTORY.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jshttp/accepts#readme",
  73. "keywords": [
  74. "content",
  75. "negotiation",
  76. "accept",
  77. "accepts"
  78. ],
  79. "license": "MIT",
  80. "name": "accepts",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/accepts.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --plugin markdown --ext js,md .",
  87. "test": "mocha --reporter spec --check-leaks --bail test/",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  90. },
  91. "version": "1.3.6"
  92. }