You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.7",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "accepts@1.3.7",
  9. "_id": "accepts@1.3.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
  12. "_location": "/accepts",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "accepts@1.3.7",
  18. "name": "accepts",
  19. "escapedName": "accepts",
  20. "rawSpec": "1.3.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.7"
  23. },
  24. "_requiredBy": [
  25. "/engine.io",
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
  29. "_spec": "1.3.7",
  30. "_where": "/home/guest/socket",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/accepts/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "mime-types": "~2.1.24",
  47. "negotiator": "0.6.2"
  48. },
  49. "description": "Higher-level content negotiation",
  50. "devDependencies": {
  51. "deep-equal": "1.0.1",
  52. "eslint": "5.16.0",
  53. "eslint-config-standard": "12.0.0",
  54. "eslint-plugin-import": "2.17.2",
  55. "eslint-plugin-markdown": "1.0.0",
  56. "eslint-plugin-node": "8.0.1",
  57. "eslint-plugin-promise": "4.1.1",
  58. "eslint-plugin-standard": "4.0.0",
  59. "mocha": "6.1.4",
  60. "nyc": "14.0.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/accepts#readme",
  71. "keywords": [
  72. "content",
  73. "negotiation",
  74. "accept",
  75. "accepts"
  76. ],
  77. "license": "MIT",
  78. "name": "accepts",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/accepts.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec --check-leaks --bail test/",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test",
  87. "test-travis": "nyc --reporter=text npm test"
  88. },
  89. "version": "1.3.7"
  90. }