{"tsd":{"directory":"test/types"},"bugs":{"url":"https://github.com/fastify/fastify/issues"},"dist":{"shasum":"807db8d91a222a27215a3402a6e488aa99040cd0","tarball":"https://registry.npmjs.org/fastify/-/fastify-4.16.2.tgz","fileCount":281,"integrity":"sha512-S89OCvqauofLUmNplTAf21gxnGQN4Q7zTulT8HZA29On8LdWsia3c3IIXbGeE24TG1+2h4l7dMCqF/F7FJsSMQ==","signatures":[{"sig":"MEUCIHdxxFwS98g5Z4LS6jQUwF/ZR/PMWJaeEv2jLFDHG8kmAiEA1SiA6Vp8kyGPIjQLEmqIeHjbB3KzAeHs82fc7cJgNqU=","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\nwsFzBAEBCAAGBQJkSNZcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHPQ/8Ds9JuDZqI5JmlFnfJdPeO/DAO0o2D+jWl1rgo9Z6P0v1AN/W\r\nLrKzmvQHC5aXI7TaN4Z6GTEz2V7y+9Z/kahaCDYd30BUFlnJecKm5wjUIwdu\r\nNdO8/Nz9354kQkV9Tq+ze4dyNvfsf9GG51NJ6GOgmyAUOkpH11o97mETPDPy\r\nwPhNhZcw+szJ+6OZztj9mwYbVikgsSsNdrkptjMvyU62m8mPzVjk9dNFkgUW\r\n1BUmYcLG2xbczzPcteLEgFngBF89robAMfVFY6I2YkbHL3FaetdVM3ljWsSZ\r\nz9p1s6O4jsMafQFGQnM5iecArkTRNn0L4iORtPY5k9V0W7jPxgnXLpmYjKU8\r\nkQm0jX8BIO6p055VFXOsW44uux3DACUSZ4dqamtLGaVpOGdFFLXY/rdaS7Qn\r\nM75MjKPLg9fBsfaLFsc2mFQJzRSjW2o6MXuGwKcgx/E7hvyyUWFsIIJPeMQT\r\nCaTu6vivEg3KpVAvsPybSaO4Q15ooNPcW4W+xx9mGv+zMW30m8qOLimCbd85\r\nEtsEys5Wq7HncO6AA5nkIx+hnN2Mz39F5xWgbRRdbjb5641xTACO/2I6mXPY\r\nCrX/oZ6Rr5V87wdicH5fbnAGEZygGOfYurWNSCYCk2FykeHG5IQVG5KtfPej\r\n/Fu5rBTlI/sal0DBDhDFkH6Zcx7fV0N2OIQ=\r\n=Kpja\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":"ce7a81e95692df2b753da472df8542384acfab85","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","@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","fast-json-stringify":"^5.7.0","@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.2_1682495068219_0.9021482101432041","host":"s3://npm-registry-packages"},"_id":"fastify@4.16.2","version":"4.16.2"}