{"name":"flatted","version":"0.2.0","description":"A fast and minimal circular JSON parser.","browser":"min.js","main":"cjs/index.js","module":"esm/index.js","scripts":{"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 const parse = Flatted.parse;' >> esm/index.js; echo 'export const 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","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":{"uglify-js":"^3.3.22"},"dependencies":{"coveralls":"^3.0.0","istanbul":"^0.4.5"},"gitHead":"2859ab2a286a81476cacd05ca221ac6de8f047c4","_id":"flatted@0.2.0","_npmVersion":"5.8.0","_nodeVersion":"10.0.0","_npmUser":{"name":"webreflection","email":"andrea.giammarchi@gmail.com"},"dist":{"shasum":"4bc5f317f90bc4d05816f48bb9141989dbf33a88","size":3429,"noattachment":false,"key":"/flatted/-/flatted-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/flatted/download/flatted-0.2.0.tgz"},"maintainers":[{"name":"webreflection","email":"andrea.giammarchi@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/flatted_0.2.0_1524743930314_0.6022769067462244"},"_hasShrinkwrap":false,"publish_time":1524743930371,"_cnpm_publish_time":1524743930371,"dist-tags":{"latest":"3.4.2"}}