{"tsd":{"directory":"test/types"},"bugs":{"url":"https://github.com/fastify/fastify/issues"},"dist":{"shasum":"c4d9965ffc80a094dfcd686cddc87452145af5fe","tarball":"https://registry.npmjs.org/fastify/-/fastify-4.16.3.tgz","fileCount":281,"integrity":"sha512-W45bWZdjAcVxFUBubzkmiMp3VrIRpsqUP6D0NS2Qb1BjTSNNT1NxAubzM8tdMyC5mIBymtvPE3B+DYmItc1rlQ==","signatures":[{"sig":"MEUCIF9PsXVwKaH4Ku+SbP7XvNZJb2nZBSmErWWwnH5DZcMlAiEAsYVqV2MAnMoZu2LG2YeNXatK1jeTg8LK68bOUp4QHik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2092223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSNqbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrsBAAod6XPbL80iMZhPlwheUlwN8dUui6sGJh6G0OFlnRF1b5EAIX\r\n+uA4OhSY4IDH9z9IkYPLY7fvarh640rYMUgx0l6zXdRiYMEBNwUvZfoX2t12\r\nVT4IhI9yPCZrPeHomwNlgbkVnFB13N0xjni3/MCDhZtaFTleECJyinqDUMGN\r\njDpAgagRzTSsopBCM2x3nYJYaP7MbGd7PMTlkW2PDB6A1fbvkxMXM3HjIQBR\r\ndEjNJbrgv4Bgclj6JrzPNLS56XtsHSlsbLph0dzn9aPFryAEF4YpoztDYUxR\r\ntrOmTZ0m4TJmo+sD/e3rFVoxTrTIbAcDbQY0qtk0eqDnXN/IoOKXn3rSYPFw\r\ns94RT/xy/RKddmfrBRGer8hCaJewY8JTWNRkIEvC8V96NXXWC1FdmyDw6Gkb\r\n1rwG4/hx3bXonrCHg59W785bT7tu0FoQj83bj0KAFKsBSCqp9LbZEaNmfQh1\r\npxauE05Sqzi5c4eqSOwCRvxJux7CU1amG5qr7s7F6PUhvkN+Mqphw3ZiMuWl\r\nyfrGyzFID83Ml7J8xb1EBtzm/Qe0zq+E2rQnzIKjAMoEul4dkS1hIh3hcXM6\r\n7QmflL7Di+lxuz1JOoCYWNMIfBVjAalgoykvI9sAwXMVd/kkgd7cbbtbsBmd\r\nxZaOGhq2pFNnhS2dpJUfrY6RtixlPF9u7rA=\r\n=BBNU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"fastify.js","name":"fastify","type":"commonjs","types":"fastify.d.ts","author":{"name":"Matteo Collina","email":"hello@matteocollina.com"},"gitHead":"b3ebbdc1ab363233b7728d2bcb4a5b8fe64ccfb3","license":"MIT","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":"tap","bench":"branchcmp -r 2 -g -s \"npm run benchmark\"","test:ci":"npm run unit -- -R terse --cov --coverage-report=lcovonly && npm run test:typescript","coverage":"npm run unit -- --cov --coverage-report=html","lint:fix":"standard --fix","benchmark":"npx concurrently -k -s first \"node ./examples/benchmark/simple.js\" \"npx autocannon -c 100 -d 30 -p 10 localhost:3000/\"","test:watch":"npm run unit -- -w --no-coverage-report -R terse","unit:junit":"tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml","coverage:ci":"npm run unit -- --cov --coverage-report=html --no-browser --no-check-coverage -R terse","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":"PREPUBLISH=true tap --no-check-coverage test/build/**.test.js && npm run test:validator:integrity","license-checker":"license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\"","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":"npx concurrently -k -s first \"node ./examples/benchmark/parser.js\" \"npx autocannon -c 100 -d 30 -p 10 -b \"{\"hello\":\"world\"}\" -H \"content-type=application/jsoff\" -m POST localhost:3000/\"","build:validation":"node build/build-error-serializer.js && node build/build-validation.js","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":"nyc check-coverage --branches 100 --functions 100 --lines 100 --statements 100"},"_npmUser":{"name":"matteo.collina","email":"hello@matteocollina.com"},"homepage":"https://www.fastify.io/","keywords":["web","framework","json","schema","open","api"],"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":"9.5.0","description":"Fast and low overhead web framework, for Node.js","directories":{},"maintainers":[{"name":"jsumners","email":"james.sumners@gmail.com"},{"name":"delvedor","email":"tommydelved@gmail.com"},{"name":"matteo.collina","email":"hello@matteocollina.com"}],"_nodeVersion":"18.15.0","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"}],"dependencies":{"pino":"^8.5.0","rfdc":"^1.3.0","avvio":"^8.2.0","semver":"^7.3.7","tiny-lru":"^11.0.1","proxy-addr":"^2.0.7","find-my-way":"^7.6.0","@fastify/error":"^3.0.0","process-warning":"^2.0.0","abstract-logging":"^2.0.1","light-my-request":"^5.6.1","secure-json-parse":"^2.5.0","fast-json-stringify":"^5.7.0","@fastify/ajv-compiler":"^3.5.0","fast-content-type-parse":"^1.0.0","@fastify/fast-json-stringify-compiler":"^4.3.0"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","joi":"^17.6.0","tap":"^16.3.0","tsd":"^0.28.1","yup":"^1.0.0","pump":"^3.0.0","send":"^0.18.0","vary":"^1.1.2","h2url":"^0.2.0","eslint":"^8.23.1","snazzy":"^9.0.0","split2":"^4.1.0","undici":"^5.10.0","ajv-i18n":"^4.2.0","standard":"^17.0.0","form-data":"^4.0.0","self-cert":"^2.0.0","JSONStream":"^1.3.5","ajv-errors":"^3.0.0","proxyquire":"^2.1.3","simple-get":"^4.0.1","typescript":"^5.0.3","@types/node":"^18.7.18","ajv-formats":"^2.1.1","http-errors":"^2.0.0","fast-json-body":"^1.1.0","fastify-plugin":"^4.2.1","ajv-merge-patch":"^5.0.1","branch-comparer":"^1.1.0","eslint-plugin-n":"^15.2.5","license-checker":"^25.0.1","@sinclair/typebox":"^0.28.6","json-schema-to-ts":"^2.5.5","markdownlint-cli2":"^0.7.0","fluent-json-schema":"^4.0.0","@fastify/pre-commit":"^2.0.2","@sinonjs/fake-timers":"^10.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.0.1","eslint-config-standard":"^17.0.0","@typescript-eslint/parser":"^5.37.0","eslint-import-resolver-node":"^0.3.6","@typescript-eslint/eslint-plugin":"^5.37.0"},"_npmOperationalInternal":{"tmp":"tmp/fastify_4.16.3_1682496155170_0.1271064634162442","host":"s3://npm-registry-packages"},"_id":"fastify@4.16.3","version":"4.16.3"}