package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "negotiator@0.6.3",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "negotiator@0.6.3",
  9. "_id": "negotiator@0.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  12. "_location": "/negotiator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "negotiator@0.6.3",
  18. "name": "negotiator",
  19. "escapedName": "negotiator",
  20. "rawSpec": "0.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.3"
  23. },
  24. "_requiredBy": [
  25. "/accepts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  28. "_spec": "0.6.3",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/negotiator/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Federico Romero",
  40. "email": "federico.romero@outboxlabs.com"
  41. },
  42. {
  43. "name": "Isaac Z. Schlueter",
  44. "email": "i@izs.me",
  45. "url": "http://blog.izs.me/"
  46. }
  47. ],
  48. "description": "HTTP content negotiation",
  49. "devDependencies": {
  50. "eslint": "7.32.0",
  51. "eslint-plugin-markdown": "2.2.1",
  52. "mocha": "9.1.3",
  53. "nyc": "15.1.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.6"
  57. },
  58. "files": [
  59. "lib/",
  60. "HISTORY.md",
  61. "LICENSE",
  62. "index.js",
  63. "README.md"
  64. ],
  65. "homepage": "https://github.com/jshttp/negotiator#readme",
  66. "keywords": [
  67. "http",
  68. "content negotiation",
  69. "accept",
  70. "accept-language",
  71. "accept-encoding",
  72. "accept-charset"
  73. ],
  74. "license": "MIT",
  75. "name": "negotiator",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/negotiator.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint .",
  82. "test": "mocha --reporter spec --check-leaks --bail test/",
  83. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test"
  85. },
  86. "version": "0.6.3"
  87. }