{"library":"techhead-hogan","type":"library","category":null,"description":"A fork of Twitter's Hogan.js Mustache compiler (v0.0.1), adding helpers, method call chaining, dot notation, shorthand section close tags, and piped helpers. Released as a pre-1.0 package with limited documentation and bug fixes for delimiter handling and partial context access. Differentiated from Hogan.js by extended functionality for method calls and helpers, but likely incompatible with standard Mustache specifications.","language":"javascript","status":"active","version":"0.0.1","tags":["javascript","mustache","template"],"last_verified":"Fri May 01","install":[{"cmd":"npm install techhead-hogan","imports":["import hogan from 'techhead-hogan'","const { compile } = await import('techhead-hogan');\nconst t = compile('{{name}}', { delimiters: '{{ }}' });","const t = (await import('techhead-hogan')).default.compile('{{name}}');\nconst output = t.render({ name: 'World' });"]},{"cmd":"yarn add techhead-hogan","imports":[]},{"cmd":"pnpm add techhead-hogan","imports":[]}],"homepage":null,"github":"https://github.com/techhead/hogan.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/techhead-hogan","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}