{"_id":"@11ty/eleventy-plugin-ejs","_rev":"2-d716e256e3a3e63b20e5bc0dc0b47c2c","name":"@11ty/eleventy-plugin-ejs","dist-tags":{"alpha":"1.0.0-alpha.1","latest":"1.0.0"},"versions":{"1.0.0-alpha.1":{"name":"@11ty/eleventy-plugin-ejs","version":"1.0.0-alpha.1","author":{"url":"https://zachleat.com/","name":"Zach Leatherman","email":"zach@zachleat.com"},"_id":"@11ty/eleventy-plugin-ejs@1.0.0-alpha.1","maintainers":[{"name":"zachleat","email":"zachleatherman@gmail.com"}],"homepage":"https://www.11ty.dev/","bugs":{"url":"https://github.com/11ty/eleventy/issues"},"dist":{"shasum":"2a750235e950c234f581891090c49483395d90a1","tarball":"https://registry.npmjs.org/@11ty/eleventy-plugin-ejs/-/eleventy-plugin-ejs-1.0.0-alpha.1.tgz","fileCount":3,"integrity":"sha512-XpKdN7+seAvIVeMY74PSL1T4/uepMFbGIBo0HjAruaUvOERAR4ZynYXpI7TBICsppSbnjvaRn+OoD/XBMFaH6Q==","signatures":[{"sig":"MEYCIQD2DtuTAO0qTxCY4YF+sz76l6FWL57jBNbSIZxMxYX75QIhANBE+dnTp8sD0+OsRomXXm13j1YzEiqntUQBhfvRHbUK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2700},"main":"ejsConfig.js","type":"commonjs","engines":{"node":">=18"},"funding":{"url":"https://opencollective.com/11ty","type":"opencollective"},"gitHead":"ab3baa30085553515a97afedc4a5203692a4d181","scripts":{"test":"echo \"Error: run tests from root directory\" && exit 1"},"_npmUser":{"name":"zachleat","email":"zachleatherman@gmail.com"},"repository":{"url":"git://github.com/11ty/eleventy.git","type":"git"},"_npmVersion":"10.5.0","description":"The `ejs` template language plugin for Eleventy v3 and newer.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"ejs":"^3.1.10"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/eleventy-plugin-ejs_1.0.0-alpha.1_1720544996182_0.2891514732441105","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@11ty/eleventy-plugin-ejs","version":"1.0.0","description":"The `ejs` template language plugin for Eleventy v3 and newer.","main":"ejsConfig.js","type":"commonjs","engines":{"node":">=18"},"publishConfig":{"access":"public"},"funding":{"type":"opencollective","url":"https://opencollective.com/11ty"},"author":{"name":"Zach Leatherman","email":"zach@zachleat.com","url":"https://zachleat.com/"},"repository":{"type":"git","url":"git://github.com/11ty/eleventy-plugin-template-languages.git"},"bugs":{"url":"https://github.com/11ty/eleventy-plugin-template-languages/issues"},"homepage":"https://www.11ty.dev/","scripts":{"test":"echo \"Error: run tests from root directory\" && exit 1"},"dependencies":{"ejs":"^3.1.10"},"_id":"@11ty/eleventy-plugin-ejs@1.0.0","gitHead":"9fb0402311dad63d626b7a0887693d4c40fa1fac","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-em6B3Has/KwTu5orm5hGWvecZCgFLOuT2jyzGnNXLf36iy9oX7Gqlkio7GpTBLZWs5AxuwukWGCzMHj8qAT7Cg==","shasum":"6ab441d175ccd3e9297862d2c704acd277a3274f","tarball":"https://registry.npmjs.org/@11ty/eleventy-plugin-ejs/-/eleventy-plugin-ejs-1.0.0.tgz","fileCount":3,"unpackedSize":2990,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEPoByq1FXaSOukNZfURiQpXvlVEHBLfluEG4i4N2DKAiBV+g05gzLpzFQslkITdKYhakNfJLBQAzM8xsu/a1CLGw=="}]},"_npmUser":{"name":"zachleat","email":"zachleatherman@gmail.com"},"directories":{},"maintainers":[{"name":"fortawesome-admin","email":"admin@fortawesome.com"},{"name":"zachleat","email":"zachleatherman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eleventy-plugin-ejs_1.0.0_1727357569770_0.9166223193667076"},"_hasShrinkwrap":false}},"time":{"created":"2024-07-09T17:09:56.074Z","modified":"2024-09-26T13:32:50.172Z","1.0.0-alpha.1":"2024-07-09T17:09:56.354Z","1.0.0":"2024-09-26T13:32:49.943Z"},"bugs":{"url":"https://github.com/11ty/eleventy-plugin-template-languages/issues"},"author":{"name":"Zach Leatherman","email":"zach@zachleat.com","url":"https://zachleat.com/"},"homepage":"https://www.11ty.dev/","repository":{"type":"git","url":"git://github.com/11ty/eleventy-plugin-template-languages.git"},"description":"The `ejs` template language plugin for Eleventy v3 and newer.","maintainers":[{"name":"fortawesome-admin","email":"admin@fortawesome.com"},{"name":"zachleat","email":"zachleatherman@gmail.com"}],"readme":"# `@11ty/eleventy-plugin-ejs`\n\nAdds support for `.ejs` (Embedded JavaScript templates) files in Eleventy v3.0 and newer. Support for [`ejs` was moved out of core as part of Project Slipstream](https://github.com/11ty/eleventy/pull/3074).\n\n- 11ty Docs https://www.11ty.dev/docs/languages/ejs/\n- `ejs` package: https://github.com/mde/ejs\n\n## Installation\n\n```sh\nnpm install @11ty/eleventy-plugin-ejs\n```\n\nAdd to your configuration file (ESM version shown):\n\n```js\nimport ejsPlugin from \"@11ty/eleventy-plugin-ejs\";\n\nexport default function (eleventyConfig) {\n\televentyConfig.addPlugin(ejsPlugin);\n}\n```\n\nUse more `ejs` options ([full options list](https://github.com/mde/ejs#options)):\n\n```js\nimport ejs from \"ejs\";\nimport ejsPlugin from \"@11ty/eleventy-plugin-ejs\";\n\nexport default function (eleventyConfig) {\n\televentyConfig.addPlugin(ejsPlugin, {\n\t\tasync: false, // default\n\n\t\t// use <? ?> instead of <% %>\n\t\tdelimiter: \"?\",\n\n\t\t// Override the `ejs` library instance\n\t\televentyLibraryOverride: ejs,\n\t});\n}\n```\n","readmeFilename":"README.md"}