{"name":"flatted","version":"2.0.2","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","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","coveralls":"nyc report --reporter=text-lcov | coveralls","test":"nyc node 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":"^0.5.9","circular-json-es6":"^2.0.2","coveralls":"^3.0.11","jsan":"^3.1.13","nyc":"^15.0.0","uglify-js":"^3.8.1"},"gitHead":"5e3ec39a3e613e70c56f3775c790ddebdbc363a6","_id":"flatted@2.0.2","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"shasum":"4575b21e2bcee7434aa9be662f4b7b5f9c2b5138","size":5665,"noattachment":false,"key":"/flatted/-/flatted-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/flatted/download/flatted-2.0.2.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.2_1585469156747_0.9739132405400666"},"_hasShrinkwrap":false,"publish_time":1585469156847,"_cnpm_publish_time":1585469156847,"dist-tags":{"latest":"3.4.2"}}