{"maintainers":[{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"},{"name":"anonymous","email":"yannbf@gmail.com"}],"keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"dist-tags":{"debug":"5.0.0-0","canary":"8.0.0--canary.106.377d63b.0","latest":"8.0.0"},"author":{"name":"ndelangen@me.com"},"description":"A library for teleporting rich data to another place.","readme":"# TeleJSON\n\nA library for teleporting rich data to another place.\n\n## Install\n\n```sh\nyarn add telejson\n```\n\n## What can it do, what can't it do:\n\n`JSON.parse` & `JSON.stringify` have limitation by design, because there are no data formats for things like\n\n- Date\n- Function\n- Class\n- Symbol\n- Error\n- etc.\n\nAlso JSON doesn't support cyclic data structures.\n\nThis library allows you to pass in data with all of the above properties.\nIt will transform the properties to something that's allowed by the JSON spec whilst stringifying,\nand then convert back to the cyclic data structure when parsing.\n\nWhen parsing, **class instances** will be given the Class's name again.\nThe prototype isn't copied over.\n\n**Functions** are supported, they are stringified and will be eval-ed when called.\nThis lazy eval is important for performance.\nThe eval happens via `eval()`\nFunctions are stripped of comments and whitespace.\n\n> Obviously calling the function will only really work as expected if the functions were pure the begin with.\n\n**Regular expressions** just work.\n\n**Symbol** will be re-created with the same string. (resulting in a similar, but different symbol)\n\n**Dates** are parsed back into actual Date objects.\n\n**DOM Events** are processed to extract the internal (hidden) properties, resulting in an object containing the same properties but not being an instance of the original class.\n\n## API\n\nYou have 2 choices:\n\n```js\nimport { stringify, parse } from 'telejson';\n\nconst Foo = function () {};\n\nconst root = {\n  date: new Date('2018'),\n  regex1: /foo/,\n  regex2: /foo/g,\n  regex2: new RegExp('foo', 'i'),\n  fn1: () => 'foo',\n  fn2: function fn2() {\n    return 'foo';\n  },\n  Foo: new Foo(),\n};\n\n// something cyclic\nroot.root = root;\n\nconst stringified = stringify(root);\nconst parsed = parse(stringified);\n```\n\nstringify and parse do not conform to the JSON.stringify or JSON.parse api.\nthey take an data object and a option object.\n\nOR you can use use the `replacer` and `reviver`:\n\n```js\nimport { replacer, reviver } from 'telejson';\nimport data from 'somewhere';\n\nconst stringified = JSON.stringify(data, replacer(), 2);\nconst parsed = JSON.parse(stringified, reviver(), 2);\n```\n\nnotice that both replacer and reviver need to be called! doing the following will NOT WORK:\n\n```\nconst stringified = JSON.stringify(data, replacer, 2);\nconst parsed = JSON.parse(stringified, reviver, 2);\n```\n\n## options\n\nYou either pass the options-object to `replacer` or as a second argument to `stringify`:\n\n```js\nreplacer({ maxDepth: 10 });\nstringify(date, { maxDepth: 10 });\n```\n\n### replacer\n\n`maxDepth`: controls how deep to keep stringifying. When max depth is reach,\nobjects will be replaced with `\"[Object]\"`, arrays will be replaced with `\"[Array(<length>)]\"`.\ndefault value is `10`\nThis option is really useful if your object is huge/complex, and you don't care about the deeply nested data.\n\n`space`: controls how to prettify the output string.\ndefault value is `undefined`, no white space is used.\nOnly relevant when using `stringify`.\n\n`allowFunction`: When set to false, functions will not be serialized. (default = true)\n\n`allowRegExp`: When set to false, regular expressions will not be serialized. (default = true)\n\n`allowError`: When set to false, error instances will not be serialized. (default = true)\n\n`allowDate`: When set to false, Date objects will not be serialized. (default = true)\n\n`allowUndefined`: When set to false, `undefined` will not be serialized. (default = true)\n\n`allowSymbol`: When set to false, Symbols will not be serialized. (default = true)\n\n## Requirements\n\n`telejson` depends on the collection type `Map`. If you support older browsers and devices which may not yet provide these natively (e.g. IE < 11) or which have non-compliant implementations (e.g. IE 11), consider including a global polyfill in your bundled application, such as `core-js` or `babel-polyfill`.\n\n## Contributing\n\nIf you have any suggestions, please open an issue.\n\nAll contributions are welcome!\n\n### run tests:\n\nfirst, build the package:\n\n```sh\nyarn build\n```\n\nthen run the tests:\n\n```sh\nyarn test\n```\n","repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"license":"MIT","versions":{"1.0.0":{"name":"telejson","version":"1.0.0","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@1.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"edc3850c8a196ed70e7c8420e4feb70a6dbc0514","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-1.0.0.tgz","fileCount":8,"integrity":"sha512-mtN0CQqrcji23xmFvpV8wRQmACGl31Qu/ZdR1ZTpaDlHTvK1jwnDkq4NiSvVc9kjFPTWT7q+Ou2ejCeC+Md+mw==","signatures":[{"sig":"MEQCIEhM1pQnwHRO5LoRvLhR/Fg9G2aVOpwmoVv51P7+ff1eAiBXeh+E/xISrGu/f2kpjgKyXphi/gvpkQKLFpjianYGGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzeg1CRA9TVsSAnZWagAA+XMQAJTW98EeFYqFsS9F5m3m\nyCUVEwBRDyma9y4UVlVAgywaeQ+w5YhtIIHK2RGBtFS7rM/CCijHidtgpdXw\nm0jVqFZ/P/mAsYkbPWrdMNQgNBlGqLimA7/oPDHnI0MDY2YznZBwJ4VcEhRk\nWalHDK0CcM6oVpts0BFPiKJAuxWvjiEFuzwY8Z0N30kp+XDcPX7VI+xm7BeC\nW6W7PcHvY09+HxgraVmYH0v2SWNJXNJaFGeYcaicjg7FFe4aRcbPyvsutdAS\nsbIOa+VFgrerfTPcQlHMOiEmble92azqYemMK+ujCcvPbmsa7EpMk58/Dg6K\ngfo2CUSO8xuuRp2zWxjBzr4Ip+V5qlbAXOs3cX1QbcAvkea1TSkIvMOKHNIE\n5wjOA+pzMhD97aar6V6w62yG2dM5gzK4mFih5a7NwBaf7sVjAXvpCYATuZc7\nHYniJiXUpmagtgqiiqJR3qgfVR4oR6scgAnLL3jse0nDe/241ShVU8jcRhah\nBL86QcZ5W16VD7Sih3OpaiS83rRz9JMUC7AxNJTS2QBZiOZfk5TjLG9brNOf\nGh7vLJsNKF7bZGRN8yEr7h4L361QXyYLuvXMeTsb/ubZuxhCMejSD4iGpXVC\nEI+MnN50TAfrUAuR7WPITN07OPRT3YwIotsnv/qlJoqxy5zZQbfZnXh+KZXI\nmEP/\r\n=ixQE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"201bc18b23e9cd653f6e7983b8b3a27b4be85101","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"5.6.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"jest":"^21.3.0-beta.15","global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","safe-eval":"^0.4.1","lodash.get":"^4.4.2","is-function":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@babel/cli":"^7.1.2","babel-core":"7.0.0-bridge.0","babel-jest":"^23.6.0","@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","regenerator-runtime":"^0.12.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_1.0.0_1540220980310_0.03549360114706457","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"1.0.1":{"name":"telejson","version":"1.0.1","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@1.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"1457985fce02f1f054b626b7fcdc53fa54191b94","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-1.0.1.tgz","fileCount":8,"integrity":"sha512-RGXIY/8Kj/xTtEOlqKBsq6eUXC9PbG09dheVsPuCSjiAvuxXzCP8sTVaSyNd+ZOOt/ivKyGLzrkG8fBvJ30f2A==","signatures":[{"sig":"MEUCIC6OR8cE4AncFzJ0Vq3xCXu4ZL3sWAF/HBmssqXmKSwmAiEAvKm9T6qfsbD/cmaMCYvnZd+IGlVWpOGV+/xRWw4I6dw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":208039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTj76CRA9TVsSAnZWagAAnYYP/irhSWTtzbtiFiH0AE28\nunv1Hj9D07fVk5NhCZGnwTci3IGQqZXCYMdnEWxexAT8ASBHvyTvmb/m6vwZ\nBnhzpFtiPcO/HyeEnIxYj7Uwu2EOlIbtLh9wB9KNKpOlGSGLE9T0S7jq3QxL\n30UK2VLcmLe2hnjPHhtuElSqgM5e2w9kXmDip2u4A0Tn6GYJgp20jKc87vM5\nRmRwl/y2ZRc6/L5J/OKg4CHEeaBpLD3YU9MTgBG+5x3FPNxeJcX5q9zH9oPw\nGUG7q3dgoitj38DSFNdajwB1+jDVt/y52TTEZlUzzZG6EzknfvJB1ITgqIXS\nQJO44iGgI5iCgR5YqjknoKaX12KeKhxNk0B0sz6W6op7riZIqKDdtFowzBWh\nMgpQNPtW/mno5cbh8HqigLMfKP3qe3KoRIPIL9Dchf81xYPlAz/4CFt1ilNg\nP0GxK45p8Uy2lyfs7yQRme7r4J1wbDf2TzXPuXy+zAtFkySPBbSnJyJf5Qa3\nuptEieRL/rJBcMxpcx42TlDTfqlxc/pzdQt0rIajwnmylMo4pWVGwq5+RWw0\nBNyQmTKRa/6G1uT+EwASHmEaXsGqhp9bmWBPmASONR/VtfpYRq3GUIUOA3jS\nZ3COEGgGKluQG7eYo3YkaGcVWnaF+od2Y872YMig5tEPS+8f9mENqBIhoKqB\nZUVf\r\n=akqP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"b3db691dc29af43d1d52d577f054c3bca9337536","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"5.6.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","safe-eval":"^0.4.1","lodash.get":"^4.4.2","is-function":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^21.3.0-beta.15","@babel/cli":"^7.1.2","babel-core":"7.0.0-bridge.0","babel-jest":"^23.6.0","@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","regenerator-runtime":"^0.12.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_1.0.1_1548631801932_0.14344818725436714","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.0.0":{"name":"telejson","version":"2.0.0","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"3bde0d8efc73b9410e51519e8f1e3952d51bafa3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.0.0.tgz","fileCount":8,"integrity":"sha512-NfJ8FLvYk7RiwBWw3QfsPz4kUK7lOFhL1KrtumlSnc9XAeD87T10ZrsfP3tbJdsPEPdwWA78x5VCEHtcs9foYQ==","signatures":[{"sig":"MEQCID79ksQ4EBCFLYiOXMS7inRJSofyaIdVmjIJj8Fj3YkKAiB5e055/anOjAh8aDrkeHXKJEQ2l6tnIF8HqlZNiHlKJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbyT7CRA9TVsSAnZWagAAbzsP/1pd6Zr0K8Re4HcQEl+h\nrI+6T0f3mGvWPjyeL+fZpEkzi1fs/eo45Sl153cRx5lH8bJThF6SsGWuKITL\nLdo4OJ2m5D62JrbxGZJQK0svyaaPJG7fKxslSGidN/bHZR2uBa48kmybEuF6\n9lzjOhS/HrJXWyCRJSc2E7rn7jNYmHnffLL2WfPajwYYGsDIQkYhLhEB4GLU\nvQBQ+wreJJBYOl7tWeUFJ5asQjsP5AMWdrH4G2aOa89XCF4kMKSXO+nW7IPU\n+ukFcwfNcPf4ER7IxfOgHSNkWkbWea+X7+WPxT5NsMitcJ7mnWt7jNZ9Llxc\nPoCx7HTG6BUtvkyiwsM9y1zOtu/UKuokcljf11RJ7mkkSuXZ+GMBDvTlAGm6\nmCvHTr8WZqejiehqh/wk1YmhVDh4dHjK2NFBkC7wEkmkTAArdh8zi1esHisk\nGAwBlZRQJHkRkMisGaoouSRe5eaPzpAYHkiF66tyXkcChvl8YMoppfffNi58\n5/zTSYZSu48hSyb6O8nfhkLn187WuDB8g+QsL3I59CtDdriB9gtmtJv1nZMu\nnAAjMjHRcyv3UwRGFDHPXlK/NkTJjBBCp1kLJmq49skKFPR53uZDjDL/sd63\nQrD2QbGXHtjy3FvqWbWk4DYq+4MX0Kok5Wf5sKcNdGDJLgoclGrp033Sj1CH\n39Md\r\n=oOZb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"5a5c632bdf04e438b32b3c5c2befad1a4a89b1ab","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"5.6.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","safe-eval":"^0.4.1","lodash.get":"^4.4.2","is-function":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^21.3.0-beta.15","@babel/cli":"^7.1.2","babel-core":"7.0.0-bridge.0","babel-jest":"^23.6.0","@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","regenerator-runtime":"^0.12.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.0.0_1550787834463_0.3895008040229402","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.1.0":{"name":"telejson","version":"2.1.0","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.1.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"cd362a695929ac6fccc0491827fe05f60d63fcc2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.1.0.tgz","fileCount":7,"integrity":"sha512-wLaH1Yu50xlfwLscqIvnAfBjMbILF6OWpMsHlK91dWyZJX3adxgt6YgRTRQiKHJr5INEx0oKSYOaOHfRqpdtzg==","signatures":[{"sig":"MEYCIQD7EUfnPlzEj45EfR+y3pUdx+raCgY2gbrvyLC4VGbAjAIhAOxGEUelzYhMV+3QeCyMvFzJl/9ZZKXt4jzzAf45CuOG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc++ACRA9TVsSAnZWagAAbI8P/2jil3kiswybNX1HOvce\nsScIfAXCu3hwGFRzKbC2RpMClIjgF+B46Rc8fMKjUBJGXvW2YU2vXk7fdKU0\nNQkf4HAPSv6UBXpnY6fRXk/ECKdGTrMmwX0KCOh4aEivRC5UrK7MRmxIyM6o\nqBjBXiVFEbp57Woi/B3Ak651skvhU/0aNJtDS+uh/CZXxLT8driPI6+Bc1vE\nbYJKokd6yeNuKe1SeIJFZY7RZykac/KWnYhMFuBw7OrHv7gokYty8l5LVt0V\nsoQp8iCTiGEC2NTNykJHKj4t5WoL9ieSqJID6REhjD+Q4BMWWFQgkFx46Fju\nGFPp1ZCVkRe0Ug1DDv5N/f9MfOcOkRcMUmLqtVx3jI88K/JhNsgqVbq0ZNJx\ndFVCE+UuRSqnc+/kaA9PvpoecdnPZlBJGLcuhBj1V/dgr9YjPVuf6sB812i4\n9DGE7C8FZJaq9uiDcXAKTFNGp+2X0ic6zl4tJeH8+bXTWJfeRRtGLpjufnPx\nydgd+2T/ZXFE1ll99AEqn7s3E23T2m33dDjDhOSrkaL9464bBr91t9FfD2lM\njZZcHwNt2lwGGDC0td7OeOZk2FZokF7R+QiJKRsoHwzbWDJR6vtONyvaj51a\nFDeb5YYelFvNPplfkmVVe2iEtyD7ntYARZSbf29z4Gh9w+VKOD7BOcFZzame\n57us\r\n=F8Bg\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"6b4e3b0c7d12d5ab6f1c10ec54aa92c9446c13bb","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.8.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","safe-eval":"^0.4.1","lodash.get":"^4.4.2","is-function":"^1.0.1","memoizerific":"^1.11.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^21.3.0-beta.15","@babel/cli":"^7.1.2","babel-core":"7.0.0-bridge.0","babel-jest":"^23.6.0","@babel/core":"^7.1.2","@babel/preset-env":"^7.1.0","regenerator-runtime":"^0.12.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.1.0_1551101823664_0.07304522029115845","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.1.1":{"name":"telejson","version":"2.1.1","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.1.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"cd8835ce90198c9341078dbe80849e39d1a2b73c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.1.1.tgz","fileCount":7,"integrity":"sha512-tc9Jdrhro4zzYgN6y5DNzCXIyIsWT7znGEfK7G4KMPF0X0tC2cVw2SPKnJObao/cxP7/FSnG8bJe0JD390My5g==","signatures":[{"sig":"MEYCIQC2yjkiPFDK/HjFyzPZDlzlwps/B6Wu5t5/mipndI2BxQIhAJtaMELGBn2bH6v66AZ8ntmTTY0ezDkASCCQqUFuZXiI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc//DCRA9TVsSAnZWagAAP2EP/2ifUH5l0MeSf4ZqGjxf\nfpiNUN6otebP94DZAt9b7bISy/P2eEJg6sWJxgkDc2iXBHLsZE8BRUWNrQ+C\nHtGAkv/UCx5J6pBaEUv5Bq8oPxz3yqt/yh1w5WVn1DW8q5u6080DHZjIgTzW\nXVcPkzSkAV1N682t1H8Mi0xMuiBw+KvMInV7EMtiWdfpR15lc8+139VKs5BO\nL/fWN7fHkfxGAhu0O09eOsEoLpoyfbSoiaefi4iv90Qweem7vmBttJKBozHg\n+HZyafqLGP2KeF+H3k0VRVHZqoy80hPqqkgJE0ZSKFdiIq6Xo3jXeY4tA9nA\nQVDq/Sy9zKCfxb7RG3eKSyVKi7kVKnLLx/d7e6qOK5FEKfMYJGUMtd0prxtq\nDiR8KmfD6ByvVISfiV91TDZ3pXcUDr0LFx91i96Zqtzdi1oSeIZ3rMGjrygP\nVv/OUGSk9AkCsOtH33E01fOoPpiZEdKZF7rRcCOVZ08ywq6VUnQ5iWx8IJUw\ndpo/wKTVF2/sIoz2c3k8WHjXHsnJvNBXXCOzsvnGsiFmEIGcpzuPOiX1p/yc\nQO16ehz2N1jgnubjhOoupJnenzIdrGcKZzOmnKFY5Pi7Hm5pQGH6/MN9CuqO\n5OVglkO4NQ2dNvLAqXB14FPx0dwP24czaB6eOQ1rjRPXRkqi5rrl136Kg5sx\nKvXn\r\n=+pO+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"39eddb9d9a48247d8a3cf21ae5fa0b0a192aa0e5","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.8.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","safe-eval":"^0.4.1","lodash.get":"^4.4.2","is-function":"^1.0.1","memoizerific":"^1.11.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","@babel/cli":"^7.2.3","babel-core":"7.0.0-bridge.0","babel-jest":"^24.1.0","@babel/core":"^7.3.3","@babel/preset-env":"^7.3.1","regenerator-runtime":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.1.1_1551105987273_0.7878578720516081","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.2.0":{"name":"telejson","version":"2.2.0","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.2.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"1d36f921ef78755c69b549f84c76fcbd7d16874a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.2.0.tgz","fileCount":8,"integrity":"sha512-0q/eqUlNy1IadiRYZp3CDen2pXzHuFENTbWGXAWVhOZecNRIJ7nZU9Y8zeT2VpqwltDamUJpgYaIumGfD5MBXA==","signatures":[{"sig":"MEQCIFpGIPyS+O8iStKZpZn73dVgNCWFLUTINoZSmd/T7jh7AiA8xqXwGAApGSaf6RlAfXzllhARziHcpegNTmR/Rwcd9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2pBVCRA9TVsSAnZWagAAxQIP/2KbRkjJ00f0GfBFzFMW\n0GPXQB074jmaiNa7M6+1DzSZZw7WLhttClkm4zdGx6gzgKil4AzZgR1AbqT4\nJSlZrzG64xhwtNXK4QRk4d8PpSGXNFXEPgjRwxidD9SozrEoqwtOXKNcpWvz\n6FdeaMHRpSNxGaU5MXD8MYjKQ+d9LyRChHqztS10a+qcff4yrMQvIPsGfeay\nM2Up4XGwFo4qeJmPZ9kGo4fp4U24eI6bm419kv2OqDLwhRH5kJ17YnQUTrHx\ny6JdIyap0oIx0BizxJNTnLy40kk61Drbzrho0A8yiVUVu4gQ19fnDzT4A5ix\nZgn3MRhbBYiZWiIWIgTNwSiPGrUFxxNAqRBPKzqENY28FCdtzHILGM+HwP3Y\nZB2nf7KTrqk3vRxkRuIlmPzcUZI3nLaKHZQ0rIyCJPTYW2b38aydFzuEBZO/\nGB0hBIeEylj/jHlcr7nw3otgwjTYpnPUWLEfG6rhCHwUX7cRLrbNRTMPXDVU\nLOHLPkdxBvGvIyLc+bZVIC1BUfhNUs0w5NFgSugKC+EJT4BLXgUoU9AQW+xp\nxCAiXkoo5HZXC5xvlELL/6j1dcSLOXxrWnJxsRJcnxihisA6HVwT1JbfHLDz\nyt8Ez3NOTHSo61GNYQB3hsjuVFnOCcijoVpirGvi9QrOErp35WNqwo3E0oQA\naXQT\r\n=PPCR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"8caa04174f5f8fa7370d524a2f08c9019807eb08","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","lodash.get":"^4.4.2","is-function":"^1.0.1","memoizerific":"^1.11.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","@babel/cli":"^7.2.3","babel-core":"7.0.0-bridge.0","babel-jest":"^24.1.0","@babel/core":"^7.3.3","@babel/preset-env":"^7.3.1","regenerator-runtime":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.2.0_1557827668557_0.803793252217454","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.2.1":{"name":"telejson","version":"2.2.1","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.2.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"d9ee7e7eba0c81d9378257342fde7142a03787e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.2.1.tgz","fileCount":8,"integrity":"sha512-JtFAnITek+Z9t+uQjVl4Fxur9Z3Bi3flytBLc3KZVXmMUHLXdtAxiP0g8IBkHvKn1kQIYZC57IG0jjGH1s64HQ==","signatures":[{"sig":"MEUCIAd2nzqBqDG8M9BI8ge5qWA3qBVcwt7beJgJpve0tB95AiEAv7H0Pfktb8v/6lKmIDnBFh1+FI2N/q53/LrH2bO1wm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2p6JCRA9TVsSAnZWagAAYsYP/3tofmZiKxslKlKn2mLS\nWriKGYCD2OTgKdeFvYffSGDViRHaKqUY1jU/RWl+T8JXEjosqPC+8hl0L2rh\nSE7nzO8v+BOh0Exg+QMr0UmXaqbtptUo5qtD8kNeNhkryGibFqftZBK3tvJL\nsX5A82DxPLVWIlvSSBBSNZVyuoMsMHZEB005ph9cAYV8/lZEZaOCImiwYeFm\nt/WQckkQSEmVF86W3l92HHHJUkACEOI4erpoZs6cHvZqgXnhSzPbvmHljW9b\nwBn+SAlCaf1PL/Z0aRCn/mIVW9M6mAXBgJ5KQltKy1RbDsS71V2HXCJeooV4\nC8fb5T30ctbE278y2IIQ3HnuHoLFMqC1GvONemZZ38IRO/5k5CdpTGKfQ25g\nFIpei2HQrQh4hB1T5l2M9olglNEnIN1O65iRduiXnhU9fBoquj/pv26795g4\nhz0dnJFjIZqt8Qxk3OjLL3tXlf00PEGMYml1EdOmZiqPJMLire+rEjQtj5fl\nfNxl9SPLLVDNPUDYeZbR+GqKWEMLc8pkYAKeyHXubKvfX+pMcTueIqQ4mnRY\nqDlOEFHJVPWMq/0UfRpD7XTtQqM6YkIY+9OS6EaOyi/MhsuC9Q1sVYX1I167\nsmCSoVytZYpdhTaYJgw+oqrVaomI9Up8C5rpGKeszNYJzcZSH/HVsJKJmfUs\ntyXg\r\n=5cmd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"1aac3c4ebbb102bebc9e5eeb48e6fa459fa90a9e","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"8.11.3","dependencies":{"global":"^4.3.2","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","lodash.get":"^4.4.2","is-function":"^1.0.1","memoizerific":"^1.11.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","@babel/cli":"^7.2.3","babel-core":"7.0.0-bridge.0","babel-jest":"^24.1.0","@babel/core":"^7.3.3","@babel/preset-env":"^7.3.1","regenerator-runtime":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.2.1_1557831305135_0.7341902403173544","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"2.2.2":{"name":"telejson","version":"2.2.2","keywords":["JSON","parse","stringify","cyclic","cyclical","function","date","regex"],"license":"MIT","_id":"telejson@2.2.2","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"d61d721d21849a6e4070d547aab302a9bd22c720","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-2.2.2.tgz","fileCount":7,"integrity":"sha512-YyNwnKY0ilabOwYgC/J754En1xOe5PBIUIw+C9e0+5HjVVcnQE5/gdu2yET2pmSbp5bxIDqYNjvndj2PUkIiYA==","signatures":[{"sig":"MEQCID4LXrJKbkaGoGIbwi/wzSHw95kfINWdRGE8TnHTeXC2AiAc9cADO3ANep/iz7iihPsCebwfVMIu1x6nW9GYe8sriQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOtqICRA9TVsSAnZWagAAb+wP/30T6N8HRnkJMocohsxi\nkIdwFq0UYCtDQpXM0FLQyLkxqLha1w1/yAdf4Q4g5318bAJeFvMOeInJAzzF\nYZqqye+44bWWhYDdIwg6VivCKTO0ejgKKvVrAL43cxylbAsuVBQK1V2oDeBS\n1GxtSh5/ANELjnm9WCGz8pphbRfb8czbhCuHkaHaQCHx2EPjn5CFr6ycXIVt\n0QAi/sgYSGC5N82n44vsPWxX7KLFMXcvoej1hUqjU1mAj3n7UQggfhuaEDkI\nV2YrqwD8tUM6VL/YhGTwG9rlwINzYB7vq8jSBrlk5XPzIqGebzmo+jUyuClS\n1zy0dDLKS6G6NCq+JMscKf1KcMNaKn3ncz5EodZpyM/+PkMC59Nnm+UFvX7J\ntqkZtdI7PDZRwc/UTXKnsrOSHjcpblS7QWxNk3R3OsHxVNOp4It61D0Gvph9\n53tjwMRwtxLMLIcPNoz1w+UcQzu/w2eifuaWrZeCILMQO/WxPwfa5c3ntpRA\nmrZGjjcRKxhg/1SXP5zPCE9pHJ+HtEYMoe+SOxWyrwM7KlFtaR5SupZsc3o6\nM0ms3EP56FUGD3x/zB32uHTT7muXjzMbri3/fnL2TKE3RE7sgvSKSLbGxGqt\nbaF5iUuM4d89mEjUzasCUMU6yvekMq25JHNlHq+jEqZD6W/nVW6OOskkb/3o\npyys\r\n=fdNq\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","gitHead":"524c4e7c7e22c0b1904722c575c691568f5d0677","scripts":{"test":"jest","prepublish":"babel src --out-dir dist"},"_npmUser":{"name":"anonymous","email":"steph@tangency.co.uk"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"10.15.3","dependencies":{"global":"^4.3.2","lodash":"^4.17.11","is-regex":"^1.0.4","isobject":"^3.0.1","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.1.0","@babel/cli":"^7.2.3","babel-core":"7.0.0-bridge.0","babel-jest":"^24.1.0","@babel/core":"^7.3.3","@babel/preset-env":"^7.3.1","regenerator-runtime":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_2.2.2_1564138120243_0.07948555668759516","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.0":{"name":"telejson","version":"3.0.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"ee7278d04f0277c386d765119dde827bff2d4460","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.0.tgz","fileCount":16,"integrity":"sha512-1neAG4ZYIxtKz//mCVIOF7Cxxn0vyWNt/l+/OUZjQrcf6OANEZs1bIqzsbanbc2NrQ5IS+nxAY6kA5Elc2MQkQ==","signatures":[{"sig":"MEYCIQCnNzE2nfwr8NwnvXtTBhE4KD3cpW31Wt9RROwA9cwQMQIhAK0Iew4Ssm6Rjo8n0LMvfdlyJ7ixvfzNSx1a+B/RFXXv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkdoICRA9TVsSAnZWagAAbDsP/1oe8b0+fB0YB0brqaeF\nlO6tzRh7Z0by4+KTeO/HCsnHQ0r+hrKmy1ISqO5yPOh/hvMNH0XjKhDdwdTR\nVLh+w25MbPs8v97n5s+ZWCUVdMRcMeQx1Cf19f0HEqCG7f5ZIyA+GsDnXFat\nSlTJsKJ3mdSyXv14pFjQPVmbxUDb9EBYBeNduY1FnMmaIAz3QAhXlQXPHJK9\n1oAI6AJ5RgI/ZGPduc912huyEjtI8aWOoIOvBNGV3lM4xVneJp3EBSZ2SHiD\n1p3RBfr+RBIfMXmi+EOlj8gWKOA+MqbH4eTguPp0b19gGfWi/4lxt2R7aoVQ\n4/GTb6ju0+37y/H7qUazwguKD2cww27GeWANw5sYRH5XIePOrR3QEwKlcS9C\nzgNT4Ay+Ylox/Jb3uMN9on/ynyOaUkNxE3q4PqnGaErf0lGmBEbJLikVv4BY\nHR+h4NFA52oPoTgG/0rr3wlamys5Suaa3wSVJcIcWZv11sdPcNKDcZ1DXm5K\n3F24QNeObwtF1jh3u+Z2V9VPGVumRqV5/0XalSxdxEo86KnmHW4DJRX98HvS\nQMQXjlqtCTGUv3yJymKuh6DFtp3nwMek4foamu6yg7VRywfVfR9zljb8g7vh\nEr0FfmQvDlpExzIJMBEmHfDohYiNYpkwDk/D7Vpd7wivAH2awhUrsiAP9JD6\nzwMf\r\n=qrAA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"src/index.d.ts","gitHead":"df17ce9850fc035d61bcd39b29528bdb70afe3c6","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.0_1569839623983_0.4878051671761461","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.1":{"name":"telejson","version":"3.0.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"9b0588d4ca9953d9acf6b3d196e0454e3c19c652","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.1.tgz","fileCount":16,"integrity":"sha512-r/1s7o6cyj+jjyU967XxzkSIu0++lfOeaVRnW7qK/N+w0cOqyACNeFdtO93GtYkcD5c83zeBiAzjhEJYaFS9nw==","signatures":[{"sig":"MEUCIQCuR61FrVsYEbvPNSZxWOITDypE4GSId3ICqxWWTdfEuAIgT1H1hNnsVCNB2OGxiUeBsm4Ev21lTak+TJB2CdW/Db0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkdtpCRA9TVsSAnZWagAAi9UQAJzgKbGfSHQ7g90vKiwo\nOjfI0dLysdgvnUX4k9+4FFz/YKyMRGG8+Klo6fibuCI6qXkQHJG9EZ8VMjT3\nmHpGuRzX3IAI1ayYZm+YJyDiF0B9azWgHgNMpWhfRwi4Vesp6+hY/4mf/t01\niikLAmV+Vq8sUDKieeOONiKOscsgwWBXwoG3YKFhAoZ9Zs2vJ9HqDpi6FmsL\nOvpFUvRWZLp6KuAaGRwNlUaF1vmC4CSREoSXTQDrCqGfDyJ1BtWkAx7rz/WX\nFuz6ULyoaXDZjgGx7bXuBrTGVQIIOvWygh17Msl+JYSJj/WhzKeRIyK7YM36\nO7D/xVoFHf/NiY1uQYWUDEL7Ycm96blDzYHtNNvw6rP6D+KcLl8xrRAIVuvO\nJ3tJxkoG+8EH8fxGEtR6RnyjlxAMIJlry4ePy6ZlrOId3CC9DFYuMnREB5Zf\n6Nxe0XN4ser4+ZjmnPTB0JyEfU1XCueYSQVGIBL6pNwBpi6q/02qfWS6qoTd\nrVkmgtjrawbE7C7wo0rin3UbH0IH+t1NaSAQUQWGRTppV6wHfSDqWgY9CDUA\nQjf9LeQu6gPIkYOmM8q5JHzvEYWbDzcrSiY7SFy+dIsv28WiXC9SDUuwWhzE\ns4zfv6FmlpL3INXkAOfi9ZrXWgsQX+Ih2FTtjVfzVBuD+Xnvtu82MajayPb0\ncwTF\r\n=WHwh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2ea27293851d5d4e4bbed7e03922c09d149bc7e6","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.1_1569839976723_0.8825253454260498","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.2":{"name":"telejson","version":"3.0.2","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.2","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"39d94c8736605f736fbb6a735e531eea5741c35d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.2.tgz","fileCount":16,"integrity":"sha512-Bl2OlwmdcCj0R1AS7QQXhR2GIZdAyGBzN4wAhy8fkL+gcu86Fah7VIvKoVTv8dVMkI2A7FLY1sJTgBiCpJ1kQw==","signatures":[{"sig":"MEUCIH6X8pvgCk+XG9fPTHsAC+rhxUb9dbMYptyleaHbAaFZAiEAsfvhB+hfD85BS8WqCFH7ZV2uBvVUT9Su/Mw/2IROvUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkdw0CRA9TVsSAnZWagAAqOcP/Rjv6wVYesfVLtZSGA/L\n5+aBqDVUVPczkqkivaIlnRd6VtcP3jLhdcA3LykFkZVbUb8OqcUd9wRfZRsy\nVmG6RVLnw1lrOP7rtJzKhjoNTbit4xQkT8HIUhos2xwa9YOmnjA3BEqc7nop\n/6vrcKfOKoiC7p2l3Gmp681uLFzn8nZivb1Q9BI5oN5nTH4IUzylq0N/r4Cb\nftSAueMT4XKxzHSDrxFo0myvMi+f2G+Fxo51psoNzCx43+ohb4ZKNzdOlizV\nV1SqVFIwLcotPnqWQx3b1XlGDO9k7rNCDWVokQ5AeG8r0deNFhgVgASERafu\nWUTagunrkF92lvHL4f7fjPlBAgvuKnMagpIYA5KD0dN7QXQiUf/JoTzaV0d8\nyZrIY1Mv8prpdW/dFRwkWT+B6uND1smdfFEM1cXUCgQKxFQTQdaeheGomm5d\nSfSkjyns+5uSNIhF+bMXOLRAClU2iyxhCy0qPe/1njnx76SihUCh4SpM4c5g\nmdwKhtqZ6WJ2TmaqjEUCcbpaMg/eZA59MzQG7Kzz0rYX0OBF1mmpOfKLBUru\nbF/SKbQ9MkdIzD/QtjvZGe6Vqf3s19q76zi9GeuqSVrC6p2+j4asl5fSo9dz\nIV2R7/iF0etGWqjTi5YcBXCptJsIkONNQXbpBHXyKobkC721D10WGTe/t5j0\nk8uS\r\n=vZL2\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"a2558f2bd7a0c4d454fede1f4e746190beffe21f","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.2_1569840179935_0.120044136544041","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.3-debug.0":{"name":"telejson","version":"3.0.3-debug.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.3-debug.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"4c07ef97c5348f186c015bc9d63bb4705b920485","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.3-debug.0.tgz","fileCount":16,"integrity":"sha512-RxMsZQEHkijDIQNeJXZImT+h9M78fI1SfQwc9wXLL0OqmRo+jBFf2R2+6vZVt6o7d/o8eS9FQIjHIEybeSdOFA==","signatures":[{"sig":"MEYCIQCdxRzRIJlAcSQl5kooTGU18kGtiLQs7JDW3vZ4/bPSZwIhAMVHpj4BBlYc56RAzpS/Fdvv0QpYemvQZRT3fNT+rpIs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk0fZCRA9TVsSAnZWagAAahIP/iPvcBib2uDTdqnphUZU\niN0ufSaICBgfGlmfAEROR3i/ACFrRMYL20cXkyTzWM+8mGVplHXxPDjXkaO7\nTAVexcZa/dB3TSUyatsiadRnXL3rE9Zbgz2JkUw42dk7HpBDN+qALPtYFRMl\njPnwyf5CK4tChAmZcWHY+uLSNS6NFA1FhM7+xeMl+q1d+UpDn6PJzuXumjmy\nX1/c64s24mWZyNfYKsbTQk97KJuuU21GEexQ4eP8+20K33PsoTkumftxg86P\n9CnnUOSSj9H7mYB4khoQfw6jpqrtaMcMONKrHiZNqQX3KfBpP+RCILxvCSPX\n5nMpHngbTG9Tjx44mwiP7hxFlMw+hFlCOQj/91ZxWbcYbcBKkkV22C1czItE\nJvzgouZ5zR1HNZtgTCkfdlzKISVI51b+RWGqpvhYV1kmi8PquzZ+9Mzfj6DB\n2otroS3I0LJ4qPKIMKW83DJwyJINqyUYkKpLGofz3LqHQCxE4/VeTACMN78L\nI+8J6eha0EtVWURhrdRm8Yzrr2+yjKhxRINxT6zbrytXM0+gkZ2rhJZBDug4\nGK4iXIscUuTY+eZMtThgpjghsUz9jztRghNw+VhBAP7mmP5DsR84nHpGBsS6\nHYkId/8cNGpegykQNMFhp1vFaryKRyoUzeigOufPHzM08wGbznIufdd3jbPG\nJX9N\r\n=4Z/w\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"bff58c219e46be215b2a80cb6a6fa675d123e8e8","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.3-debug.0_1569933272551_0.032737748420807344","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.3-debug.1":{"name":"telejson","version":"3.0.3-debug.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.3-debug.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"a08dcfa193de9d34b9fe15d01882d164d1c02b0e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.3-debug.1.tgz","fileCount":16,"integrity":"sha512-w3n/ie702rozWMWlOnvm5ZMxI/sBHQziFRAp8rwB6KZVtWIrtrZ8+F0aQAagk3PB1qPY24nSlJukl3KYT02kUA==","signatures":[{"sig":"MEUCIG8T4MjABvExk8++i4fyd1T4VgYZHLLK5iuv18oMMVXmAiEAzdS71FIVW0FpBwdd4GK6QCVqMkEIRodVfShUv4W2Nkk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk1KgCRA9TVsSAnZWagAAwwgP/1ZqKeRpZZT3sS4BCqEX\n8IikK05wplodOfkqgfSeUCFBkUVnpttSc4y8SmyWCxT5NrG4GoVvSqpE2uMo\nh+DXlasBjTOyW5nS7l90ujmmUGx9/x04rVbMYNsqMRKew7xTlTIHkqAJhQlj\n6tiWO+sqkenCJs5BqHnLHYlYWvKjwR7EShIOB41lluFSLp1kOXzzTGYSsuF6\nvj2cthAAfsbtyCTMNenGJp50NnIE7SWiU+41K8N8sv88+IjxSnTQu8IakG0N\nkl0pctD5BRZxI7O7nuLcBqCMRC2CS7z+mTnKuN+T5klrl/hdNBZNOYh+pp+Y\nGCSRXgQYMxkpob3E8vNvdl54efjciiOv2OVn4zsJxTTx5oI1A5o43zXEw5Fq\nIrdNKVJvVj/dI8JuhfhTvUp4djv1EjmpN6newV6pEW6BeyqAAhZiHzY9XbRU\nXcTRHIllHwC3urertyNxKs5dQ0EROf15QeWtGgkLa1gKT76eyRIKB4LqpYqU\n+JQUrBmbwLUKhwLIQ1RN5cqT8e/BLwYzGQMPeP4ni8F/N1zuy7qutK42uEvR\n2+IYZybMZLCnCwII8gOYXIHXZdvpqTu1Js2PzwoVuYH3SuTEK3Piux7Ebhb4\nsuyNcslB1BKI2C/kK65KaBqpHFGdu2btkoKck2GMVY3oPoboiBa6f3V7xSw5\nkUj/\r\n=rdlk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"c8b5ecc6ed8de0915bc315bbdf7dd548fc03b2f1","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.3-debug.1_1569936031824_0.042541290974004387","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.0.3":{"name":"telejson","version":"3.0.3","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.0.3","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"442af55f78d791d3744c9e7a696be6cdf789a4b5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.0.3.tgz","fileCount":14,"integrity":"sha512-gUOh6wox1zJjbGMg+e26NquZcp/F18EbIaqVvjiGqikRqVB4fYEAM8Nyin8smgwX30XhaRBOg+kCj4vInmvwAg==","signatures":[{"sig":"MEUCIQD01qCMh6O0e+z8PnpRuqzS+98ognd6VjGsppDjoWSx7wIgEdPl3+wwOqeASbsIuvfxMez/qTPBukOjztAhMyKptVA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk1ewCRA9TVsSAnZWagAA+uAQAIGnYIttFPKzUWbaCuhY\nWV6TSOv2YRsdPzCMC2xG6B9zUgFNNXf+j1UyM7We0zy3oYdE0jrr2907kP/l\nekXzP96EbaGmowOcwkWWnEhTwTjGDA6ctKE8tlzPG4jSuvSzOZfMOZ8TGCnk\nK4Mn8FcPDRmFx77FPFG5JZtsLXx1WeqdIjubO9aQZ2WinYixbpJbkTIisKIP\nKvqumoOLVYgUW1Zb5pUXSE/ho6/T1g2dfiyeL2AAKhS1yx6tIZHZ/W1kox43\nLZo5NkW4Jehibbkyg08gjSj9hcr6ijD+HZaBhqFPIbZnpvrJ47s8P/sTKy8X\n/1H96rtsdN02HZVUkuSAOZXSXfgNU1rEGM7+Z4wViecC/PM6pBOrme/PjBsZ\noIrxHOVGxvr/y7HPydXLU6eJ9Y5fuVPn0wPefH0Pzw3ozUp0wGucSw6vNd9L\nb6LVO5SbW30B8PvY9CS31nA/VM/N0AsEKKcTEUZfM/A+Vp7da4neE4eXBgc7\nUrIiCW7HudszZxCm0D0Kw26mM9MpSO7IZXAWF+DdSXMfXpatKeaZ3ApRCp+y\ne7NqpfqFaWGVJUSB121+WEsO3iliHPiwfFQmXVxuFN3nC22fNOtAnRa+fHyA\nou64wr70FI3knPJOctwOk5JYTKiZfC5s4cQDqVByXN+kKPYCV2S9DSrbTZ83\nuEDh\r\n=6hEj\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"810cf519b4107206d68d024f7125e664802c34f0","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.0.3_1569937328305_0.7818350880048175","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.1.0":{"name":"telejson","version":"3.1.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.1.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"c648479afe0d8edd90aeaf478b0b8a2fe9f59513","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.1.0.tgz","fileCount":14,"integrity":"sha512-mhiVy+xp2atri1bzSzdy/gVGXlOhibaoZ092AUq5xhnrZGdzhF0fLaOduHJQghkro+qmjYMwhsOL9CkD2zTicg==","signatures":[{"sig":"MEUCIQDqr0tX3TiWoJmcolXvdF+ydkH49SlR9La0aP5w+k3hSwIgJwwGQTb1SXGQxtcfI/daVYcN/lMSrSHbDlwcsOhQyXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsZRZCRA9TVsSAnZWagAA8O8P/2eGl74igty+MZ6QEgip\n9dX6VlR00XUQbPOceuuszlx9NVz9pTk8Q+cWC27mANLsPvL3UjKoWQofOKWc\n13zUV6yW0yTML3lBJgypQFEhkX3INkR13/ctzhBnNoZbNV7LkaX8uKRDutcH\nG03iRBwgcWkCuGeEC0CvM0GC7TEg+/FT5nOU54C6umH7qxDpab1yGAcSKEIl\nG6Ugx6oIbBl9rivPdNV1Czkny2Q3aI12QuO5hSyQaDBcH7wR4D+U0aOhlA+z\nCH3YTrd6r0o20bRE/3cZzbD/E1RZYVpGCZ5Pr3IF9ac0mJr9zNFKDHUHGknc\n+WsBqYSgVOWpDHswdizWLzxvsFgMV9bkCU7vs2JmaUetdM0JIxEopGS5KMIS\nm6maGzEQQ61mkUaw/KsFmwl6LVaJe8lPYF9olyl/NN52KtyfN1+akJOyYV4g\ncDSV0XcjM1yUBT8TVUVlLXr9j2QzgO3IvK7gwaTGLmyk+1mwuuqFKyLTDaru\nSHRbpU5tmZEVLm2kWe/dNgYWFZ5MJF25eGgo4/nbT/YuXdoOmDq9eCgZ6H+5\nacrUREjuNr+zLbdwigO9nAfuVCLfTLI4ZW+3qn+h9t4GLBD2rillaysu5ATx\nTgdoA3pk/tq3/Xt68t1N2eOTYfFzOctnqIw8PFUwHVMc4ZDeaZIaihAww/yw\nqaPb\r\n=6bxV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"5490bc0e443769e58697c67c82ed7c38ab872c91","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.9.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.2","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^5.0.0","prettier":"^1.18.2","@babel/cli":"^7.6.2","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","common-tags":"^1.8.0","@types/lodash":"^4.14.141","@babel/preset-env":"^7.6.2","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.6.0","@storybook/eslint-config-storybook":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.1.0_1571918937295_0.24856953387900727","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.2.0":{"name":"telejson","version":"3.2.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.2.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"43226d8b52a3450a2d7cb0d9a6e8b78ab2a1627b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.2.0.tgz","fileCount":14,"integrity":"sha512-8SHJBDMDsaUwH4Q8C0tloO2ZElvJr0694iydYQeLCCVdPOVzG6E8CjPCOH/rYPNu4L721wGf4TC+g1MsgW0zkA==","signatures":[{"sig":"MEUCIBj5PhbIGbx5Q8QXogzqPUpACNdbKIoJKk6rfnA7NbdOAiEAipNQzwUN1b61qA85vIAz7lvzyfg6sakcYBtbojDOqTI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1oasCRA9TVsSAnZWagAAegMP/3rDr7K9/MPLV0uVjMrc\nBy6qWWqMK5suyWMFSY29bg9QTglREZpJ9PdHNmLDUE7gyoAk8uB5mzWja79C\nPro2ilWmR3XxqfV7yd9iknPpQg3C0rQqDSm7aAzekog4fmii9MZw6vBg4C64\nlCUsg6bBGbCKcbsgYnqq/cEqpmi1t5+FtWSP5Fdhwjnwwt2IMQAZLehgvMVL\nqNQyI1X/xKocKy1xCOoIZ8y2qLUfxTFj+8SktUtT0h8MNAenWlbKwyp7HZSA\nPZ1nUCGCqbX0QJ/+cSCbVibN4jSO005jscCh6dNhHxzpGGx5gJMse4fbQCjt\nOCPX0SSGKcRRf38l9zanBX8PT+4qf/f4plje4vFXGhXyz1HoppcXaBBpltf9\n3DxPsq+811/GWnaG7RmVOlO5JMDaR3pLFVwizRdismtBh0KZsnzkgDqRkfEP\nH818GaPuP+sTc8h/LCHkNHIC7xGBiSnAyR6bsxS9hgLW8O8SFB4CjmA7Gh1M\n9BHcbv0AnU7/J/uj0A3N0gq8A05DTQ4LZbTyN39dOG4/T8Gbj6QG56e/QpKb\nJi2/UUbCkVIZAjbuNIbVta/9wFFxqjO3XV1lRMW1QaaJzhmbeKIBnQl91B8f\n3NMw0ba0eDRiupfuM2MaA4GL3zG0NtfXEFuFtukxaLpjLdWro/NbfsPzabLM\nEc38\r\n=lPhh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"81b7ed03e3d6919858c3ef9c0a360be700666bac","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.12.1","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^6.6.0","prettier":"^1.19.1","@babel/cli":"^7.7.0","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.7.2","@babel/core":"^7.7.2","@types/jest":"^24.0.23","common-tags":"^1.8.0","@types/lodash":"^4.14.149","@babel/preset-env":"^7.7.1","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.7.2","@storybook/eslint-config-storybook":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.2.0_1574340268060_0.048512112126050555","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"3.3.0":{"name":"telejson","version":"3.3.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@3.3.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"6d814f3c0d254d5c4770085aad063e266b56ad03","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-3.3.0.tgz","fileCount":15,"integrity":"sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w==","signatures":[{"sig":"MEQCIGZimzizxKp2yhKFB7ZUBGMDYoFH3sPXMRY32GAddB7RAiBju+U1w1fimv6sr1Mt68IT1XsEPGUp586k42G7uMjx8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":319781,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd27RECRA9TVsSAnZWagAAw4sP/ilHALEhYjGFW/PPkHbp\nrp6ydrcjwLwQpRuKTrFSdCgGusF8Vj7fMnnl7614gC3SsujXU7zkP+AvzFvq\nLsMdwgiFnk+JtVgcEt0WT7FsEA4ptlf2Eh88Jh5ErweGsQoiNrzPyWq9e9Ft\naoq123ovygX9KDMr8Eh1dRMWsCHniGEKCSIqVAUz++45+i9aCXBY1MI+uRLt\nI+ZBgA/0edfzn+jWhd27DUVwxK2XCwgldmyC+dkhvR2dTZ1MEbO9L+FFQq8Q\nDUOufzJmkhNAK94gRSCuTzvVXiTF5VggILfqcajbgN7FRjblC/UnBJ1KugsV\np4mU9rivjjL/KWKwA8hjHGUqVopwZ96P7GK2e4qHaFty9krphjxuLmqglV+3\ncRPUsKN96jyarFHQRbz2P+xAiRvd1+m+5qHk9wC1VcX4pmWnh8Ttiw1uifwH\nHj9cVFc+ls1myyyS1sdrCGLDiuBqk5MpgEiyOAzZUs6nQQQtniJaFOLqZQrI\n8WJ9V1vkFJ6xDU52dAFGUXk6NdqNYQe2X11+5xmB0MN/B3ZyEysdtZ7cyC0S\npIPAgx6fQ/BQ5p+Em0Zq4OfzUTqznwPu3hBKJCgEDIekvuwIoCKMghz/hPG3\n/q09UtjroUMxq9WX12sCdhUqdVbgU6nh2hosBiqBzgX8CZT0O9+ajYK48g35\n3sN2\r\n=jVAD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"ab2fe8fefcdfdec1dbca96e80d99f5480d1757ce","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"5.6.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.4","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.1","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","eslint":"^6.7.1","prettier":"^1.19.1","@babel/cli":"^7.7.4","babel-core":"7.0.0-bridge.0","babel-jest":"^24.9.0","typescript":"^3.7.2","@babel/core":"^7.7.4","@types/jest":"^24.0.23","common-tags":"^1.8.0","@types/lodash":"^4.14.149","@babel/preset-env":"^7.7.4","regenerator-runtime":"^0.13.3","@babel/preset-typescript":"^7.7.4","@storybook/eslint-config-storybook":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_3.3.0_1574679620375_0.9435838104857948","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"4.0.0":{"name":"telejson","version":"4.0.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@4.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"91ac1747f1efbc88a58e4344fbd8fe438695f77e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-4.0.0.tgz","fileCount":14,"integrity":"sha512-xTDEZd7bVIsbnOzTBTlUed+uKPThxMQPYtjN9OhvtsJQLJ7zEEX8bl8G72SlzfvQlTpxv1RTDq7Qfk1hMOw2zA==","signatures":[{"sig":"MEUCIQCnrnIVc92wct46EGUs5J0pQTbCKfXvcqmt5xYAKMk5gwIgSbTho/Dw2F4tXtnUHZU0eZNUR2E/S9mtmaIdvSFBdm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqsXECRA9TVsSAnZWagAAcLUP/iaj9skE88hEVoVACM97\nzvRovTNff6FeYij+49jTi8sdffYv75afMZLIPICtEDA/R5MyHmxWeYVo3wiJ\nQdjpKfwmdBZUnQdFPpkMGejzEeDOUByYccW2aZoyjs5C8ROnH7A9z9dD2Usg\nHwslSu29Pdr0YMqWRL2/Orp87ffPMsIluNaP8+aNb8T0HjT5s3aQ10pkpSPg\n7e0Lb8yMGyE5GI7zoWdfmi8LHYeC1zk68YQ0zhVLfwbB8WR5Qy8HgvblHC/M\nfmSzC3NerqveyHcX4vMB+qYiwSvg73Z34kFRK4C+ddxERC1MZunTHxZzOTix\nmJom9ndXrI4ZfERjdcj/Z9Xr2Ee8cZbJsmTOcS9MvZPMJ8yhwMfFqNt8vSA+\nLHoOlpCAvyJ/xqWwDdCA2+YQZBAFiHA7xycuJUctOmmk20hVHSzL/OWI4GzE\nL7ZrosTg08oGGOK1w8w/2F2YrAz4aA7NvX5mlzJXzdmmbU8VrmDl3WNmmAmh\ngdHjolHDP+SaBBFKbEuPGXvhNbk06sTy5AHzd3rCOhuIoPPO0Wg6sHRnyl8G\nS0mzlbb/kTQbuyjBZW/EZLE+w61J11RkkE1k8v40cdBP6eERtDDTSA6LDG1r\n+LU4diUPpkGcTQL+7WDKg4NFxPt4MEM0GLOjJI6lXXO9DrPtrLpUTQ8xT5ui\nRJ51\r\n=60mI\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"230921b14e804e40d2d477bbbcc342ea911ad8ad","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"10.20.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.15","is-regex":"^1.0.5","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.5.2","eslint":"^6.8.0","prettier":"^2.0.5","@babel/cli":"^7.8.4","babel-core":"7.0.0-bridge.0","babel-jest":"^25.5.1","typescript":"^3.8.3","@babel/core":"^7.9.6","@types/jest":"^25.2.1","common-tags":"^1.8.0","@types/lodash":"^4.14.150","@babel/preset-env":"^7.9.6","regenerator-runtime":"^0.13.5","@babel/preset-typescript":"^7.9.0","@storybook/eslint-config-storybook":"^2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_4.0.0_1588250051895_0.288104254063412","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"4.0.1-0":{"name":"telejson","version":"4.0.1-0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@4.0.1-0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"a8b7bbf5434e6ce6eb35865c9773c43500de3b47","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-4.0.1-0.tgz","fileCount":5,"integrity":"sha512-M2tr8iWQnd/xVobS2tFxcY3oT+aBbI0/Z1c+fuO7jiQr3qI3x/YMLD0qODPSUxOcidXA0EdELRRta47nvJLbbA==","signatures":[{"sig":"MEUCIQC8WI4d1SWvljhF2sFh7XR2dyMbOEoKyL5Go5ftII1O7wIgdQMIDmPxWWjTwRfZbSAH0tUgo8DdecXUtuuaFGbe4QQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGc1nCRA9TVsSAnZWagAA47QP/0D20+E5HbfKnh/lgY8R\nNZMoCQoDNUKgS319dhdaE65fRDQbjLqXyryb6QEoIBsLOntHvGFPlqD42oir\nmKH59zK/+fAA7qD4Co4xmmKVGtvH3TM9hjJuwMqgP+fsjdRE7Bx/2ZlbuC5a\nfPECPMufJiSR1gN7PUr75P2rMIgcOnvjgL5u7zJob5SGCBwQI0WNlPC6mHVN\nzCb5q0W852YM7sm4vjf+/aYrMpR0BiG0BY/eIjvVBYamxi6F5toJ7U7J8CPT\naBoc6gLAlQmKfCWMaB6Vulqnn2L7EPlfYdA/Xeqb3IUSl+TwLfa0Fm7oA6dR\nf+TVTAxHlIFSsoq/OKsUMGLS0aKL7SPs+Wa4jyVsQlwZjAjmTwTefuEolfrc\ndNFu5wNghgFetWZaH14o/NcMUX+fh9jivef3vu+yRcpaVRfanehNeKcsv/XQ\nUnFs+ryMKTweJUtLWOjVFj0jieCR8TDyvHnHdF0NtLF4nESDFBaA2hVMAhsn\n2Aa8mFFC5n8V9UH3cxfl6a2Vd3uc2aUBfw/c6B65ax//YGk167V5SaMCU0yi\n0oaMni1Mgfcxw/1O8ViNnVVDQZZTG0zn6ldMk8W8C80V1BJlfW/wz6Je67qL\nuDxmsLuaYjEvqHZSAc8/DRoR0RmAsY9j4ZQE+olI2JVCrdNwdBNrtm+/lwcY\nZ+Fd\r\n=sh07\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4dbd380f8b9d5a58f8b038f80564e4bccbb71dac","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.0","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_4.0.1-0_1595526502541_0.17720226584274412","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"4.0.1":{"name":"telejson","version":"4.0.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@4.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"74030dd4456bb99f9e6a5add9a40f71794aba158","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-4.0.1.tgz","fileCount":5,"integrity":"sha512-NsZukWlbwMYf56bMxnno1K7lMtv2eRO882YU5JlmzXaH5KpkC5tZTh5oMoKhkORHMNSafO+v4W5wayoQnX8Geg==","signatures":[{"sig":"MEYCIQDOlADuXqO/xoQWq+9Pa5xBFUpTt0O+5nFFZUWjakSLfAIhAMZ90PlUjPD1oZ3+c+GhwTsZmT2+JwizSMwQye9vHuaR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGc9rCRA9TVsSAnZWagAAV3IQAJzDNxxILh8m7rIJ4Z8n\n6Yg+Ret/e+VkaB+tBEgcoycbh8ioChK69b/sIgvK4O1Q4/kFR/xz+dPH3W0+\nlw1UnPP5n3G9+tVZKmxvDStT7iaTmIPGC5fOd8bblZkVyksjk/Aflmy3XsHI\nqGmO6GTuvyyZuQIVNJwzMBuws5a5n5eFcaYHQ+E1G+ujj3TyY/WbqM/DrY4O\n91Ekd4YsBKSv4d+/o/YJVfB/3c5WqucOyjAxhb83U/sbagtU9JPco+rT+ZYD\ni6b+M3idluqwObbDWyBk5JsuSzG7S+SPjMf/cZ6RhW+iv6EgfW20vxn0VKKF\nSt3UylKSQtCi3GatnnsBbYXt9g78u38CO8MdcZ3tZgZswd7DkIz+Bt3Ox+z2\n6+UXzJ966rILrXtZlfL8eUWUToTofoJqJTVs3QvECB6UAQYLNLDk4rEcb0tS\nnwZwWBXJE+UEAjMCIGMEvG0gebo3swxzDV7lpOjVUFHyQ1Iew/6taM8/G4DU\nLNaqZsitQq9X/OzcIUDt0bWjq9BQyHeOP+ymnOfdjYgojrLwCm1Nq2su1pVz\nzizoypzy2idKgo7wq0jR11TM5M53exDvt5ADHsA282x+LlmNCmiglraSrzc6\nernWap34S2HjN9Pu/cR0JAmTtpKTinv5fsjLc4LP3zyZ7P8Vxr0mfyHfq+dI\nI0vl\r\n=FlmU\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"543c3d604a738392650853edc59827e8189ffd63","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.0","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_4.0.1_1595527018635_0.39655389042220346","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.0.0-0":{"name":"telejson","version":"5.0.0-0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.0.0-0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"21087a163097359c5150f0b13846e3bd3e8eea5f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.0.0-0.tgz","fileCount":5,"integrity":"sha512-xziQpjN1jqJq+GvedT8v4TsKLZKz7uJuaZDfBMq4NRw2pb79kdTFRyJPx7iwwvNj0x639DPkCxr+GpG39jjb6g==","signatures":[{"sig":"MEUCIQD+dOi/Ir130+HHyMhVzo8FZYoBQZv8O+NmqfRZJs5F+QIgP1RCI1aq4BbA1RDhJEKv6eX6NTJLuUOh6QUxugKntkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIWzBCRA9TVsSAnZWagAA2qIQAKIC+AtdRVzzXM+P4Avi\nXMQAYf4xZ+EbdQRILl1o8jx9KHn00hcgIPN7eNqr0GhGdJUg2Mco87PnqoRs\nU3MfLdWdhEosawwBvajjbfXMw2kuqnjRfV9kv51kEoQgVtNebCYxKp+9anez\n02Te5MI5cSyZBLUgP2J2fAbTUgJKdJTn1Q9Q5zIHNbTPeoXKGX1sFyT+uE5d\nvIdQf6Cbd5Cg9wHJttdKzu78mZvPY8GLyNW8Y0fyUDekyYSgWGpKljx92BeJ\nhu3pahIKEReWb7dih+nF90z1u1BL2qVigHk6F4PT7weZRNACoWJM79kMlrNN\nlZjbwwpAR3U515CSLZvyew1fpSMs9whZ/jz7QIfxvmf2MfAnGV371zkRsr85\n87lZBOnaWLJzKFaHeLztkRNoQshkKDJKy5msnURBofknGcmcpu222TRsIuQ0\nVT0olnQs2YdEQ6UYPfko9OC+/X2TjOJH8JOg2Qhv6XTjy2TRTMYpdqOXDl6Q\nvzIrYvrJpaI8W2f3HQ2kUYkUxTREA61x0ZK9DK2iHvGdwYUuMETRMQk1C1+o\nRMzRNUJwlYvSWdLrvN9k8w65cEnf6lA068pdqIwW1m/VgGXYhvzPrLssARua\nzp3QVaa6Pz8Ux3upgvdqnBlaeUFgqJQ4foGQRBoG719Ve7cRJ/9zr4Z5uQ64\n2MRR\r\n=Tp81\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d012133e6c242c9e6cd68e57ea863378bebaed57","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.0","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.0.0-0_1596026049129_0.990382509503902","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.0.0":{"name":"telejson","version":"5.0.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"8eb840540194bb9bc87224d1fde5fb68d985f3ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.0.0.tgz","fileCount":5,"integrity":"sha512-SeS9EOmvpbWpIPJYAfszJu3bZlpJ43tkWk3eH9pyncY1zVa+revTWi1r4mIgvu4FnjWz7/24xTCfrESlZRYp1A==","signatures":[{"sig":"MEYCIQCSUYr4fREf/wXqVxjpT+n9F1g6BxQ9hd3fDZPgGcTf3wIhAKrW3A4l5qHccxUrOdtoHbRcFLzjJS4KYrpXXfaS2QUu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKXzKCRA9TVsSAnZWagAAdkgQAJ0HkZ05yUnTNS4bfsCU\nzZAKtzL3hYyryeXayB2u8IAz+gyHVT6UcOhpRsEtmiCSIbiBVS9pbkbVQD5E\neMcvuZhER02LDMQJTaNa4BcedAsI/T0Q8WYKvXevzYYuwc4YZ05I+oGP1p4y\nekpQ/L3lKYoC2OBaJ/WqSK1DVtsJAc5IDQeHA0GEM2Nfeb0eMQMsiH4pmxc+\nqTSdQyhkaRmuVtAW+7edr52p96EKaECbq19T4Acc0R6+VcaXN2pHMEPASU8l\nTa+IAJoXUf5mFr5Yqzs9ogQh7OBqiyTV9SJ3DbpstFg1s+cmzmRSaKR1E5/y\nsv3J24WJH9kOeBqGxmRflCeM+ZAyODaSekuphTbsZffsBpx0neII0q6Qg9JP\n8LEq9o2F7Eb1QIR9WDyujF6FMsbzSnsFpqhRREXHmdlCsgqlAUATuSctqUPs\ndSpHSXLtivWmt71jf2fKuPCM+vguWJ+HN5fLIGT0iZq0NE26VPSe/QsVpSi+\ncYPGA7WHUWR1DUuQqb77kh56Eg2EesjRZIa1xlsKNeRGcKEZNs1ZvAjeAlSx\nQe2UAMPpHdSbNbeVZeyOYXCBOyVTdu4S3JO5EyKOqlMdOghHlQDxJ5qjkAD5\n9/pOBP6F159hHyNZnQ4ElcKbAMIyDUyUY9QpPCOWyfCLDKfFAcWo0Pqiz8UU\nx3OY\r\n=frbq\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"03b5618780c40c17245fc3c8986989ec70a75c19","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.1","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.0.0_1596554442203_0.2918035681923641","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.0.1":{"name":"telejson","version":"5.0.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"64b060ceea658baaa6ccbdd1a9ef5faa494d64ca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.0.1.tgz","fileCount":5,"integrity":"sha512-eCMvxmmDHP2tDEskHW9TPDqSTbLz9qjFSAK+7OpyV39CT02H0VBYBnwYfqsjSd+KdJZdbuZXXWX232U0LLyqSw==","signatures":[{"sig":"MEUCIQCayijtGDFPPA0pkEVWVvWUtA3HwARzSm2FB4GZgvPRcwIgdKdHWK+ZXaqgt2CGLdntTyf9ttdrRZo9i3sp2aLOXQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLALNCRA9TVsSAnZWagAANI8P/2lFLxEz6D2XiTD8AURw\n1MvsrXxR4+PravliD7aajUroC953SjecvH0TpW9R7bRkvOD2SZHhj8jFHDP4\n6epWqn6nD4cB7IDuTuGCg/B86v7+Jfp6atucbKegeQfhAS/Xx9Oo1lnPsl2S\nrrZ+x95335PEQWbQBqITwmvjH5SWFGbg4jqvbwNAIq2W5Qd2U3LAu9aCPDcq\nn+kQAOc5D4P8z25RmpMiHxdp+EkkFRdjA58AvM5F4OaFmVpYxjf/9CWc1jWF\ncBUkMgZYQ6T9HCeEyTOQxg0P+U51ixeJ2vyGtQlOFBJB8N9/fEJ+F3GH6g5c\n7F/gosMndeEiqhtFx46EY8MogzfW/sQBux4ti28yM9ztkGqWb8L3isl2tvWO\nmm4LdRC0Wr36/XD1s5LeCGC6ZOnHmv85jonVNKdFlsHp0ewUHRljtrPnchcv\n6xZSmTxEfZoP2f4+m0QyOUs+n67XffJKsHMQboyW/Uc3rZJJUxr0/jbDqrSE\naSwywV8djh9L6cUYzsTMi2xCyGjpplhd5t8r7kqMnpmTBMRbBg0bKKaSix/K\nwFLiiLJfSEc8SSPbHE73pdPitSXNhrOTnee+EtK9XeEnPsYGJe1XpqQPX5ai\nkpUsE9ZqheKSuHw65m+T2SmhQv1Hi1qG32KtZbaEn8LHWKg7wvXJE7onUpHC\nIplh\r\n=N5op\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"e5ba7550ed0d2792dab1cca27f1d97ed639d25ac","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.1","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.0.1_1596719821208_0.703193459205947","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.0.2":{"name":"telejson","version":"5.0.2","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.0.2","maintainers":[{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"ed1e64be250cc1c757a53c19e1740b49832b3d51","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.0.2.tgz","fileCount":5,"integrity":"sha512-XCrDHGbinczsscs8LXFr9jDhvy37yBk9piB7FJrCfxE8oP66WDkolNMpaBkWYgQqB9dQGBGtTDzGQPedc9KJmw==","signatures":[{"sig":"MEUCIDUvbWVLP+TntczjtI+TPsWwr7IqCtZ5jTH27IoaHMDGAiEAyVFIXoegSDipCUwMx0NuwCnftYK5ChKtclQWF7obqmU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLRXNCRA9TVsSAnZWagAAEDcP/iTy6jPwGU78Ctl28hc+\nHc1WMmk0xrsnl2ppuZH8KJCRlhnObnXxplNQ7e0/dBc6QRVYrm1R9NCIYCNU\nsIajNF99uh/QFY9XIHN697vAC8s7vb6ll18+ZbhHB8+4z/Zh06CB9MEXq1du\nZZCxPl8isemVqrjZLrxLYJuIjJmDitFD+5V1PZtGI91gViQ1oCZ7vS4U8kVG\ngjKJ9SqTU0mKJ4vbXE7BRpdRqjTWjEmqtGEDJb90dOQKSJ0qhi2moK8Gq7IB\nZewhM/AP2SKQN4kLPwfw8mhRtadXNOHureLbpmJ7gM7oFWUE0ncPqL9gkcP3\n/UdYmR++VHDIVqiMxAghUTSyYsvdMTnAbq8SgvfWEAgLekRHQlojz0UK3AsS\nl6C0TLewqTnsEQPKqVGd4WzLMAxPmjun6/OPUU8bNBPn//O3DfKBZJE5e3S2\nnWsB6BuQkNOJG2nGFOfjCvcbEausxjz5Xg2k5HsaYawVl25yz1NZp1pO9bey\ns8/MX/ECs8VOWw/8GSTEnVO8L1I46GPhmy/3alIBc0hGXYKuk7MhoRC39kvL\nMNC7PFXnn1psoSQmsMBhKkYoyVdDus95UKj3myPCkcd8/hJKRDTbMLWLVJZV\nQJXQr3Jxb417Ov9hK9Z9+gx1alVXN0q2MwSMAZSJcnXIK8Wy8MHdJYTl6prl\n6ooU\r\n=zxKf\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"f4cd053bf7d78707965450b6425cc8e26613df83","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"michael@lab80.co"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"global":"^4.4.0","lodash":"^4.17.19","is-regex":"^1.1.1","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","eslint":"^7.5.0","prettier":"^2.0.5","@babel/cli":"^7.10.5","babel-core":"7.0.0-bridge.0","babel-jest":"^26.1.0","typescript":"^3.9.7","@babel/core":"^7.10.5","@types/jest":"^26.0.6","common-tags":"^1.8.0","@types/lodash":"^4.14.158","@babel/preset-env":"^7.10.4","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.10.4","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.0.2_1596790221452_0.1597012289462949","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.1.0":{"name":"telejson","version":"5.1.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.1.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"cc04e4c2a355f9eb6af557e37acd6449feb1d146","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.1.0.tgz","fileCount":5,"integrity":"sha512-Yy0N2OV0mosmr1SCZEm3Ezhu/oi5Dbao5RqauZu4+VI5I/XtVBHXajRk0txuqbFYtKdzzWGDZFGSif9ovVLjEA==","signatures":[{"sig":"MEYCIQDwi2x0kMGVfpWca326ETjUWDTDhmci82sJypsYsYCrWQIhAM9VxotyRwqmLa8tgzET6OxPGJsSQubhlsD2co/Z7Kqj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq/zTCRA9TVsSAnZWagAAuAoP/3qhCW0NIq1ekcRAcLbE\nZm8+uIf0LValOXk/Rb5RqfLGuYB0nQ6Mxac+XVuDj79632MJkFufBP7sxWTW\n2DdQDEVXT7pmS8/L2U0Iswwx6vYByu3EyEy4Jccgk/Oo/Bq5yeSfUVQb1abM\ntv27llwHeWvLrH+1gzUGlmqXoIXn9dv4C/Dq2HMOPmCY4l4kTo86lI7IzIpO\nuspPkRSOcP8bO+SlkCXMClsauFMYqYGhpIXKIuLr5RRX5Gi0gLqsvuSgycvE\nIEdgWySsgdrvemVZrfZm4p4khTTrheNc5QDq7y4+PgcSrgcSVbwy8AKG9yll\nQWOCkup0yoOuCmoUnq55zBsj14xiU5J24KuYSBzowkwf9kxly7Vv3nuBxdZb\n4+btNfjemc3EkZU+JlAE+rZgHnaQfNdjTeFe2YxcPGYhNsNLmEu0H3rF5TkX\ngHw215JDKd+jUAcT2gMb9+15snYwpTbvDGVKcAhIfYYYx1/8Dr1VRbR3lQ7l\np2NB6B1l+m43lFUUVNzNRw6+IyPgTrTf2wJWB+j6B1ICgJSiEeS8ErYQLtcA\nlSRxjGb/2HSLlgRpkdYDYW3T/YaRUXWpPQP5yUr2EvbNv7QGq+pTpnXtsZMO\nEE1Xtc8exLHY2n/iE1Dav/cscL12YilvfMBQG3t570mCjI+R2D15O5nuTqlP\nDRPq\r\n=s8w+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"81b52b94679f5a043006bebfa94ea70b86cf9dd7","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.8","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"global":"^4.4.0","lodash":"^4.17.20","is-regex":"^1.1.1","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.13.0","prettier":"^2.1.2","@babel/cli":"^7.12.1","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.0.5","@babel/core":"^7.12.3","@types/jest":"^26.0.15","common-tags":"^1.8.0","@types/lodash":"^4.14.165","@babel/preset-env":"^7.12.1","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.12.1","@storybook/eslint-config-storybook":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.1.0_1605106899258_0.43343915776671604","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.1.1":{"name":"telejson","version":"5.1.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.1.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"fd83b594ebddfaeb9a5c4b9660c302fc07c9a65c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.1.1.tgz","fileCount":5,"integrity":"sha512-aU7x+nwodmODJPXhU9sC/REOcX/dx1tNbyeOFV1PCTh6e9Mj+bnyfQ7sr13zfJYya9BtpGwnUNn9Fd76Ybj2eg==","signatures":[{"sig":"MEUCIQC5Zyi79TX92ohQZTdgQRFoFNU+4ix/gdACPnY7wUQObwIgTjLihlCJwGd5bYWTrnSQtuFVyQFMX3Pgk6oFASOVPYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbFkCCRA9TVsSAnZWagAAjNcP/iU5i+ZuAbpvvt+4AnTm\nh6ADSAZH0MNuG7bVqLESDt0CxmnsDXvTyCNsW9swXDHfz6uRJ9DcKSYu7vCt\n0qTZE27vuY2NLDVJY/eJPkn9ULEzK0YTmNAGzWLYDflNwnOaSgTPNmCN9LUQ\nrVSwEHGvCq6UJHkxCRYWPun2UKnPX9geNmHjnB+bq9mhxtKtsBLfRN3wzxu0\nMOdBgFyNEmGgHVYLrHZKZssuCh/s3ynykFcBKjwE9chXISo08JJXqwR2QSF+\nOpPgvYZxt11skq1Fuas3A8FGoBB4zRT8OqDbQXuMwKxM7dJTSkauFGT1gvMK\n4EH+IcKp8Jt/CqWZrBx0dkMOzSfHUF0y71tELV5ZJNs9/sMjIuEk/Ig+XemL\nugIoEzhSgbfvCYHM3hbL234/VdF0cMpQeZKuab3xY7OBFGadJ8Wcqym/Ochh\nvmEwtjoIzSkgtQm4U4FPZ/rzd7HUCVnbTSZ9/vQEbQBrLI4TddJDvy+wGey2\nZusr+Dgr7do2JX+WMPripAwyH5Q5RB7bEZqwbckMRA77rRnuT/qjsGnLoQZo\n1Aho3n5u+FMFA/v35m0aHGNeJ1je1VCDwLClGeqDX22UihVl+LGdJmmJ7QGh\nNbVWSZ0DS4JHSBUJZFHyqEW596AgbnrIdYMvAqlQNff98YmWaVS6ESWPvBAb\nWPUo\r\n=rfWf\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testEnvironment":"node"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"4176566cd77b837ab0a85161d678a011cba76dd8","scripts":{"lint":"eslint src --ext .js,.ts","test":"TZ=UTC jest","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.11","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.21.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.1.1_1617713409459_0.2749341521195223","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.2.0":{"name":"telejson","version":"5.2.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.2.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"c587d0f23c50c9b8749404604e0f9e64589ff180","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.2.0.tgz","fileCount":7,"integrity":"sha512-5ALKeIIpOyu0qoKJVsCXufWwh40HrxLasi75xK8KhMDzUHLzD7Cb9epdLjnncE+el0NENIN8sHLaRVOvjbN6ug==","signatures":[{"sig":"MEQCICenFofkx35DdEzfmVPxyGCZ7io68acjr7YCvtHreaHMAiBzGx+0KBcZSQG1YH2KVbqkFu1wPUHGO60LhQSnsxr+Qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmRBfCRA9TVsSAnZWagAArFkP/2vvvlkI5bFa4hMkWHaX\nucT/tG4g80l58Vm/NP+9rloXnm4XGltrR+/2zx/l01udsQiLYdBVEtNkUkwT\nRLy01fKLdTuoAUxSmb+8IcQlLK4qLb1mozz4hAjhbVwbwwe1V7aYQUObnaB2\nHSd+FjJHuX33pqvhKXVh1XfmzF9EKB2uFyGdNfMRfF4WOepzioi2CtDQgcgC\nNGaG92DGxk/zXnatDOfj/Sr4Q1rVfa9RxZZPeFFmOusFY8fYZdWW8cziXx+6\nCgXhbiTphstD9eH93ufhGq2dG3OmJfo+nb1gJobhjgjFT0p01bmBD3xIOFUk\nwFH57L++Bd/jrmWYm1UJUUXC/z3YCZS+4pmatyDNcS9J4S5Vf4OsHAapQkDj\nvozK4gN4mn7MRIRK7/olc70r6JjARYq5BVMjnAILDCBASWlLDET/cKkUs6C7\n3wUaKl8ry84hdBUijCmU736QdQid4P0keUySENAA2WF0+A1Juz0+Pz9R7Iz5\nzCGIfqgOUoQwkqyIGOFxmj/vGXAeNjMt6Bkyksd8zz031V+tChL/x/BvhEWG\nEZMJoN95ZS0PL0k3og6Wr7Dgg56LW3DB/763hxZy6y/Otd6jGsoruFhaDcgL\nyOKA/+JiTRdcd14IfMMkkuqPaTFg839Gr6dmlcZtp6sxqM1iTdWGeMGxp6e2\nEqjz\r\n=bS54\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"3f1ec323ad0e5dbd3641223c03c8d5ccabb23e97","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"6.14.12","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.2.0_1620643935296_0.42742708545657204","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.3.0":{"name":"telejson","version":"5.3.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.3.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"ecda346ee90b89f6078ddfb702c4689a49dcc697","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.3.0.tgz","fileCount":10,"integrity":"sha512-ddwGFqXmSPKZouZJPVs3yo3+YxsNdwVBS11Oraw+Cv0DDw51Z5OH+HsOkPLMn1h7+PtOG9nGdn+Jpy/rbZt6CA==","signatures":[{"sig":"MEUCIBxhOYnD2T5D2MwGrlZLvE2SmVH0LkkIFWyrdaQO0SmTAiEA4i1qtwk4zhJQgl5LqW5/Qb/71FwvXV+FLiMaBsi9kc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgojR4CRA9TVsSAnZWagAAGTAP/13V+9f23lJHLiwaaVE+\nLMK1b2+UGhCpExhXiUyhov+O3KgXmwjycSu08bxMujwJXer0+pdEjFqePIhC\n8typgVIkxnodu2RT6Z5BYwJ7GvtsZljWKt4NJnnGanizj3aVGvhiB3Yed6Vv\nww2z2/8k1qKOMP8JC0BFkFob0zr8/6l7xpkndLCQAePV1KRDKqcjH/axJJVT\n/eAV40OKW1jq08xldD5Cq/bLCHMDc0+DsAjdXEO6PdsnGYmwxR/FTPB7GMYZ\nGeF7QXefe7mzMyBWhUQ/b1mmDagonNTvVtfo3HsyS9xNoJc5sBl+1v/a6X7O\ncPT/oMGnk71Kq3NmU3UIWjFXd2LtDa2HgioUdRtX3owoP8Y4/OXQ1pG7XNdj\nR47T9HaH6qrzFy2PB/d2MYrxgNpFl5r/sDqar0vJUDL3r0ARcgKXqqTrU8vR\n+ubxG30Xnriiel2Saa7lSztjDuY+jetIWTlMFseF0zrJgSWJOmq224SNGf8Q\nWjAJvTeoQ4B4H4jZQ7YFpY3I8HpF2KxiwqvjReplxEIelpSSuWbj4GGBlnrY\nnaeIxMVlpF6f8hmy7hFGgUT1a2phvh+s6tgFvwFUAFJX9XpuQ4Rsvrar1r50\n2SI4c5ZsXB0Zuw95XI9Kb7pSP2RLpMpWpfnmy100xYBFj74/57IWgnFhcfSi\nEgSB\r\n=ELnh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"75938cc0e93c67c28fa673613e46397c9a5094be","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist --extensions \".ts\" --out-file-extension .js","build:esm":"BABEL_ESM=true babel src --out-dir dist --extensions \".ts\" --out-file-extension .mjs","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"7.11.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.3.0_1621242999696_0.34714461613023717","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.3.1":{"name":"telejson","version":"5.3.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.3.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"456418a05a8d5b0de7d5244feadcfe1d280dc088","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.3.1.tgz","fileCount":10,"integrity":"sha512-je5hys3IpAWmf270iaxJgeboUgJL+pGNeZykvn58nbKhCGbTtiMZpzkCx6cKhsXaqAXS6uNOBOoaw/ttp+nuOw==","signatures":[{"sig":"MEUCIQDUMNCxX3CRDh7F64xoxoVH4mHkmDg1ML48hSkUPDpK5gIgehHFXupaU8nT8D/NL6TLKvNAnPIexKY5BeOJFOsrLAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgoo07CRA9TVsSAnZWagAAnckP/1DHGOaTJHEs7MmNvyOj\n+wBGtYJPVBVMPmZIcfsRttWwnbe0Ednyu3qN1nR2Ow2BccWG/vnDm6LVWfuw\nmuMC1A0jZ3p1bnFK1nDPBBJh3ILCR4tp/NJvBKqklBIwesBxmItlEt/BMGAO\nr8zMBlmWD3iUpi/AyAKqsgXH7QA9VapeNII/J+S+R/XKBpJakyoGadPn/onL\ndmW2OdyHUkznI6PP3xkSQIbjgeC1S6ryz8op3LVPYel8PYeB/Tkk6YLPViUV\nJgXfCBI4A0kVMJIJtworLxwWVSuu0yiX4pJ1OD0guxEHbw44sfvcofR5OxKd\nB7nxhug5QPwyxgBjPAEs0zLh230vt65l7M7dwHahav8Q64h36oZOxGFN6ARm\nlKoc2I79oRuYE4uGny/mH88ub3M/tsrUM7Ybg8Z1GZxit/d+sryLcHHVjCsZ\n7U8WhkMaZBY7tizRFWpXGV49U156I7bMuXVMegK9A4k8G6GcdNEFMKBPylOC\na3j/zIm+KSf9DiPL0mm4wt3nRMspZJ0KEuY7Sdzcj/sP4AhJfRo6W/F/YRxl\ndXlG7z7jhhvAhvFSw82qXHdCogR1c9yEXynMJ55L/dtSd3YEo3W8qWtNZcN+\ncxle1rOgLal+kN4nhQkzby9DSRgojTepKWUJsI8U65oNANmZMPYEgiuOySWA\nQQ5Y\r\n=soDS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"gitHead":"974ec0f73569711588f7eb014aace2fb40847d9e","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"7.11.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.3.1_1621265723361_0.402206601097995","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.3.2":{"name":"telejson","version":"5.3.2","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.3.2","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"e9d64ee142fc2d59e4c6927f72a8146fc5613b7f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.3.2.tgz","fileCount":10,"integrity":"sha512-lvtKMZ2ONxgwcMrhUs2W6zT9Z/IwUY8ZZ6D4DvUtLMl7txBNmtY0GnbMBCQ3JevQpkwxYZ5Zu0a+AR7xCzJJnQ==","signatures":[{"sig":"MEUCIQDYt/NGakrfnnDtFkh8/+wZT/a9iwH1alFe0lI9ARx+UgIga+e5bXAzAt0EAzhQIL1HQohCvuC5CZkJ7ULsjNpnCzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo4x7CRA9TVsSAnZWagAAsg4P/jp6cjktp5N1auFz2sUe\n6RGuhyUNuuPxQNngmxhrIT9v9KFNEFm+/nA3hwTT3Nq6ohTGRQNID0sKoXnJ\n+W4IKsZhCIXo1r9QiRxpan2WF9ZUmkURVT/+YxENtupwNcrgG+0PExlzjgM6\n+jnAZ/IcZoQfZ9pKA/STv51EUW0tuIE/hOh5gSDjw/wnb4fUPIbM6wEUalaT\nyQ3OrsLqpibh/nEREDMSb+BlBqhCFkzm654J8KVAn2v7A6/PWGVM7iuUIF2C\n34k7FzFXa3XEbhVeTtdn2j9yY7XCZAFKNJnnCicdScY3TU8pQH/ilNFDaGdx\n2cG4/aBYGOW3IpjshrBanfaWS9gNS91Flf0vhy8k9ibLR/bOCujibvUWqq/6\nIGszCu6m9p6C0an5H4zMvdXMktFFhQx4J/wYDIL+cHMkn1ApIsBZW6hlz9Re\nP9tjl16h/fOemgRngod+GQxpEcbAjd/tluHbf0Py9lZUv9UBRSvDbXEaptUg\nqlDeNmSCC4jegiCGOQxOx2clAen9KGYbnuhCT3S3fonULW+UExLDYrRw+kby\nviRsyqUy8XWxezEoNr2z67wGzOrDj1sd4vCwdFbM69uSdrfYMvJIleim2C+K\n451Hcid8jRGCzVhzhMYyPzQkDBOsFPQsBiCba4q6GSDE7G9/jRMP2Kx3Mvwt\n8zj9\r\n=escN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"gitHead":"1c27663191b881de1c349d84bcb51c068b5f653f","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"7.11.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.3.2_1621331067293_0.12709214380985445","host":"s3://npm-registry-packages"},"deprecated":"SECURITY: Upgrade to v6 or above"},"5.3.3":{"name":"telejson","version":"5.3.3","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@5.3.3","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybooks/telejson","bugs":{"url":"https://github.com/storybooks/telejson/issues"},"dist":{"shasum":"fa8ca84543e336576d8734123876a9f02bf41d2e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-5.3.3.tgz","fileCount":10,"integrity":"sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==","signatures":[{"sig":"MEYCIQChOa9/rUDtnrxAN1aF8mJgfe5hJFcE8V13vqn4vp0txQIhAPITF4iAaMR4QHXZuLgb697dj2957JZWE3+dC914Lhyy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgph4ACRA9TVsSAnZWagAA4rIP/0873KUnZBnxbsbS1TVX\nEQbXb+4f3Zrxdu5KviuSDMzZ8xnojOfl+LrhY6XsZAS+Lt4dWmn84xoGYguh\nQSOYZY1V7zvX+DHpOr1W2jj1A7Ydd/rf50cz1GyAesEQLHQ9TI3KRL5yRvvL\nsgeXRU2eu7FeBKB09DPOy6yOzvQIoRJYfL3fTCEnc/p9TSv4fKYiU719/4Jx\nGIaKjK6DXvO4k0V48pmiv4xgbgMhG61WypOJ2BWLn9OYvNsbQlqdTG/kyH+y\nHzBNv1Xn47HsFQrSMNSJzoNeEMIrVUDsfNEkOkeseHk+fPQv0ob0FbX6VgOi\nSdtN3AFjsc13FTrsONqBBHF1xTqFXtJuMeUiQwIub/Dg+x/HaoFvwjDbum9Q\nSsYZ3bqCv0Th3N3S2TiNUWRNd3SFdY5eT4T31gAFWoPaYrbl+WUIOxsyjOlO\nrnRvEt23Elsf3XbaZIpisEPTNRw3eRt1k2Z9PKOIktBZRNf0JzObolP+ymuW\ndtob+mIPTqYQB3BIqP0yEwKovxoRdQYvh3V9c4y7xlStg/Q36dJQwu9dcAM+\naoTytp1S6j9B2N8Ea0RUvFXLvG/hgAziK/qsCEJJVfbTslVoahgk8f4S/Atl\nyf2ws0RDXVy6OHQ3DY/CIMT2Jpw6lf4TlMZyQHcYHoPtXKakBg5XP6Ih5VRc\nb1q3\r\n=/m9g\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/esm/index.js","exports":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"gitHead":"2d67267df0fc47b01661e019da1abe593445c2a1","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"deprecated":"SECURITY: Upgrade to v6 or above","repository":{"url":"git+https://github.com/storybooks/telejson.git","type":"git"},"_npmVersion":"7.11.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_5.3.3_1621499391613_0.7623972266434278","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"telejson","version":"6.0.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"49a7e89bfa88a06b4fec0beeaec161705d3b73cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.0.tgz","fileCount":10,"integrity":"sha512-olbsfzRI5dmpnARXZaZOJeNfabYHnx9OVUx1pTKO47dHWFaONhxjdkbBOaEHTCcV81pWxeLmHpGd1zsFF3mZDQ==","signatures":[{"sig":"MEUCIEWvoJYX037cRGUWOoUpdEjGkm4BjgPg4oObkazafovxAiEA7uFwQDBNwkODdLlquO/betFJXDvuLBdTQquIazOzORw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidT/sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe2Q/+LWe6ZlOWGUL4QCtbh6qoxRF16KQBrbqIolHFPvrL/2eiADJM\r\nvdmKnTmvDlLjNFDIjpJS/AMw3uTYti2SkIit22maxVIRDYPmY9y89WzEhl2s\r\nabSvfP74HXFK3sUYQRm9aLwzBoWRy1nLzU+YAdhrRRTGCuwTepiAgxl6wCsm\r\nftSYKq/ae7yg/Gctu+IB32pbvqRdDbeOc+IQ/3/aWMRRs6QFh8UPOYD964pa\r\ngiYgyWF2FkqpsH+vxn8MrPpEI/cnE/k2Kk1hyPvTeaQs5PxL5RQhGPGVEmvZ\r\n5EZibfXwRnPopB0lqAOJ+HI0BVwBWPA9NALbWT+uo+fR4SZ3L7nW6UH6iB2G\r\n7zDrNQkE/xv8/J84fGntMfbN2OxqHuKDZiAvJ83qTbgZ6haUVOfWFFYjZK+j\r\nBgqVHvXe1C7LP0diSdS7AJReuxtBd1w/VwVyohUvg0m54ixkFQFy123WHEGG\r\nepoEqBr+N3ruKOD5OC3WFRWCx7vgtnZcrqjb9FB/GqMFMoRD33y72XLLew4M\r\nrLNEn3BkKGYRknJeXhuNvaCMmIkROlRlswG8c7yq0JyKVedxxMjjA3EPqO+8\r\nslgHUYEFkoZ6uKyAtapNQOS/wXsfpvrl3f95meXAEE8RYKcPbMYubGOVXu2x\r\nh2UpZMicocckG83vKn6YHHSMMwaKHh94X54=\r\n=pU8Z\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/esm/index.js","exports":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"gitHead":"7760f8dbaadf86c04d72c7400633b5ca7d7b733b","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.0_1651851244417_0.6875462411370707","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"telejson","version":"6.0.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"12cbf9276c75e3bb7cf226fb04a43a25236724f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.1.tgz","fileCount":10,"integrity":"sha512-qBrKVa51J1x1Iqb8VlN9yN6tFzrIm1UaADmwerFDVyDA9DNPjck6FkGRMzXf1JSZN/+EChvkhfqWaGdY1ypumw==","signatures":[{"sig":"MEUCIQDKtBvuBriNHcJBx/kkAG23xYZHBuqA3guH9aMLBHv6XwIgG9Lnghqv4FjqZIpfR700Occd37Cg6tH1p2eOBktfQWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidUNrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnPBAAnE6RwdsXCfUne465IMmkm/nWl/5usYRkjb3dnjznEYlaIR0S\r\nioK6oiGzPxSAIB/F3esdQrTc86/RZyxMOsFAFINmKeBY/q39p68hjl6EfIaR\r\nkl7WAXJJG0VGWomZs8vc4xFKZpbVL0aLICSeR+qBin6RngqHGeTLdeNsvMjK\r\nFiUHSafa1R9ejR11orpcL0d7wXmnDvDcyJr1Blat89iB9zAYhlllpxlmKuJK\r\nrk9iR/PFL3TR1GkamyHUzx9fUXd6MghSUHMy/TAE9sEuN3BghMDP51RQTWz3\r\nIj1ELoKETeHihxydk+jKh6h+owQCkkNfwMsx6zWDiDon/nz1yDcJ+TJbXpdJ\r\nSPA/Mh/ydbs2MVm9KPhOrYOyCOavVBcahE6iPoDZLMpqf5e6yiPqA0dWRdQg\r\ngYfCMnbFvymTaF9/dc2OB6Ymwm/kg75oALY3OMWAChb+9BdWo7EsutIG342y\r\n/a6PTizRkRrkV55YcRSknWtvtzWtTrjHXyV+xyDHLn/q74/X9LcL4dmTcB+f\r\nHDXs6x9cUQKpPHmAFFnGSrojviw7M+sSY0XycDZMvGPPQSliDI/rIysWBpsY\r\nESFsnyjytd7QGOXgYj3eBAKD9My0T5xk4/SNcWQ3VGlI1dCNfA0tmoj1svKT\r\nQvD0NghPI2ke6B5uK1AIohtZnItERLkPtJI=\r\n=I4EL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/esm/index.mjs","exports":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"gitHead":"e36b27504ccf45ac9c7908d030210da799301324","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\" --out-file-extension \".mjs\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.1_1651852138812_0.7263521698177633","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"telejson","version":"6.0.2","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.2","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"f6353ea0219f0000d547869caa3033f9f36b0465","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.2.tgz","fileCount":7,"integrity":"sha512-86rv20+8cP9W2Idw2c6kI9v8pfOFMIvxeX+KxNnSl8Pt843NJhA2A93dlQ+GkShok2hF52mcSDz1ibMuaxaS9A==","signatures":[{"sig":"MEUCICqWWVamTU+eFTc0l9sx8iZTc8KsWVto6o2NKr6ItqfLAiEA4A9rWx0HbjK+kdmVm6bqZjM+RSbOIcuuetrYIOilR64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieM+vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSGA/9H38zqDt+qLrhSpnCOkR22x/LpwCl0p346uXEdFk2xCHvZGot\r\n369pa/SaN7hK6LLbGYq01Ra93AlYGHmpxxCfN8Co4Hdbvt/szOa4JrUzbE9C\r\nQTghwnFkuATnFEX6hnDYxMp5FxeQcvA0wAWr/fnni9iMLwLSiWoCjHi3utra\r\n/3j90FQttp9s7Ac65XqGwS1XRBhgE4H/8owgeBZFe8qX0qrx5Pt5Nru9mknc\r\n9L53ueBOS6Zmd+UyJBFUac38lce1PwYVBIOYlyYlWBs4jSOmN3skjlyH+k0q\r\nm8iGa3Qm61S0mJk5wyL0MjgHkStjfGH1g60QgpO33V4XHkzor9WuDKbynRvQ\r\nIuo+3qO6oG7ALGU73nBXEio9Evg/p8jXMVW826GQMwqqgk3gbs6zbSn0cp88\r\ngnFze5fFHtf2kjtf+a381wcSOxE70Po+9daxMpmC+7jcXxQQmWJYY92+zoEo\r\nqxA7rKQrL44/8Yj2UEuePV2hHUyHKOtbFpwK7GbxwK95wpG8RMtNFmnCaRko\r\ntp3O33IKWqX8whdAk65RRHA+mfxsa7hfgwBd/bNwKmwZJSGuLYh7AxJL1+AN\r\n2owNME4tpQ9SMXLafY4oc+OxlLSvAE+mCNmv0sTj/x6khJw5LapyfPf/c0ed\r\nEaEpHmugxSIqGkd+J2J8AUDJp1PjRKWCzYI=\r\n=OlI0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","tsup":{"dts":true,"clean":true,"entry":["src/index.ts"],"format":["esm","cjs"],"sourcemap":true},"types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"7bfd6c94122758fefdcc6e92651cd267ee1fea45","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"ignorePatterns":["dist/*"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^5.12.7","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.2_1652084655529_0.28457623230911744","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"telejson","version":"6.0.3","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.3","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"500875573e520419f767af5c9f61408aa9c35262","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.3.tgz","fileCount":7,"integrity":"sha512-QyEIdKp6UNtPYwXV2hv2QvAZlX0Fx4KNkp5uscZKTMG3JxhjUpxGV0gPr4uNQTREDb76o0+sXOXGyfj8n+0V9w==","signatures":[{"sig":"MEUCIQDv6U93PWFpjF8GfPqgb9MbbvOwRqFvCgf2jp1vsOMexQIgN1vvpLnXMigWN6bmuko5jbbV7DsMIE6gg8rkI0l4s5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiePaVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/TQ//XujRegb2gm0NmQaC6NDtTHkjUtaRZWy2cymXajxbljm/6tEK\r\nupQwYtiObe5mn7j7nO7YkgYJTa28TKy9G0og4S3Mg9ACkeuaewZNL2kU3BEj\r\njQV1C2OVmf7CzcbLEjTTjXJPCRq+2xxLoHf3vmXTh7kAgitBks5iHVZS0nyV\r\nwCOxM2+9rfrL14G+Z7HSlyDW8nzNxc7yE+mQe7Qrf5WZeIwy6rkx51o39V0D\r\nCaJGPDV+N6/3gJRg2tlDoA6DBLCosU5CdIsdKqWt0VeD8PisAvK3he/F9n+C\r\noARdy0r8jjGCpRhn2hxdYJEpFMhTUkTVXkPGKX6nuWpnprYLbomLxz0iZmR8\r\nE1ww6C70UDVYuc+PFPDXHtDQVbiV4dVx+qC+Wnsau0nTtvjtBqkmF+QEjS+z\r\n71hWrJxAoJBvUMbNMJjM1Y6YAr2wV+pGJTs4C+VDFOsSWYGPzxIEMH7RCJEP\r\nwXTx02J+pVidSyIfK/iqCFpygKQP9fH9p8KLc2SPrKPkUO6yB9mnlfPVUC1m\r\noGrV4bXibqNpotNqbSRliMZ0VHuoFFOG/XSJQiIZVcVVljOF/3z+ej3YiYwM\r\nobzx3PMk1p1oyv6qKwX+MMPTOPypu95zPM3Fj0IUoRmdy9CaXxSPnHi5Fw23\r\nCU25e4ZtgVVLeeR5HJXoyMz4rt+57jCT5uY=\r\n=fIoQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","tsup":{"dts":true,"clean":true,"entry":["src/index.ts"],"format":["esm","cjs"],"sourcemap":true},"types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"84c81aec94b3a6369fb23fe3da37810690b23371","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"ignorePatterns":["dist/*"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^5.12.7","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.3_1652094612955_0.8610082865433619","host":"s3://npm-registry-packages"}},"6.0.4":{"name":"telejson","version":"6.0.4","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.4","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"6039d53becf381f56cceb70b3d555d9f6c2a3687","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.4.tgz","fileCount":7,"integrity":"sha512-Qgq3Z171bO4bgjFHZtw4wQAMboh0vvng2koeAT4sUbJtydDsHcbL1AsLYgDYNjww8/ZzlRd9bbY/G8FwoHD7aQ==","signatures":[{"sig":"MEYCIQDJ94B+xkblxLfXLAyN9rrRuV8+QQHm9pkv6DDdGXqREgIhAMm4cvjdau1+bOkes7ByLk+1ro/B8ENi4O5fjs2yjVX/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiePyYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYPQ/+IW1wUradV0MJXBHn7xftt0QNtNHEvNLkDHeZiyde+ck9SdMT\r\n2jf3ZEhGdOD0XVxrP6khljxU3N8AxoSJT/cY8kOqakAZbDTJDs6/fa1/DjBk\r\nzekO8iSSqTNuOJaX/1qOuXbGNrhABdO+CSRL8bCC0aLUmEX1DQNhbDgrv1P7\r\nSRP+R7mq+KjlQrPnMZ7kZeaHG+a45LDV1bE4U0zQ2de1X12Oi5yIh4Os01D8\r\nKAtqYNjIyl6VAWIW/HvIK9IyqdUopNXC6V9ptJOp9j4ta3T8QeEPxOFCv+le\r\n/PM3cPNheTmAZ+vvwPPzU4yXvjtJ52S/DNaEq/K5dDwfhVctJvPczMPvsjSw\r\n/0FwEq3thUWoCmBuggSqZgUuMnBG2ZDmFS8iaOxaKwr61vOjKrHzgZzbjPXX\r\n5IOuSM6rhSz3vXksSGF7QhP+yes91phNV/8r68wJ6T3TdR2A/lal4JgJnQsM\r\na+0MwhyghAsQ73Pr99CTT0X5WZvWPTXAu1eghu/4tcukGkRjtOqpyPahNrfH\r\nK6v2mMciTC2nJyApr2qyp6Tf2hKttEZ/9o8DzIAenSguf58yoHDU5yH+M71W\r\nbEMygvuv6RjEUTyYkjHiwPtTK/BqbpdIT1GZLGhOk5yanVxfoD6KuL5NwDVN\r\n2nLMFcreZAoHUjOac174VsIdf/daqPXwXKo=\r\n=Y4Tb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","tsup":{"dts":true,"clean":true,"entry":["src/index.ts"],"format":["esm","cjs"],"sourcemap":true},"types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"3e5aa50c15c77946502951a4f059ba2a4c794d10","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","lodash.get":"^4.4.2","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/lodash.get":"^4.4.7","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"ignorePatterns":["dist/*"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^5.12.7","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.4_1652096152499_0.5140027257612605","host":"s3://npm-registry-packages"}},"6.0.5":{"name":"telejson","version":"6.0.5","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.5","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"785b5b34a087a98af70bff4be5abff0ef6c97d89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.5.tgz","fileCount":7,"integrity":"sha512-l/dfVxxDqWOHC9XKad5m1p/mWq1ksqk4rA8RTarw/Khq5SXkcDMllWa6xp96nEKWxUAigeDase/mPThjRy53kg==","signatures":[{"sig":"MEQCIHPSVNxXW52RK7/2MaSeuBpUJ9mkbDeInW7sZ3rMZ6XlAiA10YGfN/ggGNEwOrzYJzZTSp9LKyJCu0GD+Xed2XiMJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieQkJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplOQ/+PQFVLn9xUamiMH15w146AA0yiOpbMRBQjIf2mm9a+APxMvJc\r\nIE+VAEstVjHqJ+nzXzkr21sfxXUeA8DevyQnGOV8oXvrCvYA8zzuPV7MJToU\r\nVLFqXBWCOKT3ThTFKMQ0hVtXGBJeq/nhQ7Nt/YLFbAEydVgCSh/EKJ/DD0Tx\r\nDLfanN3UrLHgJivNf5CUpRp/8EZIqKBy8AtOfMEI4RbTQqJGULXNCfpKJXQh\r\nNO5lWdGxiko31OO56iUZEVhhIVVKf8W0aUYq6nIS316j0qJVRHM/mD10fI+S\r\n8N9bko+evaUh6izIOCjoFq6u9P+9u/aXwe2RJt0O3oqDIgHHo+ZMeswmlW1K\r\noC8Ss+WoPxxiQY00bkPW8GomHzRv/XNHBkLWeB0l6lDZWrU7X2VzUr7FqreS\r\nb1ccpFMzFEItK38zeVQQ074YTcoAU6zL138J9fjk1JrDvgKMBd1vp3yl2XwO\r\n3SzubwkntTNbrsslwFmidytviBDIbG0BLktHdwVdaie3+J+rYnABHFBB6Aht\r\nJV7AGOx8ldIqHTw48Z0xJabr+hAzTrXfHxWOLlYCKMs7a2fxthiONGAjOmhF\r\n2sDeVMRDk8l3CR7qQ1Tti3oW2xJSZ2oXv4CPy1Qoir3LViXqf18siS5YJ0E7\r\nVQRP4ru57gBIQ915Ccgl2tEuafVPS/QMTb0=\r\n=K7Eb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","tsup":{"dts":true,"clean":true,"entry":["src/index.ts"],"format":["esm","cjs"],"target":"es5","sourcemap":true},"types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"cd25fdff6252b6ff10ee686553b08b80ac0a4145","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"ignorePatterns":["dist/*"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^5.12.7","eslint":"^7.23.0","prettier":"^2.2.1","@swc/core":"^1.2.179","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","lodash.get":"^4.4.2","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@babel/preset-env":"^7.13.12","@types/lodash.get":"^4.4.7","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.5_1652099337192_0.9162926902188768","host":"s3://npm-registry-packages"}},"6.0.6":{"name":"telejson","version":"6.0.6","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.6","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"d9cee70ebc8097808e4800b4a0e7aaba9e606714","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.6.tgz","fileCount":7,"integrity":"sha512-nJV+KaJAgD36wQeWZsOIE4kHvYUlfyNBF39yobm14W4QBmwwh33WfX1rNLIZDTT8RSovhZc7e3N0Zra7W4uhIQ==","signatures":[{"sig":"MEUCIGWcGAKtVZVmDlkM+eBHpXx+dMrkxjVANsEApParR7HcAiEA7NdJOUwU/MlxFGXCrMjYWGi/f0YMbzr8v5R0vj0of9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieQ/1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ5w//ZI6xYhYKYm9HZl1adabwwDi05beItYDIkEhMbxzDW94tmkVr\r\nUbL+rcRWWw5RUb+2X5Dat3RrOuPdee5PmTsHC+DOmiz35BFBFlSu6Y04cQUe\r\nPQgLkJzpwXEI6ymT0WslCsC0hi+clPb0OH8U1HDlqekST5XFbBqFf7bZfomx\r\nSltTf0u8kYA4Jcy0wB5thdZ+SUxVz86V3+Nm2jIPoGor5IiKdgrzJHqy7q0r\r\nAD6F598Yz1TdyrpObokHb/glOLgrtNwZh+s2Kqw/RRKRMVJehmRBim17Es+U\r\nRn88An80JMaPoCPJfkhM5D4TaLHrNvph0nA6Hw+lL638GFux4CpR0Opy7OXN\r\ndvIKQ2443AF1cSItPQaMN3rSTzGXxZIGkz2Pbocm1VATBMCzbCn6BoM2wjgO\r\nBn2os2htwbbD+t4rWBh383hD91vkIMXFNJXcbymuAB/6OtumXEh+NU6ov/pF\r\npMHGvGek/FOk2RIHBtmzkhXmQh3y/PFgeedFVY0dTMuopRlrsnkSt5ENA07G\r\nCDU2QMIsKBVr2fe4cjF6dkzW7o4HJ2u9m+pqMfMALEWKq2h4GtAfjM7fTnpQ\r\nRQhoCFXFJ1DPNdGHMwSb6mTBBpZgQrjFXWQomTq0ixXLDxQsKkIpQE9S0laz\r\nhlEjQmHYpecWJ1DHTaNhNBGgKZ4B5SpPGDw=\r\n=vuFD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","tsup":{"dts":true,"clean":true,"entry":["src/index.ts"],"format":["esm","cjs"],"target":"es5","sourcemap":true},"types":"dist/index.d.ts","module":"dist/index.mjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"gitHead":"c045f04cd7ba9b7870ac0f8e51db9a23003a83fe","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"ignorePatterns":["dist/*"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^5.12.7","eslint":"^7.23.0","prettier":"^2.2.1","@swc/core":"^1.2.179","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","lodash.get":"^4.4.2","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@babel/preset-env":"^7.13.12","@types/lodash.get":"^4.4.7","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.6_1652101109294_0.3638126275931821","host":"s3://npm-registry-packages"}},"6.0.7":{"name":"telejson","version":"6.0.7","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.7","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"3f9ab3a52d919212c7babdaf1d45c52330f00e74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.7.tgz","fileCount":10,"integrity":"sha512-czRFW+TYoDnFWAuSxE+TrSfyhRlQmaVyNfuXCC9GLjAw+cLMo7U81ud+QrG22g+cUTjrAuLUDyMoOA96GRj/EQ==","signatures":[{"sig":"MEQCIHQi+dA01jP1ePNw3sIsR89LDA95L7sdwQswoqqCXwCZAiAlN4ezYDmVqozoAJKtzzfIwFOALoeTVHkVQJDKpd9P1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieSGaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9Mg//QFLNyUGmqmTnNj1ckl2WJtySu28MQ/vsBk/zRdkK0h05nkN6\r\nzx7KFCGJhhXyn8GqTjFrcsDeZE9JKZp8ElfPN2YNL7AXAwX4gj2SJzMta2gD\r\nK79h/mtATm+b8jybcUNAgx79/F2YZhZFdpih+QNQtTxtgwXQC9VK5rV05OlV\r\nc7yAtJrTQp3dhrB5bfJBAUIz+n+3PXu7+HuU+V1dEKlJxa8X1fNgVy3wxxnu\r\nWmBTKh/0PRg9yz+qvXUjJ1FQ48tv4YsgmGh9Dw+nfwP5NtK7/PzM/Kz84boM\r\nAv3BpPqkIU54WYV42PBMzOadPV+1v7J144DLKDdlHaky0pNZ1ZBfRZxwCrfP\r\nkK5dvmxVVHYxjdxDu+2xqpoTqxVFT1BeOib++UY0NmYvVFuoZGvNANlKMYyq\r\nz8Ob/6ZwbykLzQURwNbh2vblqGQGXvrZP2H11NQHWMT6gdFepjAWm2Jcdkv/\r\noBQCPxdhF/38lKmB+zwLKtJBjMBBuPyLR0VQaaxgEpXm+UsDwkcKjFj/mZTw\r\nGB7e2+VE3vQmO++Zg4TZSMzyNHjDEgwEfOYo/+LRKbivmM7UZJZg3oJL+C4l\r\nPdsgmZyUDu77EImY6ogFZcAu1rn47YJIl7ZwiOzT0cHbaWZNHFHEBRdWXcWa\r\nPG39yFuKlGuSY8w+s2CmhW8LRNUfbT1/drw=\r\n=Pei+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/esm/index.js","gitHead":"19ced949df9811b78131b10a0f9eb36eee95cde6","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.7_1652105626284_0.09654835150019037","host":"s3://npm-registry-packages"}},"6.0.8":{"name":"telejson","version":"6.0.8","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@6.0.8","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"1c432db7e7a9212c1fbd941c3e5174ec385148f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-6.0.8.tgz","fileCount":10,"integrity":"sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==","signatures":[{"sig":"MEQCIFs28V1iAuYvlId8823TpqWX5h6/KXrO7YmAyMijutG+AiA/DDh9tBMTifp62xA7WT1CCsPygY+If31PXcPlWZcB0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieVqSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTPA/9ECOrGWU6Hho5kBKO0WrWos5UWgRVQSyUw5LSSL9pFhjG6gHr\r\n8LWI6rq6REF2YQV5bTT0bULiDVJftt+hAso6fUH/n9+vJuLd5W267qtYGazt\r\nPGDs1tf/+naB3kK8O8Puwit3AebZcGI2aNRFVxFdPlI8HkQXe1QZPMHObaou\r\nUVGrWnOLrYCN+ubxwptaH+ru2D3/ypLVyazXKvsbfVkEG9iS0kZrzBGlnB5W\r\nHHSS8mTrNhtIDNW/C6tT4sUzmB5mLrIAv9Ojm2u7lbDGhmGZ4ILGfWu5FNyj\r\n3eFuStmIzwjU8xMGa5bjG2O1jvAt+3WDZBgcA931WozCersY3vT1kdrFe3S/\r\ngvr9GRZYmkAJdkGf/j3xsK8+X+iQgz0AWi24J98DRDBEpEk5qlBZW9fpur/j\r\nLZXrqZq9BUizt65MJthB2kZZkLoQsoTTpLUXEkJUN+ZGFbd6oE5CFXT7nAjx\r\nMmQF2FtUpvXqsafiFpsWcvP8GhDg5E1b9oqE+Jl9XuCC7Fe1x+TAoelgXlMS\r\nRGMn2dTWmCNfB0IgXUcdZ6b93PgswN5daF+aRRGkVBQC9LpX/12syzqYYyr5\r\ng6izmmifvRwjiv+MqUkWfn/xKRhKGgp/CfymLhbIctwh6dPqHK1nRJcpjjpw\r\ntzN1p3tUlpRJP3Sf6xkk9yleuUiqxiLG91I=\r\n=mDMb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/cjs/index.js","types":"dist/types/index.d.ts","module":"dist/esm/index.js","gitHead":"b9d50256a8580ab00133389664ad4dc768c68080","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"yarn build:cjs && yarn build:esm && yarn build:tsc","build:cjs":"babel src --out-dir dist/cjs --extensions \".ts\"","build:esm":"BABEL_ESM=true babel src --out-dir dist/esm --extensions \".ts\"","build:tsc":"tsc --emitDeclarationOnly","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.1.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"global":"^4.4.0","lodash":"^4.17.21","is-regex":"^1.1.2","isobject":"^4.0.0","is-symbol":"^1.0.3","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/is-function":"^1.0.0"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"]},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.23.0","prettier":"^2.2.1","@babel/cli":"^7.13.14","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@babel/core":"^7.13.14","@types/jest":"^26.0.22","common-tags":"^1.8.0","@types/lodash":"^4.14.168","@babel/preset-env":"^7.13.12","regenerator-runtime":"^0.13.7","@babel/preset-typescript":"^7.13.0","@storybook/eslint-config-storybook":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/telejson_6.0.8_1652120210541_0.16335780758939156","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"telejson","version":"7.0.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"f7ec6abf28beedee06d53b7cd727dc7d70e2bdd8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.0.0.tgz","fileCount":21,"integrity":"sha512-G8DJUr7rSk22UiFmU23E3t2W23fGFylB4xcy57aW1N3MgU3vdn0l1+FljVOCzPLBncM2SpwkhTqG2awjuDBvOA==","signatures":[{"sig":"MEYCIQC4/cx7ZEG3SLnA0K2i8mnBSYqlMOYcP1Bn2ELu3q0xIQIhANz7e+kJ3Qp3kRNTVxkXwVOH9G/SprDItb1NpA0vNRge","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhMV5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQwg/9HU5CQDTKt+jBUZW0TpkU2gOG63y6svAoxkt5O37Zy7dMtrGg\r\naE8htbl2VpGKP+OSwquNr2wd2j7yXXChRrtvY/NnHzW5St6nqP8lUKcKiOis\r\nC+W07ocLGksnIsJRupS4BUK7traZVnWJxzJbB4XlXHEI+zRjztnN5lA388W1\r\nBLeYrUHvbvRIt6yrdmq493Sw0iVOXdMjqMl9RMoHkGp+nUmmYGiY51Y1JzP5\r\nY9ywhFiZSC12RmDUPL2D777K+EexSeqFEdXLTtGvaiy3HodveYJtkB+hK1nt\r\npAH1LyelbdFSjqiDbTzeHJCIR9LUi8TrMB1SD9sNgc9VW3GGoEv3Nir1C5+7\r\n00/LVRh9c5jPtth1F8QMzGm1mX+Q2w6S6Hv5SZPk52gfxwyDfC8vEWVam+dj\r\n8uiCZZIxwALDZEFKoF6977G+LEDtMM/Q1aiKEm+K0S9+ZJuWuqcSGdUtjnxk\r\n5KbLaE8y8MGLkV/pkVuPOQzTSPlb9rTgvmjgqLnmBRTrqJoBtwi3zUeyBMyY\r\nVL/7+IQeB9c9oDtkGvotUzwtwLRzOfCNNCWdLmZxS/CjzPi/VdznJYVUPHT6\r\nSOhBQApczMNNjEZ3nMBnAUJbwi05oWGhmDzfcpaKa3CN5ebyzmmKB2dSrDDE\r\nxF3CB0FuJkCYLmUXf0z0PIKd/G+NQJEr0jA=\r\n=R4n9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"88bf5a9752a553a34ae9f64e4933a5c1158174a2","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.0.0_1669645688987_0.8157783086894559","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"telejson","version":"7.0.1","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.0.1","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"56fa8d8761820605df458d6c69fce405b182afb9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.0.1.tgz","fileCount":12,"integrity":"sha512-PWKyVe8m7WeEG2eT5s74rk/WsVnLeSBVycQGrCCvcGN91lZfL6FRVPYmWc4yOEXCH84M2HWLnJQ248Pey0XEFQ==","signatures":[{"sig":"MEUCIQCGFhmtCLBVVh5SHrzVEr/lW4vsBooQgd5AD/qa3LZSSgIgKZ4aDjsXYevos8QFWQuKnlwN8LxnIW7XNxfbG0VH2PU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhMmVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmol0w/7ByN3kjEKBeTSJ4aKajdf86nK/eUcJY0ukYr1CmPUHx6FdSZZ\r\ns6hfmIsR0Tzrl9WL8w+foaKisF7A/BH5xUYAC9gS3N+ecfXDWZSgKlzPpoEL\r\nebv5pFD+bkMkOzFpAXmQ3NbzpT4NUBEx0b6M8lkl/WLW4Ly1kQheinzKrfJv\r\nWGC1QqS8OxsEz5yYubydgzO3FhmUjWvZHs/Q+1TwxV8UeVQkEs+tfVqg0RTx\r\nxOzeFAW8szR/MdiCgu32Vx0bzRnxuk/URwddskcK/l4M3Hrvtj6yzNtOYo9V\r\npi5X9Q4c/ZavuFEljz0XPy/qcDv/dXlVaLj0xob7iqNVB+l64KhvAojQ2eWL\r\nMCl/ijlvkjedpN7/LTsTYRqDJoQV3O1cqqw5Uhrj3MQCNIl6Mr4qTIZ/sFE5\r\nyhgNawS+oYikhKq841HDxGIxbDcCd+eUlErdC51TR/IFgateDmNjG6tXOuMA\r\nqt9sXXsX/rM+FJk2CPT2frDNOLNGRPPdijgemDJ0gp0HYrG+E7eGP3v8huEN\r\n6VQ9hodv6Sy3L+oaPqBGn39rINcLA3Z8jwTddg+0lspj/qrV8Y9Aw2dSX6wu\r\nXyNO/cd+U74Ntouea/nC945BlDFD4dTMPpHNZEnQDmGqdP/fQ1AosT5gdbBl\r\nheZIdc0ej4QqvmpBnhMwsxljQmNlhqy/TQw=\r\n=Dqdb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"e10b335043d01533dd38190354bdcf71673bf274","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","memoizerific":"^1.11.3","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.0.1_1669646741481_0.8014117612833593","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"telejson","version":"7.0.2","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.0.2","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"094971ccb5dbb44ee53c4dc5837d0340437dfa97","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.0.2.tgz","fileCount":12,"integrity":"sha512-OTsQhcVok5K9sMsG5+DnRwJ88mppouqwDgW3w2dbCQnLGRKUs1kBCu7tDEt4imH/VNEDIL0v6xFj/JdeMCSSAA==","signatures":[{"sig":"MEQCID9grxT0d3gPDCtiZUxQ2Qi1J0VMydRj778cQZArof9aAiB4XDwfdjnqCwg4kt6+DQlOAXjaKPWE1plcyHWw3JFh4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhM5yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOEQ/9G+hNsHbAnZHRjndGQj5mXlB0zA2N5/wTGzvLZ1FCRErLfO57\r\nDCffuMuVtoUncJXUsqgl9+FFgde/A3SroX3MS7ansXRQJ3JYvEZKGRNu1Jeq\r\n3kd6K7zDViE7O0XGOhejRCXeto26lbmlCr6YAQIeNSfkBGxjj08uQ6qem0ry\r\nSakZpjz7oioPPCYj7AB5PLb+ztK433SAkp60rEWC/ahHjhIoY80KmkDovhfw\r\n1S6tSwmb9SIdCrN3cUb49QQglXVIvvn9ueCIeP+3YNEK0wKnP08ozc8vskSZ\r\nAG9g0Ere06oPpsmcNZ6xwQ/N336DJxemg0/TaNbo2nQJ8JUW7HBaiEBKGZml\r\n5XRbmSHPHJWUFQ+RBAAr7fbUOr4e+UfHicJJS5OauvvKOR3BsuA4WZUJjoAY\r\nDc+/JOs8Nh3TV9ZYWqfu/+R1Ez5kdcv4Ym7SnuJYQNiae9zVbicGq9CjPbnz\r\n7c4rRkr2elHu5T6Yzd8/o/O3UkgYuWv9catHq+eRx4m1REbM2cNj2IxSUvF5\r\nrJ7gC0om6K02nWeb7FmSagVjGVLF5RN+QkLh0rFi7+ZVTsVZo23gQ3WmHRjh\r\nDWtg4nmWhLpM1y7zkoIO6cGZVBt2kEUfJi/r6U7znKWBp+rAeB2Ufj1KVQ1d\r\nk+hDEMXCTSgF+5bmJBp3H74AxySLql80b7w=\r\n=dG0h\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"d6729af2ae2e5f777ef3f1a7d953c60abd832f3a","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.0.2_1669647986430_0.533569606841972","host":"s3://npm-registry-packages"}},"7.0.3":{"name":"telejson","version":"7.0.3","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.0.3","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"61236192ac6fd0c218f45b2952a11eef9f8744b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.0.3.tgz","fileCount":12,"integrity":"sha512-Oj9M8IYGRiJVUY6jarU8EImAqys4hCDYoeNP4r6muMZKGukbsArbv1Z9lxKQtP7eLdRJCKvwI8TNCwjZxD0ryw==","signatures":[{"sig":"MEUCIQDe3KJsbx/ZfUSadKqNHT3f7P7eKilBq5RhsPEu8X7upQIgFD1URCqY2j2zlLbbYrFlZvGBpoTxJAni3TwAlV3iCT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhNOUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq74Q//YW6Bb6av3ljkPoYJSJ6YO/z32YfRQv/v93eGJ7+CEZN3YzCn\r\n7PTpzILtAFgPAQb5FXr9dWSsL91pz/mwXhpbdsaTecHTGxeJF5I6qOestHB9\r\nxPiQidekHhz/76nE82emeTcKrVo9MHb0zTa1i/kkiEZqSSHyC1IQdnm9ZneX\r\nVPyn7gjivQtRt7IruqBycOD72DDtjEVsYC+Dj3sY/kOadvynyUscCUATCg6+\r\nNF+QRGpUBwMsj9YVr1OIE1FTdOa84stK6PMpK4Z67wgp3ESXw9ey6LFDIlnD\r\n59e6BnbifbAG6MJzFEDgFC1DWtiPHH1Adirk6tWhVy2TmJfr9J59K/2ZVfWe\r\n4oB7RlQ+cZkd4LJKRaqgePm5lKeLANFFl98Abc0BK3jO+PUWzltqcK+04iM5\r\nBydoOWcWSrILO8baP1p764AJ5YCGISfjOEGOj5tpyrbgMlUz8jVwowRhm9oq\r\nYbpBG62qMLZiScO+nIAodyFGZq+2qeRwSjf5LBgOTeQWufdNB5YM2yfny88y\r\n+mlLakeTAtmyx3PQ6eLkMTXC6piAwXoSDwuRn3HY1+FuM8uyJhnzm0+yo6Ff\r\nIvIJblv9w/YLdblibe63xCz1Re/kI41Qm7EE/uXP/QnGSyAOa5RZXMrhxG5U\r\nD6OOJAURs0epFPAO40TI2NQKuNjjVJgusxY=\r\n=a7qk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"0a950737aa8add209676796ae9a8c83d4fb8fff0","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.0.3_1669649299807_0.30254665112225076","host":"s3://npm-registry-packages"}},"7.0.4":{"name":"telejson","version":"7.0.4","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.0.4","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"2e88c0af9566b4f687622ed490588312b2bec186","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.0.4.tgz","fileCount":12,"integrity":"sha512-J4QEuCnYGXAI9KSN7RXK0a0cOW2ONpjc4IQbInGZ6c3stvplLAYyZjTnScrRd8deXVjNCFV1wXcLC7SObDuQYA==","signatures":[{"sig":"MEUCIHDrFazDJphfqd0k4TtzgDL0gTooMqpH9Va3+jY9CYuVAiEAsyVp/eQrdNDGdBJA2OvzZe+++5HsubAhglecYJSS6yw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh4byACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpS1Q/7BZ//TPHTNKRJYLoDV3pWebTtCGu+pJn5c8pehpM2aUOcQkNi\r\nT84j5cc8yYuq0O8HHkw42q+y/balAUCH25kr7DI04E7T0E6/QygF3+AzKesF\r\nxhCul4plWPaqvQNSU8RoGiPI9btLPgSVUtjkCMVUIkMpFmBKoxri+3f7dw46\r\nJzbzW5KXzFR+QJwIkyga4c8CSX7twxktzcrmeh3j9RTai1CryMQwtkC512Aq\r\nixEreA1k8vX+QJz1jtP5qF/yEnC756bNCMTMZJpn1Y3pn0Da/epwC2qJ0fQs\r\nlAdux5QNDoR7fndOxAxezr3UWkVq7CHuYyBWffVVgS6cETrjnbE5JhbE9Jrt\r\nhE1qnIb94oZtjpa29y6CiZGT64Ob3BSDMoyryopiJnCTCL5X3VhBzIMbwoRd\r\n6BPuViqA/2VGiMrU6kwuSJh3yCF/NHsdJmL/6DJt/1VNh0CeHj1nCF1KbQdy\r\nyt7VhlY3H7ZS3NuMurBr/dfeGYFYZK/JaIz2KEVmujiCVkecIhAFV6z9hdWy\r\nNhc2K2ZDaL3I6f0JxGOm2YR14u7OA11dzReaSo82yvo+JM68LICBxDQBSZU5\r\nW/7YiKYuBC35ytH9uc+0Xf6gE8z1wrWBetODDEQQrPd1fP96OZX9NwdNy8Md\r\nwCH6o4bETS/jV8gklJT1CwcycbcAs33APzY=\r\n=t1r+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"aa4dde398a207ecaa55063a4c10e4183fc340612","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.0.4_1669826290503_0.9704783389374403","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"telejson","version":"7.1.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.1.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"dist":{"shasum":"1ef7a0dd57eeb52cde933126f61bcc296c170f52","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.1.0.tgz","fileCount":12,"integrity":"sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==","signatures":[{"sig":"MEQCIHnhAkhM25eJ62eHT1HxCJJAEPPQzVND+ZcrLv8qSw7YAiBauBKtWGhFl/Om5fzmZOEq6U3eZGf3UuJCeQQ3k+IGpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKqmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVrw//XWW0fpoIait5+RPvutxb3k/bcDhNiMi0iHZS8C7PjOvyplS+\r\ng9cUB6sMDLXMIryafOPdGHJB+pK8Z1p+GbWGNFwIwK7lh51z6QtLmQe+W/Cq\r\nBbdDO4crdJCDBTYw26utSexntmLFHG5O8i/IZr7o7Hg1hFpxw/1wJLwnaWlO\r\nbSm3JCNmc3RwG2ruI03Behlg3qWQdhANF1VndLkKkY7u3iorT3frADoE4Fmq\r\nJMjsCasa9wFpiQwTT3PrUkxv5PDijuPFNvjFKuvj8DeWKN7t1/Llw6FvWUeO\r\nfnVFQaSwkaUK+1G1cNy15xlhdLVEs66UmGDpW1pvVTqsOHLmVpUIJolFh3Or\r\n6nWPT0isSz0lL+ji/INAS+22YrrXvSVZc8rM8KyoH7eLE6bPSZv7wbGnARAW\r\nG3UkBz+PiCAsaKH2+5YfudFEvf49S1JgFCk+6L6Tu3YZZ3iwlkk9Yug6HweS\r\nHCq3TFDXXk4gE0RHdk44nn90lmdcuIaQUctQMXqWs/YFOSO0bXoMO+UstoTt\r\n7IDT+/uCG1JXwFWJnKyCU29EHmcyfDc5bjL4cDObwQ8vaTFbLbdYSV++7/IK\r\nlj6uxqGrUfAZcNQ12U/WzQaCHw7MXNe7QlBSq6JiAZlMeoe7+/wY7K/zFjhO\r\nzPE452RE0kF3nPMV5Uo830zHAICz6njBqZM=\r\n=Ko4L\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"908e473576f14e7116701a8092f031364d980ec0","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"ndelangen@me.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.15.0","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.17.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.1.0_1680517506962_0.7859674064164388","host":"s3://npm-registry-packages"}},"7.2.0--canary.101.39fab2d.0":{"name":"telejson","version":"7.2.0--canary.101.39fab2d.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"license":"MIT","_id":"telejson@7.2.0--canary.101.39fab2d.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"858112292a5369edef3fdbd4d6d2dde29e47df26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.2.0--canary.101.39fab2d.0.tgz","fileCount":12,"integrity":"sha512-ET7LK4IMw4R224d0r6OcrWbufblQgKAIdltpWjoHPu+Cao3mF48G3ql1PodaBsGc714W0REAGRITmyl1XaJygA==","signatures":[{"sig":"MEQCIEfuATchxei8QhvBLqYoZqNgD0NjG+mxTR2iP/5UL2mYAiA4xOcIVK+XoPPNEe131JRlUT0UcsQtf7OamqYy+ULEHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119012},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"39fab2d13382bce9db8240c76db38a022122715a","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","release":"yarn build && auto shipit","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.19.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.20.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.2.0--canary.101.39fab2d.0_1692596993062_0.3572606560052183","host":"s3://npm-registry-packages"}},"7.1.1--canary.102.d98334d.0":{"name":"telejson","version":"7.1.1--canary.102.d98334d.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@7.1.1--canary.102.d98334d.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"73ec8d26b09cd25415f2b7596d522e2db475085a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.1.1--canary.102.d98334d.0.tgz","fileCount":12,"integrity":"sha512-cRu3nc1NUDY3N+/IwgalV5Rg4nr29v1j05xIkD7JUqA/lK5/aK2K5Urj6LIMjzR/0eelPyuct+nFxAAFQa37jw==","signatures":[{"sig":"MEUCIQCm+63RI10jv0ZLFjAbvcnCohsjilj8kM/DXWNBcjr7KwIgIQ7gqr22CPWBlyOZHy0iYDaQ1MMiSQfa5udmLwSAfOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119044},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"d98334dad8f0af7c53e839804d8eb4b10faf09ca","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","release":"yarn build && auto shipit","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.19.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.20.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.1.1--canary.102.d98334d.0_1692599473624_0.024992199192860998","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"telejson","version":"7.2.0","keywords":["JSON","cyclic","cyclical","date","function","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@7.2.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"info@ghengeveld.nl"},{"name":"anonymous","email":"michael@lab80.co"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"3994f6c9a8f8d7f2dba9be2c7c5bbb447e876f32","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.2.0.tgz","fileCount":12,"integrity":"sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==","signatures":[{"sig":"MEYCIQDy4cgCVSHgg5KVJXWWOeVGP2r4PiF9nXujSx+Fmb8z2AIhAPxWmoGaRfQ+EAfa+EfaBfX/J1v5Rlg/hTrxMSZeCgl1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119022},"jest":{},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"d4d6cd0574a7d866e082e4f964c9e34c0d8ee037","scripts":{"lint":"eslint src --ext .js,.ts","test":"yarn test-node && yarn test-browser","build":"tsup","release":"yarn build && auto shipit","test-node":"TZ=UTC jest --env=node ./common ./node","prepublish":"yarn build","test-browser":"TZ=UTC jest --env=jsdom ./common ./browser"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"8.19.4","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"16.20.1","dependencies":{"memoizerific":"^1.11.3"},"eslintConfig":{"env":{"browser":true},"extends":["@storybook/eslint-config-storybook"],"parserOptions":{"project":"./tsconfig.json"}},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"auto":"^11.0.1","jest":"^26.6.3","tsup":"^6.2.2","eslint":"^7.23.0","global":"^4.4.0","is-regex":"^1.1.2","isobject":"^4.0.0","prettier":"^2.2.1","is-symbol":"^1.0.3","lodash-es":"^4.17.21","babel-core":"7.0.0-bridge.0","babel-jest":"^26.6.3","typescript":"^4.2.3","@types/jest":"^26.0.22","common-tags":"^1.8.0","is-function":"^1.0.2","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@babel/preset-env":"^7.20.0","@types/is-function":"^1.0.0","@babel/preset-typescript":"^7.18.6","@storybook/eslint-config-storybook":"^3.1.2"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.2.0_1692599931527_0.5384570819761683","host":"s3://npm-registry-packages"}},"7.2.1--canary.106.06466345017f.0":{"name":"telejson","version":"7.2.1--canary.106.06466345017f.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@7.2.1--canary.106.06466345017f.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"cc2846e420797172e2fa876d02c88bc11888c4d9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-7.2.1--canary.106.06466345017f.0.tgz","fileCount":10,"integrity":"sha512-DejyG93so9hwziCmc5CCThRMJiDvM081YdFB9irvHKsj02L/47re9d4AVQ6+jeiQqN+px19lD58zTWd5oxRSYg==","signatures":[{"sig":"MEQCIGLgsIKvCjNInLHtcavBgo2rPU9Gm2amiQMhu1FkSPX7AiBnYWLkiRpJJOptF2kyxJsvykyTQbC2D1rrvATKSqk4sA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142920},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"06466345017f3b04acd7d047450d8a6f49b425ab","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_7.2.1--canary.106.06466345017f.0_1743428021004_0.28562472475167633","host":"s3://npm-registry-packages-npm-production"}},"8.0.0--canary.106.06466345017f.0":{"name":"telejson","version":"8.0.0--canary.106.06466345017f.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0--canary.106.06466345017f.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"dd79766d4a36029bf6a4b59a58a8b312a8ca4e25","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0--canary.106.06466345017f.0.tgz","fileCount":10,"integrity":"sha512-Y+18a/ewWGkhNaO2uMOYiBB1gKTQ7/4Qs5rWqWoxTEfkb2+UjqYkjcY9HViq7F8ulhUWpIBCgoDLa734J534KA==","signatures":[{"sig":"MEUCICVpHukCg3zbj+kX1Fq2dHbWkuPyzSmvHeSjWZt+JrCAAiEAwTMOOwHo8p+wF10NV/w6IeAJ3Xx1HJpxBdLCMO6iNJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142920},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"06466345017f3b04acd7d047450d8a6f49b425ab","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0--canary.106.06466345017f.0_1743428087080_0.808190346544607","host":"s3://npm-registry-packages-npm-production"}},"8.0.0--canary.106.5f3b7b8.0":{"name":"telejson","version":"8.0.0--canary.106.5f3b7b8.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0--canary.106.5f3b7b8.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"b81ab5b8b74711affa3ffec87380f8845bc12bbf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0--canary.106.5f3b7b8.0.tgz","fileCount":10,"integrity":"sha512-qszzDN8GGE73XBbI90OqkDbV6bgyCHospjVb6dBWsR5abNcGggz8y3V8J0LKCBzw4pdJ2yZsJmjl5P0Sbrp0+A==","signatures":[{"sig":"MEUCIQDlPCwPA8YndS0x5Wlnky/MvoNIqfjOTS1lxRKrfR3r0wIgJOlmYrLmkOT9SrZT8d7hZbv8Jvt9LdbafM37Cx+T8BY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142915},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"5f3b7b8738adeb272dd096d843eb6408642b438c","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0--canary.106.5f3b7b8.0_1743432574769_0.6676208092966827","host":"s3://npm-registry-packages-npm-production"}},"8.0.0--canary.106.e4d79ba.0":{"name":"telejson","version":"8.0.0--canary.106.e4d79ba.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0--canary.106.e4d79ba.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"80af894aca2d5df62b2af675bdd8ff438557919c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0--canary.106.e4d79ba.0.tgz","fileCount":10,"integrity":"sha512-7dbPlqvafd5N5NCzymUN8TAxJEz+yh7xKqLiZozDxLLCEFz58+nl5jt9Azjofyf9u4ul1IsL0A2q32ShP6Iz4Q==","signatures":[{"sig":"MEQCIDP8H63L0Ax2Hl2WJLtAkH88fupCrkfMq3u6DQwU4z3MAiBxBL1mM0UNslUNvxP/EQZ/+AGyJjLGQi5hmQpXrGZYLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143047},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"e4d79ba0b0c62a6daa4e55fbd7ee6bce69d42e33","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0--canary.106.e4d79ba.0_1743432678216_0.4513760030509735","host":"s3://npm-registry-packages-npm-production"}},"8.0.0--canary.106.f33ea3c.0":{"name":"telejson","version":"8.0.0--canary.106.f33ea3c.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0--canary.106.f33ea3c.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"abc3e03866883e1a6588fab0a60245ddd5cd7ef1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0--canary.106.f33ea3c.0.tgz","fileCount":10,"integrity":"sha512-XqQeuAz+Izqb38ell+AbysiUdhfxyOiQNS1hp+tpeWeZBTzq5nWZk/uuIUI9OI8yZYj6GCqJA03f/fMM6qaQ1w==","signatures":[{"sig":"MEYCIQCN4urL+2wL3jVfhaM941FjgiMp1bmsFM8NFNkUD4vetQIhAM3gVT6qGUE3Os9sIGFKWuWVj/Wcer6Q8dERZReBXcZy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142708},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"f33ea3caa8bca24b099069f991ebf2504fff6331","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0--canary.106.f33ea3c.0_1743433007703_0.02901549309532858","host":"s3://npm-registry-packages-npm-production"}},"8.0.0--canary.106.377d63b.0":{"name":"telejson","version":"8.0.0--canary.106.377d63b.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0--canary.106.377d63b.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"05ecd19af969330678c00c66824924c8cd3a740a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0--canary.106.377d63b.0.tgz","fileCount":10,"integrity":"sha512-15ae2AcB7mmUSfF0e4zSB3KC3sDh425MfjdepxppJrVtCu6i03xPDv/40PpIg0WZ/ol3LMAGWOviWhQ3zY21IQ==","signatures":[{"sig":"MEUCICa7y5zTKsRfngUDHfuvOMTTr/D54UKlVMuimRPv7zMgAiEAnpKsRWNyo1xj7UzyqSLZtQRQ9B6qmQ28xUV8C5R5VF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143414},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"377d63b53fa3661a9aaad2f23096168c02a431f6","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","readmeFilename":"README.md","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0--canary.106.377d63b.0_1743491062307_0.09566745388808395","host":"s3://npm-registry-packages-npm-production"}},"8.0.0":{"name":"telejson","version":"8.0.0","keywords":["JSON","cyclic","cyclical","date","parse","regex","stringify"],"author":{"name":"ndelangen@me.com"},"license":"MIT","_id":"telejson@8.0.0","maintainers":[{"name":"anonymous","email":"ndelangen@me.com"},{"name":"anonymous","email":"gert@chromatic.com"},{"name":"anonymous","email":"shilman@gmail.com"},{"name":"anonymous","email":"yannbf@gmail.com"},{"name":"anonymous","email":"steph@tangency.co.uk"}],"homepage":"https://github.com/storybookjs/telejson","bugs":{"url":"https://github.com/storybookjs/telejson/issues"},"auto":{"plugins":["npm","released"]},"dist":{"shasum":"c2ee1feea915e3346e7c6e2b0b15d0bc7d74ba0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/telejson/-/telejson-8.0.0.tgz","fileCount":10,"integrity":"sha512-8mCI1dHX80nchOkIEgvyWlGLgeh/SxO7JZPOud0DxvfFdI6MgwxRL8ff7rVdj6436uHhpWaxLQjU74Jb2I0u9g==","signatures":[{"sig":"MEUCIQDcd3oijmslTpbMqpMlZcSjQQIPFciekKnUGcemYWfFjgIgP9bEiW51Y4bke7qBJ3Cl4OdVHaVjZqor6jVivP00pxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143392},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","gitHead":"e493b3e0533d185a779c2a8a377cb311f9393c08","scripts":{"lint":"biome lint .","test":"TZ=UTC vitest run","build":"tsup","check":"biome check --apply .","format":"biome format . --write","release":"pnpm run build && auto shipit","prepublish":"pnpm run build","test:watch":"TZ=UTC vitest","test:coverage":"TZ=UTC vitest run --coverage"},"_npmUser":{"name":"anonymous","email":"yannbf@gmail.com"},"repository":{"url":"git+https://github.com/storybookjs/telejson.git","type":"git"},"_npmVersion":"10.8.2","description":"A library for teleporting rich data to another place.","directories":{},"_nodeVersion":"20.19.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee","devDependencies":{"auto":"^11.0.1","tsup":"^6.2.2","vitest":"^1.3.1","is-regex":"^1.1.2","isobject":"^4.0.0","happy-dom":"^13.1.0","is-symbol":"^1.0.3","lodash-es":"^4.17.21","typescript":"^4.2.3","common-tags":"^1.8.0","is-function":"^1.0.2","@biomejs/biome":"^1.9.4","@types/lodash-es":"^4.17.6","@auto-it/released":"^11.0.1","@types/is-function":"^1.0.0","@vitest/coverage-v8":"^1.3.1"},"_npmOperationalInternal":{"tmp":"tmp/telejson_8.0.0_1744789511283_0.2321265993325825","host":"s3://npm-registry-packages-npm-production"}}},"name":"telejson","time":{"created":"2018-10-22T15:09:40.145Z","modified":"2026-03-20T15:04:04.460Z","1.0.0":"2018-10-22T15:09:40.449Z","1.0.1":"2019-01-27T23:30:02.026Z","2.0.0":"2019-02-21T22:23:54.608Z","2.1.0":"2019-02-25T13:37:03.800Z","2.1.1":"2019-02-25T14:46:27.377Z","2.2.0":"2019-05-14T09:54:28.751Z","2.2.1":"2019-05-14T10:55:05.283Z","2.2.2":"2019-07-26T10:48:40.362Z","3.0.0":"2019-09-30T10:33:44.123Z","3.0.1":"2019-09-30T10:39:36.856Z","3.0.2":"2019-09-30T10:43:00.123Z","3.0.3-debug.0":"2019-10-01T12:34:32.687Z","3.0.3-debug.1":"2019-10-01T13:20:31.980Z","3.0.3":"2019-10-01T13:42:08.468Z","3.1.0":"2019-10-24T12:08:57.526Z","3.2.0":"2019-11-21T12:44:28.303Z","3.3.0":"2019-11-25T11:00:20.516Z","4.0.0":"2020-04-30T12:34:11.999Z","4.0.1-0":"2020-07-23T17:48:22.711Z","4.0.1":"2020-07-23T17:56:58.745Z","5.0.0-0":"2020-07-29T12:34:09.233Z","5.0.0":"2020-08-04T15:20:42.314Z","5.0.1":"2020-08-06T13:17:01.319Z","5.0.2":"2020-08-07T08:50:21.553Z","5.1.0":"2020-11-11T15:01:39.448Z","5.1.1":"2021-04-06T12:50:09.610Z","5.2.0":"2021-05-10T10:52:15.438Z","5.3.0":"2021-05-17T09:16:39.796Z","5.3.1":"2021-05-17T15:35:23.551Z","5.3.2":"2021-05-18T09:44:27.397Z","5.3.3":"2021-05-20T08:29:51.833Z","6.0.0":"2022-05-06T15:34:04.586Z","6.0.1":"2022-05-06T15:48:58.982Z","6.0.2":"2022-05-09T08:24:15.669Z","6.0.3":"2022-05-09T11:10:13.144Z","6.0.4":"2022-05-09T11:35:52.758Z","6.0.5":"2022-05-09T12:28:57.436Z","6.0.6":"2022-05-09T12:58:29.436Z","6.0.7":"2022-05-09T14:13:46.475Z","6.0.8":"2022-05-09T18:16:50.697Z","7.0.0":"2022-11-28T14:28:09.169Z","7.0.1":"2022-11-28T14:45:41.728Z","7.0.2":"2022-11-28T15:06:26.681Z","7.0.3":"2022-11-28T15:28:20.016Z","7.0.4":"2022-11-30T16:38:10.682Z","7.1.0":"2023-04-03T10:25:07.117Z","7.2.0--canary.101.39fab2d.0":"2023-08-21T05:49:53.234Z","7.1.1--canary.102.d98334d.0":"2023-08-21T06:31:13.786Z","7.2.0":"2023-08-21T06:38:51.744Z","7.2.1--canary.106.06466345017f.0":"2025-03-31T13:33:41.233Z","8.0.0--canary.106.06466345017f.0":"2025-03-31T13:34:47.261Z","8.0.0--canary.106.5f3b7b8.0":"2025-03-31T14:49:35.027Z","8.0.0--canary.106.e4d79ba.0":"2025-03-31T14:51:18.402Z","8.0.0--canary.106.f33ea3c.0":"2025-03-31T14:56:47.889Z","8.0.0--canary.106.377d63b.0":"2025-04-01T07:04:22.510Z","8.0.0":"2025-04-16T07:45:11.459Z"},"readmeFilename":"README.md","homepage":"https://github.com/storybookjs/telejson"}