{"_id":"jest-handlebars","_rev":"4-ceb03ddf56dfc210d598200a09a5b9a2","name":"jest-handlebars","description":"A Jest processor that compiles included handlebars templates","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"jest-handlebars","version":"1.0.0","description":"A Jest processor that compiles included handlebars templates","repository":{"type":"git","url":"git+https://github.com/fetzi/jest-handlebars.git"},"main":"index.js","keywords":["jest","handlebars","hbs"],"author":{"name":"Johannes Pichler","email":"admin@johannespichler.com","url":"https://johannespichler.com"},"license":"MIT","gitHead":"f5ad0b27c4bd5867eaef4d48b4ddcbc45cf09776","bugs":{"url":"https://github.com/fetzi/jest-handlebars/issues"},"homepage":"https://github.com/fetzi/jest-handlebars#readme","_id":"jest-handlebars@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.2.1","_npmUser":{"name":"fetzi","email":"admin@johannespichler.com"},"dist":{"integrity":"sha512-Z49a+AMJT9p3UZ/pTxyRLal5OYp/KVQjjzZt80y3BkemI7GrvGJkU491JHW6Y1UuyYLcvjG3g31rLURqZQdxhg==","shasum":"e1d73acd360a9cd46dede10906f22a178f1d1aa6","tarball":"https://registry.npmjs.org/jest-handlebars/-/jest-handlebars-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEP1rKeZunSvM/Z0UVnT9JqJ5LIiSC6BaRNxV6x65NrcAiEArllI8amXt+28XhMXAz+p/uiwzQfWWnOpLJeOruINYf0="}]},"maintainers":[{"name":"fetzi","email":"admin@johannespichler.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jest-handlebars-1.0.0.tgz_1515701839603_0.2053618668578565"}},"1.0.1":{"name":"jest-handlebars","version":"1.0.1","description":"A Jest processor that compiles included handlebars templates","repository":{"type":"git","url":"git+https://github.com/fetzi/jest-handlebars.git"},"main":"index.js","keywords":["jest","handlebars","hbs"],"author":{"name":"Johannes Pichler","email":"admin@johannespichler.com","url":"https://johannespichler.com"},"license":"MIT","gitHead":"802c5a879f5fc5ffa165b5237559b3be5812823e","bugs":{"url":"https://github.com/fetzi/jest-handlebars/issues"},"homepage":"https://github.com/fetzi/jest-handlebars#readme","_id":"jest-handlebars@1.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.2.1","_npmUser":{"name":"fetzi","email":"admin@johannespichler.com"},"dist":{"integrity":"sha512-R0L6F7bgkQjaGhDtkeC6UGlZ91pZtmMx1USIrx5OyY+DG5FlPjdDJOirOQwnZjMkApdpRq1uzo2P2O4nl3dbfQ==","shasum":"391a3d8a6d13a1bc150a9d6786e426b57965c95f","tarball":"https://registry.npmjs.org/jest-handlebars/-/jest-handlebars-1.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGrczgEKhgqUSrXT1fMFVZOr/kubUxL+ogvD5e5kTIq3AiAcpRG3dnMeE0EDnuClPv2ojoNAHv/NOly7ZTYJh/Fb3A=="}]},"maintainers":[{"name":"fetzi","email":"admin@johannespichler.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jest-handlebars-1.0.1.tgz_1515751870398_0.09025071002542973"}}},"readme":"# Jest Handlebars\nThis package contains a Jest processor for handlebars files, that compiles the handlebars template and returns the render function.\n\n## Installation\n```\nnpm i jest-handlebars --save-dev\n```\n\nTo enable the processor please add the following rule to the `transform` object in your jest configuration:\n\n```js\n\"jest\": {\n    // ...\n    transform: {\n        \"\\\\.hbs$\": \"jest-handlebars\",\n    }\n    // ...\n}\n```\n\nNow all imported handlebars files will get compiled by the processor and the render function is imported.\n\n## Author\nJohannes Pichler\n\n## License\nMIT","maintainers":[{"name":"fetzi","email":"admin@johannespichler.com"}],"time":{"modified":"2022-05-06T12:30:40.005Z","created":"2018-01-11T20:17:20.599Z","1.0.0":"2018-01-11T20:17:20.599Z","1.0.1":"2018-01-12T10:11:11.191Z"},"homepage":"https://github.com/fetzi/jest-handlebars#readme","keywords":["jest","handlebars","hbs"],"repository":{"type":"git","url":"git+https://github.com/fetzi/jest-handlebars.git"},"author":{"name":"Johannes Pichler","email":"admin@johannespichler.com","url":"https://johannespichler.com"},"bugs":{"url":"https://github.com/fetzi/jest-handlebars/issues"},"license":"MIT","readmeFilename":"readme.md"}