{"tsd":{"directory":"test/types"},"bugs":{"url":"https://github.com/fastify/fastify/issues"},"dist":{"shasum":"4bd589a968ffca5b3a2c4d28b9128d044cde3035","tarball":"https://registry.npmjs.org/fastify/-/fastify-4.9.0.tgz","fileCount":274,"integrity":"sha512-q7/UE8NVdxIeHTpaFOXbavGH+AhX7qN/t601bCsTlW5baN+Anzb9MJ3lFctJVCnMDe29YNqU0htoXbJAkVLVmA==","signatures":[{"sig":"MEUCIQDi16P38ZdA1kEYIdfj0I38iMxcVzNVHWlkrw/T7xS89AIgLB/1eS0kagDW5e+57TUNFYj+iYNYURHGcqVtCfAIc64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1968825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTQmBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3eA/8CGbe5h7MoJLspukfjtnVY1E2gaYXYwMGAKT9MCElrGwquU9g\r\nIDucvlPTN3mD4qqPfZZ6PI6l17cNo7Vo1lA1NpJxtpKz3Ukn+a9IZFRYoN5o\r\nJEXABtgU+Tp4K4QbY/L2d+N2UPu3Js1hKtScsXVUZYuw3CEjQVXjn2jT1rCg\r\nxZ1psgn2Xs8JrCxbzOuD7JxycR/OVGrAHCQZ/tMyjmcGnQt38JR58X/oUYCv\r\ncAnJa4Bt33esaYQoTFx360SvilUErKA/Nkiw16eQAg9ahmIIKwfzPDowaJXo\r\n+bHwmJlufD2OFjtUuaQC7OaXMdWdAtpO92YeiX1fLRk9SG+KOy32K1K7/sHH\r\no7/A2383rsQmY8kqDcelGo4Ql2JFellkbZUZVg4eiG7TWUn1YZBEiTf8MWFG\r\n+ANJgjHskKndVseqeOIULL7yocYxAtr7OgnUNyWl2KVGagJ1PaXBLEzEJVoa\r\nCdSW1WMv4144y+h03km0mlJ4tdlp7n9Uuxs9SJZL6J/060dIT/XTYDBvf3GE\r\nt1jRf6Mmf2BCJyKlo0CmIyiI3epfsmCfFSj54t3CYwUrd8p+2QJKTzX84Sza\r\n3soVCsRhEVaabI+3zNiCxVvVkVdCiqNHPW9yDgkJooRPvgDfNNA8GRaep99B\r\n00c1+1hKl+ZjCBztZv3B27VQ+BNMOfAKSa0=\r\n=VHPI\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":"f1480fc03b88343f6830239040e77dfac0e30682","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","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","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":"8.15.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":"16.17.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"}],"dependencies":{"pino":"^8.5.0","rfdc":"^1.3.0","avvio":"^8.2.0","semver":"^7.3.7","tiny-lru":"^9.0.2","proxy-addr":"^2.0.7","find-my-way":"^7.3.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.3.1","@fastify/fast-json-stringify-compiler":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.11.0","joi":"^17.6.0","tap":"^16.3.0","tsd":"^0.24.1","yup":"^0.32.11","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":"^4.8.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.24.41","json-schema-to-ts":"^2.5.5","markdownlint-cli2":"^0.5.1","fluent-json-schema":"^4.0.0","@fastify/pre-commit":"^2.0.2","fast-json-stringify":"^5.3.0","@sinonjs/fake-timers":"^9.1.2","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.9.0_1665993089011_0.14872018871365","host":"s3://npm-registry-packages"},"_id":"fastify@4.9.0","version":"4.9.0"}