{"_id":"templayed","_rev":"13-f030b27c134efc0ee19b187011673d41","name":"templayed","description":"templayed.js (The fastest and smallest Mustache compliant Javascript templating library) for node.js","dist-tags":{"latest":"0.2.3"},"versions":{"0.2.0":{"name":"templayed","version":"0.2.0","description":"templayed.js (The fastest and smallest Mustache compliant Javascript templating library) for node.js","main":"templayed.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/heldr/node-templayed.git"},"keywords":["template","engine","mustache","mustache.js"],"author":{"name":"Paul Engel, Helder Santana"},"license":"MIT","readme":"node-templayed\n==============\n\nA simple port of [templayed.js][templayed] for node.js\n\n> The fastest and smallest Mustache compliant Javascript templating library\n[See more][templayed]\n\n## Getting Started\nInstall it just running `npm install templayed` into your project.\n\n## HOW TO USE\n```js\nvar templayed = require('templayed');\n\nvar tpl  = \"<ul>{{#names}}<li>{{../fullName}}</li>{{/names}}</ul>\",\n    data = {\n        names: [{firstName: \"Paul\", lastName: \"Engel\"}, {firstName: \"Chunk\", lastName: \"Norris\"}],\n        fullName: function() {\n            return this.lastName + \", \" + this.firstName;\n        }\n    };\n\nvar html = templayed(tpl)(data);\n\nconsole.log( html ); //=> \"<ul><li>Engel, Paul</li><li>Norris, Chunk</li></ul>\";\n```\n\n##JS PERF BENCHMARK\n[![JS PERF](https://raw.github.com/archan937/templayed.js/master/demo/assets/jsperf-benchmarks.png)](http://jsperf.com/mustache-compliant-libraries)\n\n## CREDITS\n[Paul Engel][author] and [Helder Santana][gitio]\n\n[templayed]: https://github.com/archan937/templayed.js\n[author]: https://github.com/archan937\n[gitio]: http://heldr.com","_id":"templayed@0.2.0","dist":{"shasum":"c8b668d859221d8f198489729118227bda1f8b11","tarball":"https://registry.npmjs.org/templayed/-/templayed-0.2.0.tgz","integrity":"sha512-OM1hK/HmrTegb9wB9DtfmiGfFbGsFWDXuk779ua7SfrueI2BHmaFYi16hAuoGB1iCitoi3EIVVXzvoAnalQQXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqc8JmxjKmfJFzbWbasam1dT6zeaFFmbIdYBoDtlwUqQIgFmUscVIKrEy2sqipsiILXch1waYTlAFishqXTShGh1s="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"helder","email":"heldr@me.com"},"maintainers":[{"name":"helder","email":"heldr@me.com"}]},"0.2.1":{"name":"templayed","version":"0.2.1","description":"templayed.js (The fastest and smallest Mustache compliant Javascript templating library) for node.js","main":"templayed.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/heldr/node-templayed.git"},"keywords":["template","engine","mustache","mustache.js"],"author":{"name":"Paul Engel, Helder Santana"},"license":"MIT","readme":"node-templayed\n==============\n\nA simple port of [templayed.js][templayed] for node.js\n\n> The fastest and smallest Mustache compliant Javascript templating library\n[See more][templayed]\n\n## Getting Started\nInstall it just running `npm install templayed` into your project.\n\n## HOW TO USE\n```js\nvar templayed = require('templayed');\n\nvar tpl  = \"<ul>{{#names}}<li>{{../fullName}}</li>{{/names}}</ul>\",\n    data = {\n        names: [{firstName: \"Paul\", lastName: \"Engel\"}, {firstName: \"Chunk\", lastName: \"Norris\"}],\n        fullName: function() {\n            return this.lastName + \", \" + this.firstName;\n        }\n    };\n\nvar html = templayed(tpl)(data);\n\nconsole.log( html ); //=> \"<ul><li>Engel, Paul</li><li>Norris, Chunk</li></ul>\";\n```\n\n## CREDITS\n[Paul Engel][author] and [Helder Santana][gitio]\n\n[templayed]: https://github.com/archan937/templayed.js\n[author]: https://github.com/archan937\n[gitio]: http://heldr.com","_id":"templayed@0.2.1","dist":{"shasum":"2ad3ac4753028ebeb40c56aa7a646dcb60e4c6c9","tarball":"https://registry.npmjs.org/templayed/-/templayed-0.2.1.tgz","integrity":"sha512-eWUm/aAZ4B9goHhGfjfA7RsvduzirRxvedFO3jFFbsxdxxsWud7qqkTu+B3Ca+em1SlTLGQy3/rSg3dL4K3ZaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXcIQ2GwCrnkhPr5JkjvDiHUvelje+WyXzI9DH4YfYjQIgD1ez9cwBMarGR0QkaaViI4s1PAKTXN0OMNPhcdXQpXU="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"helder","email":"heldr@me.com"},"maintainers":[{"name":"helder","email":"heldr@me.com"}]},"0.2.2":{"name":"templayed","version":"0.2.2","description":"templayed.js (The fastest and smallest Mustache compliant Javascript templating library) for node.js","main":"templayed.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/heldr/node-templayed.git"},"keywords":["template","engine","mustache","mustache.js"],"author":{"name":"Paul Engel, Helder Santana"},"license":"MIT","readme":"node-templayed\n==============\n\nA simple port of [templayed.js][templayed] for node.js\n\n> The fastest and smallest Mustache compliant Javascript templating library\n[See more][templayed]\n\n## Getting Started\nInstall it just running `npm install templayed` into your project.\n\n## HOW TO USE\n```js\nvar templayed = require('templayed');\n\nvar tpl  = \"<ul>{{#names}}<li>{{../fullName}}</li>{{/names}}</ul>\",\n    data = {\n        names: [{firstName: \"Paul\", lastName: \"Engel\"}, {firstName: \"Chunk\", lastName: \"Norris\"}],\n        fullName: function() {\n            return this.lastName + \", \" + this.firstName;\n        }\n    };\n\nvar html = templayed(tpl)(data);\n\nconsole.log( html ); //=> \"<ul><li>Engel, Paul</li><li>Norris, Chunk</li></ul>\";\n```\n\n## CREDITS\n[Paul Engel][author] and [Helder Santana][gitio]\n\n[templayed]: https://github.com/archan937/templayed.js\n[author]: https://github.com/archan937\n[gitio]: http://heldr.com","readmeFilename":"README.md","_id":"templayed@0.2.2","dist":{"shasum":"d36bdbba1e1baae04c635ea1ed51b8b3f9206fa5","tarball":"https://registry.npmjs.org/templayed/-/templayed-0.2.2.tgz","integrity":"sha512-BOf7irxxG/pVQ76ufcLgMQCYa7dVESToRg+vvKFpDGp902g7H4ioREoVIfRwcXqyi5nb38eZUvAqTqviRjCHuQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+1FplNfj1QZjT4dZhsczXeBbjuYGIePSRP5KOVyHgOQIgfLQz7oXQnoxkvrPFQE0WtWvLojykyDXD0vFMDywoG74="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"helder","email":"helder.css@gmail.com"},"maintainers":[{"name":"helder","email":"heldr@me.com"}]},"0.2.3":{"name":"templayed","version":"0.2.3","description":"templayed.js (The fastest and smallest Mustache compliant Javascript templating library) for node.js","main":"templayed.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/heldr/node-templayed.git"},"keywords":["template","engine","mustache","mustache.js"],"author":{"name":"Paul Engel, Helder Santana"},"license":"MIT","readme":"node-templayed\n==============\n\nA simple port of [templayed.js][templayed] for node.js\n\n> The fastest and smallest Mustache compliant Javascript templating library\n[See more][templayed]\n\n## Getting Started\nInstall it just running `npm install templayed` into your project.\n\n## HOW TO USE\n```js\nvar templayed = require('templayed');\n\nvar tpl  = \"<ul>{{#names}}<li>{{../fullName}}</li>{{/names}}</ul>\",\n    data = {\n        names: [{firstName: \"Paul\", lastName: \"Engel\"}, {firstName: \"Chunk\", lastName: \"Norris\"}],\n        fullName: function() {\n            return this.lastName + \", \" + this.firstName;\n        }\n    };\n\nvar html = templayed(tpl)(data);\n\nconsole.log( html ); //=> \"<ul><li>Engel, Paul</li><li>Norris, Chunk</li></ul>\";\n```\n\n## CREDITS\n[Paul Engel][author] and [Helder Santana][gitio]\n\n[templayed]: https://github.com/archan937/templayed.js\n[author]: https://github.com/archan937\n[gitio]: http://heldr.com","readmeFilename":"README.md","_id":"templayed@0.2.3","dist":{"shasum":"4706df625bc6aecd86b7c9f6b0fb548b95cdf769","tarball":"https://registry.npmjs.org/templayed/-/templayed-0.2.3.tgz","integrity":"sha512-PkryVKPQ++1gp2sVUREJhGmtK2GF/DNEZ0KnGcam0dyD+XbFO+IWp9/vPIOfpLRzwW1SMrcr/5BkA0yMbNYPGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICAkFd28hiwY1Hnfb6ubXrn6v+DT2YY1EmuTxVRdr7ElAiEA8gAETbCbwEWSvuMpAPAMTcdwhB2soaukoikSahQ9ZOE="}]},"_npmVersion":"1.1.65","_npmUser":{"name":"helder","email":"heldr@me.com"},"maintainers":[{"name":"helder","email":"heldr@me.com"}]}},"readme":"node-templayed\n==============\n\nA simple port of [templayed.js][templayed] for node.js\n\n> The fastest and smallest Mustache compliant Javascript templating library\n[See more][templayed]\n\n## Getting Started\nInstall it just running `npm install templayed` into your project.\n\n## HOW TO USE\n```js\nvar templayed = require('templayed');\n\nvar tpl  = \"<ul>{{#names}}<li>{{../fullName}}</li>{{/names}}</ul>\",\n    data = {\n        names: [{firstName: \"Paul\", lastName: \"Engel\"}, {firstName: \"Chunk\", lastName: \"Norris\"}],\n        fullName: function() {\n            return this.lastName + \", \" + this.firstName;\n        }\n    };\n\nvar html = templayed(tpl)(data);\n\nconsole.log( html ); //=> \"<ul><li>Engel, Paul</li><li>Norris, Chunk</li></ul>\";\n```\n\n##JS PERF BENCHMARK\n[![JS PERF](https://raw.github.com/archan937/templayed.js/master/demo/assets/jsperf-benchmarks.png)](http://jsperf.com/mustache-compliant-libraries)\n\n## CREDITS\n[Paul Engel][author] and [Helder Santana][gitio]\n\n[templayed]: https://github.com/archan937/templayed.js\n[author]: https://github.com/archan937\n[gitio]: http://heldr.com","maintainers":[{"name":"helder","email":"heldr@me.com"}],"time":{"modified":"2022-06-27T04:42:29.437Z","created":"2012-10-11T11:17:43.999Z","0.2.0":"2012-10-11T11:17:46.177Z","0.2.1":"2012-10-25T16:28:12.017Z","0.2.2":"2013-01-23T20:04:35.535Z","0.2.3":"2013-01-24T01:24:44.657Z"},"author":{"name":"Paul Engel, Helder Santana"},"repository":{"type":"git","url":"git://github.com/heldr/node-templayed.git"},"users":{"tunnckocore":true,"j.su":true}}