{"_id":"shush","_rev":"207822","name":"shush","description":"Sugar for silencing JSON comments.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"npm:aredridel","email":""},{"name":"npm:shaunwarman","email":""},{"name":"npm:totherik","email":""}],"time":{"modified":"2021-06-03T13:46:39.000Z","created":"2013-12-22T20:30:23.104Z","1.0.0":"2015-04-14T15:07:20.824Z","0.0.1":"2013-12-22T20:30:23.104Z"},"users":{"schwartzman":true,"xunnamius":true,"liweifeng":true},"author":{"name":"Erik Toth","email":"totherik@gmail.com"},"repository":{"type":"git","url":"git://github.com/totherik/shush.git"},"versions":{"1.0.0":{"name":"shush","version":"1.0.0","description":"Sugar for silencing JSON comments.","main":"index.js","directories":{"test":"test"},"scripts":{"test":"tape test/*.js","cover":"istanbul cover tape -- test/*.js"},"repository":{"type":"git","url":"git://github.com/totherik/shush.git"},"author":{"name":"Erik Toth","email":"totherik@gmail.com"},"license":"MIT","devDependencies":{"tape":"~2.3.2","istanbul":"~0.2.1"},"dependencies":{"strip-json-comments":"~0.1.1","caller":"~0.0.1"},"bugs":{"url":"https://github.com/totherik/shush/issues"},"homepage":"https://github.com/totherik/shush","gitHead":"a6f3f35ad650ae744ed1aa1cb8be68f86bcba706","_id":"shush@1.0.0","_shasum":"c27415a9e458f2fed39b27cf8eb37c003782b431","_from":".","_npmVersion":"2.8.1","_nodeVersion":"0.12.2","_npmUser":{"name":"aredridel","email":"aredridel@nbtsc.org"},"maintainers":[{"name":"npm:aredridel","email":""},{"name":"npm:shaunwarman","email":""},{"name":"npm:totherik","email":""}],"dist":{"shasum":"c27415a9e458f2fed39b27cf8eb37c003782b431","size":2532,"noattachment":false,"key":"/shush/-/shush-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/shush/download/shush-1.0.0.tgz"},"publish_time":1429024040824,"_cnpm_publish_time":1429024040824,"_hasShrinkwrap":false},"0.0.1":{"name":"shush","version":"0.0.1","description":"Sugar for silencing JSON comments.","main":"index.js","directories":{"test":"test"},"scripts":{"test":"tape test/*.js","cover":"istanbul cover tape -- test/*.js"},"repository":{"type":"git","url":"git://github.com/totherik/shush.git"},"author":{"name":"Erik Toth","email":"totherik@gmail.com"},"license":"MIT","devDependencies":{"tape":"~2.3.2","istanbul":"~0.2.1"},"dependencies":{"strip-json-comments":"~0.1.1","caller":"~0.0.1"},"bugs":{"url":"https://github.com/totherik/shush/issues"},"homepage":"https://github.com/totherik/shush","readmeFilename":"README.md","_id":"shush@0.0.1","dist":{"shasum":"f3e6daaed675b7f8291fb56ba031c3f74eec90e8","size":2413,"noattachment":false,"key":"/shush/-/shush-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/shush/download/shush-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"totherik","email":"totherik@gmail.com"},"maintainers":[{"name":"npm:aredridel","email":""},{"name":"npm:shaunwarman","email":""},{"name":"npm:totherik","email":""}],"publish_time":1387744223104,"_cnpm_publish_time":1387744223104,"_hasShrinkwrap":false}},"readme":"##### shush\nHush up those JSON comments.\n\n`shush` is a simple node module that allows JSON files containing comments to be read into\na module using a `require`-like syntax.\n\n```json\n/* jsonWithComments.js */\n{\n    // a property\n    \"myProp\": \"isCool\"\n}\n```\n```javascript\n// foo.js\nvar shush = require('shush'),\n    config = shush('./jsonWithComments');\n\nconsole.log(config); // {\"myProp\": \"isCool\"}\n```\n\nForthcoming feature: streaming.","_attachments":{},"homepage":"https://github.com/totherik/shush","bugs":{"url":"https://github.com/totherik/shush/issues"},"license":"MIT"}