{"name":"flatted","version":"3.0.0","description":"A super light and fast circular JSON parser.","unpkg":"min.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"],"type":"module","main":"./cjs/index.js","module":"./esm/index.js","exports":{"import":"./esm/index.js","default":"./cjs/index.js"},"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.1","uglify-js":"^3.8.1"},"gitHead":"1fe32677a2f60adbd2a19df4fde62b93bc231a7b","_id":"flatted@3.0.0","_nodeVersion":"14.3.0","_npmVersion":"6.14.5","dist":{"shasum":"04d77cf9400cba52d4ac6c15d2b9bf4a87e59b97","size":5730,"noattachment":false,"key":"/flatted/-/flatted-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/flatted/download/flatted-3.0.0.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_3.0.0_1590513260692_0.8230788793981227"},"_hasShrinkwrap":false,"publish_time":1590513260822,"_cnpm_publish_time":1590513260822,"dist-tags":{"latest":"3.4.2"}}