{"name":"fastify","version":"4.29.0","keywords":["web","framework","json","schema","open","api"],"author":{"name":"Matteo Collina","email":"hello@matteocollina.com"},"license":"MIT","_id":"fastify@4.29.0","maintainers":[{"name":"climba03003","email":"kaka@kakawebsitedemo.com"},{"name":"delvedor","email":""},{"name":"eomm","email":"behemoth89@gmail.com"},{"name":"jsumners","email":"james.sumners@gmail.com"},{"name":"matteo.collina","email":""}],"contributors":[{"url":"http://delved.org","name":"Tomas Della Vedova"},{"name":"Tommaso Allevi","email":"tomallevi@gmail.com"},{"url":"https://github.com/Ethan-Arrowood","name":"Ethan Arrowood","email":"ethan.arrowood@gmail.com"},{"url":"http://starptech.de","name":"Dustin Deus","email":"deusdustin@gmail.com"},{"url":"https://github.com/AyoubElk","name":"Ayoub El Khattabi","email":"elkhattabi.ayoub@gmail.com"},{"url":"https://github.com/rafaelgss","name":"Rafael Gonzaga","email":"rafael.nunu@hotmail.com"},{"url":"http://trivikr.github.io","name":"Trivikram Kamat","email":"trivikr.dev@gmail.com"},{"url":"https://loige.co","name":"Luciano Mammino"},{"name":"Cemre Mengu","email":"cemremengu@gmail.com"},{"name":"Evan Shortiss","email":"evanshortiss@gmail.com"},{"url":"https://maksim.dev","name":"Maksim Sinik"},{"name":"Manuel Spigolon","email":"behemoth89@gmail.com"},{"url":"https://james.sumners.info","name":"James Sumners"},{"url":"https://github.com/SerayaEryn","name":"Denis Fäcke"},{"url":"https://github.com/kibertoad","name":"Igor Savin","email":"kibertoad@gmail.com"},{"url":"https://github.com/zekth","name":"Vincent Le Goff","email":"vince.legoff@gmail.com"},{"url":"https://luisorbaiceta.com","name":"Luis Orbaiceta","email":"luisorbaiceta@gmail.com"},{"url":"https://metcoder.dev","name":"Carlos Fuentes","email":"me@metcoder.dev"},{"url":"https://heyhey.to/G","name":"Gürgün Dayıoğlu","email":"hey@gurgun.day"},{"name":"Aras Abbasi","email":"aras.abbasi@gmail.com"}],"homepage":"https://fastify.dev/","bugs":{"url":"https://github.com/fastify/fastify/issues"},"tsd":{"directory":"test/types"},"dist":{"shasum":"ea3fcd92f4d9deaa841a6722dc6e3e7ff9392850","size":443042,"noattachment":false,"key":"/fastify/-/fastify-4.29.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fastify/download/fastify-4.29.0.tgz"},"main":"fastify.js","type":"commonjs","types":"fastify.d.ts","funding":[{"url":"https://github.com/sponsors/fastify","type":"github"},{"url":"https://opencollective.com/fastify","type":"opencollective"}],"gitHead":"238d8a4f78b75c88e7b69b2d97fe27dd93fc520d","scripts":{"lint":"npm run lint:standard && npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run unit && npm run test:typescript","unit":"c8 tap","bench":"branchcmp -r 2 -g -s \"npm run benchmark\"","citgm":"tap --jobs=1 --timeout=120","test:ci":"npm run unit -- --cov --coverage-report=lcovonly && npm run test:typescript","coverage":"npm run unit -- --coverage-report=html","lint:fix":"standard --fix && npm run lint:typescript:fix","benchmark":"concurrently -k -s first \"node ./examples/benchmark/simple.js\" \"autocannon -c 100 -d 30 -p 10 localhost:3000/\"","test:watch":"npm run unit -- --watch --cov --no-coverage-report --reporter=terse","unit:junit":"tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml","coverage:ci":"c8 --reporter=lcov tap --coverage-report=html --no-browser --no-check-coverage","test:report":"npm run lint && npm run unit:report && npm run test:typescript","unit:report":"tap --cov --coverage-report=html --coverage-report=cobertura | tee out.tap","lint:markdown":"markdownlint-cli2","lint:standard":"standard | snazzy","prepublishOnly":"cross-env PREPUBLISH=true tap --no-check-coverage test/build/**.test.js && npm run test:validator:integrity","lint:typescript":"eslint -c types/.eslintrc.json types/**/*.d.ts test/types/**/*.test-d.ts","test:typescript":"tsc test/types/import.ts && tsd","benchmark:parser":"concurrently -k -s first \"node ./examples/benchmark/parser.js\" \"autocannon -c 100 -d 30 -p 10 -i ./examples/benchmark/body.json -H \"content-type:application/jsoff\" -m POST localhost:3000/\"","build:validation":"node build/build-error-serializer.js && node build/build-validation.js","lint:typescript:fix":"npm run lint:typescript -- --fix","test:validator:integrity":"npm run build:validation && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/error-serializer.js && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/configValidator.js","coverage:ci-check-coverage":"c8 check-coverage --branches 100 --functions 100 --lines 100 --statements 100"},"_npmUser":{"name":"eomm","email":"behemoth89@gmail.com"},"standard":{"ignore":["lib/configValidator.js","lib/error-serializer.js","fastify.d.ts","types/*","test/types/*","test/same-shape.test.js"]},"repository":{"url":"git+https://github.com/fastify/fastify.git","type":"git"},"_npmVersion":"10.8.2","description":"Fast and low overhead web framework, for Node.js","directories":{},"_nodeVersion":"20.18.0","dependencies":{"pino":"^9.0.0","rfdc":"^1.3.0","avvio":"^8.3.0","semver":"^7.5.4","proxy-addr":"^2.0.7","toad-cache":"^3.3.0","find-my-way":"^8.0.0","@fastify/error":"^3.4.0","process-warning":"^3.0.0","abstract-logging":"^2.0.1","light-my-request":"^5.11.0","secure-json-parse":"^2.7.0","fast-json-stringify":"^5.8.0","@fastify/ajv-compiler":"^3.5.0","fast-content-type-parse":"^1.1.0","@fastify/fast-json-stringify-compiler":"^4.3.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","ajv":"^8.12.0","joi":"^17.11.0","tap":"^16.3.9","tsd":"^0.29.0","yup":"^1.3.2","send":"^0.18.0","vary":"^1.1.2","h2url":"^0.2.0","eslint":"^8.51.0","snazzy":"^9.0.0","split2":"^4.2.0","undici":"^5.26.0","ajv-i18n":"^4.2.0","standard":"^17.1.0","cross-env":"^7.0.3","form-data":"^4.0.0","JSONStream":"^1.3.5","ajv-errors":"^3.0.0","autocannon":"^7.14.0","node-forge":"^1.3.1","proxyquire":"^2.1.3","simple-get":"^4.0.1","typescript":"^5.2.2","@types/node":"^20.8.4","ajv-formats":"^2.1.1","http-errors":"^2.0.0","concurrently":"^8.2.2","fast-json-body":"^1.1.0","fastify-plugin":"^4.5.1","ajv-merge-patch":"^5.0.1","branch-comparer":"^1.1.0","eslint-plugin-n":"^16.2.0","@sinclair/typebox":"^0.31.17","json-schema-to-ts":"^2.9.2","markdownlint-cli2":"^0.10.0","fluent-json-schema":"^4.1.2","@fastify/pre-commit":"^2.0.2","@sinonjs/fake-timers":"^11.1.0","eslint-plugin-import":"^2.28.1","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.1.0","@typescript-eslint/parser":"^6.7.5","eslint-import-resolver-node":"^0.3.9","@typescript-eslint/eslint-plugin":"^6.7.5"},"_npmOperationalInternal":{"tmp":"tmp/fastify_4.29.0_1733312052173_0.39264702089496684","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-12-04T11:34:12.434Z","publish_time":1733312052434,"_source_registry_name":"default","_cnpm_publish_time":1733312052434,"dist-tags":{"four":"4.29.1","latest":"5.8.4","three":"3.29.5"}}