{"name":"flatted","version":"3.0.1","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 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.1.0","jsan":"^3.1.13","nyc":"^15.0.1","uglify-js":"^3.9.3"},"gitHead":"a27e2c8492a930126974cd41ee542dd10ac99f05","_id":"flatted@3.0.1","_nodeVersion":"14.3.0","_npmVersion":"6.14.5","dist":{"shasum":"6c44102e4d994b9f2403a73c9599c8255b6d2a77","size":5715,"noattachment":false,"key":"/flatted/-/flatted-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/flatted/download/flatted-3.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_3.0.1_1590513596793_0.8960297782013495"},"_hasShrinkwrap":false,"publish_time":1590513597029,"_cnpm_publish_time":1590513597029,"dist-tags":{"latest":"3.4.2"}}