{"_id":"serializr","_rev":"54-54816d4a5f38c7a838103092d1c68cd0","name":"serializr","dist-tags":{"beta":"2.0.0-beta2","latest":"3.0.5"},"versions":{"0.0.1":{"name":"serializr","version":"0.0.1","keywords":["JSON","serialize","deserialize","classes","mobx"],"author":{"name":"michel weststrate"},"license":"MIT","_id":"serializr@0.0.1","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"dist":{"shasum":"d72b7bc885c665c9a05b511cc201a2c85c8d57c8","tarball":"https://registry.npmjs.org/serializr/-/serializr-0.0.1.tgz","integrity":"sha512-iK17tFv1uAZ6/m0u+Pt7jTssJG4pAtqrgc+yhSfy1TR9dpHlRTvOgN9kre4wuJyn3agaywp7Opm1Mb3VzjlRyA==","signatures":[{"sig":"MEUCIQDkoPLKGLy/iA2QjaIQcxoc+q3Z3hF+zxRtlu8X9ZWv4gIgXl6OGnWEA44cveBV9fnv2jtt4LjI3Jf9srkR6B+TadE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d72b7bc885c665c9a05b511cc201a2c85c8d57c8","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"_npmVersion":"3.8.5","description":"Serialize complex object graphs from and to JSON","directories":{},"_nodeVersion":"4.4.3","_npmOperationalInternal":{"tmp":"tmp/serializr-0.0.1.tgz_1466011733393_0.5092818669509143","host":"packages-12-west.internal.npmjs.com"}},"0.0.2":{"name":"serializr","version":"0.0.2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@0.0.2","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"3efae9021c2de5cf8fb501c8d4f65f211389d5fd","tarball":"https://registry.npmjs.org/serializr/-/serializr-0.0.2.tgz","integrity":"sha512-uF5yEs7aossJM507Dbl5fe3lwTr9uB8QG4kffj50LHQUcwBMSax9HbKoj+bY2ZqHhJA/lI8S9iA8w17slee7mA==","signatures":[{"sig":"MEUCIQC1b17Y3HirFpPxPvWj8iSr/khXdMjjaqLxU0mbyuWXSwIgIpqifNao4wX2MyE3mommlTWWezwhQ2Uun1druwyymNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map"],"_shasum":"3efae9021c2de5cf8fb501c8d4f65f211389d5fd","gitHead":"32d3f1df396ddaf0c3129092ee8c3911fd1241af","scripts":{"lint":"eslint serializr.js","test":"node test/index","coverage":"istanbul cover tape test/*.js","prepublish":"npm run small-build","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js"},"_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","coveralls":"^2.11.9","uglify-js":"^2.6.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-0.0.2.tgz_1468996757609_0.6720046084374189","host":"packages-12-west.internal.npmjs.com"}},"0.0.3":{"name":"serializr","version":"0.0.3","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@0.0.3","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"73aec2718ecf7ed8ffa51387ab4f762b44775b49","tarball":"https://registry.npmjs.org/serializr/-/serializr-0.0.3.tgz","integrity":"sha512-mvuieLHX5LejBS6QPKdHBmBmIxNvbDOdQDdhME/4iw0uGOSH9dbCXA9l/P19+NymbBLq7gn3SJd7UaesfOFYlg==","signatures":[{"sig":"MEYCIQCNdRQsxCUE4rJarEkraffQnpOq/XQ17tCepChp/KTrvQIhAPhUYFpOl213KsQ2uKeMUoXyJ5UFgkS6QOFQVBTLAR+3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map"],"_shasum":"73aec2718ecf7ed8ffa51387ab4f762b44775b49","gitHead":"38537734cc2efe159b95cba91b090fbfa97679e2","scripts":{"lint":"eslint serializr.js","test":"node test/index","coverage":"istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js"},"_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","documentation":"^4.0.0-beta9"},"_npmOperationalInternal":{"tmp":"tmp/serializr-0.0.3.tgz_1469907087958_0.5149736739695072","host":"packages-12-west.internal.npmjs.com"}},"1.0.0":{"name":"serializr","version":"1.0.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.0.0","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"24421cbd039df22cee8869851642e23977c89b18","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.0.0.tgz","integrity":"sha512-s7To67wusiTvmn+X4F+oFuKJHUdfc11ylD8xuWLkhp6HeIsM6bTIn7LkUp2/q1WoOT7lhPAMYgtt3jw9a5LiBw==","signatures":[{"sig":"MEYCIQCtxCan7JQ1HSttLzOZdLUKT+ndR/5mBlbVvKu9VauY1AIhAJi48g7R1k15piLbUQGVUXVt9/9gXjUqEKI+0YzDTKkg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map"],"_shasum":"24421cbd039df22cee8869851642e23977c89b18","gitHead":"43860a7738285370caf8f7a99b9ffe32afe538a0","scripts":{"lint":"eslint serializr.js","test":"tsc -p test/typescript && babel test/babel/babel.js -o test/babel/babel-compiled.js && node test/index","coverage":"istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.0.0.tgz_1470159348214_0.6971652125939727","host":"packages-16-east.internal.npmjs.com"}},"1.1.0":{"name":"serializr","version":"1.1.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.0","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"3335a3024f577d6f4f41a7aa602817c428126dbf","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.0.tgz","integrity":"sha512-9PRzK64x8iVwDhptZ47kP6FXJ0QV7WwAii4JQwkZw6nd3jxenQPKlmZt44dGdXHIeY3oAzEJ4TYsrQkSafueCg==","signatures":[{"sig":"MEYCIQDg3PkYwN0mUzObdiL5LcmB7Ks6GJ7lO7UI+MJBxZbeYAIhAJQtogt5KG+waUrqYpIZyAlEycsYu0PfS1w/9PEOTDaQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map"],"_shasum":"3335a3024f577d6f4f41a7aa602817c428126dbf","gitHead":"91507cc47fff9874b2839aef1af2786aefdcc310","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.0.tgz_1470335099075_0.27057270146906376","host":"packages-12-west.internal.npmjs.com"}},"1.1.1":{"name":"serializr","version":"1.1.1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.1","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"fcbc53f1157cd38fdd54791b118c1a8f84a47797","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.1.tgz","integrity":"sha512-g9UBntOEyCfGW/V494+J6orzZmpVmfYVid52rpjzt1sYtXPlqJMqlEi9TYVzCqHQXtBUb2IHbhjl8330di+BGw==","signatures":[{"sig":"MEUCIAepZPY2uvTU8tXQfPHE4rndwi77394PUhcNszGISr5mAiEAmJbr6+UmiAk22SJQzQ83bnAY8CJ2qAe5fivJUxHhIQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"fcbc53f1157cd38fdd54791b118c1a8f84a47797","gitHead":"b2816013b5db08c83b814ceb437ad35e4592ab8f","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.1.tgz_1470672070609_0.09726434573531151","host":"packages-16-east.internal.npmjs.com"}},"1.1.2":{"name":"serializr","version":"1.1.2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.2","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"540ad2ef7dad05f22660c851586de3d13cf1c83c","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.2.tgz","integrity":"sha512-nvy+qo96+Hy1ulC89sZBxbUtuk5XpuVomBfoRM1R3zG7I60d6aaQQdhU95jwP1BPLxOqz3OpYRWBbYo/uLl+Hg==","signatures":[{"sig":"MEUCIBRQG+P1Lvsd95TNC+gMd0toSKegy/oZMrXqdhCFL5MjAiEA3nEArCyaNnjoIVspck2DKEWCnpI++hfS8plw9UjchZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"540ad2ef7dad05f22660c851586de3d13cf1c83c","gitHead":"b2816013b5db08c83b814ceb437ad35e4592ab8f","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.2.tgz_1470686469315_0.6827273254748434","host":"packages-12-west.internal.npmjs.com"}},"1.1.3":{"name":"serializr","version":"1.1.3","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.3","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"b8d80e2c28c630490d3e41e2a837a9b7c87f7a4d","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.3.tgz","integrity":"sha512-bb3Vd6fZ09eJwTNuhZw0ZTJHF/8Apsi3NTJc0Li29njULj0AsJa2MZjB0GsDa+RjHETqtHg7Zl6mY6yzgfJ2sA==","signatures":[{"sig":"MEYCIQCAkKIm2sBhX3hj+VmORWvw5uvvY67EwR+9kTVFhX9h7wIhAOzyHJt63J+9m9dCR/m+7LAtAipxFKLmPnuc9uotVzMt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"b8d80e2c28c630490d3e41e2a837a9b7c87f7a4d","gitHead":"b2816013b5db08c83b814ceb437ad35e4592ab8f","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.3.tgz_1470686708948_0.5531710856594145","host":"packages-12-west.internal.npmjs.com"}},"1.1.4":{"name":"serializr","version":"1.1.4","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.4","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"06a81929546e404e728383731047988170fceb0e","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.4.tgz","integrity":"sha512-LtiXvcQPbRycug3kO9nfXVyMUiIafDBEY43eMj9olc/QVYbTMGVzU17FpmmmbM2iM3iFOwfuaD39IS1w4u/tNg==","signatures":[{"sig":"MEYCIQChzJuZSwmsptJcPCdFcyvsFq/ya+NxVLWikpvbd8Sr+AIhAJUXo01aT66txxp6w6DUkt6nUIceC3vZav7A8xqqLo1j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"06a81929546e404e728383731047988170fceb0e","gitHead":"ab89944606c26362edbb863741506a164adbd283","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.4.tgz_1470937240311_0.21570161217823625","host":"packages-12-west.internal.npmjs.com"}},"1.1.5":{"name":"serializr","version":"1.1.5","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.5","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"d7eed4ee818e28593b983cf959b6690f71649c6d","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.5.tgz","integrity":"sha512-rXRnzkNw5LdSP/ACc2rk3/pSGep1a9LW9+2xrZwtb5eAwIyYaerR13HwOwZVjBgSJmdyMWbL/YQdUW91LnqkJg==","signatures":[{"sig":"MEQCIHlFbx9teLOw45xuViBdpoqLgSFm8zAxDWsGvo9FroP1AiBRA+298CxvL4Wdx1+uvPhR3S6h4TWhEblGEJ6XMMWmUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"d7eed4ee818e28593b983cf959b6690f71649c6d","gitHead":"98ba9886637ed804f0078b72e2d0b460d4f4b8ee","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.5.tgz_1471010789382_0.4287961316294968","host":"packages-12-west.internal.npmjs.com"}},"1.1.6":{"name":"serializr","version":"1.1.6","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.6","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"56ab3bac3c4f25261bb0d1578c8c3e013ba05894","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.6.tgz","integrity":"sha512-hxDbi0DEQaDhACagFyemV9q35njqea6qmQu4GrRaPPCir+sIXBCKs9HDIuEi3XCDEeD7Nn/TI7LrlDWyvyMY7A==","signatures":[{"sig":"MEUCIAJ4C1tgoir6AlSAgfrbAO2rR6/i155xZLwcd1eIxsycAiEAzSVB+cysg3m8vKvHPiBKCtsjiXnQz/d1kRU9aPQmDOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"56ab3bac3c4f25261bb0d1578c8c3e013ba05894","gitHead":"6e3fabc7579a0dc0cfff8148a33c718bc9b45c46","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.6.tgz_1471547529595_0.39682023227214813","host":"packages-12-west.internal.npmjs.com"}},"1.1.7":{"name":"serializr","version":"1.1.7","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.7","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"2549c105408b9bb4626748fe32aa76201a335271","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.7.tgz","integrity":"sha512-6kRGRn39m5vgjr0LV5f5/meR4FxbrtUc9luc7EUX8TAog6cC0NKrKQTnWwhtESbx4EGih9Sl3dDHkpIZyozRZA==","signatures":[{"sig":"MEQCIF588xSJzVC35LMdzEjNiycQrFnIZdvm31vb+X9/GdWyAiAnjHSq6kSvTRT779l4zPr1DiTg3Qw8yPfL4oLKRArAzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"2549c105408b9bb4626748fe32aa76201a335271","gitHead":"f971d8764b9e93b388723443519a726d809dc921","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.8.5","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.7.tgz_1472826331952_0.9824227862991393","host":"packages-12-west.internal.npmjs.com"}},"1.1.8":{"name":"serializr","version":"1.1.8","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.8","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"a5ae514b1f11372d95d359aa31e4cb2657530883","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.8.tgz","integrity":"sha512-x/Qt8fpxJsuBkYZ9Zy7nEz+xxA6GBgf0fA8Yj+mZmoLnfodnZBKwVIJd/c6YSC/ukTAWLiXBLKe4DCOoDXKuuA==","signatures":[{"sig":"MEYCIQCd2dqkGw27n7qL11fpn1/+F++HSX5SMVpPLvi+bKLYngIhAOSiCm9xoDYeLiFei6OqnyghC5HHAnwmjpTPmyMAUASW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"a5ae514b1f11372d95d359aa31e4cb2657530883","gitHead":"d2222d56a87478568563367066d20324033600a1","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.8","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^1.8.10","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.8.tgz_1477982272214_0.9900864821393043","host":"packages-18-east.internal.npmjs.com"}},"1.1.9":{"name":"serializr","version":"1.1.9","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.9","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"d9c193deb2cfa724bf3f459560f0ceb7b3bbeba7","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.9.tgz","integrity":"sha512-hyygkts0OUni8vSrCHm37BUKIDy1ok5p2rb0hw3liwBup/U4j8v5iB/5EirnN0yfU+bcxtWjpCnCleXw+5kiyQ==","signatures":[{"sig":"MEUCIH+rbfzespac/+pbj1xi010KV1y5SQizIfEak/Kkbq+lAiEAzlnGKxrkQZVrA+NzxzV0VkiIZzKscQUkDo7sSdxQB+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"d9c193deb2cfa724bf3f459560f0ceb7b3bbeba7","gitHead":"b627ef6452424964260df2e2dd7c23f6958b55bb","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.8","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.4.3","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.9.tgz_1483988720080_0.37748648575507104","host":"packages-18-east.internal.npmjs.com"}},"1.1.10":{"name":"serializr","version":"1.1.10","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.10","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"37ef18b8a4fa93b1a7d2dd37329356bb04ec808d","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.10.tgz","integrity":"sha512-B+4pdtGKC9LhFMP1MPs0rlJAuTp7BDgBixw+c4P7xjxlS9C7oBSd4vgarAAPJCRbV5ML4z4W+Hz5p/fwOTNWWg==","signatures":[{"sig":"MEYCIQCPajBhl0jWssC7e56o5LCPuDEBGOnpv37Yo2ElyHyJeQIhAIgoebGOqV1u8kpGPVQwqzUHGxfwHtg3SG5oF3VZinOb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"37ef18b8a4fa93b1a7d2dd37329356bb04ec808d","gitHead":"58bf88786bb4ee088b3c267322134ec1f25aefd0","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"2.15.11","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.8.0","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.10.tgz_1488449209536_0.8924657506868243","host":"packages-12-west.internal.npmjs.com"}},"1.1.11":{"name":"serializr","version":"1.1.11","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.11","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"88434cd5fcb9f82079223443e131f0ce4296cf8a","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.11.tgz","integrity":"sha512-ktCVbG/ubfdfi9w2y384C0gdfL2PsVuZoYSkJQuWMVpwJbgD+O85lZs6ZybAN0nslGXiFsgcHmhF27+0idi+vQ==","signatures":[{"sig":"MEQCIBQgovsNcm9XJFcVNg42mLXqF/IxWtyMu7ji+ZlYPnGeAiBGzUx8U40VQIdpPgsIXum21auE2x81DltiCgZ1ZzL0Pg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"88434cd5fcb9f82079223443e131f0ce4296cf8a","gitHead":"eb6d0a682e72f8a75645e3a016c501e26ba5c7c4","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble '/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */' --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"2.15.11","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"4.8.1","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.11.tgz_1490609011905_0.2921989557798952","host":"packages-18-east.internal.npmjs.com"}},"1.1.12":{"name":"serializr","version":"1.1.12","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.12","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"b3642bc3c44386f16d03cc4ea2d5356f1965b66e","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.12.tgz","integrity":"sha512-RY05/bNc4GcB0oWCQeABVoO6gP5V3Fn+VYwgjvKhA5zQOJBw5qGt/gQvatmmnHRmMi8kI8pkUZG+p3imIFPDOw==","signatures":[{"sig":"MEUCIDDF44TLmnErA30+YLKEEIOnBAECUnDvIb69kkbWLWGdAiEA2skoYnOhtD9NauLymjIRv2oRuIcUuld2CCR50nYDeik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"serializr.js","_from":".","files":["serializr.js","serializr.min.js","serializr.min.js.map","serializr.d.ts"],"_shasum":"b3642bc3c44386f16d03cc4ea2d5356f1965b66e","gitHead":"5a5ed016a487e4547204760153ab51addc32c851","scripts":{"lint":"eslint serializr.js","test":"npm run build-test && node test/index","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run small-build && npm run build-docs","small-build":"uglifyjs -m sort,toplevel -c --screw-ie8 --preamble \"/** serializr - (c) Michel Weststrate 2016 - MIT Licensed */\" --source-map serializr.min.js.map -o serializr.min.js serializr.js","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.10","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.10.0","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.12.tgz_1497353770498_0.24021448520943522","host":"s3://npm-registry-packages"}},"1.1.13":{"name":"serializr","version":"1.1.13","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.13","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"21b20f220fcf94caaecd86eb09e438cde6532b25","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.13.tgz","integrity":"sha512-saOi0kg1tq8o8U15f4HrKOyf9DGw6g4jok/PAkDWE6bAj8dIngg8DghrHXSSdqxNXEMqZccut/r9LHWeM2DANA==","signatures":[{"sig":"MEQCID2Bqg6vKQVVQAeo7eTvx+ecsRfXR8oHSm4JvxM14m3UAiByXvcJXD10C2dlKmJh1bZ2H8UIdQV5sT7K3iQRObuQ/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/serializr.js","_from":".","files":["lib","serializr.d.ts"],"module":"lib/es/serializr.js","_shasum":"21b20f220fcf94caaecd86eb09e438cde6532b25","gitHead":"c924b623c150db5caa92ae202b9ff87b953de710","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"alexggordon","email":"alex.gordon90@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","rollup":"^0.49.2","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","babel-eslint":"^7.2.3","lodash.merge":"^4.6.0","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","eslint-plugin-import":"^2.7.0","rollup-plugin-uglify":"^2.0.1","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.13.tgz_1506448241082_0.255500900791958","host":"s3://npm-registry-packages"}},"1.1.14":{"name":"serializr","version":"1.1.14","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.1.14","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"abd4341592b8f7b38cca9329d7d659d35418f559","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.1.14.tgz","integrity":"sha512-rBPm9ilS32dddYdthcYybdSeXmO6qj5YEzY7R76viFQVKfHqCjI5VM1PDtducxnlC0mYRKKOrAezrqiof5992w==","signatures":[{"sig":"MEUCIG2QP0PBIHbD4vAmfJ0ElRMKV/Rj2v0VtUA7GwOsHzY3AiEAlf+lP3I4cSJQYZmXWms+dQJlI/+NLcGUHXCyPXCASOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/serializr.js","_from":".","files":["lib","serializr.d.ts"],"module":"lib/es/serializr.js","_shasum":"abd4341592b8f7b38cca9329d7d659d35418f559","gitHead":"3a2bb289fb2dcdafcab997a5b884faf150033918","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"alexggordon","email":"alex.gordon90@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","rollup":"^0.49.2","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","babel-eslint":"^7.2.3","lodash.merge":"^4.6.0","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","eslint-plugin-import":"^2.7.0","rollup-plugin-uglify":"^2.0.1","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr-1.1.14.tgz_1508938978900_0.9264660628978163","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"serializr","version":"1.2.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.2.0","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"b337264352e697106b7638c27ffb24cb56226aaa","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.2.0.tgz","fileCount":9,"integrity":"sha512-6gidb+S/Jde7902w6xikjObZXpqBJ9+8+Wmoh3FPeJd/rMvqgONXykz1zrtdPj3zt2BNeskkwkFaB7PV8f0NgA==","signatures":[{"sig":"MEYCIQDeebQUYK/xuFfKCgoJbbzVZlf6QmFrh6gI5cNi2Qie2AIhALGtLzI21u3E+KomPl5jtKiqyIbuR6v57on24wH82PgN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2i3QCRA9TVsSAnZWagAAf7wQAJsRL1E5uXEEDavsZgIY\ngSpXQ5igTU1OUcsuciIX4gOVvbt/a1Igu7C0YVYqg44EU6zYqs/4XgTytuh6\neGT9wmydT1puHcF0qKOnMWXuDJ7rVGXryeXftWZ5vV0FuZrbqi2C9PT+Yk30\nC7NJ097Szd/qfYN+ETFCm1AbodG3Jh+b5wmdLOm5aMquK1jgLKbKvyZf9cCK\nXEtGvp0WtRUYYtgrUTJp//V24wY2vDvc4fM4KVEnbjM6hjSwcsqX7tygF6Uf\nAVSHvvkZG++rM8rgLH81yky0UMDVcu1XQY9d3gVGXTJ8fnjunQXeL4VEI0sO\nO7/MlmBlvnu8vbRbLVhLpAWL7T/LKznH+L1EbqcNiHK229h7gO+BBS5kkjN8\nWbeKJUuxzDLdGwIOjI0SveKpKv7z5i+IRh8qn/VMzAZQfxqRPR4d0S2k2K09\nKpdDHxUAtBaG6gxkS0ppNTLhAz3ux54RIv6pEpMm2L/z+kepGkWLpXnvhRxh\njKIS0H17d4mzciawfZarfBs8fZyWVq/byGFRjF0SAnHN8kLGA7tRDXO3orXV\ny0EFfFJcsrCli1fImped/RMecTFu71Vhw/Tu4NOo52/CBhCB+kLRJE4l6SHW\nmS4mP67J8uSEGEytjCfdLX6UFgydc/ingP+8CmN3mGg6T3rW5C5Ej9p8D23/\nG8OL\r\n=klw+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","_from":".","files":["lib","serializr.d.ts"],"module":"lib/es/serializr.js","_shasum":"b337264352e697106b7638c27ffb24cb56226aaa","gitHead":"8f0e459a1354a7f253a5c1c746269bfa71044093","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"alexggordon","email":"alex.gordon90@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.3.1","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","rollup":"^0.49.2","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","babel-eslint":"^7.2.3","lodash.merge":"^4.6.0","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","eslint-plugin-import":"^2.7.0","rollup-plugin-uglify":"^2.0.1","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.2.0_1524248014038_0.28320316643390653","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"serializr","version":"1.3.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.3.0","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"6c7f977461d54a24bb1f17a03ed0ce61d239b010","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.3.0.tgz","fileCount":9,"integrity":"sha512-9P+7zMeRUrXlt1ur0mojPe04vbw7fLB6jpkFM4kpEUyW4pT57qfUEPPyedo05e0Cv5CKY+xhptDFU9ZmMM8SRw==","signatures":[{"sig":"MEUCIGvRYrqdjR08Vf0sUt5W1vLvmtNANBfI1PAYN8lh9+qsAiEAktWyjzwqZGN+wxwmhxzOFt1Z3iHCfUwmDsrzD8E8yKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":206378},"main":"lib/serializr.js","_from":".","files":["lib","serializr.d.ts"],"module":"lib/es/serializr.js","_shasum":"6c7f977461d54a24bb1f17a03ed0ce61d239b010","gitHead":"b34674d96cb101c30739a497287d3c24ede31010","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"alexggordon","email":"alex.gordon90@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.3.1","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","rollup":"^0.49.2","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","babel-eslint":"^7.2.3","lodash.merge":"^4.6.0","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","eslint-plugin-import":"^2.7.0","rollup-plugin-uglify":"^2.0.1","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.3.0_1532353225970_0.72678440453667","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"serializr","version":"1.4.1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.4.1","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"e10265d5305552f9c3d3accf7d5c1ec88acb96c1","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.4.1.tgz","fileCount":9,"integrity":"sha512-ceOvqZIRP1Ch+sl7ZHs+QiB1Zh+MtDkQQuG82ywchOA6UrQSl/4gBVWhHkkgsuMBNLMP5QrFS7OFAMuQD/NzOQ==","signatures":[{"sig":"MEUCIQC8D5ZAv5LhKbNgWva+pl9GyeueyLnrnIEf3Fmncn1BrwIgCGoN9Hp7r+lDpjz1pQ3tFVUJq3yUmE/HrLHhPm1ZOaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":247046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSOQQCRA9TVsSAnZWagAA5swQAJmPv0aeU7aJ8kaUcbks\nozYwipDZz9riMrD8RAL+4YpqHbp8sLGb2oCcsQPx/AOd95aWNSBnmG+mdIdt\nsKZpcz6JU7/SOf/OeDx6x4kNhFYpRf1t8frccQMc01VMIiukgeAi5eSuHRCT\nDdwE4HeD2gCV0RvncrVBKUVFbkxWgtcm/PoCAIoUIrOqdMRhA5fm9fpDLCjT\nLoPuIHd1jUTUJcDzsH8GpST/Wr/PFfSl90IwcJTBVLf5AyjijcYx/PFfuHJB\nZEY1YcB60I/XqdwoHNcBtMeIWhApztBRDI2UytAcK3HcIehdD6vvgFbXMOXL\nbFMHfVpwbeQDKzNtAlds8x7w698851HRRJegxvWVKmvZ/41upHW8gJCkDBhq\nWXDePPONMgI3iZtNoAqMJOdHMidw7zH2g2CDVUvniLJ4/a2rIOR8ewG6qDGH\nYppl1YpRj+OplHMbr1blkQZnSaHDFA5R/77r1Z7bKhcWZogjWkDVSJRCNaQe\n2XDQ8whW93zX1e81h2MpHRjmWBMgwvVnrj/DX0b5j/VVi5J5ZCO2SIAco+SA\nKRgKc6QSg8oVn9pQujFERDtbfFsTza7ql+HRW5WXJAAw7oMROFSOSbEov0lx\nsEosUDhNvJkRnAdUETY3eCaRA2CbBXO+ThCQ+jVtfVfFUvsSyazaXw1ykShy\nchc2\r\n=YLWc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","_from":".","module":"lib/es/serializr.js","_shasum":"e10265d5305552f9c3d3accf7d5c1ec88acb96c1","gitHead":"e46f7980d4a3db201ce7f75c9f3b235acdc7c61f","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"alexggordon","email":"alex.gordon90@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.3.1","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0","tape":"^4.5.1","eslint":"^2.12.0","rollup":"^0.49.2","istanbul":"^0.4.4","babel-cli":"^6.11.4","coveralls":"^2.11.9","uglify-js":"^2.6.4","typescript":"^2.1.4","babel-eslint":"^7.2.3","lodash.merge":"^4.6.0","documentation":"^4.0.0-beta9","babel-preset-es2015":"^6.9.0","babel-preset-stage-1":"^6.5.0","eslint-plugin-import":"^2.7.0","rollup-plugin-uglify":"^2.0.1","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.4.1_1548280847868_0.3463135716918959","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"serializr","version":"1.5.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.5.0","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"e6b9edf068aae2eab5b8e9d1529faa92f7359d39","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.5.0.tgz","fileCount":9,"integrity":"sha512-2+/jUjvYsUzFWuI2x2em9QGjSpBgU0pkOB7zQTi6CJm4KOlOS0RAeJBaRQg/pOj4/CeoOv8YUNOngSE8EKJWcg==","signatures":[{"sig":"MEYCIQCOiiItMg2yAI127+rl63/lRQvIiHITSy/MoCcTxv6j0QIhANPWniafZo0W5/qBwJeVAwVKS2gdW/ODDzQ4dJLnlau8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcb9+/CRA9TVsSAnZWagAAF1AP+wW7S+S8y+wW5Il1S+mo\n8o81+S01QupRvWB/8qvDttr4k3dEB48eZJcOPtLAm2guLOOx69v3JjKxtTmI\nGxPw2eYeVY7ViTR0luy0etuXhAlqq9PAFAhX/H/CMZVTUGjQI+Tzh60xBDJx\n4QM2/DSx12eO+qgazRrfooGliTed/8kdEH5AKJTR4KqhIoch3gEwjGFd7X3/\nQaIwAAmONH3s5HCJX/Zi17a/KiKW8AV8JX0By/C9zYNdsgp/e5RHkpLsLA3E\nls7vNMWM1BoMVq1PdsRz5JKHVvULQ/bVoqofEC6F0Xzi1fiZB2dNIbrFzxBK\n6uAWx0AFWNbxp+WVGiZUTUkXokj9lw+qgaPpTSrM32OxkY3she7m/C6N17Nd\nKHW1dc6NmTHe71L/2PHuNgk96Gq1yqfs4+qquq1mlJ0RajucNY3HJtLFtWdo\n+QZQeymgehBUgfhiqrwFwppClJW3PimT3HBHzeV65viAxz0Gq+wBqJU1mnxh\nh6uiqZdvSyqc0M2RwEYONEmtR+qzoiacFmNB146lNRUsdMr0uRGDYa2lmrMI\nFGvnCOzCRIEint589kVwrI0ruIbtuMNRv0UGr513Db/Y9PkTw8WZh/PyxZKK\nxjEoYSXjRAt6rh5ae5J4tGZRGIUB3m4MzaNzNvvOHHdSbNQoa0KuMR2eyfJo\nUX0H\r\n=mLtz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","gitHead":"f3d8441271009ff1818c2893e7a18da92bbde541","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"jrnx","email":"joerg.rose@nexyr.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"6.4.1","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"10.15.0","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","eslint":"^5.13.0","rollup":"^1.1.2","istanbul":"^0.4.4","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^3.3.3","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^9.1.1","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.5.0_1550835646203_0.13963426930438394","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"serializr","version":"1.5.1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.5.1","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"8967c8af868f05d8ba6a651a9866c8797533e49b","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.5.1.tgz","fileCount":9,"integrity":"sha512-ygrOOOB+eaYYiFCLSS1kzu2KtmhP1ZzLFsv+GPWIdhtuDMBTN3H0ldnswPLqIExrEyQWQhiExFlC9Gu8pCT9Uw==","signatures":[{"sig":"MEQCID7G4xhuDNrGma3FTIkHvUK/brGfI5aiceZrqI8AKB+5AiBCmfsIb3tbJOrO6L7ti99CJX88ZNFNvcyd+/lDRgjg0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchBgXCRA9TVsSAnZWagAAiCMQAJFKh7baLz4SpFEnTAIn\ncuBXYTkwv1+wE1KXCmcTh7yppf4J+lGs5181SsgJlugvHlaAPjzUZNPk/kWH\nm2oXhcyinvdTugkmJK9q7ZbjD6OJiWSNSJ0KmNxBITYYsyKZXWMiOVAQKxck\nOgR0lcpfP2H3d8kwvNoDVxqlHq4VNGyV8EYe7Pk1gtbJQE6+G3N3WLZTPeC3\nfXtlkS0xU8C/pTnY/wCfUzC2Z9PzfaPUF54XAOGqTJdxb6jYoMd4XMinD8Qv\nxaDNwuUWKYfpKQqVIOK3Uo3jmKUiK/NlSB/fDYtt7oYGbTFVPOudpAXqQtxk\nvVpMWrDYH6vf1JBxB201HrW61zr5k3UDgigtjgbcVl9ZOExqFvvoaGRi/A0+\nFT1e3cfibL1sXTit76pI2L/bH+ObKa8IBC2bgCRJJmccJeDWZBTY30aXI87B\nAq/46PgH3i8T4sBVHBRMG0MlKnGO19KBiveNNcahVgIBPmIFGtLxasy9j8vA\nDs82jC7jFpiSeFj5vSqAbGwJk6TjmaelnxccVeEA9B9eFDOhS4rehQsQXhHk\nG5gldqgk3FZe6/qAF7zmst3dYmhM5k4CVQLlYS+DUBUL76O9rNB9rKCHSm1u\nQU1gu3yPXacuDooeep7WmovNxCV2p8wZRKCxy0rtXXt8L8I/Mfnj/A73U15f\nLCUf\r\n=sU7a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","gitHead":"9ab5501e7caee130bb2f67296bc9e259e4b64db8","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"jrnx","email":"joerg.rose@nexyr.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"6.4.1","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"10.15.0","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","eslint":"^5.13.0","rollup":"^1.1.2","istanbul":"^0.4.4","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^3.3.3","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^9.1.1","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.5.1_1552160790833_0.8768928995530094","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"serializr","version":"1.5.2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.5.2","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"f9673a986a1a53f33ad297174d38e3b113b9d430","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.5.2.tgz","fileCount":9,"integrity":"sha512-Iidr7I5Hz/XTSfIDRMfe2nOKuVx1h/R6YZY+DCqrJfAnCBuO/itLRlhzeYh2B8uUDqcNpKUhLY0fAK2ibeGk6w==","signatures":[{"sig":"MEUCIQDiLxYgBcprNTK52jyDaEEu51TMs9INUxHelOHc3iU4qwIgQghev7fC2rfWMYzDDN29EHQg0blpykbV/6YExj2Bj08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiehCCRA9TVsSAnZWagAAbEYP/2kiqvZ+IIeGVxAka7d+\n4pLPWctrSylSy4hMhqNaAEe63uYOokod7evBqD9CwN1SDkxzTeluJuVgZZZH\nvTUiZt6LY9uWo2m3fGiFAS5YFjYTn+H4o+kvJJ5V/uKP05b4AppBhQyo4piS\n5izrp9ByxS/jeY5wZ+Ta/sqlvBPjwVRNVD/DpKIdGGRlaQlXxs0dcH0xSpzh\nSUcuDYFdnCSmGJM80zfOgasIBBPFcKDVz6t2XAe9DoO5Z6QHHL2HzsHkeuqq\nV20NQQQ/c2bVjMrCClY+B84S+GyS810n7xAEpzNmTTSyiajb9r2QTeKFR7kD\nhAtSkAd70Try1JUc8MsVhaWUHfX5uz0OfUpjHeKNMG+PtOWm8DrTUmWHsMEk\ntwrd6xOHXwR7p4x9RaGnfLcBOSf7DXLBo5rGXkH3tfLbyUYN0/UvJ/o5RYYt\niPy/3/Sn64bX67RVTaOk6MYl2VgdLa+tVboJTJrxiXhSUUv6YQZhMkPy8GiO\ncIvSpjcoE+6mkE2JnED2rf3Py2wjVPcChpVkfr1u6EI262gb0fyV19lsedVw\nDSLRVXHbxwN/Tgp20Y9c8J4kQWGI2o2DWEqmOrChnTSUMJilFeHiacvsrFyt\nZ+TLvI/4XVrCazekHPbFdxXkqehzBqUDaoh8bU/fKROsYlOJrz51XcM6kJcG\nA6TV\r\n=gQGr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","_from":".","module":"lib/es/serializr.js","_shasum":"f9673a986a1a53f33ad297174d38e3b113b9d430","gitHead":"132a653e346444c53e17679fcef07f389da1d939","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"3.10.10","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"6.10.3","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","eslint":"^5.13.0","rollup":"^1.1.2","istanbul":"^0.4.4","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^3.3.3","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^9.1.1","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.5.2_1569318977395_0.768396847512355","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"serializr","version":"1.5.3","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.5.3","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"dfed546b1458b57511df5b7d510d944c16da839c","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.5.3.tgz","fileCount":9,"integrity":"sha512-eTtMMIbkpJVMFCM5NAkwLcO9okiK419Ij1Rh+pjNu26mfN/cLRARwqSKbYxBy5gBFoB2tQU7Bma4KZ1eqHjLaQ==","signatures":[{"sig":"MEUCIQDhdsj6Dpvwiylzy0KEblaB4p090kX1qO1HwrJ86HtdzgIgWbLasgCGxigrcWt08HDKPzojmkPChDxhWnr4yliKpLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":274576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn5naCRA9TVsSAnZWagAAXigQAIfBt7B5AZrFcfqCWrLe\njHt9hZT2r2XmgeBYEJsVR8IUtWqWD4ntEpQJOuzVvN5pgOA6cbHOudtDmOrN\ntApbw0p5NyOxTQgTUZ4xUtO2z9+6HZLNFB31LrJCMMS2WeOmit/nEylzHoK5\nH9CPDH48RGWUqA+yRIvEHpKtxNI24ka9hdiiOc75Fk6V5Nj6VFMIk41nbBNQ\nZOQTjtJVtJkmKpxkP24fgjjyAtyLUtRiw50vYWxmJEGpiU7Sy9T0DlZKwqkx\nqTawmUdyGiM46KRokeQ9bum5aci9KBOlMUY+sXtrUUGt4mTdcsX3Z2BZ/UzQ\n3nre1Y8njegHCJv2QPYqf/vKAuDKMTIPUaJ0N0akLPyG38+bQ+KcSHP+u5ya\nPLe1D5thOI1PspO20vL3iixxmmXlxpTQb8l9rAIRlMc+vKQaPy8izrGpwRWW\nsvNktMkmwSRbwFwY17v/3DiWPI/WleLF76xbaJZpo3EVPelHwxcIwhn/rcqu\nxsh58/T+TNOvrIMPgk/U/qVWVRQt5EmpVjH67QT8/Cin+bzSzyA5Eg7N3v8Q\nJ0PY7OMrxsqWnPuNoq79RXi5bETStGFANAeetR+N8NG7hjhgBCv/JPaYPw6g\nLlGCZQegLme2arbz5FFXgGyt5zJCMfMgXpSXonTJD7phQL+qPX45CB009Hrf\nv3cb\r\n=i5VT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","gitHead":"6d21f2cf33d728b8991d2f70409323137837894b","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"6.10.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"12.9.1","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","eslint":"^5.13.0","rollup":"^1.1.2","istanbul":"^0.4.4","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^3.3.3","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^9.1.1","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.5.3_1570740697149_0.9443493778994589","host":"s3://npm-registry-packages"}},"1.5.4":{"name":"serializr","version":"1.5.4","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@1.5.4","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"dist":{"shasum":"3ddf1cb7b4465c9c3f72bab0cbc41e09dbe50c33","tarball":"https://registry.npmjs.org/serializr/-/serializr-1.5.4.tgz","fileCount":9,"integrity":"sha512-ImLlkNfNSSv9d7Ah1j/yrPk1FHbRC1zkD7URcgx/8M1eYHGUxGf/Ig/d8ML04ifqN7QesyYKsfLYA4xjAVAR/g==","signatures":[{"sig":"MEUCIGBVpQAL4TbGJ+epkPgvsKjghKnGLDPABKEsyPc56YvQAiEAjdMasj6SP9taxf0m5krIRBhEMQ+P4LgBmT0F5PvmyBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":274645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+HXBCRA9TVsSAnZWagAAHzAP/jnackxjay04BCCg1S5c\nN31R57gIACJJe7p2ceueUkBWqxBpOr3DLe9KUMH3MWDDvbFVIPlI0VQ6guML\n2fhUsF6/rO1HODqZ0PTomjG6aE/TbNMkqa4ZKPCb7BVlAwwqy+NAQ2TAA2s6\nJp7ooP2ox76ICkmdFkwmW5+G0QVCeYfsUG//fa/OfbIwoMiLSqkMSXBack+2\nonL3TSdUae5yMUyccJCMvrt+FRmzqtvs718ODaQiiC7xS7GC3kRJibl4ZUZO\nXKalDPwHJHkK/aaBbvmUG10LTMnR33wkVyIcbfEdjVyJV9t1Rpq8LqcD1uvc\noNBkNPI2ZgmIMIAC0KfK9kOSaRShqIngvodHpjMoHSYV8t1Om+CcK7zuF34d\n22GoiD88eWDOMlohbhZSBf+sp/8qsWzfBTLt50XOlNwFe6vjtTD3d3NpCAfc\nQFIi9sgFPwSF8Fz5gOrhEdL0R1ZI2RFANqT8Qdzf4JmA99dhbcx/h6isendc\n2PR8OCzToD01G4QxrNsiL3J7r12PpNk/kgP+EeQIQXDQYGeS/WH1PBknCa9W\nc6GTczE8jXLncM0CIFQ71tisI0P5mg4g2eVGw6Z8FgOtN2b9cXfTiV2uecQE\nQTFikqSwJYfys6Dp+acjgwtcQqcQDofrJN6q2F0ajSHDrNyZkbvZdfwTZBe6\n/sdE\r\n=FwdD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","gitHead":"caa3000e9ec548fb2d63ea045cc9fdaef38454b2","scripts":{"lint":"eslint src","test":"npm run build-test && node test/index","build":"node scripts/build.js","coverage":"npm run build-test && istanbul cover tape test/*.js","build-docs":"documentation readme src/serializr.js --github --section API","build-test":"npm run build-test-babel && npm run build-test-ts","prepublish":"npm run build && npm run build-docs","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"serializr.d.ts","_npmUser":{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"6.11.3","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"12.12.0","_hasShrinkwrap":false,"devDependencies":{"mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","eslint":"^5.13.0","rollup":"^1.1.2","istanbul":"^0.4.4","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^3.3.3","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^9.1.1","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^4.0.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_1.5.4_1576564161140_0.9392966005372627","host":"s3://npm-registry-packages"}},"2.0.0-beta1":{"name":"serializr","version":"2.0.0-beta1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.0-beta1","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"afb6f212ce88ee67f114a412b8ec8cb63be207cc","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.0-beta1.tgz","fileCount":47,"integrity":"sha512-uwttMByx+tk1T5DxMxRySJVwuRvcNxm5m1eh4qAuVswRTJJ4r/wZWsxQQ4Mj4+YL3FSRapBXpKSmTmXf9EsPvA==","signatures":[{"sig":"MEYCIQDtm/1zMMYg6xDy9rNZDjlTL0BlfIBw7U9/bVGfP1eB6gIhAPe5/vQl9QYf2zAyum/UMW5WAGJcruxLbiJ8KPeAxim/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":594051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQaRICRA9TVsSAnZWagAAI70P/jZbOh5bOOvyD/fHQMkQ\nJXZAXHxL8ShLTR0nTTHjWuMLeoohtf/TDTAtcNCE4aLGB+4rIx3jmLP08dn2\nL9Y7Eo/w4MT0PbjkRHVVn9v3Oyd68CLqqE0bawys8FyS5zClHVHoeiz9g5NZ\nlSRBDocrYaW0OlOs/86OWAZmhsTwbcnq74gw0fymxi0nehTHo0Vn8q0xRqEQ\nHLvH/bnpL+Z4z+C6YYCsTEzllmvYptOqZaX/ONoac7lq7aHKPDpOfq5bHiXh\nwqLMqp6Fo1Vb8uihQdioc1UZquxyb9esAqlDEJ4daqv4iSy0a/0hqx5y5J/P\nUKyGaLnDaDdqVaxUd+Lq4zMNNQ8KZKt5wbYhk5ORPCspQ+c0IU9yemCXVn9s\nGkbFAnTaJHv+1pPYW15drnNtfR1i1wlIB6CUTIhy6hCclN05DVR/Iwk/PHKH\nc12qAXjyt0NV8iEDBXAOz64+fXj7m//K1wGktBDGuI6Ury91PPaEtxYnVtg0\nBjdwb/l4SzXKm5/Gz+F/nFQC3S9igqq3mndHPWa8BfgZT/GhqoH/3njET9hs\n9NQXyri+M7xhyjxWOUR84TEIq5QeFGs9WCPr6cdkORpMjIcmPG0EjR+qrkWb\nRXyH/UkNYvlIhxe8JKTk3/3EKMTHc/k79S8FgCyzpHBiY497Ubj3nu9APtWu\nU06P\r\n=kKSR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.0-beta1_1581360199789_0.28590568842344366","host":"s3://npm-registry-packages"}},"2.0.0-beta2":{"name":"serializr","version":"2.0.0-beta2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.0-beta2","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"250fbc14f4a957b834a330d8a4863458ab137ff1","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.0-beta2.tgz","fileCount":75,"integrity":"sha512-EGrg4c5bWV6ypnoAgYoGmF7yLmV7Ve18OQjeDOH9/6W2zf27eHYpA6ceHV1KnTfeqo2LU76aHQAL39uGpODG4A==","signatures":[{"sig":"MEUCIQDjf4KzifclmunkX47Yb9MApeqcWmnZWMKJMjDJFF31nQIgbEf2Q819NsTzn/KzmLLIsumrpEUROSnpR2cEjOZOyzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":608213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRPnQCRA9TVsSAnZWagAAnB4QAJ5ltugxACI4rBQahZ91\nSHMPe3yhfnAI91wzYdbQ6ptZR3eij+kTh6gRwCpo/LuYiggf1MDn/OCSbEMq\nQn7hPeKWivv6WMUtEDMqYNBT32HoTGYijUA/MG3ZJInj4obITBPwbhRKX8+G\n8AA3AYc5rz4Ud+JjY5k874M4mQNmuWb/fCNoegD9EcBZ2ffQEB9lH88Xft3g\nmQeoe8Pj4KZvl/3AtcNWEmnFIr8a6KM4cSAzvQkIurZqP/h9Py6VxCG5T9BN\nz2xrxPmYIZ7G06/5hifdchjJo7ojO1sK2sRPKd7n2LMPD+AY/+wBx+nr+Ixb\nkmc2JQbGOcFPUeOc0n5BZLanOwh1Ygs83uCY1e8qkh+tHq02mOeIgjClGvX8\nx/y+HUnuPAGRZ4XCDqfN3BrFC5v6tSmaX0NmWcQQ/D9eq0pzzCDHQjo60tRq\nRRkWuh4MqWbHT4dYLTGRWsYt8/T/XfpGm575mc2F5pBLUUvj64xjdCX5iuz0\nMiyaAsl0CC4MLcq/00L1tEsjtNJy0qUZCF0ln204R6dKH6QRB74mBE1t7CW8\nSzALli90yw3Zx6gVNtDR6ukqElaAMpwrTBYGrpdum31ap58QE5LxyR6F3tA3\nbUqUaOraXJZNAYjEngphp3M2XsPhDyYm8fysm/3pKHjs6aixHVNsHUg/EqPx\niVFq\r\n=sXai\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.0-beta2_1581578704108_0.9425065186408619","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"serializr","version":"2.0.0","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.0","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"0113db9ad9681973ef6f51f36b556721c65b4ea8","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.0.tgz","fileCount":47,"integrity":"sha512-R/djhQ5JGVHLnGcDhXpsMuq5JptFmtL+WNOIN5kFmwevzQa7DABJRp/aK5cE467dCekjGgvGZ0X4tek8TAUwmw==","signatures":[{"sig":"MEYCIQDYQUKWnLE8/9xOf1iHY4XVnKvlxPMX9cZjZT2EADgukQIhAJzGxh+AUEVzhE1MocIliY3f68FvVJt/apowFBK/oiA+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":594056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeW42wCRA9TVsSAnZWagAAiecP/RZDJsPqxaAccrSAhHkj\nLLJ9OJeMcPtwmMPhdVqWRzSGXWHWJKJQzg8aPJzGkC5kpuZh6tZDWTmVbMI8\nTDzG/H6WZ68H7vCD50Z/vtC2SrU+RugD1Qf9PrqPuW0iuDXQRUEl/P0tf53+\ngY6KFuuDacjy0jEvcgq4sC9xkF+RA3e1+A4qNxdxlrLwu2VB52ObXeNGEn0u\npqmSnmr6AopicPnhqEsHiTzxX1shixIknQDFXPChsdDh+dV2jrV5CnsmhLIX\n2uSc9lLKrRJm1aSBazMwv7mo/NkvNxX9/bbTfGDbJxyBBPZAismTN2QvimH5\ns9zTvfEAiC+kANCuD8OQTWvaMNOVsX0mYV15X3tPVUIgS586cZTTHK0EcgdC\ndugnx4Rgtywml1cB4mX/wiynLRgsZEq2PyHO9Cvn/vRzaUd4Jor9q3GBP09p\nAgXv8Nf2wOyURbcEJiGGWacjEXYKUa93kjeWkO9VMO31MmFqmiIwp/4FPcPx\nZ577zxyUeQqxe3VZF0ySNn0tLOPRkkkfr95IpJ8qFxDF+0xMOZ2DwUdO53Wo\nU+vdcgbsQDhBLcTHiN71nZUqsxDsXHNNYHyy4Py1YHwLirdoHXxkydBb+kMV\nP7095NFnd/yE6TqSTvy2p+RDMcUCJXuop3yL5ClkogouOSoD/vy1wnbdTldW\nLITf\r\n=bbUN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.0_1583058351433_0.9070261052758701","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"serializr","version":"2.0.1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.1","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"d61c6b7cf68a61bd76e5c381020f1be66acfd9e1","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.1.tgz","fileCount":75,"integrity":"sha512-uVLA8nnxrd0WzM0R5No8PiwcAKZj2PCf0/EZjbmr1SfiEVncTws+iWGAN31TtErwiiDoZPhCGcLsMzFhmP5tJQ==","signatures":[{"sig":"MEYCIQC2Lu3SRmBLUUsDeKYNjBx1ZlU6ko6K3G0kpwkRGoqM0gIhAJ8HpZ31//pse9vntb6a4oWHYWhHlNxuR+2D1KiekNyq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":608538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegOrDCRA9TVsSAnZWagAAACUP/1Nb3WaNPwKxQBs6zNHY\ndDXC1rRvZLzei5Hlb5uP9Pe67LkWtuF+mbgHC+4Qtx9udXbhNGGHBB9HKMxF\nBsQFf2DnCPNbuvgc0e8oYEyDndkKGNOBmWNGyb1UuT4pu2UbkB2BpKgOoL1t\nLcUVbaQojHs8/Zyj57k4PrJEv6fnzK36jkYVZkbuwUhaWwNZxpkly1Rq3ymq\n/fcG1GH4TQxfFPexazpsyyHFBFqWaQo0UrmtTESaCfMjMYHxXjjToNy+5JFb\nBPawbHSm1M3f+t3BMnR9N2hgzMXNswI8EHfAgJJSYj02ipW7UQJ1fxE/vbRh\n8YIMMQWJ0AkThl0g95B9TlLrKB8L4OxRskOeYnip3Ipt/clK/eLGxW+lCuVV\nYrmtFuUTVCGb0PkvRoiTb5YZ2RjZHJIIuuaC7DfLzSYm8EHZCwW79cB4nwP8\nq+V0VonahhkhN7boDDj/0rp3u8k+JQOwSgYd7lDY/DNr9hWNB26vP4fiE1Ve\nwjh4cV3h5ZVWnBBvlo08UuFappekjtUOV9ti9AsOL9wWXo1VbMcRJIwjOWR0\n4bWkEA4q9zsVF65aa5yBU6JBGQJIi+QY82sGsL089BxHigcLAVWSi0Vwci6K\nSKuu+8WJssR1LjTp3mEKkRiqBu9lNEi86Zx6GinLyE6+KtzPlZ1kLD193D5v\nrK8k\r\n=TUFa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.1_1585507011386_0.05894595171079442","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"serializr","version":"2.0.2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.2","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"b13ae9d9be795c65a7123363c9e11b8f52078e61","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.2.tgz","fileCount":75,"integrity":"sha512-xIqLv4VytKOH/jTCNavoOsJTPKkE/fZCZeAD+Db/U5o+MviQs+8k+G8L6smFVXbUCFSaeNW0xJcVvAXR/GSBgg==","signatures":[{"sig":"MEUCIQD6l0aCUsod34WXRHsIjVE3BTBezQLwrDHlpRCkKLA7EwIgMMYs+QPo2XA12hR7Qw4Kj8FCD2ivf/cU9hU1w217ilI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610665,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegPDMCRA9TVsSAnZWagAAMUoP/ji6PTHCgk9WK2bc2+ux\nZ5STGfXCWzk1P7ahAwdKt656CeSoTn/tnuJ9dZVXexkYyrfCni6IHc2esJKH\nKaoCFc3EpRI/1QkCPwR00Rs9eKcfDP0TSAvAXSDehxpLe/XPyni/RAA1AYQZ\nckkccFM50IJ3GklFHkrlW0+Yue0MkwS5GA/kV0EDUGdZfFbxBkz2bVBvfjvv\nXvcbpgLIZYgU1ijizcU99HS0PWx2e90ln+YYpeIju9OP6TZwOdc3zVcHdP8K\nRS69guUHVPgRK6BVv48c1cZBiM3ajGaztcudJCaivhHUbcLiOSDdqvmLWcfl\nlSnEjlU8fUXVj/dxSj42WajRUTJh4MhONr0keaH+f6ngVY18D7+L4qlhkxET\notuKyFYCDmfDdq13v1+2IfckUbVM6QkyEQbhzcxRqkab0pjshj49G1R2IUVB\nI76kKvRvNmUthZgqcx8ZGIeBsswFUCxQYeDYC/S4TWcmIUzkuJACCALIrs1i\nQxLc/ilr9SRozO12OO0r1Kt5r7VH3LdrmG/PIxbAsBpYky2ZIasRxJl+WyoJ\nWOkIq8x2VSitN6aVopb3K+kHbbcvZwB/2jvLaqZGRJmR2BO4MUReUaajkEu+\n9Bq3dNtbFzNjkqVIaFD7Y0csFuZ9uMxFjVHV2nwX/2ZmceC2mlCPusUStgVy\nxWeo\r\n=+Bg2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.2_1585508556203_0.6033254964472787","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"serializr","version":"2.0.3","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.3","maintainers":[{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"f163b2b39938e1313beaf8457133713df2a936bb","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.3.tgz","fileCount":47,"integrity":"sha512-YHDTg+QE//5vESifXc7vvncxIAiUiX04FAy1RmSgACkwhvJ9DivljDEjqs5WJzg5KLokI3x3jh30KEfXq5nDJA==","signatures":[{"sig":"MEQCIFj4g4llHH53yKFrwdDy9f7UnMdngpUsVLvpKRUn7LkgAiArNr0MGffK1OXjnTmTySkfHs6+Vh8KsoAL4gJpmOuh5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":598808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehkV+CRA9TVsSAnZWagAAD94P/AzhirpSofBHoy57UYyU\n4YPHinVHqtJfTJek2oD6/inv0bZ2NI8rYXD3gZ3WiC5Rvf96igUEB9D/Fkmr\n3FP4Je6w65HZuLYOXkhKXW2jgZLIXc+eSm3QPS+qHfGFszYkEdPs5OGo3CIr\njduJJMK0OdpclQ8P6mrISuWkxXlYCg5izeWMnsJs0AeVXjwW8lBpoHqqD2DT\nZQ8cSIY/LcGajR3dfm4bO0SrZHSBzissCyv65pNRPwQdY6pDcXuoz/FDowM4\nRToReEiNID8ugEFz1z19ZSMEseJhj0FXJIYKUXTXai5vQnNnweRO8zAyU1eh\nZWwIJVi9Kc/gPg/YD+acClpCa4ySla4S0Z2uwXygftltvJRdozRrnx7zBdN8\nojT2We0KVQti9FH+CkjST0to4FBbGv45KG0vbgJ+FHrwu0fZ56vqpww7nsrs\nTgAElYrY8X7MwfIk8zHiE3bFd9ukGOvITmlElvAMga8DI4C/NBRyewlW7J6F\nCvUhWGuTj7Vx+6gl5b/67VQkwbYD4JTadejgmB4ZQ5L09ZKBt3iqRleIhUha\n8bMgQYgCafgRDS0t+HzMIN8+9GxDVFm+/rCoC9wKR42Nbnf6qyc4iQdYQI0z\nNMFDjtY4sJvPQXGCOiJfWxvISLgcWge5zELFu6MqTT7nqb1fHaWAJbchUsbF\n7zvN\r\n=1etC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^1.19.1","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.3_1585857917879_0.15336399236665277","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"serializr","version":"2.0.4","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.4","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"1affc9e307b848c3e993dfce5cb57c2127446f65","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.4.tgz","fileCount":47,"integrity":"sha512-KmY+PqTfVUkBFVATCDgPD+aKREDCV06cCbAM5wl8+AGoWy49fbuNXUcr2ic6W0Na0FzLDhSAGEu0JNQ6MJAj+g==","signatures":[{"sig":"MEQCIBrIQIUis9D2Z7HH6qxhDr2UA09NOQqbx8vKwSJyKOM1AiAajr7zNCHeFApnHLrGLtkJMj0KiYwOYAU+whsxiKdRfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":600310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2nISCRA9TVsSAnZWagAAtEMP/3KLXP6VxvEX3RtiXkOg\npO7SGU5PTZfaqovpGtUh+YrnDSb2GlK36CbEryVcgQYZBERQw776kQMybjUF\ntkziAiVOO6IjmJPIGI2eeqsAaaN56+oVxTD6ZJ1JkbfsooDZl6K06SdixGOl\nNqwM0IpYK/AxhhN1e/7DVzxa5nSrrpr3hqBRyOMmdFd9bmOwcU1YepH/YeJ2\nVyKd/YDRON5M+QBWYrgfvbgkviXnrllgVw9mAQZIMe8+DA9XOXHGEmVZVjnD\n2MY6fbTNinJSVqvEl6/UjOxkbUcgydZYb2GstcOL1kjG/vShljY026L21L4s\nLrrtuFM6rHMyqrSIpg0YQvlsMkiMKq9edG8HoGNxGZgBCX2zrzjX1fIikCgi\n1r3WvZt6ZXVrOhAGkA6/RSN0jF+INHayNj4op5Mofu0rbfxfhuAcs4lGGNsf\naYevLR0on7rdbrZaGjY4AOPCit1hIRdxUyoFl2kcESKkeQ9fKdipAfYhDLJf\ngFC8gpaheGD7ye4pG8c90nL9F/sDY5TP5P1hItyJd4rRb5lF/i7PwYtTOUZ5\nmn0jZMaMTQv8YhGIdmn/1ObiBwGMevXLaAl1/yd+Eabgf3sdISItNk4JT+Sp\ncwaZcUgPiWlR8aC1hHfGDY6qxrj4CIeL0K9cBN++833f0BGrtmSSs8UlIbKH\nyyrf\r\n=EAKy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.js","module":"lib/es/serializr.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^1.1.2","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"^0.17.0-3","prettier":"^2.0.4","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^3.3.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^5.2.0","@rollup/plugin-commonjs":"^11.0.2","rollup-plugin-typescript2":"^0.25.3","@rollup/plugin-node-resolve":"^7.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.4_1608151569519_0.34708233881634487","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"serializr","version":"2.0.5","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@2.0.5","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"6f1e0d0c9cb95d177e1d41726f0e5cb28292483f","tarball":"https://registry.npmjs.org/serializr/-/serializr-2.0.5.tgz","fileCount":46,"integrity":"sha512-tT+S+APvbkXjs+l7E6xEgLhMrfq0DmhoCucB79j9FI781deDndjTEZknzEyzMKeETGyqL0kQprvEMCiCTMUGFQ==","signatures":[{"sig":"MEQCIH37A90osaC7BVZs+lEcB6OW7gVuJZ/vIL0GLpJ6/My4AiBtnohKUSjns5VcF5mBNmxGnGrwfug6EC9gtsEG/EQ6nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":358539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2qKrCRA9TVsSAnZWagAA6qYP/0EpF0+4DYNez/oZNWFd\nfY9/NuYOS8Z2cHF0UcOapWjoNMzxCCBhX17XTRiPLJCjJ0GuVfmjpjFoFN72\nopaQTq7whsNWE4ikQtpHEtDV6Iu3RoMivXiGXShTETHzTCjK7jTd2BrUTFYx\naaiKlsLXx+kdMn3S4TZKW6PvrddQxy7GZGZKgJ4fWawVKZ7tiZXFTzis6BVg\n+I9Btl72eUD3csS1z1uoK5squfF3xEZMQFsbRR6ysHVSdl1Ap6fVZ5QYtWrD\n0KnwTQwAIOxowltCLjP5EYPn7X+t526WZYvWi3EVgK5vOc6WICJY3woZ9GPe\nESwyWt8SKvHK7IrDEXmOCXo1fhEjX0tsxXDxOzddFqlvHlEDIZx2qe+uxnH3\nU7lWkhAX6rM4zTEx8JR+7iiFlzPSTlOQ0qhn3QfnK/PRH75nCW/fjrcnMtHJ\ng9tPRIo10Fc8oy1uvZ/V/2X9cZOE2rpe6MwjvV7ticowAPjO4wWhbM8xYEll\n8PT1MYxhoRIW6tyuaqrej4hnNlfpBpXC4z/GbV7qCwZ1hGZdrb8nJZxxyWXc\nsMpRyZ1Gwm1wuHeyPjOZ5HGBjFV2383PnYBd7leGoJ4JmVsOz96xc63d3VTE\nbC9GAuKc2Aua8//F3V91+dZR1OJbF0OwxKmscYb7Hbt+4PDA6wD1xBoELAvN\nCCMC\r\n=WpJi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.umd.js","module":"lib/serializr.es.js","scripts":{"lint":"eslint src","test":"nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"nodemon -w gendoc.tsx -w src -e ts,tsx,md -x ts-node --transpile-only --project gendoc.tsconfig.json ./gendoc.tsx","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"https://github.com/mobxjs/serializr.git","type":"git"},"description":"Serialize and deserialize complex object graphs to JSON","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Michel Weststrate\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","mobx":"^2.4.1 || ^3.0.0 || ^4.0.0 || ^5.0.0","tape":"^4.9.2","react":"^16.12.0","eslint":"^5.13.0","rimraf":"^3.0.1","rollup":"^2.35.1","nodemon":"^2.0.2","ts-node":"^8.6.2","typedoc":"0.17.0-3","prettier":"^2.0.4","turndown":"^5.0.3","unescape":"^1.0.1","coveralls":"^3.0.2","react-dom":"^16.12.0","@babel/cli":"^7.2.3","typescript":"^4.1.3","@types/tape":"^4.2.33","@types/react":"^16.9.19","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","react-markdown":"^4.3.1","@types/react-dom":"^16.9.5","@babel/preset-env":"^7.3.1","turndown-plugin-gfm":"^1.0.2","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-typescript":"^8.1.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_2.0.5_1608164010760_0.672300736010669","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"serializr","version":"3.0.1","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@3.0.1","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"8005dfbbcda331e704a150d02ad4b3ae9f6788fd","tarball":"https://registry.npmjs.org/serializr/-/serializr-3.0.1.tgz","fileCount":41,"integrity":"sha512-bSKCeXhObsq25bvUaW5ZgMBXkWESi37ZgggKiHocYTheYGx7QhlwVaH/M1ZyYLTXNV70ZUqCbYCyoP4QGXLZFA==","signatures":[{"sig":"MEUCIQDOCVIZvRe8XDNksBjSEWpW9vGYpPr5TsPnnPx3ih+SCwIgXF4TsGB1Ns4gTcCPIhUgrxknWZptnBFd+4ZrU+xf6pQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTqdkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogaA//ZlKJYZkfA9JaVS0C5LSD48VDm5lQ6DE0mUx4VM9YV15N+gg7\r\nmiBVluDFN3waEpGFGdBUoJs/myuREZliMyU6u5OAF7wfcx8idX5pilC74FCr\r\nbZwHIqRkjUrFRfiyZT4Yp2EIRfjiK3nf+lcZiAFUKRd80lk96fdhOKxc3s02\r\n0RBblI8i8iNZjXUCvXxjQAy9PA1MHoMOx5zhVD+qOh+X1al2GvdxjOHt/ebw\r\n1ls+3hzXWXrZASBTFZHEaBnO0lOGsxFc1ElN2f3e+E058vy3bMJEPczGshOq\r\n3lbSYWfVpqoDnYDiaCkAzpkAG7cQK/TW2z0yCAKioIMZ2n8eRENjUmqc6J4C\r\nzqiexDZjnHMCO3YmhgtyXinKJ/Pg6yUg+k8n3DVwfpO6hdzYuX/Xyh2F9Hn4\r\nJPIaRk2+yXBd+BT17lmU9CC6ZfCFKtUDHLH/yrYMQSuPhsf+wE5QLqn9QjCf\r\n+rkzObdDLnmZe3lY/uAc7GdSN8uD8GUYceRLoGdtm8C5gI1MMza1JYz/xbrN\r\n7xACkQCTi8Wn7GAQJIoDh9S6TM3JmxPiVnd0rABrMtmDz426atgFDTHKkZVA\r\nlX2vLh8SrCTTP1Z6cv2QDK5FmnDBvJntRs8RoXRE8sRq3FUEPxxVBvsNAv0R\r\nPUVzzPDfUsBmQa00A5TrmHcc6XQYUxjRPfg=\r\n=OVlh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.umd.js","module":"lib/serializr.es.js","gitHead":"a50c1795ae6540440a468cf18487c53e94a440bc","scripts":{"lint":"eslint src --ext .ts","test":"yarn build-test && nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"typedoc","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"typedoc --watch","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js test/babel/mobx-babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"8.15.1","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"18.2.0","_hasShrinkwrap":false,"packageManager":"yarn@3.2.2","devDependencies":{"nyc":"^15.0.0","mobx":"^6.6.1","tape":"^4.9.2","tslib":"^2.4.0","eslint":"^8.21.0","rimraf":"^3.0.1","rollup":"^2.77.3","nodemon":"^2.0.2","typedoc":"0.23.10","prettier":"^2.0.4","unescape":"^1.0.1","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^4.1.3","@babel/core":"^7.18.10","@types/tape":"^4.2.33","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-typescript":"^8.1.0","@typescript-eslint/parser":"^5.33.0","@typescript-eslint/eslint-plugin":"^5.33.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_3.0.1_1666099043946_0.9993364801872562","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"serializr","version":"3.0.2","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@3.0.2","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"2092ad21cffbc3f27e2edcc251a0ff2cad962d0a","tarball":"https://registry.npmjs.org/serializr/-/serializr-3.0.2.tgz","fileCount":127,"integrity":"sha512-bCACTuCiAEjtk1NxkATc3yz2j/8OoaWYxRkC4D5yq0ikZeLO7KLmmI/owmvJ/N4vS9SX4fZTXgSmsNzWtxDJ/Q==","signatures":[{"sig":"MEUCIB0/CMDnETqIzdEEOnwnvZWTx8XNM8nzYIdeShhxlQTlAiEAjSch/Y1+y9YbbKBy+MIDUGi1mp9j4Ei7Rc6MCHjU25Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":551626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlmDQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp99xAAkwJTZ8JDaIT1uHqUecoq9CjWd9cVvrzpicgLhY92oIlaQf9k\r\nNmt6CY14JJyu85oeZ8F5uEx1Bs6zrT2/KDDmHZKK6GbjLPtDkiM7Zp22G2Q+\r\nnpGVZG5+3UiqFKJ93gDghzhRaRv40yAHh09vYc54aCyV6DLfYfhJ3LH7hDIX\r\nwQeAp/brbq50YkQkhMQebqVJ82mxpz3jx1f4B5m3hJJ3UclbOetyLHWmkdV+\r\n56RFHxzyXPRvk0u3Ue1VCMcWCzwHF0zqJjGh0DQJvCdGkpETStGiFXbTtByZ\r\nvPY4imZdPaff8cUhJ0Lm3I7ENPu47jptmfcvBvT7oN13xToFa4rZJJI8L/U1\r\nzmfDuPmhKZchUbt6khmcLV8XUJC4a2aNZLkuzjt+rJ/MUN9BAu7CaojwOd6U\r\nSEYxuTGdNU/BisI0uyq2nB4kj4czyBUBaSSLGNsKn0bpV7yuqtY4tywl7Qzk\r\nnmwP1Bb4jPWDl2vmXByP4X14xp3L6JgS+xCUtjK7IJOIl+O2CFP9cpe3O6KT\r\nwAnN5DEu1MMJs9dG70xlramlXDRc9avas0SYElsoSLCAUyKRCiVjgLU8FPVo\r\nuf6CGFc9o1rYIs48z89No8Z9kja8saskezhPUD8wT9q9xdAMYP36x5N3zH0n\r\nDLgLS2iev3R+pLQNehyXnoMTjy8MeDaiGWU=\r\n=aSeH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/serializr.umd.js","module":"lib/serializr.es.js","gitHead":"f62365ccc68e492336d8d5ba1d48c7786fcb9bee","scripts":{"lint":"eslint src --ext .ts","test":"yarn build-test && nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"typedoc","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"typedoc --watch","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js test/babel/mobx-babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"narida","email":"adrianleonhard@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"8.7.0","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"17.9.0","_hasShrinkwrap":false,"packageManager":"yarn@3.2.2","devDependencies":{"nyc":"^15.0.0","mobx":"^6.6.1","tape":"^4.9.2","tslib":"^2.4.0","eslint":"^8.21.0","rimraf":"^3.0.1","rollup":"^2.77.3","nodemon":"^2.0.2","typedoc":"0.23.10","prettier":"^2.0.4","unescape":"^1.0.1","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^4.1.3","@babel/core":"^7.18.10","@types/tape":"^4.2.33","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-typescript":"^8.1.0","@typescript-eslint/parser":"^5.33.0","@typescript-eslint/eslint-plugin":"^5.33.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_3.0.2_1670799568097_0.3099030190767258","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"serializr","version":"3.0.3","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@3.0.3","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"03556fb4c6a5bdc78e91be6fb42dea2d58187b73","tarball":"https://registry.npmjs.org/serializr/-/serializr-3.0.3.tgz","fileCount":71,"integrity":"sha512-Be5bpqNfLqD107XksBHCeCtupZdqBRutAH++YJod2EL1Zqti/rEdEYtxKpGwUzuw5DOBrfqHrFrgM96xU2Oc7Q==","signatures":[{"sig":"MEQCIB+3OyU1bfgTrJ7Of9rbe5LaYePhbcs7LIAtKMpPai9YAiAPsyeMQbWMQjHYosIF9d3R5Zv1vsWxAZse8Upc3HmHhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457303},"main":"lib/serializr.umd.js","module":"lib/serializr.es.js","gitHead":"fb544bb8cbd4a0cd174b613045d08c6dc366bd1d","scripts":{"lint":"eslint src --ext .ts","test":"yarn build-test && nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"typedoc","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"typedoc --watch","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js test/babel/mobx-babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"mweststrate","email":"mweststrate@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"10.7.0","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"packageManager":"yarn@3.2.2","devDependencies":{"nyc":"^15.0.0","mobx":"^6.6.1","tape":"^4.9.2","tslib":"^2.4.0","eslint":"^8.21.0","rimraf":"^3.0.1","rollup":"^2.77.3","nodemon":"^2.0.2","typedoc":"0.23.10","prettier":"^2.0.4","unescape":"^1.0.1","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^4.1.3","@babel/core":"^7.18.10","@types/tape":"^4.2.33","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-typescript":"^8.1.0","@typescript-eslint/parser":"^5.33.0","@typescript-eslint/eslint-plugin":"^5.33.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_3.0.3_1728934454301_0.29786640255499397","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"serializr","version":"3.0.4","keywords":["serialize","deserialize","graph","json","mobx"],"author":{"name":"Michel Weststrate"},"license":"MIT","_id":"serializr@3.0.4","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},{"name":"monesidn","email":"monesidn@gmail.com"}],"homepage":"https://github.com/mobxjs/serializr#readme","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"dist":{"shasum":"e8d9f96c37c2871e32b023ee2e20a6236ce3fbd3","tarball":"https://registry.npmjs.org/serializr/-/serializr-3.0.4.tgz","fileCount":71,"integrity":"sha512-c7eDG9G4GM1lU48zud3n7adtlRXGNBnIee/E+cNVVMO42eIWJAjBFhXXx8IjD4yd5GYdXMMrPlDcMBBA2+hY9w==","signatures":[{"sig":"MEYCIQDYJR9xFa/xlDYKNwQh7aozt2+Vn1UIElIVxfhpxQ2thQIhAMMnDz9/C3hFETkbEK4PvSd1gPemntu0cQ6T8SVLJQ55","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458890},"main":"lib/serializr.umd.js","module":"lib/serializr.es.js","gitHead":"a2448d0228e41bac891c1bd877fd4346393247f2","scripts":{"lint":"eslint src --ext .ts","test":"yarn build-test && nyc --reporter lcov tape test/*.js","build":"rollup --config","clean":"rimraf lib test/typescript/ts.js test/babel/babel-compiled.js","prepare":"yarn run build && yarn run build-docs","prettier":"prettier --write {src,test}/**/*.{ts,js}","build-docs":"typedoc","build-test":"yarn run build-test-babel && yarn run build-test-ts","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"typedoc --watch","postversion":"git push && git push --tags","build-test-ts":"tsc -p test/typescript","build-test-babel":"babel test/babel/babel.js test/babel/mobx-babel.js -o test/babel/babel-compiled.js"},"typings":"lib/serializr.d.ts","_npmUser":{"name":"monesidn","email":"monesidn@gmail.com"},"repository":{"url":"git+https://github.com/mobxjs/serializr.git","type":"git"},"_npmVersion":"10.8.1","description":"Serialize and deserialize complex object graphs to JSON","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"packageManager":"yarn@3.2.2","devDependencies":{"nyc":"^15.0.0","mobx":"^6.6.1","tape":"^4.9.2","tslib":"^2.4.0","eslint":"^8.21.0","rimraf":"^3.0.1","rollup":"^2.77.3","nodemon":"^2.0.2","typedoc":"0.23.10","prettier":"^2.0.4","unescape":"^1.0.1","coveralls":"^3.0.2","@babel/cli":"^7.2.3","typescript":"^4.1.3","@babel/core":"^7.18.10","@types/tape":"^4.2.33","babel-eslint":"^10.0.1","lodash.merge":"^4.6.0","documentation":"^12.1.4","@babel/preset-env":"^7.3.1","eslint-plugin-import":"^2.16.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-typescript":"^8.1.0","@typescript-eslint/parser":"^5.33.0","@typescript-eslint/eslint-plugin":"^5.33.0","@babel/plugin-proposal-decorators":"^7.3.0","@babel/plugin-proposal-class-properties":"^7.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serializr_3.0.4_1744647839001_0.9297826745915159","host":"s3://npm-registry-packages-npm-production"}},"3.0.5":{"name":"serializr","version":"3.0.5","description":"Serialize and deserialize complex object graphs to JSON","main":"lib/serializr.umd.js","module":"lib/serializr.es.js","typings":"lib/serializr.d.ts","scripts":{"test":"jest --coverage","lint":"eslint src --ext .ts","prepare":"yarn run build && yarn run build-docs","build":"rollup --config","build-docs":"typedoc","prettier":"prettier --write {src,test}/**/*.{ts,js}","clean":"rimraf lib coverage docs","postversion":"git push && git push --tags","preversion":"yarn build && yarn build-test && yarn test && git diff --exit-code","watch-docs":"typedoc --watch"},"nyc":{"all":true,"include":["src/**/*","lib/**/*"]},"keywords":["serialize","deserialize","graph","json","mobx"],"repository":{"type":"git","url":"git+https://github.com/mobxjs/serializr.git"},"author":{"name":"Michel Weststrate"},"license":"MIT","bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"devDependencies":{"@babel/cli":"^7.27.0","@babel/core":"^7.26.10","@babel/plugin-proposal-decorators":"^7.25.9","@babel/preset-env":"^7.26.9","@babel/preset-typescript":"^7.27.0","@rollup/plugin-typescript":"^8.1.0","@types/jest":"^29.5.14","@typescript-eslint/eslint-plugin":"^5.33.0","@typescript-eslint/parser":"^5.33.0","babel-eslint":"^10.0.1","coveralls":"^3.0.2","eslint":"^8.21.0","eslint-plugin-import":"^2.16.0","jest":"^29.7.0","lodash.merge":"^4.6.0","mobx":"^6.6.1","prettier":"^2.0.4","rimraf":"^3.0.1","rollup":"^2.77.3","rollup-plugin-terser":"^7.0.2","ts-jest":"^29.3.2","tslib":"^2.8.1","typedoc":"^0.28.2","typescript":"^5.8.3","unescape":"^1.0.1"},"packageManager":"yarn@3.2.2","_id":"serializr@3.0.5","gitHead":"65c973873cae1917603cd1d020f7c237ccc25c73","homepage":"https://github.com/mobxjs/serializr#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-LURwbNKR/IlqMuYudH43dFVry8fGHoV73UNvegTWlRv92X4OxODPdzMpSdnkTK55fmbUmlxC0vXu7OrZN/x2bw==","shasum":"0b3380ca62b01901befe2b381a4368d588f6aff1","tarball":"https://registry.npmjs.org/serializr/-/serializr-3.0.5.tgz","fileCount":71,"unpackedSize":489510,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAwEie51R4wr+jlmV7jQ/VfPGigyUulWMpfaWqZ1DPaCAiBuC+GwOWfkdVnuoc2VqEBc1c0pAtcVBMzy88lH+iMgAA=="}]},"_npmUser":{"name":"monesidn","email":"monesidn@gmail.com"},"directories":{},"maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},{"name":"monesidn","email":"monesidn@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/serializr_3.0.5_1745655915190_0.7992931458613481"},"_hasShrinkwrap":false}},"time":{"created":"2016-06-15T17:28:55.956Z","modified":"2025-04-26T08:25:15.948Z","0.0.1":"2016-06-15T17:28:55.956Z","0.0.2":"2016-07-20T06:39:19.482Z","0.0.3":"2016-07-30T19:31:30.282Z","1.0.0":"2016-08-02T17:35:49.437Z","1.1.0":"2016-08-04T18:25:01.370Z","1.1.1":"2016-08-08T16:01:13.148Z","1.1.2":"2016-08-08T20:01:11.102Z","1.1.3":"2016-08-08T20:05:10.962Z","1.1.4":"2016-08-11T17:40:42.578Z","1.1.5":"2016-08-12T14:06:31.734Z","1.1.6":"2016-08-18T19:12:11.623Z","1.1.7":"2016-09-02T14:25:33.641Z","1.1.8":"2016-11-01T06:37:52.922Z","1.1.9":"2017-01-09T19:05:20.930Z","1.1.10":"2017-03-02T10:06:51.607Z","1.1.11":"2017-03-27T10:03:32.609Z","1.1.12":"2017-06-13T11:36:11.731Z","1.1.13":"2017-09-26T17:50:42.423Z","1.1.14":"2017-10-25T13:43:00.154Z","1.2.0":"2018-04-20T18:13:34.154Z","1.3.0":"2018-07-23T13:40:26.044Z","1.4.1":"2019-01-23T22:00:47.994Z","1.5.0":"2019-02-22T11:40:46.396Z","1.5.1":"2019-03-09T19:46:30.991Z","1.5.2":"2019-09-24T09:56:17.511Z","1.5.3":"2019-10-10T20:51:37.279Z","1.5.4":"2019-12-17T06:29:21.271Z","2.0.0-beta1":"2020-02-10T18:43:19.928Z","2.0.0-beta2":"2020-02-13T07:25:04.401Z","2.0.0":"2020-03-01T10:25:51.734Z","2.0.1":"2020-03-29T18:36:51.607Z","2.0.2":"2020-03-29T19:02:36.359Z","2.0.3":"2020-04-02T20:05:18.072Z","2.0.4":"2020-12-16T20:46:09.721Z","2.0.5":"2020-12-17T00:13:30.874Z","3.0.1":"2022-10-18T13:17:24.108Z","3.0.2":"2022-12-11T22:59:28.296Z","3.0.3":"2024-10-14T19:34:14.542Z","3.0.4":"2025-04-14T16:23:59.174Z","3.0.5":"2025-04-26T08:25:15.427Z"},"bugs":{"url":"https://github.com/mobxjs/serializr/issues"},"author":{"name":"Michel Weststrate"},"license":"MIT","homepage":"https://github.com/mobxjs/serializr#readme","keywords":["serialize","deserialize","graph","json","mobx"],"repository":{"type":"git","url":"git+https://github.com/mobxjs/serializr.git"},"description":"Serialize and deserialize complex object graphs to JSON","maintainers":[{"name":"mweststrate","email":"mweststrate@gmail.com"},{"name":"narida","email":"adrianleonhard@gmail.com"},{"name":"alexggordon","email":"alex.gordon90@gmail.com"},{"name":"jrnx","email":"joerg.rose@nexyr.com"},{"name":"pyrogenic","email":"abottomlesspit@gmail.com"},{"name":"monesidn","email":"monesidn@gmail.com"}],"readme":"# Serializr\n\n_Serialize and deserialize complex object graphs to JSON_\n\n[![Build Status](https://travis-ci.org/mobxjs/serializr.svg?branch=master)](https://travis-ci.org/mobxjs/serializr)\n[![Coverage Status](https://coveralls.io/repos/github/mobxjs/serializr/badge.svg?branch=master)](https://coveralls.io/github/mobxjs/serializr?branch=master)\n[![Join the chat at https://gitter.im/mobxjs/serializr](https://badges.gitter.im/mobxjs/serializr.svg)](https://gitter.im/mobxjs/serializr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![NPM](https://img.shields.io/npm/v/serializr)](https://www.npmjs.com/package/serializr)\n\n_Serializr is feature complete, and easily extendable. Since there are no active maintainers the project is frozen feature wise. Bug reports and well designed pull requests are welcome and will be addressed._\n\nWant to maintain a small open source project or having great ideas for this project? We are looking for maintainers, so [apply](https://github.com/mobxjs/serializr/issues/46)!\n\n# Api Documentation\n\nThe auto-generated documentation for the APIs is published using gitpages at:\nhttps://mobxjs.github.io/serializr/\n\n# Introduction\n\nSerializr is a utility library that helps converting json structures into complex object graphs and the other way around.\nFor a quick overview, read the [introduction blog post](https://medium.com/@mweststrate/introducing-serializr-serializing-and-deserializing-object-graphs-with-ease-8833c3fcea02#.ha9s8hkjk)\n\nFeatures:\n\n-   (De)serialize objects created with a constructor / class\n-   (De)serialize primitive values\n-   (De)serialize nested objects, maps and arrays\n-   Resolve references asynchronously (during deserialization)\n-   Supports inheritance\n-   Works on any ES5 environment (if ES3 is needed file a feature request)\n-   Convenience decorators for ESNext / Typescript\n-   Ships with typescript / flow typings\n-   Generic solution that works well with for example MobX out of the box\n\nNon-features:\n\n-   Serializr is not an ORM or data management library. It doesn't manage object instances, provided api's like fetch, search etc. If you are building such a thing though, serializr might definitely take care of the serialization part for you :-).\n-   Serializr is not a MobX specific (de)serialization mechanism, it is generic and should fit work with any type of model objects\n\n# Installation\n\nFrom npm: `npm install serializr --save`\n\nFrom CDN: <https://unpkg.com/serializr> which declares the global `serializr` object.\n\n# Quick example:\n\n```javascript\nimport {\n    createModelSchema,\n    primitive,\n    reference,\n    list,\n    object,\n    identifier,\n    serialize,\n    deserialize,\n} from \"serializr\";\n\n// Example model classes\nclass User {\n    uuid = Math.floor(Math.random() * 10000);\n    displayName = \"John Doe\";\n}\n\nclass Message {\n    message = \"Test\";\n    author = null;\n    comments = [];\n}\n\nfunction fetchUserSomewhere(uuid) {\n    // Lets pretend to actually fetch a user; but not.\n    // In a real app this might be a database query\n    const user = new User();\n    user.uuid = uuid;\n    user.displayName = `John Doe ${uuid}`;\n    return user;\n}\n\nfunction findUserById(uuid, callback, context) {\n    // This is a lookup function\n    // uuid is the identifier being resolved\n    // callback is a node style callback function to be invoked with the found object (as second arg) or an error (first arg)\n    // context is an object detailing the execution context of the serializer now\n    callback(null, fetchUserSomewhere(uuid));\n}\n\n// Create model schemas\ncreateModelSchema(Message, {\n    message: primitive(),\n    author: reference(User, findUserById),\n    comments: list(object(Message)),\n});\n\ncreateModelSchema(User, {\n    uuid: identifier(),\n    displayName: primitive(),\n});\n\n// can now deserialize and serialize!\nconst message = deserialize(Message, {\n    message: \"Hello world\",\n    author: 17,\n    comments: [\n        {\n            message: \"Welcome!\",\n            author: 23,\n        },\n    ],\n});\n\nconst json = serialize(message);\n\nconsole.dir(message, { colors: true, depth: 10 });\n```\n\n## Using decorators (optional)\n\nWith decorators (TypeScript or ESNext) building model schemas is even more trivial:\n\n```javascript\nimport {\n    createModelSchema,\n    primitive,\n    reference,\n    list,\n    object,\n    identifier,\n    serialize,\n    deserialize,\n    getDefaultModelSchema,\n    serializable,\n} from \"serializr\";\n\nclass User {\n    @serializable(identifier())\n    uuid = Math.random();\n\n    @serializable\n    displayName = \"John Doe\";\n}\n\nclass Message {\n    @serializable\n    message = \"Test\";\n\n    @serializable(object(User))\n    author = null;\n\n    // Self referencing decorators work in Babel 5.x and Typescript. See below for more.\n    @serializable(list(object(Message)))\n    comments = [];\n}\n\n// You can now deserialize and serialize!\nconst message = deserialize(Message, {\n    message: \"Hello world\",\n    author: { uuid: 1, displayName: \"Alice\" },\n    comments: [\n        {\n            message: \"Welcome!\",\n            author: { uuid: 1, displayName: \"Bob\" },\n        },\n    ],\n});\n\nconsole.dir(message, { colors: true, depth: 10 });\n\n// We can call serialize without the first argument here\n//because the schema can be inferred from the decorated classes\n\nconst json = serialize(message);\n```\n\n**Decorator: Caveats**\n\nBabel 6.x does not allow decorators to self-reference during their creation, so the above code would not work for the Message class. Instead write:\n\n```javascript\nclass Message {\n    @serializable message = \"Test\";\n\n    @serializable(object(User))\n    author = null;\n\n    comments = [];\n\n    constructor() {\n        getDefaultModelSchema(Message).props[\"comments\"] = list(object(Message));\n    }\n}\n```\n\n## Enabling decorators (optional)\n\n**TypeScript**\n\nEnable the compiler option `experimentalDecorators` in `tsconfig.json` or pass it as flag `--experimentalDecorators` to the compiler.\n\n**Babel 7.x:**\n\nInstall support for decorators: `npm i --save-dev @babel/plugin-proposal-class-properties @babel/plugin-proposal-decorators`. And enable it in your `.babelrc` file:\n\n```json\n{\n    \"presets\": [\"@babel/preset-env\"],\n    \"plugins\": [\n        [\"@babel/plugin-proposal-decorators\", { \"legacy\": true }],\n        [\"@babel/plugin-proposal-class-properties\", { \"loose\": true }]\n    ]\n}\n```\n\n**Babel 6.x:**\n\nInstall support for decorators: `npm i --save-dev babel-plugin-transform-decorators-legacy`. And enable it in your `.babelrc` file:\n\n```json\n{\n    \"presets\": [\"es2015\", \"stage-1\"],\n    \"plugins\": [\"transform-decorators-legacy\"]\n}\n```\n\n**Babel 5.x**\n\n```json\n{\n    \"stage\": 1\n}\n```\n\nProbably you have more plugins and presets in your `.babelrc` already, note that the order is important and `transform-decorators-legacy` should come as first.\n\n# Concepts\n\nThe two most important functions exposed by serializr are `serialize(modelschema?, object) -> json tree` and `deserialize(modelschema, json tree) -> object graph`.\nWhat are those model schemas?\n\n## ModelSchema\n\nThe driving concept behind (de)serialization is a ModelSchema.\nIt describes how model object instances can be (de)serialize to json.\n\nA simple model schema looks like this:\n\n```javascript\nconst todoSchema = {\n    factory: (context) => new Todo(),\n    extends: ModelSchema,\n    props: {\n        modelfield: PropSchema,\n    },\n};\n```\n\nThe `factory` tells how to construct new instances during deserialization.\nThe optional `extends` property denotes that this model schema inherits its props from another model schema.\nThe props section describes how individual model properties are to be (de)serialized. Their names match the model field names.\nThe combination `fieldname: true` is simply a shorthand for `fieldname: primitive()`\n\nFor convenience, model schemas can be stored on the constructor function of a class.\nThis allows you to pass in a class reference wherever a model schema is required.\nSee the examples below.\n\n## PropSchema\n\nPropSchemas contain the strategy on how individual fields should be serialized.\nIt denotes whether a field is a primitive, list, whether it needs to be aliased, refers to other model objects etc.\nPropSchemas are composable. See the API section below for the details, but these are the built-in property schemas:\n\n-   `primitive()`: Serialize a field as primitive value\n-   `identifier()`: Serialize a field as primitive value, use it as identifier when serializing references (see `reference`)\n-   `date()`: Serializes dates (as epoch number)\n-   `alias(name, propSchema)`: Serializes a field under a different name\n-   `list(propSchema)`: Serializes an array based collection\n-   `map(propSchema)`: Serializes an Map or string key based collection\n-   `mapAsArray(propSchema, keyPropertyName)`: Serializes a map to an array of elements\n-   `object(modelSchema)`: Serializes an child model element\n-   `reference(modelSchema, lookupFunction?)`: Serializes a reference to another model element\n-   `custom(serializeFunction, deserializeFunction)`: Create your own property serializer by providing two functions, one that converts modelValue to jsonValue, and one that does the inverse\n-   There is a special prop schema: `\"*\": true` that serializes all enumerable, non mentioned values as primitive\n\nIt is possible to define your own prop schemas. You can define your own propSchema by creating a function that returns an object with the following signature:\n\n```typescript\n{\n    serializer: (sourcePropertyValue: any) => jsonValue,\n    deserializer: (jsonValue: any, callback: (err, targetPropertyValue: any) => void, context?, currentPropertyValue?) => void\n}\n```\n\nFor inspiration, take a look at the source code of the existing ones on how they work, it is pretty straightforward.\n\n## Deserialization context\n\nThe context object is an advanced feature and can be used to obtain additional context-related information about the deserialization process.\n`context` is available as:\n\n1.  first argument of factory functions\n2.  third argument of the lookup callback of `ref` prop schema's (see below)\n3.  second argument of the `deserializer` of a custom propSchema\n\nWhen deserializing a model element / property, the following fields are available on the context object:\n\n-   `json`: Returns the complete current json object that is being deserialized\n-   `target`: The object currently being deserialized. This is the object that is returned from the factory function.\n-   `parentContext`: Returns the parent context of the current context. For example if a child element is being deserialized, the `context.target` refers to the current model object, and `context.parentContext.target` refers to the parent model object that owns the current model object.\n-   `args`: If custom arguments were passed to the `deserialize` / `update` function, they are available as `context.args`.\n\n## AdditionalPropArgs\n\nA PropSchema can be further parameterized using AdditionalPropArgs. Currently, they can be used to specify lifecycle functions. During deserialization they can be useful, e.g. in case you want to\n\n-   react to errors in the deserialization on a value level and retry with corrected value,\n-   remove invalid items e.g. in arrays or maps,\n-   react to changes in field names, e.g. due to schema migration (i.e. only one-directional changes that cannot be dealt with by alias operators).\n\nIt is possible to define those functions by passing them as additional property arguments to the propSchema during its creation.\n\n```javascript\nconst myHandler = {\n    beforeDeserialize: function (\n        callback,\n        jsonValue,\n        jsonParentValue,\n        propNameOrIndex,\n        context,\n        propDef\n    ) {\n        if (typeof jsonValue === \"string\") {\n            callback(null, jsonValue);\n        } else if (typeof jsonValue === \"number\") {\n            callback(null, jsonValue.toString());\n        } else {\n            callback(new Error(\"something went wrong before deserialization\"));\n        }\n    },\n    afterDeserialize: function (\n        callback,\n        error,\n        newValue,\n        jsonValue,\n        jsonParentValue,\n        propNameOrIndex,\n        context,\n        propDef\n    ) {\n        if (!error && newValue !== \"needs change\") {\n            callback(null, newValue);\n        } else if (!error && newValue === \"needs change\") {\n            callback(new Error(), \"changed value\");\n        } else {\n            callback(error);\n        }\n    },\n};\n\nclass MyData {\n    @serializable(primitive(myHandler))\n    mySimpleField;\n}\n```\n\nA more detailed example can be found in [test/typescript/ts.ts](test/typescript/ts.ts).\n\n# Inheritance\n\nWhen defining schemas or serializing Inheritance is automatically handled. When deserializing, to\ndeserialize into the right type based on a discriminator use the `@subSchema` decorator.\n\n```ts\nclass Todo {\n    @serializable\n    id: string;\n\n    @serializable\n    text: string;\n}\n\n@subSchema(\"picture\")\nclass PictureTodo extends Todo {\n    @serializable\n    pictureUrl: string;\n}\n\nconst ser = serialize(\n    Object.assign(new PictureTodo(), {\n        id: \"pic1\",\n        text: \"Lorem Ipsum\",\n        pictureUrl: \"foobar\",\n    })\n);\n// ser now holds an object like the following result\n// {\n//    id: \"pic1\",\n//    _type: \"picture\"\n//    text: \"Lorem Ipsum\",\n//    pictureUrl:\"foobar\",\n// }\nconst deser = deserialize(Todo, ser);\nconsole.log(deser instanceof PictureTodo); // true\n```\n\nSee https://mobxjs.github.io/serializr/functions/subSchema.html for more information.\n\n# Future ideas\n\n-   [ ] If MobX, optimize by leveraging createTransformer and transactions\n-   [ ] Support async serialization (future)\n-   [ ] Support ImmutableJS out of the box\n-   [ ] Make `\"*\": true` respect extends clauses\n","readmeFilename":"README.md","users":{"jk6":true,"eswat2":true,"rexpan":true,"zeroth007":true,"fagnerlima91":true}}