encoding-negotiator
Version:
a negotiator for the accept-encoding header
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "encoding-negotiator",
"version": "3.0.0",
"description": "a negotiator for the accept-encoding header",
"main": "index.mjs",
"type": "module",
"scripts": {
"unit": "ava test/*.mjs",
"test": "npx prettier index.mjs test/* benchmark/* --check && npm run lint && npm run unit",
"lint": "eslint index.mjs test/* benchmark/*",
"prettier": "npx prettier index.mjs test/* benchmark/* --write",
"coverage": "c8 --reporter=lcov npm test"
},
"keywords": [
"encoding",
"negotiator",
"accept-encoding",
"accept",
"http",
"header"
],
"author": "Denis Fäcke",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.29.0",
"ava": "^6.4.0",
"benchmark": "^2.1.4",
"c8": "^10.1.3",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"negotiator": "^1.0.0",
"prettier": "3.6.0"
},
"engines": {
"node": ">=20.19.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SerayaEryn/encoding-negotiator.git"
},
"files": []
}