{"_id":"@ahmttyydn/fastify-api-reference","_rev":"7-a5f1987b774468ee3b5b6dbd7cc2925c","name":"@ahmttyydn/fastify-api-reference","dist-tags":{"latest":"1.0.9"},"versions":{"1.0.0":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.0","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.0","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/scalar/scalar","bugs":{"url":"https://github.com/scalar/scalar/issues/new/choose"},"dist":{"shasum":"dcb530c125f60724603062377c73495cd9204320","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.0.tgz","fileCount":4,"integrity":"sha512-/rwz9TEy3Tnecm1c5BTS2HZJiM6PUgf1ULWBfPTgJphwmkut3vdTEOOjjiwPUgVmO1BcXq2rdbLjguye0tmkow==","signatures":[{"sig":"MEUCIGuUhp9q1xbF4/3DSCKFBsPG+WSxjCLImuq3mIK10VflAiEAs+5ga3xe4OBi1DEMOY/GlSg89zkvoJw8tu/sXqzJ+tc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54511},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.0.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"},"_resolved":"/private/var/folders/6s/_0b0836n1t9dc5prz2rp43h80000gn/T/c8f724f1eaa7969c97d0dd1e88cac8bc/ahmttyydn-fastify-api-reference-1.0.0.tgz","_integrity":"sha512-/rwz9TEy3Tnecm1c5BTS2HZJiM6PUgf1ULWBfPTgJphwmkut3vdTEOOjjiwPUgVmO1BcXq2rdbLjguye0tmkow==","repository":{"url":"git+https://github.com/scalar/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.6.2","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.11.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.0","@ahmttyydn/openapi-types":"1.0.0","@ahmttyydn/openapi-parser":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.0_1775418792879_0.8804002138302385","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.1","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.1","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"dist":{"shasum":"86b9260dd6f09ef87a7c809d1014265e2e03ff92","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.1.tgz","fileCount":4,"integrity":"sha512-6lPx+f9gf71FWLkTSjvVdk0q0H0BStqAuaSAubaQZ56O6w8uxZqu4DXZnOJWeG2nIiCEOZN1GJGgSHF0jmbC1w==","signatures":[{"sig":"MEUCIQCTEBYq4kTqNQ2tZI/3q7qAbnWNmKVznzL/VeVEJgChQgIgIjkfxyK0Ct5d3ktAjylaNIPzaipB+R8aDCIo51z3TP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":54514},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.1.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"_resolved":"/tmp/caeef88215f7243112a3381d8b542c3a/ahmttyydn-fastify-api-reference-1.0.1.tgz","_integrity":"sha512-6lPx+f9gf71FWLkTSjvVdk0q0H0BStqAuaSAubaQZ56O6w8uxZqu4DXZnOJWeG2nIiCEOZN1GJGgSHF0jmbC1w==","repository":{"url":"git+https://github.com/ahmtydn/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.11.0","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.14.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.1","@ahmttyydn/openapi-types":"1.0.1","@ahmttyydn/openapi-parser":"1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.1_1775438371959_0.41806235427011473","host":"s3://npm-registry-packages-npm-production"}},"1.0.2":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.2","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.2","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"dist":{"shasum":"3d7ba934a5ba0a044e48760126f2ca299144c7da","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.2.tgz","fileCount":23,"integrity":"sha512-3Ef2f3eFgqnQDPB48HMtfDxjAQ3DtgkaxLq/vj04IBdIimTEId5JY+U5WSzH8DFD4bIgmyvkGxqOvuMzyhIktA==","signatures":[{"sig":"MEUCIQCGU7eNifQRH6JiITXSozltTBhicAjAoIqWD82nawTuSQIgN5yj9lOIM8NPvvrCHiTrz6JlsFwter91GaHZvG4xSWc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4132479},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.2.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"_resolved":"/tmp/82e1a3496a8fd204650d6174ac66c2b3/ahmttyydn-fastify-api-reference-1.0.2.tgz","_integrity":"sha512-3Ef2f3eFgqnQDPB48HMtfDxjAQ3DtgkaxLq/vj04IBdIimTEId5JY+U5WSzH8DFD4bIgmyvkGxqOvuMzyhIktA==","repository":{"url":"git+https://github.com/ahmtydn/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.11.0","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.14.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.2","@ahmttyydn/openapi-types":"1.0.2","@ahmttyydn/openapi-parser":"1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.2_1775439583638_0.18591425603986367","host":"s3://npm-registry-packages-npm-production"}},"1.0.4":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.4","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.4","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"dist":{"shasum":"54460364e040c0f0596a78c1cd52bceccca8e2aa","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.4.tgz","fileCount":23,"integrity":"sha512-fLX8LmME3Lo2oTtlvMxo+IfyDfCegsSJDPZF9Pf2aTOp633wY0sUuuF+CB7FC1IoXd6e7an8oTV7s1Pj7ODeRQ==","signatures":[{"sig":"MEUCIAhI7wmQ4MJQYSOc00U4ODb0uzKxaZKvUMbEs8ItqsAwAiEA/VkNk+8cbydldQoHOklCDouHecIL7fSFoFHmNHg5KY8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4132708},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.4.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"_resolved":"/tmp/017af77f8e18e7295464828b2230812e/ahmttyydn-fastify-api-reference-1.0.4.tgz","_integrity":"sha512-fLX8LmME3Lo2oTtlvMxo+IfyDfCegsSJDPZF9Pf2aTOp633wY0sUuuF+CB7FC1IoXd6e7an8oTV7s1Pj7ODeRQ==","repository":{"url":"git+https://github.com/ahmtydn/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.11.0","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.14.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.4","@ahmttyydn/types":"1.0.4","@ahmttyydn/openapi-types":"1.0.4","@ahmttyydn/openapi-parser":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.4_1775441125165_0.2696363359320797","host":"s3://npm-registry-packages-npm-production"}},"1.0.6":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.6","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.6","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"dist":{"shasum":"0a3889ba82f071e1b788f42be88a46711f00589e","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.6.tgz","fileCount":23,"integrity":"sha512-HIBx3nhSE4QISmeSIv0GDZD5EtpJ+VUGT/Ae9TPaAujiR93y6Fx7cpYEvaaerMlGB7y1Tal+UMmCIfzVnzl8rg==","signatures":[{"sig":"MEUCIEoanpHhokLh8pvO+6SSEyyYPuIq9+LXrK2TNFW0kKDXAiEAyFR00GTUXdk/Lwl13aMTG5nLo3HZBxUQHdq+qgUV4Mo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4132772},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.6.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"_resolved":"/tmp/0fc7eafbd78f53ba5f574ee45a3dbddd/ahmttyydn-fastify-api-reference-1.0.6.tgz","_integrity":"sha512-HIBx3nhSE4QISmeSIv0GDZD5EtpJ+VUGT/Ae9TPaAujiR93y6Fx7cpYEvaaerMlGB7y1Tal+UMmCIfzVnzl8rg==","repository":{"url":"git+https://github.com/ahmtydn/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.11.0","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.14.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.6","@ahmttyydn/types":"1.0.6","@ahmttyydn/openapi-types":"1.0.6","@ahmttyydn/openapi-parser":"1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.6"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.6_1775488490507_0.2793180489968041","host":"s3://npm-registry-packages-npm-production"}},"1.0.8":{"name":"@ahmttyydn/fastify-api-reference","version":"1.0.8","keywords":["api","documentation","fastify","openapi","swagger"],"author":{"url":"https://github.com/scalar","name":"Scalar"},"license":"MIT","_id":"@ahmttyydn/fastify-api-reference@1.0.8","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"dist":{"shasum":"83c3981993ba36fb0c01acfd05dff1743a04d0b8","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.8.tgz","fileCount":23,"integrity":"sha512-AGczIGJCrgZCgSodm8OLmZg+okQJMpcOQ7RzUqzf80Nkr0cJLmv6a/BIMF4X5DoD18QqRYrunr8w2mjfXPihmQ==","signatures":[{"sig":"MEUCIDnc4P1OaiKxdz7FlpO3jrsOoM4VNMju745ywP7zQIHQAiEA047AKsuHgT3f+yAK+hs0Sn90yDkRMkqo6iven49V9qY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4136040},"main":"dist/index.js","type":"module","_from":"file:ahmttyydn-fastify-api-reference-1.0.8.tgz","types":"dist/index.d.ts","module":"dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js"}},"scripts":{"dev":"tsx watch playground/index.ts","test":"vitest","build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","docker:run":"docker run -p 5053:5053 fastify-api-reference","types:check":"tsc --noEmit","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"_resolved":"/tmp/a99a7d13b1b7cc2914b1300e9aad3a05/ahmttyydn-fastify-api-reference-1.0.8.tgz","_integrity":"sha512-AGczIGJCrgZCgSodm8OLmZg+okQJMpcOQ7RzUqzf80Nkr0cJLmv6a/BIMF4X5DoD18QqRYrunr8w2mjfXPihmQ==","repository":{"url":"git+https://github.com/ahmtydn/scalar.git","type":"git","directory":"integrations/fastify"},"_npmVersion":"11.11.0","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","directories":{},"_nodeVersion":"24.14.1","dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.8","@ahmttyydn/types":"1.0.8","@ahmttyydn/openapi-types":"1.0.8","@ahmttyydn/openapi-parser":"1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"vite":"8.0.0","yaml":"^2.8.0","vitest":"4.1.0","fastify":"^4.0.0","@fastify/swagger":"^8.10.1","@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@ahmttyydn/api-reference":"1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/fastify-api-reference_1.0.8_1775513511740_0.2598169194566602","host":"s3://npm-registry-packages-npm-production"}},"1.0.9":{"name":"@ahmttyydn/fastify-api-reference","description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","license":"MIT","author":{"name":"Scalar","url":"https://github.com/scalar"},"homepage":"https://github.com/ahmtydn/scalar","bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"repository":{"type":"git","url":"git+https://github.com/ahmtydn/scalar.git","directory":"integrations/fastify"},"keywords":["api","documentation","fastify","openapi","swagger"],"version":"1.0.9","engines":{"node":">=22"},"type":"module","main":"dist/index.js","module":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"import":"./dist/index.js","types":"./dist/index.d.ts","default":"./dist/index.js"}},"dependencies":{"fastify-plugin":"^4.5.1","github-slugger":"2.0.0","@ahmttyydn/core":"1.0.9","@ahmttyydn/openapi-parser":"1.0.9","@ahmttyydn/openapi-types":"1.0.9","@ahmttyydn/types":"1.0.9"},"devDependencies":{"@fastify/basic-auth":"^5.1.1","@fastify/http-proxy":"^9.5.0","@fastify/swagger":"^8.10.1","fastify":"^4.0.0","vite":"8.0.0","vitest":"4.1.0","yaml":"^2.8.0","@ahmttyydn/api-reference":"1.0.9"},"scripts":{"build":"tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm copy:standalone","copy:standalone":"shx mkdir -p ./dist/js && shx cp ../../packages/api-reference/dist/browser/standalone.js ./dist/js/standalone.js","dev":"tsx watch playground/index.ts","docker:build":"docker build --build-arg BASE_IMAGE=scalar-base -t fastify-api-reference -f Dockerfile .","docker:run":"docker run -p 5053:5053 fastify-api-reference","test":"vitest","types:check":"tsc --noEmit"},"_id":"@ahmttyydn/fastify-api-reference@1.0.9","_integrity":"sha512-UKhk1RkyfCXuX6TJA/QvQHuDjjmfny1jGlw4MTz/XnU2cPhUpt9wp1Za4dnit3gAiG5yu2sdhLNaRMcPuCTdgw==","_resolved":"/tmp/fa3220397075284d1351c48e0cbd3239/ahmttyydn-fastify-api-reference-1.0.9.tgz","_from":"file:ahmttyydn-fastify-api-reference-1.0.9.tgz","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-UKhk1RkyfCXuX6TJA/QvQHuDjjmfny1jGlw4MTz/XnU2cPhUpt9wp1Za4dnit3gAiG5yu2sdhLNaRMcPuCTdgw==","shasum":"0bad0fe21696a9cd76d01a0ddfb4497ac924b291","tarball":"https://registry.npmjs.org/@ahmttyydn/fastify-api-reference/-/fastify-api-reference-1.0.9.tgz","fileCount":23,"unpackedSize":4136797,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@ahmttyydn%2ffastify-api-reference@1.0.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICAJF1r+j/niAU+YdnPvsqU9a5TEFb3VvLhSC42zYdJvAiEAt6l01aWW70mTcGFmkFJQFVgT5Q2ZaFdz7XRSweDlub8="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ccfb5022-ce8c-4851-a8dc-74468205c476"}},"directories":{},"maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fastify-api-reference_1.0.9_1775514767986_0.06681552526500933"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-05T19:53:12.827Z","modified":"2026-04-06T22:32:48.462Z","1.0.0":"2026-04-05T19:53:13.031Z","1.0.1":"2026-04-06T01:19:32.124Z","1.0.2":"2026-04-06T01:39:43.819Z","1.0.4":"2026-04-06T02:05:25.326Z","1.0.6":"2026-04-06T15:14:50.727Z","1.0.8":"2026-04-06T22:11:51.962Z","1.0.9":"2026-04-06T22:32:48.205Z"},"bugs":{"url":"https://github.com/ahmtydn/scalar/issues/new/choose"},"author":{"name":"Scalar","url":"https://github.com/scalar"},"license":"MIT","homepage":"https://github.com/ahmtydn/scalar","keywords":["api","documentation","fastify","openapi","swagger"],"repository":{"type":"git","url":"git+https://github.com/ahmtydn/scalar.git","directory":"integrations/fastify"},"description":"A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.","maintainers":[{"name":"ahmttyydn","email":"ahmttyydn@gmail.com"}],"readme":"[object Object]","readmeFilename":""}