{"_id":"json-pretty","_rev":"3146517","name":"json-pretty","description":"Similar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this one in your projects.","dist-tags":{"latest":"0.0.1"},"maintainers":[{"name":"michielbdejong","email":"michiel@unhosted.org"}],"time":{"modified":"2023-11-27T07:17:30.000Z","created":"2015-04-10T13:45:01.813Z","0.0.1":"2015-04-10T13:50:48.575Z","0.0.0":"2015-04-10T13:45:01.813Z"},"users":{},"repository":{"type":"git","url":"https://github.com/michielbdejong/json-pretty"},"versions":{"0.0.1":{"main":"index.js","name":"json-pretty","repository":{"type":"git","url":"https://github.com/michielbdejong/json-pretty"},"version":"0.0.1","gitHead":"ea834f0024db176ac830894ff21da310f52d8e08","description":"Similar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this one in your projects.","bugs":{"url":"https://github.com/michielbdejong/json-pretty/issues"},"homepage":"https://github.com/michielbdejong/json-pretty","_id":"json-pretty@0.0.1","scripts":{},"_shasum":"e0a36567490838781f712d250c04a2fb96334265","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"michielbdejong","email":"michiel@unhosted.org"},"maintainers":[{"name":"michielbdejong","email":"michiel@unhosted.org"}],"dist":{"shasum":"e0a36567490838781f712d250c04a2fb96334265","size":981,"noattachment":false,"key":"/json-pretty/-/json-pretty-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/json-pretty/download/json-pretty-0.0.1.tgz"},"directories":{},"publish_time":1428673848575,"_hasShrinkwrap":false,"_cnpm_publish_time":1428673848575,"_cnpmcore_publish_time":"2021-12-17T00:10:33.815Z"},"0.0.0":{"name":"json-pretty","repository":{"type":"git","url":"https://github.com/michielbdejong/json-pretty"},"version":"0.0.0","main":"index.js","description":"Similar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this one in your projects.","bugs":{"url":"https://github.com/michielbdejong/json-pretty/issues"},"homepage":"https://github.com/michielbdejong/json-pretty","_id":"json-pretty@0.0.0","scripts":{},"_shasum":"7a9ab9d63404e72f8b7603bf084c17eca4f61cda","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"michielbdejong","email":"michiel@unhosted.org"},"maintainers":[{"name":"michielbdejong","email":"michiel@unhosted.org"}],"dist":{"shasum":"7a9ab9d63404e72f8b7603bf084c17eca4f61cda","size":878,"noattachment":false,"key":"/json-pretty/-/json-pretty-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/json-pretty/download/json-pretty-0.0.0.tgz"},"directories":{},"publish_time":1428673501813,"_hasShrinkwrap":false,"_cnpm_publish_time":1428673501813,"_cnpmcore_publish_time":"2021-12-17T00:10:34.056Z"}},"readme":"# Simple module for producing nice JSON.\n\nSimilar to the https://www.npmjs.com/package/json-prettify CLI tool, except you can require this\none in your projects.\n\nIt also alphabetizes keys, which is useful for producing meaningful diffs.\n\nIf there are JSON files in your project, it makes sense to normalize them with this module, to\nmake version control easier.\n\n# Usage\n\n````js\n> var jsonStringify = require('json-pretty');\nundefined\n> jsonStringify({a: 'b'})\n'{\\n  \"a\": \"b\"\\n}'\n> \n````\n","_attachments":{},"homepage":"https://github.com/michielbdejong/json-pretty","bugs":{"url":"https://github.com/michielbdejong/json-pretty/issues"}}