{"_id":"@acarl005/adapter-vercel","name":"@acarl005/adapter-vercel","dist-tags":{"latest":"1.0.0-next.53"},"versions":{"1.0.0-next.53":{"name":"@acarl005/adapter-vercel","version":"1.0.0-next.53","repository":{"type":"git","url":"git+https://github.com/sveltejs/kit.git","directory":"packages/adapter-vercel"},"license":"MIT","homepage":"https://kit.svelte.dev","type":"module","exports":{".":{"import":"./index.js"},"./package.json":"./package.json"},"main":"index.js","types":"index.d.ts","scripts":{"lint":"eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format","format":"npm run check-format -- --write","check-format":"prettier --check . --config ../../.prettierrc --ignore-path .gitignore","check":"tsc"},"dependencies":{"esbuild":"^0.14.21"},"devDependencies":{"@sveltejs/kit":"workspace:*","@types/node":"^14.14.20","typescript":"^4.6.2"},"gitHead":"79ac9d450b3c6a9187300d576db856bbced854af","description":"A SvelteKit adapter that creates a Vercel app.","bugs":{"url":"https://github.com/sveltejs/kit/issues"},"_id":"@acarl005/adapter-vercel@1.0.0-next.53","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-NvRGCCZboihoLsoBlyon0UwQspBTStGFPmNAi2TuNMlRWydnt5VNX5PgUbfs9D4kz2ZGONfowA53GkTAjfCmzA==","shasum":"b36e07061aef8fe672cfae62f0195c6cac1bc22c","tarball":"https://registry.npmjs.org/@acarl005/adapter-vercel/-/adapter-vercel-1.0.0-next.53.tgz","fileCount":6,"unpackedSize":13144,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqn33o7urjzCnfI8s6XRXlWRCGbwqgc24TUjahyA28mQIhALLFBliMPV2WF/eH6TPRnDhZicMkh+mTZ4DmKEACsRdt"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiirrRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/bw/+Ph4+KTMYyyICYKdLYdUESpK32rVn8v1ONPoOuLBZEmp47ryU\r\nFnueqWHot9rreUkkKxpumuF/5ovb3J3Tjo/BWo72XfznUVE48VESF1kzbSUB\r\n9ibuOZ1Z9ZDIx2nklKk7fl50sYeV2OB1qWVjEi7ujPqcToUqClwb3FTooq+S\r\nBDnYubkVAonN22b/mhST2FvWSL/lZHA6n7YGzh968Rl8IE0oiimC8lgf3pxm\r\nFCmOGVbO07MbERN7KYHD6hdrVEpd2qcKX8/arhDlaDeGnu+qg1KeX0kpkL6Y\r\nDCA2+JM+dfGgfXMKbLD89A7ueh/NC6kTU+YNCv5hUm6JlLFg5SjhNtZoF7nY\r\niJPS3ty+jqU7z2a2EzRCkwfljzaZHcaUKaP1Hc2bP6KKTsY1Qwq4DsMzsLft\r\nFWwvox+uXSVfiQWYDnaIi4/YEImKUKIGCZP7I5rQxd98xljjxd8IHPgopPVg\r\nV760/yO10xMnLqJNRWyNvJpEXG+lr6JIpztJ8fiEipwR7D0p7xiI9GfE7254\r\nDz8VPsOWbWaGzKLOUHIVydNzzwZlse5J9dQfrDHYSn9D1DqQU9tXO5u5Xebc\r\ngh9nZAGwT7x2CxaPmgddtGGZlcOV634fYtPTWqe7IEh8TOXFQrW1LMvcYOch\r\nMj2Er4o7w6GDIcHztuwDnhyACP4cwd5LKIQ=\r\n=3V8Z\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"acarl005","email":"2yinyang2@gmail.com"},"directories":{},"maintainers":[{"name":"acarl005","email":"2yinyang2@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapter-vercel_1.0.0-next.53_1653258961040_0.5163938491398139"},"_hasShrinkwrap":false}},"time":{"created":"2022-05-22T22:36:01.039Z","1.0.0-next.53":"2022-05-22T22:36:01.179Z","modified":"2022-05-22T22:36:01.421Z"},"maintainers":[{"name":"acarl005","email":"2yinyang2@gmail.com"}],"description":"A SvelteKit adapter that creates a Vercel app.","homepage":"https://kit.svelte.dev","repository":{"type":"git","url":"git+https://github.com/sveltejs/kit.git","directory":"packages/adapter-vercel"},"bugs":{"url":"https://github.com/sveltejs/kit/issues"},"license":"MIT","readme":"# adapter-vercel\n\nA SvelteKit adapter that creates a Vercel app.\n\nIf you're using [adapter-auto](../adapter-auto), you don't need to install this unless you need to specify Vercel-specific options, since it's already included.\n\n## Usage\n\n> The `edge` and `split` options depend on the Vercel Build Output API which is currently in beta. For now, you must opt in by visiting `https://vercel.com/[YOUR_USERNAME]/[YOUR_PROJECT]/settings/environment-variables` and adding `ENABLE_VC_BUILD` with the value `1`.\n\nAdd `\"@sveltejs/adapter-vercel\": \"next\"` to the `devDependencies` in your `package.json` and run `npm install`.\n\nThen in your `svelte.config.js`:\n\n```js\nimport vercel from '@sveltejs/adapter-vercel';\n\nexport default {\n  kit: {\n    // default options are shown\n    adapter: vercel({\n      // if true, will deploy the app using edge functions\n      // (https://vercel.com/docs/concepts/functions/edge-functions)\n      // rather than serverless functions\n      edge: false,\n\n      // an array of dependencies that esbuild should treat\n      // as external when bundling functions\n      external: [],\n\n      // if true, will split your app into multiple functions\n      // instead of creating a single one for the entire app\n      split: false\n    })\n  }\n};\n```\n\n## Notes\n\nVercel functions contained in the `/api` directory at the project's root will _not_ be included in the deployment — these should be implemented as [endpoints](https://kit.svelte.dev/docs/routing#endpoints) in your SvelteKit app.\n\n## Changelog\n\n[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/adapter-vercel/CHANGELOG.md).\n","readmeFilename":"README.md"}