11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "negotiator", 31cb0ef41Sopenharmony_ci "description": "HTTP content negotiation", 41cb0ef41Sopenharmony_ci "version": "0.6.3", 51cb0ef41Sopenharmony_ci "contributors": [ 61cb0ef41Sopenharmony_ci "Douglas Christopher Wilson <doug@somethingdoug.com>", 71cb0ef41Sopenharmony_ci "Federico Romero <federico.romero@outboxlabs.com>", 81cb0ef41Sopenharmony_ci "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" 91cb0ef41Sopenharmony_ci ], 101cb0ef41Sopenharmony_ci "license": "MIT", 111cb0ef41Sopenharmony_ci "keywords": [ 121cb0ef41Sopenharmony_ci "http", 131cb0ef41Sopenharmony_ci "content negotiation", 141cb0ef41Sopenharmony_ci "accept", 151cb0ef41Sopenharmony_ci "accept-language", 161cb0ef41Sopenharmony_ci "accept-encoding", 171cb0ef41Sopenharmony_ci "accept-charset" 181cb0ef41Sopenharmony_ci ], 191cb0ef41Sopenharmony_ci "repository": "jshttp/negotiator", 201cb0ef41Sopenharmony_ci "devDependencies": { 211cb0ef41Sopenharmony_ci "eslint": "7.32.0", 221cb0ef41Sopenharmony_ci "eslint-plugin-markdown": "2.2.1", 231cb0ef41Sopenharmony_ci "mocha": "9.1.3", 241cb0ef41Sopenharmony_ci "nyc": "15.1.0" 251cb0ef41Sopenharmony_ci }, 261cb0ef41Sopenharmony_ci "files": [ 271cb0ef41Sopenharmony_ci "lib/", 281cb0ef41Sopenharmony_ci "HISTORY.md", 291cb0ef41Sopenharmony_ci "LICENSE", 301cb0ef41Sopenharmony_ci "index.js", 311cb0ef41Sopenharmony_ci "README.md" 321cb0ef41Sopenharmony_ci ], 331cb0ef41Sopenharmony_ci "engines": { 341cb0ef41Sopenharmony_ci "node": ">= 0.6" 351cb0ef41Sopenharmony_ci }, 361cb0ef41Sopenharmony_ci "scripts": { 371cb0ef41Sopenharmony_ci "lint": "eslint .", 381cb0ef41Sopenharmony_ci "test": "mocha --reporter spec --check-leaks --bail test/", 391cb0ef41Sopenharmony_ci "test-ci": "nyc --reporter=lcov --reporter=text npm test", 401cb0ef41Sopenharmony_ci "test-cov": "nyc --reporter=html --reporter=text npm test" 411cb0ef41Sopenharmony_ci } 421cb0ef41Sopenharmony_ci} 43