@fastify/accepts
Version:
Add accept parser to fastify
75 lines (74 loc) • 1.66 kB
JSON
{
"name": "@fastify/accepts",
"version": "5.0.2",
"description": "Add accept parser to fastify",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0",
"neostandard": "^0.11.9",
"request": "^2.88.0",
"tap": "^20.0.1",
"tsd": "^0.31.1"
},
"dependencies": {
"accepts": "^1.3.8",
"fastify-plugin": "^5.0.0"
},
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-accepts.git"
},
"author": "allevo",
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-accepts/issues"
},
"homepage": "https://github.com/fastify/fastify-accepts#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"publishConfig": {
"access": "public"
},
"pre-commit": [
"lint",
"test"
]
}