| { |
| "contributors": [ |
| "Douglas Christopher Wilson <doug@somethingdoug.com>", |
| "Federico Romero <federico.romero@outboxlabs.com>", |
| "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" |
| ], |
| "description": "HTTP content negotiation", |
| "devDependencies": { |
| "eslint": "5.16.0", |
| "eslint-plugin-markdown": "1.0.0", |
| "mocha": "6.1.4", |
| "nyc": "14.0.0" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| }, |
| "files": [ |
| "lib/", |
| "HISTORY.md", |
| "LICENSE", |
| "index.js", |
| "README.md" |
| ], |
| "keywords": [ |
| "http", |
| "content negotiation", |
| "accept", |
| "accept-language", |
| "accept-encoding", |
| "accept-charset" |
| ], |
| "license": "MIT", |
| "name": "negotiator", |
| "repository": "jshttp/negotiator", |
| "scripts": { |
| "lint": "eslint --plugin markdown --ext js,md .", |
| "test": "mocha --reporter spec --check-leaks --bail test/", |
| "test-cov": "nyc --reporter=html --reporter=text npm test", |
| "test-travis": "nyc --reporter=text npm test" |
| }, |
| "version": "0.6.2" |
| } |