{"name":"flatted","version":"2.0.1","description":"A super light and fast circular JSON parser.","unpkg":"min.js","main":"cjs/index.js","module":"esm/index.js","types":"types.d.ts","scripts":{"bench":"node test/bench.js","build":"npm run cjs && npm test && npm run esm && npm run min && npm run size","coveralls":"cat ./coverage/lcov.info | coveralls","cjs":"cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js","esm":"cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js","min":"echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js","size":"cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c","test":"istanbul cover test/index.js"},"repository":{"type":"git","url":"git+https://github.com/WebReflection/flatted.git"},"keywords":["circular","JSON","fast","parser","minimal"],"author":{"name":"Andrea Giammarchi"},"license":"ISC","bugs":{"url":"https://github.com/WebReflection/flatted/issues"},"homepage":"https://github.com/WebReflection/flatted#readme","devDependencies":{"circular-json":"latest","circular-json-es6":"latest","coveralls":"latest","istanbul":"latest","jsan":"latest","uglify-js":"latest"},"gitHead":"2b36649b6a314337559bf9cf7dee6fcc104c5e3d","_id":"flatted@2.0.1","_nodeVersion":"11.15.0","_npmVersion":"6.9.0","dist":{"shasum":"69e57caa8f0eacbc281d2e2cb458d46fdb449e08","size":5459,"noattachment":false,"key":"/flatted/-/flatted-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/flatted/download/flatted-2.0.1.tgz"},"maintainers":[{"name":"webreflection","email":"andrea.giammarchi@gmail.com"}],"_npmUser":{"name":"webreflection","email":"andrea.giammarchi@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/flatted_2.0.1_1561466204334_0.04946069871974412"},"_hasShrinkwrap":false,"publish_time":1561466204430,"_cnpm_publish_time":1561466204430,"dist-tags":{"latest":"3.4.2"}}