{"_id":"handlebars-json","_rev":"334783","name":"handlebars-json","description":"Provides access to JSON.stringify from a Handlebars template","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"time":{"modified":"2021-06-08T13:15:04.000Z","created":"2014-07-16T00:03:21.334Z","1.0.1":"2016-09-22T19:03:16.916Z","1.0.0":"2015-03-01T00:13:46.535Z","0.1.0":"2014-07-16T00:03:21.334Z"},"users":{},"author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/75lb/handlebars-json.git"},"versions":{"1.0.1":{"name":"handlebars-json","author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"license":"MIT","version":"1.0.1","description":"Provides access to JSON.stringify from a Handlebars template","repository":{"type":"git","url":"git+https://github.com/75lb/handlebars-json.git"},"main":"./lib/handlebars-json.js","keywords":[],"engines":{"node":">=0.10.0"},"scripts":{"test":"tape test/*.js","lint":"jshint lib/*.js bin/*.js test/*.js; echo","docs":"jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"},"gitHead":"a92afee8f7c62aa62abe9968d1f34b23bacb0aee","bugs":{"url":"https://github.com/75lb/handlebars-json/issues"},"homepage":"https://github.com/75lb/handlebars-json#readme","_id":"handlebars-json@1.0.1","_shasum":"2ef87bb782551cd645bb4691b824e9653ec02504","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.6.0","_npmUser":{"name":"75lb","email":"75pound@gmail.com"},"dist":{"shasum":"2ef87bb782551cd645bb4691b824e9653ec02504","size":1715,"noattachment":false,"key":"/handlebars-json/-/handlebars-json-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/handlebars-json/download/handlebars-json-1.0.1.tgz"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/handlebars-json-1.0.1.tgz_1474570995093_0.12843801407143474"},"directories":{},"publish_time":1474570996916,"_cnpm_publish_time":1474570996916,"_hasShrinkwrap":false},"1.0.0":{"name":"handlebars-json","author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"version":"1.0.0","description":"Provides access to JSON.stringify from a Handlebars template","repository":{"type":"git","url":"https://github.com/75lb/handlebars-json.git"},"main":"./lib/handlebars-json.js","keywords":[],"engines":{"node":">=0.10.0"},"scripts":{"test":"tape test/*.js","lint":"jshint lib/*.js bin/*.js test/*.js; echo","docs":"jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"},"gitHead":"b35c5007ad16c3a2387a14be0f758a6ff93f7155","bugs":{"url":"https://github.com/75lb/handlebars-json/issues"},"homepage":"https://github.com/75lb/handlebars-json","_id":"handlebars-json@1.0.0","_shasum":"0a3cd407b32fa064d0ac2844bfeba93590b10972","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"75lb","email":"75pound@gmail.com"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"dist":{"shasum":"0a3cd407b32fa064d0ac2844bfeba93590b10972","size":1015,"noattachment":false,"key":"/handlebars-json/-/handlebars-json-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/handlebars-json/download/handlebars-json-1.0.0.tgz"},"directories":{},"publish_time":1425168826535,"_cnpm_publish_time":1425168826535,"_hasShrinkwrap":false},"0.1.0":{"name":"handlebars-json","author":{"name":"Lloyd Brookes","email":"75pound@gmail.com"},"version":"0.1.0","description":"Provides access to JSON.stringify from a Handlebars template","repository":{"type":"git","url":"https://github.com/75lb/handlebars-json.git"},"main":"./lib/handlebars-json.js","keywords":[],"engines":{"node":">=0.10.0"},"scripts":{"test":"tape test/*.js","lint":"jshint lib/*.js bin/*.js test/*.js; echo","docs":"jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"},"gitHead":"c02fb506a866284602a55c7121b426c15a405ccc","bugs":{"url":"https://github.com/75lb/handlebars-json/issues"},"homepage":"https://github.com/75lb/handlebars-json","_id":"handlebars-json@0.1.0","_shasum":"2acd11792d2a8fc2b4b9a48761e13c656250dd58","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"75lb","email":"75pound@gmail.com"},"maintainers":[{"name":"75lb","email":"75pound@gmail.com"}],"dist":{"shasum":"2acd11792d2a8fc2b4b9a48761e13c656250dd58","size":1079,"noattachment":false,"key":"/handlebars-json/-/handlebars-json-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/handlebars-json/download/handlebars-json-0.1.0.tgz"},"directories":{},"publish_time":1405469001334,"_cnpm_publish_time":1405469001334,"_hasShrinkwrap":false}},"readme":"[![view on npm](http://img.shields.io/npm/v/handlebars-json.svg)](https://www.npmjs.org/package/handlebars-json)\n[![npm module downloads per month](http://img.shields.io/npm/dm/handlebars-json.svg)](https://www.npmjs.org/package/handlebars-json)\n[![Dependency Status](https://david-dm.org/75lb/handlebars-json.svg)](https://david-dm.org/75lb/handlebars-json)\n\n# handlebars-json\nProvides access to JSON.stringify from a Handlebars template. Useful when templating JSON files, e.g.\n\n```\n{\n  \"someProperty\": {{{json-stringify someValue}}}\n}\n```\n\n## Install\n```sh\n$ npm install handlebars-json --save\n```\n*Mac / Linux users may need to run with `sudo`*.\n\n*documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown)*\n\n## License\n\nLicensed under [the MIT license](https://opensource.org/licenses/MIT).\n","_attachments":{},"homepage":"https://github.com/75lb/handlebars-json#readme","bugs":{"url":"https://github.com/75lb/handlebars-json/issues"},"license":"MIT"}