Aktueller Stand
This commit is contained in:
60
backend/node_modules/@fastify/send/package.json
generated
vendored
60
backend/node_modules/@fastify/send/package.json
generated
vendored
@@ -1,50 +1,78 @@
|
||||
{
|
||||
"name": "@fastify/send",
|
||||
"description": "Better streaming static file server with Range and conditional-GET support",
|
||||
"version": "2.1.0",
|
||||
"version": "4.1.0",
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"contributors": [
|
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"James Wyatt Cready <jcready@gmail.com>",
|
||||
"Jesús Leganés Combarro <piranna@gmail.com>"
|
||||
"Jesús Leganés Combarro <piranna@gmail.com>",
|
||||
{
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
{
|
||||
"name": "Frazer Smith",
|
||||
"email": "frazer.dev@icloud.com",
|
||||
"url": "https://github.com/fdawgs"
|
||||
},
|
||||
{
|
||||
"name": "Aras Abbasi",
|
||||
"email": "aras.abbasi@gmail.com"
|
||||
}
|
||||
],
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"types": "types/index.d.ts",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fastify/send.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/fastify/send/issues"
|
||||
},
|
||||
"homepage": "https://github.com/fastify/send#readme",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/fastify"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/fastify"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"static",
|
||||
"file",
|
||||
"server"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lukeed/ms": "^2.0.2",
|
||||
"escape-html": "~1.0.3",
|
||||
"fast-decode-uri-component": "^1.0.1",
|
||||
"http-errors": "2.0.0",
|
||||
"mime": "^3.0.0",
|
||||
"@lukeed/ms": "^2.0.1"
|
||||
"http-errors": "^2.0.0",
|
||||
"mime": "^3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fastify/pre-commit": "^2.0.2",
|
||||
"@types/node": "^18.11.18",
|
||||
"@fastify/pre-commit": "^2.1.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"after": "0.8.2",
|
||||
"benchmark": "^2.1.4",
|
||||
"snazzy": "^9.0.0",
|
||||
"standard": "^17.0.0",
|
||||
"supertest": "6.3.3",
|
||||
"tap": "^16.3.3",
|
||||
"tsd": "^0.28.0"
|
||||
"c8": "^10.1.3",
|
||||
"eslint": "^9.17.0",
|
||||
"neostandard": "^0.12.0",
|
||||
"supertest": "6.3.4",
|
||||
"tsd": "^0.32.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard | snazzy",
|
||||
"lint:fix": "standard --fix | snazzy",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"test": "npm run test:unit && npm run test:typescript",
|
||||
"test:coverage": "tap --coverage-report=html",
|
||||
"test:coverage": "c8 --reporter html node --test",
|
||||
"test:typescript": "tsd",
|
||||
"test:unit": "tap"
|
||||
"test:unit": "c8 --100 node --test"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
|
||||
Reference in New Issue
Block a user