{"versions":{"0.2.0":{"name":"another-json","version":"0.2.0","description":"Encode compact, canonical JSON.","main":"another-json.js","devDependencies":{"jasmine-node":"^1.14.5","jshint":"^2.8.0"},"dependencies":{},"scripts":{"test":"jasmine-node spec/ --verbose --junitreport --forceexit --captureExceptions","lint":"jshint -c .jshint *.js spec && gjslint --unix_mode --max_line_length 80 -r spec/ *.js"},"repository":{"type":"git","url":"git+https://github.com/NegativeMjark/another-json.git"},"keywords":["json"],"author":{"name":"Mark Haines"},"license":"Apache-2.0","bugs":{"url":"https://github.com/NegativeMjark/another-json/issues"},"homepage":"https://github.com/NegativeMjark/another-json#readme","gitHead":"cee8aa54f28134dd59ce3fc460575a88d9da16d0","_id":"another-json@0.2.0","_shasum":"b5f4019c973b6dd5c6506a2d93469cb6d32aeedc","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"mjark@negativecurvature.net"},"dist":{"shasum":"b5f4019c973b6dd5c6506a2d93469cb6d32aeedc","size":6080,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/another-json/-/another-json-0.2.0.tgz","integrity":"sha512-/Ndrl68UQLhnCdsAzEXLMFuOR546o2qbYRqCglaNHbjXrwG1ayTcdwr3zkSGOGtGXDyR5X9nCFfnyG2AFJIsqg=="},"maintainers":[{"name":"anonymous","email":"mjark@negativecurvature.net"}],"directories":{},"publish_time":1438247442839,"_hasShrinkwrap":false,"_cnpm_publish_time":1438247442839,"_cnpmcore_publish_time":"2021-12-19T01:02:08.137Z","contributors":[]}},"dist-tags":{"latest":"0.2.0"},"name":"another-json","time":{"created":"2022-01-26T23:21:57.679Z","modified":"2023-08-08T09:46:01.944Z","0.2.0":"2015-07-30T09:10:42.839Z"},"readme":"Another JSON\n============\n\nEncode an object or an array as JSON using the shortest format possible.\n\n    var anotherjson = require('another-json');\n    assert(anotherjson.stringify({an: 'example'}) === '{\"an\":\"example\"}');\n\nFeatures\n--------\n\n* Encodes objects and arrays as RFC 7159 JSON.\n* Sorts object keys so that you get the same result each time.\n* Has no inignificant whitespace to make the output as small as possible.\n* Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 /\n  U+0056, to keep the output as small as possible.\n* Uses the shortest escape sequence for each escaped character.","users":{}}