代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/Fastify 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "fastify",
"version": "3.21.3",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
"types": "fastify.d.ts",
"scripts": {
"bench": "branchcmp -r 2 -g -s \"npm run benchmark\"",
"benchmark": "npx concurrently -k -s first \"node ./examples/benchmark/simple.js\" \"npx autocannon -c 100 -d 30 -p 10 localhost:3000/\"",
"coverage": "npm run unit -- --cov --coverage-report=html",
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\"",
"lint": "npm run lint:standard && npm run lint:typescript",
"lint:fix": "standard --fix",
"lint:standard": "standard --verbose | snazzy",
"lint:typescript": "eslint -c types/.eslintrc.json types/**/*.d.ts test/types/**/*.test-d.ts",
"test": "npm run lint && npm run unit && npm run test:typescript",
"test:ci": "npm run lint && npm run unit -- --cov --coverage-report=lcovonly && npm run test:typescript",
"test:report": "npm run lint && npm run unit:report && npm run test:typescript",
"test:typescript": "tsd",
"unit": "tap -J test/*.test.js test/*/*.test.js",
"unit:junit": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
"unit:report": "tap -J test/*.test.js test/*/*.test.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify.git"
},
"keywords": [
"web",
"framework",
"json",
"schema",
"open",
"api"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"contributors": [
{
"name": "Tomas Della Vedova",
"url": "http://delved.org",
"author": true
},
{
"name": "Tommaso Allevi",
"email": "tomallevi@gmail.com"
},
{
"name": "Ethan Arrowood",
"url": "https://github.com/Ethan-Arrowood",
"email": "ethan.arrowood@gmail.com"
},
{
"name": "Dustin Deus",
"url": "http://starptech.de",
"email": "deusdustin@gmail.com"
},
{
"name": "Ayoub El Khattabi",
"url": "https://github.com/AyoubElk",
"email": "elkhattabi.ayoub@gmail.com"
},
{
"name": "Rafael Gonzaga",
"email": "rafael.nunu@hotmail.com",
"url": "https://github.com/rafaelgss"
},
{
"name": "Trivikram Kamat",
"url": "http://trivikr.github.io",
"email": "trivikr.dev@gmail.com"
},
{
"name": "Luciano Mammino",
"url": "https://loige.co"
},
{
"name": "Cemre Mengu",
"email": "cemremengu@gmail.com"
},
{
"name": "Evan Shortiss",
"email": "evanshortiss@gmail.com"
},
{
"name": "Maksim Sinik",
"url": "https://maksim.dev"
},
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Denis Fäcke",
"url": "https://github.com/SerayaEryn"
},
{
"name": "Igor Savin",
"email": "kibertoad@gmail.com",
"url": "https://github.com/kibertoad"
},
{
"name": "Vincent Le Goff",
"email": "vince.legoff@gmail.com",
"url": "https://github.com/zekth"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify/issues"
},
"homepage": "https://www.fastify.io/",
"devDependencies": {
"@fastify/ajv-compiler-8": "npm:@fastify/ajv-compiler@^2.0.0",
"@fastify/pre-commit": "^2.0.1",
"@hapi/joi": "^17.1.1",
"@sinonjs/fake-timers": "^7.0.0",
"@types/node": "^16.0.0",
"@types/pino": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"ajv": "^6.0.0",
"ajv-errors": "^1.0.1",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^3.5.0",
"ajv-merge-patch": "^4.1.0",
"ajv-pack": "^0.3.1",
"branch-comparer": "^1.0.2",
"cors": "^2.8.5",
"coveralls": "^3.1.0",
"dns-prefetch-control": "^0.3.0",
"eslint": "^7.11.0",
"eslint-config-standard": "^16.0.1",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"fast-json-body": "^1.1.0",
"fastify-plugin": "^3.0.0",
"fluent-json-schema": "^3.0.0",
"form-data": "^4.0.0",
"frameguard": "^4.0.0",
"h2url": "^0.2.0",
"helmet": "^4.0.0",
"hide-powered-by": "^1.1.0",
"hsts": "^2.2.0",
"http-errors": "^1.7.1",
"ienoopen": "^1.1.0",
"JSONStream": "^1.3.5",
"license-checker": "^25.0.1",
"pem": "^1.14.4",
"proxyquire": "^2.1.3",
"pump": "^3.0.0",
"send": "^0.17.1",
"serve-static": "^1.14.1",
"simple-get": "^4.0.0",
"snazzy": "^9.0.0",
"split2": "^3.1.1",
"standard": "^16.0.1",
"tap": "^15.0.5",
"tap-mocha-reporter": "^5.0.1",
"then-sleep": "^1.0.1",
"tsd": "^0.17.0",
"typescript": "^4.0.2",
"undici": "^3.3.5",
"x-xss-protection": "^2.0.0",
"yup": "^0.32.0"
},
"dependencies": {
"@fastify/ajv-compiler": "^1.0.0",
"abstract-logging": "^2.0.0",
"avvio": "^7.1.2",
"fast-json-stringify": "^2.5.2",
"fastify-error": "^0.3.0",
"fastify-warning": "^0.2.0",
"find-my-way": "^4.1.0",
"flatstr": "^1.0.12",
"light-my-request": "^4.2.0",
"pino": "^6.13.0",
"proxy-addr": "^2.0.7",
"readable-stream": "^3.4.0",
"rfdc": "^1.1.4",
"secure-json-parse": "^2.0.0",
"semver": "^7.3.2",
"tiny-lru": "^7.0.0"
},
"standard": {
"ignore": [
"lib/configValidator.js",
"fastify.d.ts",
"types/*",
"test/types/*",
"test/same-shape.test.js"
]
},
"tsd": {
"directory": "test/types"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。