package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.8",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "accepts@1.3.8",
  9. "_id": "accepts@1.3.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  12. "_location": "/accepts",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "accepts@1.3.8",
  18. "name": "accepts",
  19. "escapedName": "accepts",
  20. "rawSpec": "1.3.8",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.8"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  28. "_spec": "1.3.8",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/accepts/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jonathan Ong",
  40. "email": "me@jongleberry.com",
  41. "url": "http://jongleberry.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "mime-types": "~2.1.34",
  46. "negotiator": "0.6.3"
  47. },
  48. "description": "Higher-level content negotiation",
  49. "devDependencies": {
  50. "deep-equal": "1.0.1",
  51. "eslint": "7.32.0",
  52. "eslint-config-standard": "14.1.1",
  53. "eslint-plugin-import": "2.25.4",
  54. "eslint-plugin-markdown": "2.2.1",
  55. "eslint-plugin-node": "11.1.0",
  56. "eslint-plugin-promise": "4.3.1",
  57. "eslint-plugin-standard": "4.1.0",
  58. "mocha": "9.2.0",
  59. "nyc": "15.1.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "HISTORY.md",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/accepts#readme",
  70. "keywords": [
  71. "content",
  72. "negotiation",
  73. "accept",
  74. "accepts"
  75. ],
  76. "license": "MIT",
  77. "name": "accepts",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jshttp/accepts.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint .",
  84. "test": "mocha --reporter spec --check-leaks --bail test/",
  85. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test"
  87. },
  88. "version": "1.3.8"
  89. }