{"_id":"loglayer","_rev":"114-8185fc1c80b8e2f3cc389189fa7535fe","name":"loglayer","dist-tags":{"alpha-0":"8.1.0-alpha-0.0","latest":"9.4.0"},"versions":{"1.0.0":{"name":"loglayer","version":"1.0.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"e0ce7216fe930312a6e8f0b3998cf71665e5c450","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.0.0.tgz","fileCount":31,"integrity":"sha512-V+IpSVRF/zbDH5Fpa/m2oeZcmEo5Ir2FwEr36CQUnP2SFvCtjEyv5xgd3C8XG1N1lUyg1amZFnFkDY6eyxCo2w==","signatures":[{"sig":"MEQCIAN3Rptvtcgbqr+y2AWLOjgeT3aOAnYovOuzYW617b8HAiAlmiV3y7W0gUsxyKTumIvaUDOO1v2GI5Hq0Elf68AVVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpCuZCRA9TVsSAnZWagAAwTcP/jL71Iqa4z0qyNzgfjve\nsKJfpjA+Jy1WUrQ2zsszujKxjkRZsnv+g/dglmEhyU1ByHUWWwMa0uyUaFq8\nwAzNQMx1vDV3VAA1ga7xJPtJGrxFITWKrk406H78ZLSRcX0QcyB23N7HQTcY\njeh4gbLdd+lqhhDDSSEudllXMf+YCGjKzeoPdGmtBB5SHAOm4B2t569BdKJ4\nwlMLO7Lo3pKbkY+8QjnhO0KOnZSlafk4jDPFRGHhKqzHpstmve6Fu0lwCON4\n5yAVGx/X6xW1al6R0YrewDzDiaUqjCVQ0YFh6zpGuNj2Y8H4KgWY1eWYiFuM\nroL9r7dASwG+YypEwDsD/NrBbvfOxiWveIgzhr0AhXx/z27rxwnX4Tcfvk5p\nmjhL3LV8Q+//iCViCocZaH8a/Xq3zxYLP+LiyayfQqqnTXcJSBM0xWaub6uo\ndROOWjtiDPHGzSA63rw67NK9162jmfhlfdAZPlHYNx+KSf3KxnJKU8G4ObVP\nargTc6vxxjIonlaoNw+L2TlLHRfzl3ZTnv4ujInXulDnRtohIplH3hBm/DEG\ngd5lvF4wT+hr/9HQWShZtL770USzRwYjCsLXdio06Hkhtzt1jnU+AFXcBbI/\nOGapA9IQLGBAjQkewibY0fjBVII8UZapbl/9eq5q5E9QshycBbIv/+hrMSWy\nrbhx\r\n=6Gqf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"5a75e9be675bdc625abad096a046c0a0a9f0694c","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.12","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.16.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.3.1","pino":"^7.4.1","roarr":"^7.8.0","bunyan":"^1.8.15","eslint":"^8.3.0","ts-jest":"^27.0.7","ts-node":"^10.4.0","winston":"^3.3.3","jest-cli":"^27.3.1","prettier":"^2.5.0","pre-commit":"^1.2.2","toc-md-alt":"^0.4.2","typescript":"^4.5.2","@types/jest":"^27.0.3","@types/node":"^16.11.10","lint-staged":"^12.1.2","ts-node-dev":"^1.1.8","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.0","eslint-plugin-import":"^2.25.3","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^6.0.0","@typescript-eslint/parser":"^5.4.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.0.0_1638149017450_0.3793441012225254","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"loglayer","version":"1.0.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"7cc622ff0778950af6e1d6b00b32d5569e4d913a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.0.1.tgz","fileCount":31,"integrity":"sha512-L4yS0edqF0gOnhy52542yr9xaGPLyX7GoanQ5nogQFLb7Pl8bwiQp+Z2uQ36psWWaWE4DukCyCRRlxyHBzIeyQ==","signatures":[{"sig":"MEQCIET4PDL/oVMNJSmhy7QLnYfGuzhD6+jORNJkY96bNNOqAiAWwhfIrfvfm6fZORuYK8JRcnYNWqOuApyw1Gnm2CL/4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpE1+CRA9TVsSAnZWagAAdrwP/38Q2cyJmn12z0+P+v5N\nXKVysrNGctfRmDg+CuJ92Ko7Tr6gfEaGgAmZIlcLI3wVhdgM/NiXQmKvORAG\nrvRnQKi7H0H8Gfhaik1kV5hkHXzJGLQJny3gJsbCQSS6/PRCl1HRnSvJWr3n\nqRrkyFItAZG28uTX6Bj64jY7m+3OT34ivLAbeWfTfJG5qDLLu59OYIrhz0Uc\nBompxMwy2ihX9WoqOXg+DkM11gcIzPs8kenF6cCQHv59k43qkZWSNzDCR85Y\nmfedN8CD1LU88GgPZQL54ok2doqcJoH9YMruNbUWENZxW883/Yj1fn+UAYgS\nBpDLLNMTND3TxtdKE5//2qOQeqdTn0x4gESEd5ec+WfyyXGn3FLV4Qjl4Mt3\noPTojur1ssG5+xBJNDV/TsulLbR9A0dAD//QwDokM2MHf9h+j2BPV33zcgcO\nVaSzldCvGDoNjLjK2KB0FBKxlRDYsfldNRYn8Y3hz+4ldjWbVNbRnP3q+CxU\nv5ynUKr1//kL2KV0GltA4YJbC6fgPjnZvSNQ0kfggPpQTPb1lmMqDPL45GdK\n8LhwDuS1ZuMic5WKtdFZxC4gNTjMUXt7pjQGVBdFbkhaC0pYeckxoemklCRK\nhuFOtPdAazmoocfEsgSSA0LxhqsNcSzXnxujZPHqxKqdZNDWP39QA5oOF3Ny\nOy0C\r\n=yStp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"dddd8792cde42cf2123982b644282a1856e52f32","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.3.1","pino":"^7.4.1","roarr":"^7.8.0","bunyan":"^1.8.15","eslint":"^8.3.0","express":"^4.17.1","ts-jest":"^27.0.7","ts-node":"^10.4.0","winston":"^3.3.3","jest-cli":"^27.3.1","prettier":"^2.5.0","pre-commit":"^1.2.2","toc-md-alt":"^0.4.2","typescript":"^4.5.2","@types/jest":"^27.0.3","@types/node":"^16.11.10","lint-staged":"^12.1.2","ts-node-dev":"^1.1.8","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.0","eslint-plugin-import":"^2.25.3","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^6.0.0","@typescript-eslint/parser":"^5.4.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.0.1_1638157694543_0.4174617493748063","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"loglayer","version":"1.0.2","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.0.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"9e52c3f4483076bba1684bbd15d4ed4d0227e864","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.0.2.tgz","fileCount":31,"integrity":"sha512-4tVY+2mUiqbf9XBrM6gtmAgq28jXRw/7Pyk+Gqf+Hg23JXgcvcnJiW5LFCf2t7DzoklDBvegktIm1TTN3GCUPg==","signatures":[{"sig":"MEUCIQCgIzGB8s39biCRMw1ZRL5PEtGFFh0gbHwfoDDOy4MH4gIgSXQR87UlWhho5vEpptVTQv/MHiQDQ1V+yXehxCvTuq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpFQJCRA9TVsSAnZWagAADSMP/2DuD6pSXQcdy+6TSRYF\neiaTVCs4YbU2b1MrBg/5V26qlmMJNwkaEEVylHtuuQfjLA0nCxiRbQWCIdX7\nFxJZqZPcVwHgmXpkBjV6kCOARb+31skhm8oq4pmLlLiVgWDwK2n/Ij0h6uUh\nx4+kQMcTumxuiu7s19iDroLmKF12zLh+vhC/UyATwWG7Mfafjs9osMFWfI6c\nclroWhgYMI1quxPHNC3hnOBpqyZgs2Dg1SB8Hz1xYu2AzU4s73M96tfbndqC\ndJRD0ow5GpF8uB5O26lCcTNCyZI3ti/hxDb2iX+3u54pE4q05gp14WMjY7Nc\nOiszMctYpR/nP+txsGvQhhypeiPRUNcYCPQhocc8R4N16h1KJLqC7anBRZBO\n8kLglAKuWfJeAXI7F0IRnOxnE9Eb135xdiGIuUYd795+gKpsPG5UlwpCVxq2\nG1vxz1/KJndJaIRIZZjx3zvTeW9vFA1NUSHAJou/AA9LakACm/sMdnVU4NtK\nn+UGayWFh5fPgAYGgCj1OrBRLPTrhg+dp6x8DHxVDqE4bcGBiW3b6TXgNsRg\n9aZjIzZk34EusqdfwMS2uGxjEZ1drApJ9uQTvp1Enk2vm9V9hwGPbOIXH/ao\nFyeTyMUaxhwYQnWcOzWF04aGYTlO4WOqq9dhHtuZT3opyeSpH6pbsUVgsAyO\nscxY\r\n=jtE0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"a30b2983202fcd75c7432c5efadbd0d10cccea7f","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.3.1","pino":"^7.4.1","roarr":"^7.8.0","bunyan":"^1.8.15","eslint":"^8.3.0","express":"^4.17.1","ts-jest":"^27.0.7","ts-node":"^10.4.0","winston":"^3.3.3","jest-cli":"^27.3.1","prettier":"^2.5.0","pre-commit":"^1.2.2","toc-md-alt":"^0.4.2","typescript":"^4.5.2","@types/jest":"^27.0.3","@types/node":"^16.11.10","lint-staged":"^12.1.2","ts-node-dev":"^1.1.8","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.0","eslint-plugin-import":"^2.25.3","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.3.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^6.0.0","@typescript-eslint/parser":"^5.4.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.0.2_1638159369121_0.5348293784125318","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"loglayer","version":"1.1.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"4608f9e0973cd9891cdf0d32a14b110116fbe0ab","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.1.1.tgz","fileCount":31,"integrity":"sha512-GDpuNsv2wyPyXSBsA1DLbBNEvM/QkqKk5AOJl6j29/zIzJXpPjNEBDGt5doBp/3RmrfPcj6pGhwB6xT1nVJdcw==","signatures":[{"sig":"MEQCIEwXlaxvr0vHVW/bwuHAML/DSkZ2XT56PwmBOMsGD8oVAiBgc38pB8O8L6CqFyTut36lBLmvzziF4MiS7hba4CWZKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip7bAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvnA//cZYuRPmBNVId0KMwXJvYohKhybvJVZjxa+LpuZrQTGky4VRE\r\nkyA0dccarYaNTTpYN3HkpylYgfeEsYE5jrfPEjLhQyrTvJ1tYnWXuIHwBmZV\r\nheopksBjxnI2Xb7FGkZFPDlbcZsKM/FRplVeFsf99hUsnVDQz9oIuVZ3Yt66\r\n61JJvL1Nof4aqaXGJK813gRBqLSCLtUO1x2JlByxw8pbNFJMYIg3Jab1sny2\r\nRYpBWD+FykcykyNUH5ilvFolkjW05RBYqPLOAPTHiSEewa+Nf1/ZyFzmg0o5\r\niEs8FGnEQfoDlbjnrJQ1AnMAYb8jEUM1PgIKwr1l6XbV5/s3MUfwZ49dfFRx\r\nNd7yKgSZuJcPA+SqXNs6R9ogl7kUXkXIWRbp/Ofv+rkNJpUbLCvVXG7I83RE\r\n1e1bp4omXQpm0E9vOmNyfVprouMNaBmCBXaEUkhvHUQzeUXrTtl7XxVkqXiU\r\npzcU6li0dxKSsQwOe4YywY14tAlb6VfCiGgM6797oa0fEzSd9HTl9PaBfWJq\r\nj5qf7jWLMuK/2okNTwiOfmiAsTNasWcMqSlKqOg5JOH3sUc6Uu4xOHbkdWz3\r\nj1xvVDQiv2MPWkynv7/lB08W39TqsrSrcgvZfpY1PFnHqyDy0dT6PDZr1ki4\r\nczJxo+OUe9HI3S48iFtPC2VMyo2VmGW+JlM=\r\n=gqt5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"e4b3edc290906ac094f6526a7f9b0b2e5081deb4","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.1.1_1655158464121_0.3458037400783507","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"loglayer","version":"1.2.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.2.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"6fa2d26e8bbc436c145fe8c4466ab76e09250ed1","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.2.1.tgz","fileCount":31,"integrity":"sha512-EjdOQ4rb5LnfjemhYrr1KFRL8xxCdgBYcZXsvn5f2HuJZtaEJErrafHn+iWqLSUXNcwkB5si/0S6HapVvpWiQA==","signatures":[{"sig":"MEUCIQD2Hqz52TlVENHjmgzvse0uMYfoFU5o543R+hKiqACOFwIgWPJRvUV0tIKbtbSf2iAGU+imzHyG4TLcNUwqXSZhn+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8b1QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrS3RAAkTzXECVVBNI1JTXZogVZCEv9CjwtnH1Q1+rMbfqxm8JSo4Lt\r\n2Tq/xihI9iDumSj49EGl5muW5U03N4BLbSMQamX7CO417tOUOWk37meeLw9O\r\n3PPl1t6GaEfDfS6xEbh8yCgCNomltd61m8R1KG+Ukl5Z6jhpq5x7PHFQC/D5\r\nyQKziesEl9PMgJbeIexnrLq8pXWjaLTHlUoDVpBP3s660dKL+Exb/OPRjZXJ\r\n21Pjn0lew5mPLN34S78J0MNc+eUFmMm7YqWq9MEIYXrYkXk5hS0FNNrrpJCk\r\n3FR9WxzNZgJ9mullF3NxCBCRrqRb/sIdvq6ZfauolLZ/Y+VsvH6ZhZ1rQFO5\r\nssaxaws/MRQsFItRhNFZelNDK3aN0VCyQodhEWRu67pWXDrzqU8EfHA1WIIl\r\nmsrdWZyry4b7yoQdEj1yOkNKyO04HqRM5oqhCe5vwmkD8zkulPeOWiA6pz7E\r\nxgZ+SnQCZyERbYZmfc6DUN3RcYyiIrMD7eB5WGk3Z8PKC7vqC0S6d9REidE1\r\nS/9ZLew9XBSZ9HQ/QuFRHvqaE3EJHotcP+oV3MTNwQI06ovicHheCozhDNAP\r\n5ZZ65Wa1AjFegA8BPBp+qQ8yzRxPVUFM9qmmB3Xb4Uo7s9XGdX5c3ODg+swF\r\nNwBLBo6k0gB4nYZ0PJr4AU6jxZqgFE4jC/k=\r\n=46u8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"ed836db0d0f6d0e5138ab062cef669f3ad5b6b23","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.2.1_1660009808128_0.7489108459987415","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"loglayer","version":"1.3.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.3.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"11a611c401f90c1e40a798b468faf01487cc82e9","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.3.1.tgz","fileCount":31,"integrity":"sha512-OksatKdihfwaV8gSyBjOkekJT1W/j8OS74VXxOgCP+LD4fl1983WEbW6JAHKUoAYoe9WPAHOXZET2E2q+J3pgw==","signatures":[{"sig":"MEUCIHiS0MURROkJlSUI9hP3skbsFvuV4LlzXIO/PVRM6kzAAiEA+YCxhuIoiwmLnuFGcg+KGdlUDJZVN9A0brFnxDiTSFo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8xGCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpn+xAAjAQtcvPkizhTpJiCEeTjoLCXvKwppKU/piuey1aqhKxVhRjF\r\nqCcjfFyVZj5V+x1vJQ5Voofqgq2E54xj0LhSQvxsc9VnOYkvIhhBYDqK5alL\r\nAsCXM8XwQzDGepjPQ7Tyhn7+iQXtB+h86P8F02z4DR9p7ptBUiH74metD0ZB\r\nQeZQSvJa0jZioWEwxBQJuybgsekEnximnwGFAAn9RpoNurRNzPkT3R4T0p4t\r\nDHJ14gOrWQ5DSLfNcyWoAWe8W6U8GvXv8xMnhekEyrP8ddyqS1fs6HGPhgUz\r\nNGdq68/qeUp91us6vSY+jVZjmTd6f6uSqt4sSbjhxPhiB36zKSkywARNYmaq\r\nou2BXrLmz61v8pPR0YY7EVK852oCKXxpCoo0h2tlQsYDTnOOvBiP1E+DmJ3D\r\n2xiVaT0MfunQYflYld1pv5JE3dalWt2b1NBqGpga/tENjWUMECIlpo8s73JH\r\n6GlkIZTDQSKUxpKYK+MSbbVCbZ0qVXP7bch4etv3TzCLFzqVu1sGsllhhQuV\r\ncn4XCoq3YZ1R7CJn4V2dZ2IFQRwof8ReLC8E/xcDfSPed/qA8RcBXoq4SEmw\r\nkBYxDvQfPt+KLcx+Am8BtucO2MXdgjXu9Y8jNpZ91a4E6yib+dw7Fd3zvwgP\r\n/YxLPPFokTHkmcx8k/aw0DCUNx6SWt2P7rA=\r\n=dow+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"1a2e792d8bd00d4755eed23fb4d880796f8e0f2f","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.3.1_1660096897931_0.6485728963973385","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"loglayer","version":"1.3.2","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.3.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"967e27d77402faf747bac85058023823f84c5fcb","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.3.2.tgz","fileCount":31,"integrity":"sha512-V3d3nZ1j1nnCpLvaBvPm1A8/P82sCmf3hkRXmDOXDe/0HLdewEO2ZjT4E+hnb9KvO2PQN8u5ptkYGY2uLpvzXA==","signatures":[{"sig":"MEYCIQCdzGUN0sQbTZ8vvQ62k4GoxzL2sUAVnpJdK2fxWICSowIhAMcH9m0QptZ4SRFjsEUpXmCr3xb3a8e7Y7sDeR1tLxUj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8xbnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoscQ//VeLi3idzDiiDM5IuAeNm3rW1MzByJ8R/hrGCC+/d8NuTua0P\r\nIj3gbHv/RZx54LHEzJ3sDfLvyarmupOKUQ2mKRlMtkR+T2h6qOjBLEJGIQsL\r\nDXnuJJ8WOy/fGXhGuQgk4Nc5of+pncovuyjO2uUAKqByB8ZCIxnC9dlEF4eg\r\ncV1iA0tjnKoF2VzCV9CSkaFJxMdPgyQgq9EZhSJZmFAH9z4MUH6tvEx47IEn\r\nqc7cXv7yxa6utsJmKk4rWSt95ccHQPfLxb7D6d6cFRQCHhjPnyxIc71r/etC\r\nuFqwQBPK/zlj8DPF0I4sDqjDMBEB3rButFqY9pStugDEJmEw9YqBXbx5TvMH\r\ni4JyS1jdCvcO7FTQnZIM07x/If/DLgZjh92WCNZxfL4+i+Mcd8+VKPWf/CIT\r\nJwuDeG30DSS4Mafutmiq+gxXR/EFgwfsELfc2jFFHMEE1EiWaQXOivX5Fgkr\r\nYMozqMUTQ4sLGR/49B5MpPdWqXoMre9Bc8+xy9r+QNhCo4KmVJH74kwMRJmr\r\ni8SS79nAgxZTbkUYRY84VqvAUV23nuVoItlELnlHgpb6qs3q6CpiFbt3dcBm\r\nSbAkuZDyQE/fxmtak/NZ7IpOuVmvdlgwf0DOJ8tY8wwHIdF2JYXKcU83vNwO\r\nXdDAVkPxe56QY6MPNmpItoThdReRy8ij/Hg=\r\n=mca2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"d22fd0686fc32b906a0b048d2a963d5284b01173","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.3.2_1660098279590_0.6544880950157936","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"loglayer","version":"1.3.3","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.3.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"791965d65d79a3fb116b8b466822f1b06be014d6","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.3.3.tgz","fileCount":31,"integrity":"sha512-C+vKStIn63RfKRAmNhbF6aHaHESmA9G5oJ7s2g7caO+v550uA8uTyvoyrZbjxTKxhcxbSMzABZfD8kCwPfFuVA==","signatures":[{"sig":"MEUCIQCO5TOXHtW6xOSgReM3PgS21nIvGsddLlP8cN5zR9gGJgIgZ/6yUv8wl0ljR05U2DoAYSkByxXfhoZnwUTs1OoS9C4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8zFjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtnA/+JO/qlfNNUAypMRLNZ5/BAov/cTfnwSKv7CGoAsonyX0yrNt2\r\nKqU/2MFziRzW23lvkpJVBqqWM/sQ5jg3hQV4DI7M1AUWXn5vqeA/xp0cszYn\r\nz5LVGCqiv9nE0OPXT6j7Hp9tnRdsiRD2SME9I9YPoxhwziKXUPIpxz5mxO0c\r\ngr8CObbMPSz79ygzcPtFn8+06/TCHKoyq5Yw7DJdAuiLm1GQVTylABuSpdlG\r\n0uTXO4e+BizzWr+wdARj/fTGkDi5/q1xj6sO09qxN2FwtStVeTTChI4yrQY6\r\nSSr4qyxEbxQLflS+vTLe3zP937Ala5vo6uL66q8w0ywI1T6YVWPobK4+b+Gy\r\nGNtal+2wQqhJDCCt16u4b77RuS2s2IrZ9/DArjrS4bN8PAjOJV3vYP3lwbj/\r\npE3JyYx4KD8U8xWm8edBj/R8+poeY6BccVn476hGUjxkvQvcSoPJbuyftpbP\r\ntr+QSzhi/a7QKTR/fOxsk4G6zKcKanwMCsUXDZl7NeIcd/KBWYuBx16P3FR1\r\nERazM5oSTTH+yVwMJpt4enx6xeS2n86l6eVMJJSJVUO/Tdi+itzcKqjDuYaA\r\nM+nIkmXG4PtDxzpFwBt2TAcqfC8HscPXOrxTU910KdFmvPJUv+ecUHEvzxja\r\nBXHcthMBnLjIItw41oCLRrL8uSG8fYq+OyY=\r\n=/i+F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"fc45785a95334b568c7ffe33f54d276d3d35b51b","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.3.3_1660105059354_0.9369146221627616","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"loglayer","version":"1.3.4","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.3.4","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"d632450ca776831296ead57893a6a541a52cf907","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.3.4.tgz","fileCount":31,"integrity":"sha512-0PQqM19RoTVHN2H8pICnwV5HrRS/76+5BfXC0ZLYTVSG2qjtyzhq2Q/1csgYJtd1Md8HgXLi2aVoUVk2mYejMQ==","signatures":[{"sig":"MEUCIBsRcToVW9THXMaxDUXT+L8EAlardDtMFFU3JOHw88vWAiEAw9nY9TG7I0ybPDf8Z58WR3Y3Gpr7MXOGYORhgvnfmRc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA+SfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUyg//ZMZ3UV1D9dH99p7rvxW9mvIJ6huQptVyFfycRZuT+h7C0+Bd\r\nRJ4T6C5UfHY5dASkH8GExtaZ7DPXWCAb01JGizNXoOxdBURLyLWUOnaOcoUK\r\nDCoEAn7uVvhupmD3qris/aX7jWafDlJv9nxN/6i1zblslz3adEYEFI2rkpJE\r\nBczHIDFXFWcw2rgAZzUzbID+It7XbWzEJSq8byIVZVdqYYld7sQzPrUM591I\r\nuayIfKcY62c3oljz7K4JWSKzDcpMdjNaS4zjnvs7ypm0yPY4eKfC1PpcEKgd\r\nq3AXW2Fj1L27mGBClX3yYMuyQe/JRESSZ5WWKsfTafBuKyIfFT4BGd6Pi/xe\r\nROLF/7e/1XOQXC2lsDOlapsY7iNcuYfGJuq2Iwk6JrbvjVPLAxro6WlfnyGF\r\n4+6ihp//kaiCTL+ZNx4SlZGCYhJ7MTLMiJPMTqHN/GP1G66QobP8hIDuGtUA\r\nkV0O2jpKUVoepjYqzjgPZKXZpLkGQxZo3ZjiqF/VCCBGW9iHTwOC+GAmXgrs\r\nmpMq+a3qRhMdOeahomvWMxZRl79nXZ1yymQXUhPamtg3P88SNSgvC+ZhuGNQ\r\nEaZaepThk4ZgL2lp/w0B11A9XmacwADpIfaq9YUJHp8Lt1J6I6hgEKLyIP0r\r\nS5PFV5ziI8byZ9bmzv1ufbu0ayuQ+h+eF5Y=\r\n=NAOu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"e8f7d12b435f961805f55a3ff8b08327413e0cfb","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.3.4_1661199519130_0.19551487598735484","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"loglayer","version":"1.4.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.4.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"c9247f69f7f533bce41c167bf56949086ed1b254","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.4.1.tgz","fileCount":31,"integrity":"sha512-1i5Szb2YeSCf/RD2alwNGsUB7laoAife57qHlsrjYc5UofzrYp+YG1v0FE6GCxDB6qANsC+pFCrWCqMi+Hq0AQ==","signatures":[{"sig":"MEUCIFVpUtJj4FF4Qc0WKP9XfYOTFs03YLSX7mu2QJ5wbygBAiEA/NJiQYj2VXk+Y9v44trV4eywkL4l7uGY+9XhqZyI61Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74749,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYfrvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOyA/+PGs4n7N/KxYOdHaJdUckGmfM9JPIDeVraSDfo5XAJxjETVwp\r\nB0xa/4mtxNuBYA2vw2SsVLCVEAjpPR/IVX9yhTM1uh9n94ipUSwIeefed7cU\r\nqlm1IoRIiTbOEmCYFPx6zDMOvSLBVrkf1hP4GOS5QTBrzYhCK5VyxwKffb1O\r\nuuZK6GXTBXbwz9Yb+iX2MJmn7Jujhw3krsCTmz7W8q9XICSpvcQofTczfX6a\r\nRfoXqJHz9vRLmdfx1t7K36vLfvAmXjc1Ul/IhItnbaT+FdjD/UeK2v4crTKF\r\nyfJLSAsRGvqA3fhEwXVHBy22rjjSW8jL0cCn+3BB6mTFDtJqQYIWg1EHTyMc\r\nKtdhiipK2AGis12vonFI8Ry/M52TCHTWvHzHZKB5W4181jReU6BjCSVmWhad\r\n5pXWi0jguxVFyhOCwAro5lYDtUdRzLJxmZWUoujg+6iBIQ3Br2jU5wgsTP47\r\nsBGj97EpDLFbCjh45QZozzI671h1epDkX1Ev9J3Qot3P34aoYHxMQo9XNSd3\r\nh5wW8hXB3ofrYMhaoCrCPaPo3yIKrFh8CzdAToQcBsOtn+8Ga7DCXeV6eLIK\r\nFy0GP6pYKTcTfwTcDmnwUuTb0EjOGWgruqkqhkKBEc8LyGPD76l+Qn51u8Vh\r\n9mNX0IiqhHYD8RaU+t06XPokdIpo+kA0h4w=\r\n=n4XZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"c49afbc400ba8c109905977a026c3b1d892ac669","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.4.1_1667365614898_0.43819234719766764","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"loglayer","version":"1.4.2","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.4.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"21585412ed9fdda556e263e09a88b65f8b08d80f","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.4.2.tgz","fileCount":31,"integrity":"sha512-VyvDKNxefgPylW+yTPGFawHjAMU3Ztkk2DVZM/kyFIbTFeucrwQtwls5v8c9eHujJU8mcGitoYOco0FkbxWC4g==","signatures":[{"sig":"MEQCIGGRnz416sgA1pBicrQJdM47ttvfGVNcnyaQADVoTbU6AiAfB509vwqNXVxM8tjaTy7vPp8y5NKqk2hV3hC1wdrYyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYf7EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRGg//VTaVTaKYoG8yt9kTAYwlX/1DA7VUSGyjeIQHWF8h28PvcuK8\r\n5zOPV67ZoAk4C4PZUV8E6Iu+hDve9mg/WgieidpxWFc0fAKRs+I6+YGzd+gi\r\n6q5Ie4EPD925iTDJnd4bRt9c60ZhlC1fYPeNiAXdqZy8R1L6rspIlq756/7T\r\ndn2XVrVe1/CCsIm0pomYgMXW6Wylj5Y14ZVl0b8FJSCBq9rzKqTIqtq2C4mN\r\nTHebhTIpRBgfzPDbbdTXZkVO6MPr8oExk8Yy+jWbcQds8Axp7kGcAkID397K\r\nbR1nv2SwXu/E45rUI6KSd38WU+3xjr2gvGeBTAV6Y3Z7dvSoNG9eUll4A9ZG\r\ntdfYh8pJ4u8Nrkpc+R7J8/LhV6v7gtFprCyDjgZbHlp2GU759xiD7v1F3pZn\r\naXi9zvOCCSwmfPEacYgZMzQ9HS+eQ/EAoKCgdd+9/JGAFNGhILQf3ERjebgP\r\nN+g6Nk4wzgPaSWsLH/dUiuqGmSXzi2WX3+wMLag5X4w7o10oLlL5V4L7fdVv\r\nbdvg+VAIB9IPsd4XzFqyP2DUe3oid+C6ozzUC/I87ajdRxlcBPsLgFKkI/Ui\r\np5iQHTXO4ATcZKcAv58mxj2eN3TCUGc9UqNdPl2P5Hfdbo9rqFirgb8zZ9CL\r\njDu48BasbvqWRF4T79/fIXUbNxRfap4CWjE=\r\n=FsF8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"741e74d9706cda53d5f10853d58eea6cb1c52cdf","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"6.14.15","description":"A wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"14.18.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.7.3","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.4.2_1667366596503_0.23322526499879492","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"loglayer","version":"1.5.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.5.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"9e6c13a3d61531833d9b2691fd2157b8036dc49a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.5.0.tgz","fileCount":22,"integrity":"sha512-dM1fEh6y77rNbArRbzOPBURPwTG3CpifhuSRiXVibAqgU5pwpvX815ZgCy0PBNhfkF3jvRHMm8grGLFDXu8yfw==","signatures":[{"sig":"MEUCIFKS1ySqrVtssTJiS9SoVJlfOfgpKxwc3rdqc1B0tb0OAiEAq5RFJ6ttQtT5P/quKzHNwxxO7QrTsAxj8BBKZM2vgg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/8BrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUPg/+Ie61HZzk59OEDhCL9Pu1edMNSzQOk1Ym6iltOMEMRLKOZniC\r\n0cTmkWTqLpNgCJFDuglqBumJUaXWzlprDcvEKUy6LXcCH53HDVN5eqJy+HDS\r\nt2cawwt/M2XrJwVgnm+fAR/uXXq/DPjjWKQxhfI+MiVi9y/DZS1lT1BBYYrk\r\nDGGyehO315YfmmyoxPq1nuuZQpxE6tym85ortjninYcsbtKygUn6rL2lSxXw\r\nujRvPecHuGHdyYsUMg1gWFW4rFUgmouwV77J7P1eW1k2kACMk8NRNCxq3CTu\r\nu6BryWP2U4UK7YuOFRjnrb1oIFNnmhNeBcyzbO2AhwlMLwsohojRD5mJ1i/Q\r\nAeTi8wniWfSoRSNBm9riZBJyejAQIkFM86S4cbH3km0lPe6OubIYKEImC4AV\r\nfqQuIOwwRwF7yxxLQfbtR3EX7fwQz6qrUGOMTGSLgt0tJdOJ7KrUyMFCc4Mf\r\noKdBiRGSAq+Z9XmQIHFGzfjM6rZN4Bnt86dUuWgNwqvckhrV0YjHLKKDDg7V\r\notmZ+tnPNL7zR/EaHzQ5xEccG8JPgCDcJUsGr69xMrxwFC6z4pEIy/6MVT5v\r\nXKfFFUv8AwRaAdKNXIHLt7i53i0OCw/moW+X8+1kJeBivSASw4gSPnsAOhAK\r\nV829lrFRhA4QIfNtwUtgAscjliNOSJ5CJx8=\r\n=/sX2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"546b605301191b7e95bc24111f1acf1c79e859cb","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.5.0_1677705323668_0.07182214756669847","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"loglayer","version":"1.6.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@1.6.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"3c62aa15bd44fadc8a7cf3099b28071bc8679ab5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-1.6.0.tgz","fileCount":22,"integrity":"sha512-6L/2HYUZyi7patqjGQKHvpbPB4E4OiJRpb1DKmnUJPW8m9coK+2Q/tFNDbswnTXm2gUiLPwZF5r9351V8lg8cA==","signatures":[{"sig":"MEQCIG10vhCY9u5cnc0Gjiw4fK0JA8S2FdFF63K+1/1r21SBAiAmegwNrQgNoB74pSaUieUOztC8HYVbj15+yBHxwN+7kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEioAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOjA//ctp3DXmT6kNXlhyL2fdTiIfTRDkH26pzDuSitdIKb4c9RY97\r\nnLMs5Em9jPgLzineLjSfS563vv+Xv8vq3NWg3Rn0OlA6CNRGDRP02/twpzVs\r\nSXTM+j7Oq/+3mDqEJpn9ZyKXbgA2w3DyLZTVLMw5mTKXDAwsxsvctqWsWT2R\r\nETv5qIVFgAH3wSVDarNzjcVwZn8PdqwNbUXS03nI0hxZb6hVPma/Qqr3hI9g\r\nJaFJyAzfo8h9XRIZW7VfW1A6cZbzQf8Y/dmUfXqqiEmvqghKkqmMKhJrKNwP\r\nypqXMjm7nAL7vanNODHHthgrEy4Uy3pYET6V/jntknOmdOSXrMVXF0dbcv5w\r\nlkFLxd3PdUU6Yy4afNgXLaTJ8okaDTrI78TJ9LAai8Q66qccxp+FJ45f1GNt\r\nhH0+2tvdkD9ADia0Z4c+xdPWkV76mRaxgiocBsaDtYKBxFKyQPyAcdh2iBBo\r\nQTrvjvEyuXiTKhaSGNsY9aED+C6EHEXMPhV7nb+hLjO3WKz9BSe+FYZthIB+\r\nWC0ZUSLmDYg/hxdv4xfJOBatgtD/kN7IiWaVvWn29N+rkpb27IwwsRVcHYIj\r\nO5sCYmOcfO5NKbcVMdH1y1ic4pTSU8nWQTkuWwi6nMJ2/c3hLumOj1nmQZx5\r\ncm+Sv4jntwoPmUmJJk4TvPauMj5Md+B1uwA=\r\n=FmbD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"225d64a8c6a38821ba9807cba6bbe72d4ff4cdba","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_1.6.0_1678912000529_0.1785265144937127","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"loglayer","version":"2.0.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@2.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"db464d1501fef6116e6125c8502b00c3e48ec061","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-2.0.0.tgz","fileCount":22,"integrity":"sha512-UUj4qVaCfvS0twksMJHCskjUihCAWKC8T1jz0Z33PJ/mameue/5oLwA14BPyKTh6zwPgpfn2nRzlOrvPaO8zpw==","signatures":[{"sig":"MEUCIQCssO5XJhKgWk0n/d20Q0wBQ0Sw4uu3ryIszkPaaRrsZwIgYhdY4qDvfnm5z9qHFN2QtorTHDvO88J3ieWh02BW834=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGLQeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcVA/+PwSLmzJbOZnwtc8zdHXjv06eqKArYNzGmxf/IVlpZzB11Bmn\r\ntpwwL5Gw5HY5pISlXYBuD9VgHgLPbmbld7APOWKM4LUv/cfI6JcU4A0RWpZ/\r\ngz0yFCCwW/YQHlObsOG9Ify7F5C6ycY9Ut7ech0wxzFwQ/47H7lcXBApVvx2\r\nPDRDJ448NFgnvZ2nT6J16nl/1WIBlKdEKKkPbMI+LMDuyhpqALXcRaClAe5f\r\n6DfTqLY+8dVOpa+KaCO6pepoV2T4Ul5bFxZNIiAoNv7xwFHq6R8J5Sf0uF1x\r\nkA/2GQVV2vybmqniRiep4MIfXMX0dcNMo5o3BpzbL8fPmvGDylQZnot8wXK7\r\nuYqgE/UlxbYZPDGH7jn2a15Q2SJRkYm4GspWbgeYEdJEjTQiHeqh2qw8mYhT\r\nQUR4TVsciFx72zWQiSdmsTCKdbSMWe5lIgadb4R6T/bVt9zhXIaiWkv3etOY\r\nBgQNquU4pOsfpIwx/wyk1w3v+gcBnLFPsi1em9d3hYsuO5YHCuzGgnb1qYNJ\r\ngu4q6InV/UD+dqn9YPSPZpD6slYDk0x7fsy3Uza6+51PuMpFPFJAYGhfVbiv\r\nu4IkEabd+yxN+a6tZeokTZg+ffTYYmLG2GeQcLBf0dOWilHdhZiPsn8T31eH\r\n0DaX+SM0dv67kRaM87aORWOKSRxgN20hrM4=\r\n=3Fub\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"99b7471355e0826ef97ff8d61fe22bf8b4bda689","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_2.0.0_1679340573973_0.5758849973396658","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"loglayer","version":"2.0.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@2.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"5bcac8180fc4d9c3f740de596018ff51c2375b87","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-2.0.1.tgz","fileCount":22,"integrity":"sha512-Ap9cJ3JaGG9pqJOSsUr1OFbXZuehDRodGOHeQWBxpH8qGks15rnyjReITgHQPqnnHVbDL2Q3S4O4f2lpmk3P4Q==","signatures":[{"sig":"MEQCIHw5fd2YZLq3MKBo+uWpzbE7zXUGkctHBsbJtkLNy/GAAiAgz4XL8y0i15E0euLo8ceiJfs9uquj5yTpTHuZ9+/CEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGMBCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqt+g/+MZu4G0KOvlmoj1As/9V22GoAA2EvW0H6JoiFq0LtiFDQ8HkW\r\nPm23Tw6ZqfAHFKs3tvN4mF07BoI35qvMK88LqbZGrp7AdNNb0qQCjfgEa5WU\r\nHPDfW3BrAZn7m/k3vAI4F6ILWx0LovyP0CvyakiNy4VO6Wi1JT+YHUfAUBTA\r\nSBnbmr/pBbOKKzYPeQVvGT8JAF9x5OBBwPw5GMFZ8Vgz8AfHDmAE4GP6qvWY\r\nmKC8iRoSzroicm9+hOpCfGO1tiLkyD/0c45oEowggivi+F0T5vg3qPEAYRwB\r\np9ZeYCr7oGmHr06NL9hb5lKpDrZpdlnwCUuQDVkz0vPcauh512OxZRr+aqe9\r\n5ePPLyMpJ1w6vnv++X6Idz/QE9fvVIT+RBXkFFhyCo9x7lznFAyovQaM1CeD\r\nBP/gJqomjvMBAJ1ddRrWdhp+z5x1Ul4JV0vAMLOtV967R0h7QV6jl9qXfiN6\r\nho1uN++ythYLzhZEdT7QFOZ17BGXD/9O83p9biUEQdoe8AKk/z3ZQ//ZRHIK\r\nppZ3Hq6PuUw2C5zf66qt6C+BvaBRBVBayiz+0cPcqDWMJrMXsoelvFNvRbNl\r\nsAdAS+9K4GNgwinIoY32OIWvhmvlRq+wIi/2utbyr8+4acUcwgdilOzoPdp6\r\nigXdk0YtwHtgEeu1iRhkN6Zr3bWbtZSvhic=\r\n=xW5R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"d1588d74c780596f454515a3a9016210a6162a59","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_2.0.1_1679343681936_0.37249268739978203","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"loglayer","version":"2.0.2","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@2.0.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"6045e89fa8b399c32f2300caaf77a31757ab5377","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-2.0.2.tgz","fileCount":22,"integrity":"sha512-baqBIovCmYayUpbv7dMv+IwMMaUXXwm0b12DCp44ei1zX2S1cBdxsM1T+sJMnAlGY7q0cY1aq3qFXDEKaQWnVg==","signatures":[{"sig":"MEYCIQDQA2MUCBmLcRPlGQaIFrr4KIbmpTAgqsQqIPmjjj60rwIhAPsmOv5llXVUY0mjRZORXelAwp1apimOQ+3cYGOVhK22","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGPDAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphWA/6Aqe5faI3R6xWKCwwYePu0K7CHBPjU3HmUoaj03k3qGlIs68P\r\nHSBYgIq21v3sK/IgtpzpIhqsRYveug+8etn8gu9bNLCtPIidJFxu8fNNBU4P\r\n9oVNmUTgAPdQ1/TGLN2EBlK0roaF0E1zKHbtz51DH/R56gTFdP5ZXd6VIO53\r\nujnimPu+DWT6EocjEgLyiCQkfTnIBj48npiZqXWhDvCM2BL31BucF+L+hCY1\r\nxR+Tgc/XJuCOF8syWzlnRWvzhc9HT6qfFTfW86H/rUOnHqLGLuRNdx2AbXoH\r\nMAtlioX+EoKeiDS3AMxYKPFuVWdtc+psbSVVbuhDcLMJyQfrHVnGzIMpdtWS\r\n+rHABQaNBlD9j4ECXLuV5o/VRmR3sNHxYf+qZbOYjqf8pHsP7c9BJn/86b+W\r\nzECd45ry+0bOObnxL5TNlcLT9aZQOxNnkkmvgXx/+rb3oQgeUCjDcq3nv/3W\r\nAo+JmvYha6U+hKr9sJNTMqN9k7yif9IYSTGieg6yT2ZH/vAGJrV9xKQpxGft\r\n6txcA2orJGmAj9VURO4klF0MTs0DLy8RJG2zb2YUdWdI2TUTnqydjB5/Kaw/\r\nG0LjHVA/nAMt6eEJK0FCesZch+NbXetEEUTLPYZBNoUGMSm/bLSajfSkRtGS\r\nbFdiDzGfCGlAtHWElpfAs4abQJVfoit1+JU=\r\n=bDwp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"cd92e9a48c1d18fc24bbaefc6712203093ae0718","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_2.0.2_1679356096008_0.1510909914657259","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"loglayer","version":"2.0.3","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@2.0.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"4932f166fde77584e1cb448c35f5a66587b7a9bf","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-2.0.3.tgz","fileCount":22,"integrity":"sha512-VzD/WNJQrVC5ghWBKyIS/SfYM3RVNtseIQ7SxfW3tvd/P1yg+nQzeofetHuoxMsWXug5JW1Zlbu9RDQmZX38YA==","signatures":[{"sig":"MEUCIEadeGVvLsTIk/MScppDfc/B7BIG0RM9MpraPRUizGqgAiEAq4O07aXBO2vQwwTeRg/D76YLNlslnGQlzzHmgkABW24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOGfKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWKhAAmpMU4OT8lpQBsDf8IDIOZRi9LXdmUoSzO5O+g4lgYEedU2gF\r\nq9K6d5nTNJtRp2n11WMUXD4lW272XsTqZL1iiInjUfCq3K8ZgnQc9mCHWMoS\r\nOQYIvn+nHvjpSBYuUaWr5mG9x+M4H20h7ehvEw5En6Q4piauPMy6g67HUBSo\r\n+UH7dEDRYp5IytvMaOA5LOfABG6XHThSGgxMMrPDjf08i+XwqZCatSrm2/fi\r\nZn0ZU4bTGYZAm/xZR4ExYU1s0fl8sswoUgvdUxbpx4kT7UnPyh2Wb325PF86\r\nQdmmD5fFGpULmzd5f6baCJx7I8kEn7oGERGMOnXQmsPljndbZ/d8pcCNv6nd\r\nUUOTSDcMGmvEB5byxlo6JgaYVOLd+Ge/tIxNE5x1k9hZWUmDm+AOuVGmHQE8\r\nlTnclIR3r48jTyUN+uJ9etic1XsPt3Mt3g16ed/uf4Tm9sOg1XIWuoqt+meM\r\nbgcb/z1dtcvu8t0DHCCLIj05lRbtFdwdPq3gxddOKYkhmYjYUpQLwa/XJP/s\r\n6EsoxZAazdVt+CaSXRlY8yHQjeEhENFSOin6B65o95V6YLo4Rzk9fccbg5+c\r\nBFIqd9YxfONUwoVmSnTo/KG7XKdzKDcT0PqqBHQk0vnQg4oHVMAEbL1LlNnQ\r\nGxXvIFG8sUCmeCjx1osAfdy4D4SZHHd93iU=\r\n=qBcD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index.js","types":"build/index.d.ts","gitHead":"930d898e8a0750e1865f61ef1aaed9347968eb34","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"8.19.3","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"16.19.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_2.0.3_1681418186335_0.08624611600894272","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"loglayer","version":"2.1.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@2.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"fb87ba467134da33542c1b86f38401887c1af3fa","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-2.1.0.tgz","fileCount":22,"integrity":"sha512-s6n/KmTyikr+KtJtFJM1hDjlZVUFniN0FHdJzb5FnTuuGIcQbTSrBya7r/pD4z3nqF9bIukDQzsV07RtNgV8Bw==","signatures":[{"sig":"MEQCID1vBE5mcZuInhgy/Rnwua7fyNnnry17ba/TcfhrJeZOAiALthnyKqD91ifOWZcANWD/umFZnxp9MJwhbns8QaupLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80368},"main":"build/index.js","types":"build/index.d.ts","gitHead":"9f197a60cd1ad1faa2768578bed7a176ac559f13","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"9.6.6","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"20.2.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_2.1.0_1686684581276_0.12027518892947953","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"loglayer","version":"3.0.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@3.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"4454710bf38ad4dba9ca263c762a35bad8da69f2","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-3.0.0.tgz","fileCount":22,"integrity":"sha512-42TfXJqzo4EoUXwt1HpZB6iYd7qBMK3XhgUaMXAqFnfDCrLdP+CP2qK+rJ3tQBpnPEG0bArP4DPx7twONVtnLg==","signatures":[{"sig":"MEUCIQDy5E7SEKt2ar13JjZmoneCS+lhZjKNm4ri6GfYgtUl5wIgF0Dwf3gXwq6efx7tKvz4sdgzoeQF2z5j3OYuxE378Cs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80717},"main":"build/index.js","types":"build/index.d.ts","gitHead":"68acbf0478310ebf35bd4b77b4719906f26e9b50","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.2.5","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"20.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_3.0.0_1706921771862_0.10706139263877867","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"loglayer","version":"3.0.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@3.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"1750756f87979b7df56f7878dfa0b648ea42d740","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-3.0.1.tgz","fileCount":22,"integrity":"sha512-2nbyQ6IKCjEmMSCYHVifCdEgX1gTZIhkWPeIV7Pm0qcYIQxLhLcwtCWBxBTWIYeHM2glnde4bW+YfqNed3fzhg==","signatures":[{"sig":"MEUCIQDem+K+9XIht3waajHOVcaVABZS8zgANwgFDyQkS5i2qgIgQ4DA4viNa+48T++V/78A9iRjht53K/9xTFP7fNR3ifI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80959},"main":"build/index.js","types":"build/index.d.ts","gitHead":"28eb9564f66b2c23214f4fb571d09d0292cf2dfc","scripts":{"toc":"toc-md README.md README.md","lint":"eslint src --ext .js,.jsx,.ts,.tsx","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.2.5","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["eslint --fix --cache"]},"_nodeVersion":"20.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.1","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","eslint":"^8.17.0","express":"^4.18.1","ts-jest":"^28.0.5","ts-node":"^10.8.1","winston":"^3.7.2","jest-cli":"^28.1.1","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^4.9.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","eslint-plugin-autofix":"^1.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-flowtype":"^8.0.3","eslint-plugin-jsx-a11y":"^6.5.1","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","eslint-config-react-app":"^7.0.1","@typescript-eslint/parser":"^5.28.0","@theo.gravity/version-bump":"^2.0.14","eslint-plugin-unused-imports":"^2.0.0","@theo.gravity/changelog-version":"^2.1.11","@typescript-eslint/eslint-plugin":"^5.28.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_3.0.1_1706922992596_0.5074319918773957","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"loglayer","version":"3.1.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@3.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"5d14b0b3a38924bc6ba01f91cb1487c529ca4331","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-3.1.0.tgz","fileCount":22,"integrity":"sha512-KwKaiCXgxAv+XERGeHMR6leVSrw2PNID8rcV5+pla+7GvTRawYMscs4X88JlU7Xc+r+InKwEVa4jDhBJxWEVHw==","signatures":[{"sig":"MEQCIB1xUIpAzNtfug/j/J5WIs96xIIeHmrIG3tUAFLCVIPhAiAPwb7f3+7Ei34qXW3hefK6knzYGq/UA9hxN2ZA+b4FTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85688},"main":"build/index.js","types":"build/index.d.ts","gitHead":"d11263333bf9e7accf3fe32d85a872db3dc839d0","scripts":{"toc":"toc-md README.md README.md","lint":"npx @biomejs/biome lint src","test":"jest","build":"npm run build:clean && npm run compile","debug":"ts-node-dev --inspect -- src/index.ts","format":"npx @biomejs/biome format src --write","compile":"tsc","test:ci":"jest --ci --coverage","add-readme":"git add README.md","lint:check":"npx @biomejs/biome check --apply-unsafe src","test:debug":"node --inspect-brk node_modules/.bin/jest","test:watch":"jest --watch","build:clean":"rm -rf build/*","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","version-bump":"version-bump","livetest:pino":"ts-node-dev livetests/pino.ts","changelog:help":"changelog-version","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","changelog:stamp":"git-commit-stamper parse CHANGELOG.md","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","prepare-publish":"npm run changelog:prepare && version-bump && npm run changelog:release && npm run changelog:stamp","changelog:verify":"changelog-version verify","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","changelog:prepare":"changelog-version prepare","changelog:release":"changelog-version release","test:coverage:watch":"jest --coverage --watch"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"pre-commit":["toc","lint-staged","test:ci","build"],"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.2.5","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"src/**/*.ts":["npm run lint:check"]},"_nodeVersion":"20.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","pino":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","express":"^4.18.1","ts-jest":"^29.1.2","ts-node":"^10.9.2","winston":"^3.7.2","jest-cli":"^29.7.0","prettier":"^2.6.2","pre-commit":"^1.2.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/jest":"^28.1.1","@types/node":"^17.0.42","lint-staged":"^13.0.1","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","serialize-error":"8.1.0","git-commit-stamper":"^1.0.10","jest-junit-reporter":"^1.1.0","@theo.gravity/version-bump":"^2.0.14","@theo.gravity/changelog-version":"^2.1.11"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_3.1.0_1712777309988_0.7024823685823767","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"loglayer","version":"4.0.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"423d629ea789adcdb6a9e5aa438925472ca0de28","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.0.0.tgz","fileCount":9,"integrity":"sha512-7B5Fizt8QV1Y3iUJ3wOn5lBU+ZSK7W+TBpLF8EkHuKK0zbCGtTmIKXQamDcFHXFLbstWteoBVBRf5jO0kN/7VA==","signatures":[{"sig":"MEUCIQDNF/Wa44LkJ2vQNJ2d7+eGb6VVO9zD+wk2x2OQmBrwugIgczMSaMJu41tHjigo4Llp7ogTEYYQOHSMTbiRM9m6wPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159392},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"a32ad3e016e2e4826bb74e928595d9ea43a918c0","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","vitest":"^1.6.0","express":"^4.19.2","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.0.0_1714779679161_0.6565389226750582","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"loglayer","version":"4.1.0","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"4a3208d4bbb5ec57c4c06314b1b74b7754842920","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.1.0.tgz","fileCount":9,"integrity":"sha512-q5aINBonkXnB2ASQxuEIuK29TLqJE+veHhKqE29KRse47+tdQmEOvStEXiWTwI5T6u/w0GD6DZsaW+Y/FkC9oA==","signatures":[{"sig":"MEQCIBGvP7mlVskreKIR8DVR9Uqa6tpvSLyEhyHQgME6QIQCAiB9OTCOm2GVasbUGEsn7knZ+KKJV08t7haVAx98btRz7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":166083},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"43b7ab74162777a00f5d219405f1c129686a7275","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","vitest":"^1.6.0","express":"^4.19.2","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.1.0_1714782560481_0.908487862301385","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"loglayer","version":"4.1.1","keywords":["logging","log","roarr","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"ecd5faf5332d1de508d2a2b265120051b3638c35","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.1.1.tgz","fileCount":9,"integrity":"sha512-MLrGNTHcz8mhl9AXQRJ8rkNGZOT+d+5Xh36qLvgnI+TNEDRlo5TPOvr7jodL7xkRTTr99YFs/IqJym43QjeZwA==","signatures":[{"sig":"MEYCIQDRilk415XWzmJFUEICtYTHBQYzs9ALaz96ohciMZHLpgIhAOe5r+eqNI2HMFBoProN08q1u7f4gIcLP5nhjI0ZIljx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165545},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"50bcfc0aabdb2e3fb6135d4d2846354ca77cea69","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","vitest":"^1.6.0","express":"^4.19.2","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.1.1_1714797009224_0.11132885819363336","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"loglayer","version":"4.2.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"302df84bf50af9628f581d703890ce7bea2898d3","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.2.0.tgz","fileCount":9,"integrity":"sha512-BNJHJ7YUplcaRFP8f2Xjb34ocS95oamyUuto4GstrqO7GBHoXJcTPxnzwuk/hZshbOBvIlSBST9ZMysm7QsEyQ==","signatures":[{"sig":"MEQCIC9zwRaiNFrBp0SCxQMjupyfYQQ4cyyVRwVaqYcNhW2UAiBl1ABy1ydIwTVZDjO/Ig5QC5wPwhfe5tz6KUsl9owLMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178539},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"831fea6066b7a7dd7ff35cef7af7da2658a8961a","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.2.0_1714960370606_0.7813504081551499","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"loglayer","version":"4.2.1","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.2.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"02d20327b6d99e33cfbbc55edf8bc50db9dfbb82","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.2.1.tgz","fileCount":9,"integrity":"sha512-wn1i2LK3blAIX4ENLJ9Tr/D1M6HRvjcfjrGPa8FuctnDAsbaT+avPlIS1pWD2z23LgnxLsHAeOiqctJlBuu9zA==","signatures":[{"sig":"MEUCIQCs5Xnt5LcbQyCRpstwMtgpELOoPtoXyRPSlS3Dk6cI7gIgRY2DqbLB0w+VOEYJZTvc+J6PAiLfU2F+ND54WP10MRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178655},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"d9729b33661795107f97b9b7ce161aeb91caac97","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.2.1_1714962740819_0.6547283340316437","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"loglayer","version":"4.3.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.3.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"f68daf1882ba11337832890cc376a187808efa24","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.3.0.tgz","fileCount":9,"integrity":"sha512-C3jClnIGWyvVSZhXv259cTJsodWMQpEAtWXAZ6QijOUjb6UU9X2VX6s2Z/lj4MIE+t50gKMppo4wTcthGsfr8A==","signatures":[{"sig":"MEUCIDE1KwDZHfkuLtGqSOYoiSgpFpG2LavKCxor/AL+x2wyAiEAxwseoG/qvlZ+kGabBqmJZKtyKJFRAF/jaN2ppDaxeTQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207662},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"8c83476b2aa776befdaeb6a329ad08ca19dd5768","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.3.0_1715211559309_0.6826296813036186","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"loglayer","version":"4.3.1","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.3.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"0830c3374695af40a16845208159c2cce3b40d5e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.3.1.tgz","fileCount":9,"integrity":"sha512-UzdKwSozxu9PZBvG2Tfx3FV/50choOmIornLCA12D6fHNVcvuiXgGejActsokCk7o/sSDZ71R50xMLOl5kIbJQ==","signatures":[{"sig":"MEQCIGXc8ZSJ8e91a5qxWa6mNqH/V8Wywpp/OXubnJhPathQAiB/JMDowyQbR8Qj+3DjdD4S8P6a2I4gC4+sFlTMctSK0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211082},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"4f6122117a706f48fc4c8a799c66fa0d1e4f7b57","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.3.1_1715279374377_0.25445586366297857","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"loglayer","version":"4.3.2","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.3.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"edd640c834c676d24c466b0666f13fa68ac2d5a6","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.3.2.tgz","fileCount":9,"integrity":"sha512-gzLK8UEVhenks+hH8C3jiqmQcfPksgzjC9AkfmHNzryu//5Ab/Ano27hFiHOGFWlKdQeA9AJVawFyUxQxPYJXQ==","signatures":[{"sig":"MEUCIQCYr4nY9Up+tKmk5EGhcVj4zkm2wPYG5fzxq0g77r8uTQIgXk+vv6EENUqjMl63PqqZdsMUIO7xiioRfUUYDXA2kIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211216},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"48c90d82fb5fecc30ee24b1cfd43a3be9c2312f6","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.3.2_1715283871392_0.6986062728905993","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"loglayer","version":"4.3.3","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.3.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"77f31d2e66a9a88b6369ce701d1c9a0396434fc5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.3.3.tgz","fileCount":9,"integrity":"sha512-El7BD1uvJ8+qeCCSFjAOOTzptqfimvg5hiX7bpIyRxqaOGb3+zpm7L23zrEtDoE7i6P8ESg0pW0j6NxAq7MLLA==","signatures":[{"sig":"MEUCIQDsNDs9IUABlODjzomfWSucLRCPz2e3/zcBc23u632OywIgJ8pmY/xyaN7vHPHsjV5LyIt/9ECWhQEcDVOKtdnCMBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211141},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"bf50089332785e446f91354055f5324b198a37c1","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.3.3_1716230283266_0.798386251200996","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"loglayer","version":"4.4.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.4.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"dad01da98a9b0cb642a8eab90ea10faf82172e22","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.4.0.tgz","fileCount":9,"integrity":"sha512-sgyfQj18BpLhoDtuSSO37fxP1K1Wsf7IrQe9qAAI0ZakpVpgksDfjRRQ4qM4wHP4kbPM/Ie/4vCfx4oi4rcRZw==","signatures":[{"sig":"MEUCIBaLro2dTBp52H+5suyTMEy2aDc/uWAeVb4C5/xgAoSoAiEAn0TeS+xmPzZKFKXqGZCqIBOzrNcyyf/mIdy5UwP25yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211335},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"8fa956aa3acdba2766bb095f8d5b9c3be9f812fb","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.5.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.2","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.4.0_1716881138584_0.2892084857559294","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"loglayer","version":"4.4.1","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.4.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"01d94aee7168d902e97db23c2b82f08a84d954c3","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.4.1.tgz","fileCount":9,"integrity":"sha512-VwMkgodn6v4YuTcMALDs/PLF5SiKQlkQD0CKG2DoheNXLGerv6IAcZ+TtDqwPFWI+vj4pkCVfSmiv0Md2HNX5Q==","signatures":[{"sig":"MEYCIQChUVRmI+rzccpBum4593Ium63r2CUlLS63K9oDWjdvNQIhALDUD2Lu2Qo0MU1NeSHn954xFHDjBISc/KCr0s/xVMbO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211909},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"02e4a055c3f1ea5b1d788095624d641ba5f38347","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.4.1_1725662554354_0.1167186003042584","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"loglayer","version":"4.5.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.5.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"ddfce31b58222e0aa6a54953d32f619c64c425e6","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.5.0.tgz","fileCount":9,"integrity":"sha512-fcp/gagUuBLY+tXT3UyNCv3gsBUmnu7XDa1KQycC39rz82foKAusaJvEW9gSUFuSkm4iNlOxmFPOBXZrGDYYMA==","signatures":[{"sig":"MEYCIQDq8dInpnJgHRtGckR1neMEOJ0cmA3evkfzgT7T/8XAgAIhAKCH8dRURYjgMWyjtKcnLwBg8N51yCZR5MVaxRQUjDTi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213967},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"26ae15b0d75e4e130a530b73143a7bc35b2f8a2b","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.5.0_1725742597867_0.0881779005862342","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"loglayer","version":"4.6.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.6.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"ded4ab853c5e1e9a82971d72555cc4c55d64cdf5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.6.0.tgz","fileCount":9,"integrity":"sha512-NuyB4+4k0t5bTrP1nKvNYLSZxsEMZhpUY9haxvLvtcRV8dTuN9Mnfi8vYiH1Vis1l4jKtXGS8d9MXz3eufkAhA==","signatures":[{"sig":"MEYCIQCwMwoRPw0eADe45xmq4YGyWzTcpn/fS6Mq8SV9BzPsFwIhAJZ1NJcst+d4hur0zHFEewXcVoPDKDhDjIUe2uDsjqvi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223029},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"cbf62cd5a58c68da30478bcff7a774c59b749b5d","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.6.0_1725758065297_0.19019541638655846","host":"s3://npm-registry-packages"}},"4.6.1":{"name":"loglayer","version":"4.6.1","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.6.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"6d716db3eba57310ef4b12a8c88c07f434986aeb","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.6.1.tgz","fileCount":9,"integrity":"sha512-fp5zgNm2DRJ4VUp2IO0i944C+cHuQur6S/ebV7ozb+AguF9xjM08fTEZJuCiFWY4ze6CzR4QoIO4UtlWB8eXPA==","signatures":[{"sig":"MEUCIAZQt+a+VsgCoxe9/cJjr5IBxh03VKjvI1pBzBqAVHAdAiEAowThURWhV31WERVriscgFs6xIqpl8C26yY6hM25B1Wg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223212},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"38d7135cb94b1ebfe1b53e1f58c63ff2bc2d96c4","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.6.1_1725758278913_0.4428154439475065","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"loglayer","version":"4.7.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.7.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"961f80c9872d4e5c2715f185173e69b77cabb9de","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.7.0.tgz","fileCount":9,"integrity":"sha512-TVisNc4fGuTSgWuDkdUtbm1BNtIPxUZLPg9BPES+Dkvc96cnCT01LoSMSCJ+PiUjXIDoCcZgESHEkLz65s165w==","signatures":[{"sig":"MEYCIQCt9IAmfLKCtk1MOIqpkt+CdvN6f+EoYyK1MDvv2dj+KAIhAMzUBKkr0ts80+GZVKudNPAR0VEesXNYwwj/13P+iQ42","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":222908},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"bcfffa82606f7bfee2bf0232582c9f47b682b9bc","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.7.0_1725758947432_0.74561675645969","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"loglayer","version":"4.8.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@4.8.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://github.com/theogravity/loglayer","bugs":{"url":"https://github.com/theogravity/loglayer/issues"},"dist":{"shasum":"f59b60db9873426a1046db70bfaa012113002397","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-4.8.0.tgz","fileCount":9,"integrity":"sha512-z7VKxkJApgJ+sEKiZv5OIbIiO9esEy65hYRNeKDbPZBQMSfwD/ZB2lOnNSFngn9p7oxzXnfFxq1Kd3aInpFv7A==","signatures":[{"sig":"MEQCIFYalncDWDTVjdooM+e9Roe4+zp3MUhVzu0kUH612oMjAiAHMr0tdLdvvFbpmd3pRCvXYEcHdXFjKaMboYSEnsa1AA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":225140},"main":"dist/index.js","types":"dist/index.d.ts","engines":{"node":">=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"905a5efe2a7987b5584c4c2c11eeaa537eb780eb","scripts":{"toc":"toc-md README.md README.md","lint":"biome lint src","test":"vitest run","build":"tsup src/index.ts","clean":"rm -rf node_modules dist","debug":"ts-node-dev --inspect -- src/index.ts","format":"biome format src --write","compile":"tsc","prepare":"husky install","release":"changeset publish","changeset":"changeset","typecheck":"tsc --noEmit","add-readme":"git add README.md","lint:check":"biome check --apply-unsafe src","test:watch":"vitest","debug:break":"ts-node-dev --inspect-brk -- src/index.ts","lint-staged":"lint-staged","ts-node-dev":"ts-node-dev","add-changeset":"changeset add","livetest:pino":"ts-node-dev livetests/pino.ts","livetest:roarr":"ROARR_LOG=true ts-node-dev livetests/roarr.ts","livetest:bunyan":"ts-node-dev livetests/bunyan.ts","livetest:consola":"ts-node-dev livetests/consola.ts","livetest:console":"ts-node-dev livetests/console.ts","livetest:express":"ts-node-dev livetests/express.ts","livetest:signale":"ts-node-dev livetests/signale.ts","livetest:winston":"ts-node-dev livetests/winston.ts","version-packages":"changeset version","livetest:log4js-node":"ts-node-dev livetests/log4js-node.ts","livetest:datadog-browser-logs":"ts-node-dev livetests/datadog-browser-logs.ts"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"repository":{"url":"git+https://github.com/theogravity/loglayer.git","type":"git"},"_npmVersion":"10.7.0","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx,html,css,json}":["npm run format","npm run lint:check"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"pino":"^8.0.0","tsup":"^8.0.2","husky":"^8.0.0","roarr":"^7.11.0","bunyan":"^1.8.15","log4js":"^6.9.1","vitest":"^1.6.0","consola":"^3.2.3","express":"^4.19.2","signale":"^1.4.0","ts-node":"^10.9.2","winston":"^3.7.2","toc-md-alt":"^0.4.6","typescript":"^5.4.5","@types/node":"^20.12.8","lint-staged":"^15.2.2","ts-node-dev":"^2.0.0","@types/roarr":"^2.14.3","global-jsdom":"^25.0.0","@types/bunyan":"^1.8.8","@biomejs/biome":"^1.6.4","@types/signale":"^1.4.7","@changesets/cli":"^2.27.1","@commitlint/cli":"^19.3.0","serialize-error":"8.1.0","@datadog/browser-logs":"5.27.0","@changesets/changelog-github":"^0.5.0","@commitlint/config-conventional":"^19.2.2"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_4.8.0_1727312277774_0.36964284359857746","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"loglayer","version":"5.0.0","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"9d80bf82a9fddf23be71f5169c0f0e1eca368a36","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.0.tgz","fileCount":9,"integrity":"sha512-ytYB5+3UU7ZYZZIKBKrZtsAFk+9R2RsFt0dRsDyPYYQM/vJdW4xGBMp9+1tAcw3KJ2HnMQ7Ocfj1KTvZ+olyHA==","signatures":[{"sig":"MEUCIQD5ibaOGFcqMUr0A/+07foIZmUud2lqS1aOw/uBqG0TmQIgFtZglOmiywsKqNKfZ69vWQhc+aLe+9iMbaKQLkvLqZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":193713},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/9bd69ea892bae377f0e95971804f017f/loglayer-5.0.0.tgz","_integrity":"sha512-ytYB5+3UU7ZYZZIKBKrZtsAFk+9R2RsFt0dRsDyPYYQM/vJdW4xGBMp9+1tAcw3KJ2HnMQ7Ocfj1KTvZ+olyHA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.0","@loglayer/shared":"1.0.0","@loglayer/transport":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.0_1735792683266_0.8807912471595494","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"loglayer","version":"5.0.1","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"df55eded68691473f74e94421a1e574b2c335a69","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.1.tgz","fileCount":9,"integrity":"sha512-uUDNzQg1DM9yA2tKG6YppHjouVeVyFhI8Xj6rLCHkh1xt+UgdbnG5r2GhAoAtNS+lKoPP7zTVk1XKI5ak5vTLw==","signatures":[{"sig":"MEYCIQDx3qHb/RQEj467VLQj7or3M0OuksKlq1DKcHkB/b97hAIhAK5Lstmp0SJeXgxN+v9A/anJAnmZZh9WvtKod9/YTItM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195890},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/30a0a98d3eac4f914a58b85d600dfc62/loglayer-5.0.1.tgz","_integrity":"sha512-uUDNzQg1DM9yA2tKG6YppHjouVeVyFhI8Xj6rLCHkh1xt+UgdbnG5r2GhAoAtNS+lKoPP7zTVk1XKI5ak5vTLw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.1","@loglayer/shared":"1.0.1","@loglayer/transport":"1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.1_1735854596015_0.6811071792491932","host":"s3://npm-registry-packages-npm-production"}},"5.0.2":{"name":"loglayer","version":"5.0.2","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"435a151a33092c34d89edb4e9adc0d9766b2a704","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.2.tgz","fileCount":9,"integrity":"sha512-Fi5lCYApXhsU6RToHTXhOmeqNUBloEJB6yx5dSCA1hG1IWnZfHFIlHol9d68uVO/NXgElKolATqiAX7ODLWRSw==","signatures":[{"sig":"MEUCIQCZGugETnuuANw/iDd93bGIlclHckyn+xUZ2MG6km5gLQIgIRWfqxiMBPFkuDLzXAxBZ3JCujb6s0OwXfYuqU5mXjE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195890},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/23fab7b0610a816c08897f4b36ac0354/loglayer-5.0.2.tgz","_integrity":"sha512-Fi5lCYApXhsU6RToHTXhOmeqNUBloEJB6yx5dSCA1hG1IWnZfHFIlHol9d68uVO/NXgElKolATqiAX7ODLWRSw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.2","@loglayer/shared":"1.0.2","@loglayer/transport":"1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.2_1735856580150_0.3840297569090154","host":"s3://npm-registry-packages-npm-production"}},"5.0.3":{"name":"loglayer","version":"5.0.3","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"63d852b255b509a95291a309128e983c7cb03c15","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.3.tgz","fileCount":9,"integrity":"sha512-6BIqqwTOlsaRLJi0orLIIgPISwLUyjtk+r7AN36sBA9rRzq7wabRfXwI8OxUHbvnJPDlp/VxrfiCx3p83Zf8Zw==","signatures":[{"sig":"MEQCIBj243fEi5xBtmIHtqXnXCnIns+H6zZYmuGFJWMYPYfjAiBvvB2XwHSASaECAnU30/E0uDmHwzOJRb9SMdxAa/b+wA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196962},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/54e23fc725fc12ebe9e7c43b36be5e42/loglayer-5.0.3.tgz","_integrity":"sha512-6BIqqwTOlsaRLJi0orLIIgPISwLUyjtk+r7AN36sBA9rRzq7wabRfXwI8OxUHbvnJPDlp/VxrfiCx3p83Zf8Zw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.3","@loglayer/shared":"1.0.3","@loglayer/transport":"1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.3_1735861313109_0.40511697307815475","host":"s3://npm-registry-packages-npm-production"}},"5.0.4":{"name":"loglayer","version":"5.0.4","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.4","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"2f9fc4d9bb70714bd15417dfb7929de41f7c707d","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.4.tgz","fileCount":9,"integrity":"sha512-h3wmpfjDlwkcEFSqyo9CUyE3vFCI2QL0F/Q686t8YV2qe/UYFLI62IWV49ctzJdZAoh6RIfwAoUm3PYzi9+5ig==","signatures":[{"sig":"MEYCIQCVLPQhIY5A3XFEqwCHDu/m5MJy8U90aygEn5aRY+8nQwIhAOq377rbFfK5Bvk89jhssxoot8gW757EzEIJrO6t6XMq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196962},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.4.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/dd3d6098b63b52502c379cdcc58c1247/loglayer-5.0.4.tgz","_integrity":"sha512-h3wmpfjDlwkcEFSqyo9CUyE3vFCI2QL0F/Q686t8YV2qe/UYFLI62IWV49ctzJdZAoh6RIfwAoUm3PYzi9+5ig==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.3","@loglayer/shared":"1.0.3","@loglayer/transport":"1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.4_1735870896065_0.05863515936897978","host":"s3://npm-registry-packages-npm-production"}},"5.0.5":{"name":"loglayer","version":"5.0.5","keywords":["logging","log","roarr","log4js","log4js-node","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.5","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"80dd3464342e5b4f840b5f4909d20b415d34e6d5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.5.tgz","fileCount":9,"integrity":"sha512-SIsCsphVinrvX0Jk0PI5ya7bSKe/p5HHIKEXAlQyJhRo8cgeEAq/mxaifXL+ksg8k3BulwYwWk+1+pyxVCJivg==","signatures":[{"sig":"MEQCIBLTz6EQbJp5HPFmYRBnl/HHtfyX6UEAdzmxsM3wyVwpAiAoFLdMfcu3Qk1t+1Wm06h7cXK60EE/ZCFOSgNbopBnbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196962},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.5.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/b651c68ad006af0f2c84abf7f643cf94/loglayer-5.0.5.tgz","_integrity":"sha512-SIsCsphVinrvX0Jk0PI5ya7bSKe/p5HHIKEXAlQyJhRo8cgeEAq/mxaifXL+ksg8k3BulwYwWk+1+pyxVCJivg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.3","@loglayer/shared":"1.0.3","@loglayer/transport":"1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.5_1735945849275_0.6980476663589545","host":"s3://npm-registry-packages-npm-production"}},"5.0.6":{"name":"loglayer","version":"5.0.6","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.6","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"d94649927e5bf054bb84c45b50eef4f33669678d","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.6.tgz","fileCount":9,"integrity":"sha512-hiNmLF3Y63sbnj1J7MsYe/HVVqFvcP9qT89rG2w3fIPr6QD2ZIJPCFddhWFQO4Cagt8Zn9C1JYcl/U3Vn+n2Gw==","signatures":[{"sig":"MEQCIBtJ/cax0HyBXH5AdmiyHfYDePByhr6ACdeRpxOKd6RoAiADekBu555MO1GFlq3GrRSRXRhh65FUzqvkadz2gJKAaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197056},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.6.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/b78f3fdb3001882485b63b7ce9493ced/loglayer-5.0.6.tgz","_integrity":"sha512-hiNmLF3Y63sbnj1J7MsYe/HVVqFvcP9qT89rG2w3fIPr6QD2ZIJPCFddhWFQO4Cagt8Zn9C1JYcl/U3Vn+n2Gw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.3","@loglayer/shared":"1.0.3","@loglayer/transport":"1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.6_1735950412672_0.43591755070270044","host":"s3://npm-registry-packages-npm-production"}},"5.0.7":{"name":"loglayer","version":"5.0.7","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.7","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"3d7c686f912c4e0538569e81f827566c95c266bb","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.7.tgz","fileCount":9,"integrity":"sha512-jd2duPrDa3UVHk9hY7Y5MbvwKaRvByJ7wdBBYkMkehdK7SxFeoD3zPU+SIh5fv3P5dXwW51U6oq2n8qVvn2AZg==","signatures":[{"sig":"MEUCICIYv5DCuS8G2cC57KNGoS77eDnSAR62lsJO4hnQEnKtAiEA4pCWSo+aaUTQ0ATECClix9sS7roRaQDx0wi1jKTY3DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197056},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.7.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/56be47c040cd059550fc7b9cbac5eb3c/loglayer-5.0.7.tgz","_integrity":"sha512-jd2duPrDa3UVHk9hY7Y5MbvwKaRvByJ7wdBBYkMkehdK7SxFeoD3zPU+SIh5fv3P5dXwW51U6oq2n8qVvn2AZg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.3","@loglayer/shared":"1.0.3","@loglayer/transport":"1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.7_1736026412812_0.2095924312013766","host":"s3://npm-registry-packages-npm-production"}},"5.0.8":{"name":"loglayer","version":"5.0.8","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.8","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"ab14cabb8f1cc5c7717085d9e8b9140dbff0e902","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.8.tgz","fileCount":9,"integrity":"sha512-cYumjlakiQ5dQIPPjGjHmooqXUmPMh3J5xbCJ9V0ngTDVm2RtLYqARassUeljcZYVKwAkw0fRBFpMMKohgVpXA==","signatures":[{"sig":"MEQCIBFFLtDHM6lUaLGahRQLQkCLN1T0CW6Aejf4B/6amGQtAiB+sJ+7ug14Cw1ojAabDxFYiAO+jRwvb3lY/X3gpmb4pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197056},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.8.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/e71c3b6ae707c6e8f697069168137f04/loglayer-5.0.8.tgz","_integrity":"sha512-cYumjlakiQ5dQIPPjGjHmooqXUmPMh3J5xbCJ9V0ngTDVm2RtLYqARassUeljcZYVKwAkw0fRBFpMMKohgVpXA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.4","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.8_1736034789012_0.1817130832741416","host":"s3://npm-registry-packages-npm-production"}},"5.0.9":{"name":"loglayer","version":"5.0.9","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.9","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"42763ab39ab45c6ac06405c9e285636c490ebae3","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.9.tgz","fileCount":9,"integrity":"sha512-+jVBosRN/D0gQidkE0HEkKT6+6exCThWoGTre61fKD2pwzCo8qdjXQpaMRd+Y6K+sE0vGtNHGj+tncLZ53eluw==","signatures":[{"sig":"MEYCIQCwoeY17l/ZsAXIzlrzLAi0+UuaPo6qDxcU6gatdcyFwQIhAN+eyoFxo8MlM575j9gqETsSrsnwiL1AOYCtmigr2hct","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198325},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.9.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/8678800e993329a3e1e047345d2366ee/loglayer-5.0.9.tgz","_integrity":"sha512-+jVBosRN/D0gQidkE0HEkKT6+6exCThWoGTre61fKD2pwzCo8qdjXQpaMRd+Y6K+sE0vGtNHGj+tncLZ53eluw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.4","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.9_1736123052267_0.8191988207003089","host":"s3://npm-registry-packages-npm-production"}},"5.0.10":{"name":"loglayer","version":"5.0.10","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.10","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"d1462109ccb6134881ac853b83e448f39e62e814","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.10.tgz","fileCount":9,"integrity":"sha512-0VSmyEKL3P6UtrNC8ZZoIXu1+OJtG61XT3bx91jyrffjK95KnrhrWcvlUdb8OFf8QYJttPvQdjBynx6be0rZIw==","signatures":[{"sig":"MEUCIBhYEIpeB2+AFNhsiwAlrPyqqEHHsp9QpiHB0fcAf8rqAiEA6c5ovEt50XD2s1YWoAJfb0/5ay1uH0bRap7WrLvzWcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200811},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.10.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/b94335e125d6d3447c45ccf2192b0d94/loglayer-5.0.10.tgz","_integrity":"sha512-0VSmyEKL3P6UtrNC8ZZoIXu1+OJtG61XT3bx91jyrffjK95KnrhrWcvlUdb8OFf8QYJttPvQdjBynx6be0rZIw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.4","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.10_1736134335427_0.19815671834267845","host":"s3://npm-registry-packages-npm-production"}},"5.0.11":{"name":"loglayer","version":"5.0.11","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.11","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"791e5c730795477d8f771e84bac27848a9b29fa1","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.11.tgz","fileCount":9,"integrity":"sha512-0cT9HrPY0AQwPlwzO/6n92rcYnCiY4zR5B6sKYmxycf3VVOvWCEME8xBNPRpP+NqnAXvuKxM44OEV5Tsi572eA==","signatures":[{"sig":"MEUCIQCXYk8LyZ/eC5BiqYrGB+F1Bydi0LdSbY35RXL2sUScigIgGWxXB3M9dHGgR3AglpwGNuqZJuqX0ZlYPf+L4BSRTiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":201515},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.11.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/a5d5e6de3a4b1c6da33b9aa643dc42ad/loglayer-5.0.11.tgz","_integrity":"sha512-0cT9HrPY0AQwPlwzO/6n92rcYnCiY4zR5B6sKYmxycf3VVOvWCEME8xBNPRpP+NqnAXvuKxM44OEV5Tsi572eA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.4","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.11_1736194066354_0.9725192714892776","host":"s3://npm-registry-packages-npm-production"}},"5.0.12":{"name":"loglayer","version":"5.0.12","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.0.12","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"b8e4860408ed3a7118de0d7c0e4aa00687d0af44","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.0.12.tgz","fileCount":9,"integrity":"sha512-wBzncg861/RU10y5XAOIpZrXfEPOKEE3QAgJoRnFsWzE+rbd5lYcejCfTcMy09GdUYUxOnnYr0t3OKStX8OeCA==","signatures":[{"sig":"MEQCICpepxiMTluXZVbi/Goi2iZbinubMaGySWrAxgTm1yYPAiBIQAZQWzwNe9MbUtjcjQJr5NEW/QbpHrbdyPrQApisrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":201515},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.0.12.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/bc367940068b5700bdf76a92cb5d37b6/loglayer-5.0.12.tgz","_integrity":"sha512-wBzncg861/RU10y5XAOIpZrXfEPOKEE3QAgJoRnFsWzE+rbd5lYcejCfTcMy09GdUYUxOnnYr0t3OKStX8OeCA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@loglayer/plugin":"1.0.4","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.0.12_1736194334274_0.23428608285794406","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"loglayer","version":"5.1.0","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"e68efdf1d913c9bbdd87a1091bf0431f9579647c","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.1.0.tgz","fileCount":9,"integrity":"sha512-oz7G6xaC840B4bI0TTzvRfKibccwPQ+sZl4C0UdJGERmUab5xSfqVFmDkUgzMGiHKrc2OWQdtroZ06ZRLeNLQw==","signatures":[{"sig":"MEQCIDF+ueS/x1RRi3Av48hFcbyGMs1H1Aosi3knQaoPICaTAiBNZM7m37BMlpW5n576hPKORSLPrbKMD/XcY7hKPU5+RA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207448},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/9c9431ec7a442199e5e8215a3c969ffd/loglayer-5.1.0.tgz","_integrity":"sha512-oz7G6xaC840B4bI0TTzvRfKibccwPQ+sZl4C0UdJGERmUab5xSfqVFmDkUgzMGiHKrc2OWQdtroZ06ZRLeNLQw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.0","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.1.0_1736628015196_0.3969126765565587","host":"s3://npm-registry-packages-npm-production"}},"5.1.1":{"name":"loglayer","version":"5.1.1","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"4b1b47469acd26092bd17bca427bd36bf8b6616f","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.1.1.tgz","fileCount":9,"integrity":"sha512-phHHA4IuIkaGOPHjykrIstwC2iobU547tgqkBt+Ea0GaoN/bvJv5NVXTKQpAnhx+QXR9c+2MykWoUXeCvNOxag==","signatures":[{"sig":"MEUCID9wM9j8i/ezxi5IxgpfM7IqMvkqmqagy7GfMpyqiOupAiEAlXvmxtccWzAP58C2JKPoX+3biuXM4OIGObKU2lvaLy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207448},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.1.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/51fb3802e991d3a9c023f266363da3bf/loglayer-5.1.1.tgz","_integrity":"sha512-phHHA4IuIkaGOPHjykrIstwC2iobU547tgqkBt+Ea0GaoN/bvJv5NVXTKQpAnhx+QXR9c+2MykWoUXeCvNOxag==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.0","@loglayer/shared":"1.0.4","@loglayer/transport":"1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.1.1_1736634549775_0.4402471255725058","host":"s3://npm-registry-packages-npm-production"}},"5.1.2":{"name":"loglayer","version":"5.1.2","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","tslog","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","signale","consola","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.1.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"761dc83572aba9292ef770f2fe702c9380e55eb5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.1.2.tgz","fileCount":9,"integrity":"sha512-Yi2aRhdA2WwXbonuVLyw/lV1OhNyAGgm/JLMYSfN/pZJjKv0YPsuinMcPLMGJE02ne06ysM2J9LkL6ithoQuyg==","signatures":[{"sig":"MEYCIQDJqahyI0mIwbb0piuqro2HqYdETzu0dEAeI8afilBqcwIhANbVz926OX9xtNouCxWxUGU9l/H7zeVAzttPF0pEvsRQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207448},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.1.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/05ffb22ce47a273efbec7c04f353aa8f/loglayer-5.1.2.tgz","_integrity":"sha512-Yi2aRhdA2WwXbonuVLyw/lV1OhNyAGgm/JLMYSfN/pZJjKv0YPsuinMcPLMGJE02ne06ysM2J9LkL6ithoQuyg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.0","@loglayer/shared":"1.0.4","@loglayer/transport":"1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.1.2_1736739917375_0.3491640577923725","host":"s3://npm-registry-packages-npm-production"}},"5.1.3":{"name":"loglayer","version":"5.1.3","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","loglevel","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.1.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"1cf815fa8994214c8ea57facccea2fffaa229731","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.1.3.tgz","fileCount":9,"integrity":"sha512-F7tZGyBHSon3/iYWXm87KfedogmZ2t4Wi2vDMLDzo+aYbMRJhZuUrlpGmy+lu286FeCRfNwwGIak+n+NZ7mZnA==","signatures":[{"sig":"MEUCIBs3ZLSBDduVC+BxtfcvYJAnU+7k1DtzPky1cL6eOQAbAiEA1v6iGHBTu4K7w40n427yL3umvGEl7GgIRZ9LmU4LBeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207833},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.1.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/600a0239920eeb90319878b87d95f725/loglayer-5.1.3.tgz","_integrity":"sha512-F7tZGyBHSon3/iYWXm87KfedogmZ2t4Wi2vDMLDzo+aYbMRJhZuUrlpGmy+lu286FeCRfNwwGIak+n+NZ7mZnA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries, cloud providers, and OpenTelemetry while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.0","@loglayer/shared":"1.0.4","@loglayer/transport":"1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.1.3_1736745108028_0.0943511389430709","host":"s3://npm-registry-packages-npm-production"}},"5.1.4":{"name":"loglayer","version":"5.1.4","keywords":["logging","log","roarr","log4js","log4js-node","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","loglevel","datadog"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.1.4","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"56ce3fc8994193370bf04cc5a3c60cd52474c2d4","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.1.4.tgz","fileCount":9,"integrity":"sha512-ltLmvvXgRxRKL/ZW73kwSF9bPq/I9u8rUJZBpltDLAXA35lN2Bc3gA0VSoZTjb1G6wbZNE9rlaQ6nG7iOL8wZg==","signatures":[{"sig":"MEYCIQC7wYBlHNgqSGdLlM0anF5DoJzcpAI0EPVsDfRn1x2TPgIhAIyvfJWCEUr1mOWpkLwxh2Et6OpYdw0QJWbnVOtZ0X9g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207833},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.1.4.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/11b4e23c47399ca4c9ba892e1b3cd712/loglayer-5.1.4.tgz","_integrity":"sha512-ltLmvvXgRxRKL/ZW73kwSF9bPq/I9u8rUJZBpltDLAXA35lN2Bc3gA0VSoZTjb1G6wbZNE9rlaQ6nG7iOL8wZg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries, cloud providers, and OpenTelemetry while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.1","@loglayer/shared":"1.0.5","@loglayer/transport":"1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.1.4_1736748125036_0.6653833472795132","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"loglayer","version":"5.2.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","wrapper","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"93fcb5c5c5987a13377bde1ba68da8998edeaf9b","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.2.0.tgz","fileCount":9,"integrity":"sha512-OU7And+JtA53DA+FtAcTpRWrwremyHlFN2twqqtadbohak7Uts6EV6aluZOBcVvCFLsE0UcY2KVRmUlFzA6kEg==","signatures":[{"sig":"MEUCIQDUAS/dJMufySNw9qwK5uD8iiD2eUXj5XS0jabqyhdNpQIgdYMdXL9YE5LLe6i09Wuyl55M+PBq2vdtyYa1Oe+k0dU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211495},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.2.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/91ab1a7f10433345ae00d08fc0bf3e5a/loglayer-5.2.0.tgz","_integrity":"sha512-OU7And+JtA53DA+FtAcTpRWrwremyHlFN2twqqtadbohak7Uts6EV6aluZOBcVvCFLsE0UcY2KVRmUlFzA6kEg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries, cloud providers, and OpenTelemetry while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.1","@loglayer/shared":"1.0.5","@loglayer/transport":"1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0","@datadog/browser-logs":"*"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.2.0_1737165624272_0.7453701179055328","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"loglayer","version":"5.3.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.3.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"a19dd7a7d575d9a6cf03b2c132eb2ae47e44e22f","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.3.0.tgz","fileCount":9,"integrity":"sha512-EZnQT+BUijLhLbaP9yQdzsdMsG1sSoHY7whWkxX1SnFK9KrdBcUnWMouvtHNqo2HbMtCfEjSvV3p9vIsrZeZXA==","signatures":[{"sig":"MEUCIQDX4lmvFNDJ1oO4Ex1NJWLMlVgR9+A5+1/P/BXYnCdi4gIgXXfDEFYbHqcxTVKdJOhIykWrVx0PM/NQjipFRXV//yM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":216593},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.3.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/b3cc28efb9ac439c25527b320b5e5b93/loglayer-5.3.0.tgz","_integrity":"sha512-EZnQT+BUijLhLbaP9yQdzsdMsG1sSoHY7whWkxX1SnFK9KrdBcUnWMouvtHNqo2HbMtCfEjSvV3p9vIsrZeZXA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A unified logger that routes logs to various logging libraries, cloud providers, and OpenTelemetry while providing a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.1.1","@loglayer/shared":"1.0.5","@loglayer/transport":"1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"2.1.8","typescript":"5.7.2","hash-runner":"2.0.1","serialize-error":"11.0.3","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.3.0_1737243651992_0.3024695278838654","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"loglayer","version":"5.4.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.4.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"edc2e121a29a42954d9e3898a163388d43a0f1d3","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.4.0.tgz","fileCount":9,"integrity":"sha512-zXipjUDp+/nzwoBEuc7HU9J8lRxtM3LSzelKYcPrbB8yKYe2bDhVNhVQNJOGEIU4zUAOzNqxjN7u1fkQN3pnog==","signatures":[{"sig":"MEUCIQDVm660SxL3sxXMeoxoP/P46EBKggGlUx8hP3PEsBh9aQIgGuHOQEpGHu14nhAYnSXkkbWrlxADnrtUQcYTU88TFho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200907},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.4.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/4ab53d513ae8881dd3c1a30102a4bd11/loglayer-5.4.0.tgz","_integrity":"sha512-zXipjUDp+/nzwoBEuc7HU9J8lRxtM3LSzelKYcPrbB8yKYe2bDhVNhVQNJOGEIU4zUAOzNqxjN7u1fkQN3pnog==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.2.0","@loglayer/shared":"1.1.0","@loglayer/transport":"1.2.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.2","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.4.0_1737429059963_0.8604039411394615","host":"s3://npm-registry-packages-npm-production"}},"5.4.1":{"name":"loglayer","version":"5.4.1","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.4.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"7a84d9198047861b50c2121224f62755eef14b3e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.4.1.tgz","fileCount":9,"integrity":"sha512-GS0H9ps5LkJ51wHbkUSHvfcvFr3LajEr5CIW902w5rgXwp4odVAKbzyM20Nz0B3T5rGGAr4OlF5MHVPFFQTG5Q==","signatures":[{"sig":"MEUCIQD8gO0wugAq/gH43T0H4Fe7Knx5cA28fDo5nV0pfIFIXAIgHeA4l0IqhlOJi7ELyjttIYWt9WkY3a1WlfWk0vCwPXo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":201236},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.4.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/759ff8c8c446b4f4ee92cf6e1bfba4e0/loglayer-5.4.1.tgz","_integrity":"sha512-GS0H9ps5LkJ51wHbkUSHvfcvFr3LajEr5CIW902w5rgXwp4odVAKbzyM20Nz0B3T5rGGAr4OlF5MHVPFFQTG5Q==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.2.0","@loglayer/shared":"1.1.0","@loglayer/transport":"1.2.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.2","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.4.1_1737484060296_0.6692759298645024","host":"s3://npm-registry-packages-npm-production"}},"5.5.0":{"name":"loglayer","version":"5.5.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.5.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"47aa2ad5d0c449d8232d233a1ecfd41c54662102","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.5.0.tgz","fileCount":9,"integrity":"sha512-GJSfB/nUWMmnSvnJpHS1Yr/InjRIIrUligGe8gNQRrJz/aJ8VV6G5BNLNwPIP5a0bjEmcrVMLqF9U6TK4co3Fg==","signatures":[{"sig":"MEQCIBCvl2HE2WLtL5rtWy2//1Mig/V4RmGD/q11BCjcbS20AiBaT9CD7ZInqyVYzt1UjPB4J/S/lR5hW710bdPzQaFCIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":223066},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.5.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/ee70a29bd7068fefa4507e53c5560352/loglayer-5.5.0.tgz","_integrity":"sha512-GJSfB/nUWMmnSvnJpHS1Yr/InjRIIrUligGe8gNQRrJz/aJ8VV6G5BNLNwPIP5a0bjEmcrVMLqF9U6TK4co3Fg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.2.1","@loglayer/shared":"1.2.0","@loglayer/transport":"1.2.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.5.0_1737789561689_0.8069614170987718","host":"s3://npm-registry-packages-npm-production"}},"5.5.1":{"name":"loglayer","version":"5.5.1","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.5.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"e74e4da4f3e277ede5e2059fffa1a4087af9c352","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.5.1.tgz","fileCount":9,"integrity":"sha512-+0KMScbSzU/yr4BNIg2CYPfG8BCwTF68DplK3pNINLWoQ58gcOpcfWSVI2lnFSTN+Kh6k6NgrG5pmIgN8nYqhg==","signatures":[{"sig":"MEUCIBwRpkgoXjtNlddUqtm9jsmC9cmxnhiNME7mwVcjjULpAiEAss3F7A+raehaHfQ9TAWP0AeMBh2RjKMpbdcqtH7NNeo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":223070},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.5.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/cb193edf2f262925e7cfe62f4c6c9959/loglayer-5.5.1.tgz","_integrity":"sha512-+0KMScbSzU/yr4BNIg2CYPfG8BCwTF68DplK3pNINLWoQ58gcOpcfWSVI2lnFSTN+Kh6k6NgrG5pmIgN8nYqhg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@loglayer/plugin":"1.2.2","@loglayer/shared":"1.2.1","@loglayer/transport":"1.2.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.5.1_1738031870494_0.8104776821793274","host":"s3://npm-registry-packages-npm-production"}},"5.6.0":{"name":"loglayer","version":"5.6.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.6.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"47560fce2cecceee302f9cd165809071e656c164","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.6.0.tgz","fileCount":9,"integrity":"sha512-CFnxEIe1P+E6O0BBv1ahreW92ZddjQcawvXy5as2TJ/RzKwky2C/0DeWYKVy3vuhOL8XKHrD2LUjzy+PQwtuww==","signatures":[{"sig":"MEYCIQD6ooQcFBLo3ag/AkqJg/2zJzPEDA+HzUlv+/nVqNLyAgIhAJXkf2oa82StwRPel5T5xwut9M0jDvNOj4ZyyqMyzSH7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":226222},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.6.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/67dfd62a470c0d36f93d8d252a85712d/loglayer-5.6.0.tgz","_integrity":"sha512-CFnxEIe1P+E6O0BBv1ahreW92ZddjQcawvXy5as2TJ/RzKwky2C/0DeWYKVy3vuhOL8XKHrD2LUjzy+PQwtuww==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"1.3.0","@loglayer/shared":"1.3.0","@loglayer/transport":"1.2.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.6.0_1738636057894_0.9189884055688256","host":"s3://npm-registry-packages-npm-production"}},"5.7.0":{"name":"loglayer","version":"5.7.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@5.7.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"88970cf86ac43f5e37f6036bd10b008ab0bc9366","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-5.7.0.tgz","fileCount":9,"integrity":"sha512-zk5ShlnMa8yIi2eZ1QznEYs7yxURWgbq62cQaWX4aV05NJbObJucagmH4EwaArXuxW2Zfie08AnNLIl3xvv/bw==","signatures":[{"sig":"MEUCIFITTlv8HEqXwHeget1tl7wM6J/ExFKrgeFNNGcmPvFRAiEAhZ8qwWMJF8qE/8lyqFT/wXZu7HNvPYQO4nUaQDvmSuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":228839},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-5.7.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/93dfbea7b2204dff594dd36ed4f8df63/loglayer-5.7.0.tgz","_integrity":"sha512-zk5ShlnMa8yIi2eZ1QznEYs7yxURWgbq62cQaWX4aV05NJbObJucagmH4EwaArXuxW2Zfie08AnNLIl3xvv/bw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"1.3.0","@loglayer/shared":"1.3.0","@loglayer/transport":"1.2.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_5.7.0_1739062704020_0.37566724889328085","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"loglayer","version":"6.0.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"b133c402fd97ece3d845746129a76f017fcf9113","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.0.0.tgz","fileCount":9,"integrity":"sha512-08jVuOQcO0OddNUV2HaZWfHM/Lqov0yH712pXCXaZZs2aIY+wXQyESbiijqPPrIT6Y7jTrLNpf/tF8Z1yRDIUA==","signatures":[{"sig":"MEYCIQCUL1khw25VoMgTvi1sZDiE8fOwVek5EHlHf+4pJp2X1QIhAOL4WVvvRn5KjYl2KcIsOCF0tra0D3DsYEKR2imPtU5x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":230952},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/767de14f95bafb49a796bd1b435a8501/loglayer-6.0.0.tgz","_integrity":"sha512-08jVuOQcO0OddNUV2HaZWfHM/Lqov0yH712pXCXaZZs2aIY+wXQyESbiijqPPrIT6Y7jTrLNpf/tF8Z1yRDIUA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"2.0.0","@loglayer/shared":"2.0.0","@loglayer/transport":"2.0.0","@loglayer/context-manager":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.0.0_1739268120327_0.10028354050867283","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"loglayer","version":"6.1.0","keywords":["logging","log","multi-transport","opentelemetry","otel","winston","bunyan","structured","standard","file","serialize","error","abstraction","pino","electron","loglevel","datadog","rotation","rotate"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"e59b0fc652eebe6caa82b4a743d9efef3599c5e5","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.1.0.tgz","fileCount":9,"integrity":"sha512-72C+nxAncus2JYqOau75FZ3DB+QJl3YCu3R+yzY62zTv5738+LDhhbzWHM0WH054f00UfuManwXNBWOybF0IBw==","signatures":[{"sig":"MEUCIHrOaohjwqXB8BCJBuLm1HruMEfLiWqaoLITJsEv3lWEAiEA1Uj8b6+W7gnavnQmyLKf4tgUZAAmgqudaN4gd5Z5EQA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":237214},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/2cf585102ca0ea8ac7097d184bc11fc8/loglayer-6.1.0.tgz","_integrity":"sha512-72C+nxAncus2JYqOau75FZ3DB+QJl3YCu3R+yzY62zTv5738+LDhhbzWHM0WH054f00UfuManwXNBWOybF0IBw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"2.0.1","@loglayer/shared":"2.1.0","@loglayer/transport":"2.0.1","@loglayer/context-manager":"1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.1.0_1739672422752_0.9209778570953622","host":"s3://npm-registry-packages-npm-production"}},"6.1.1":{"name":"loglayer","version":"6.1.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"63e9f937c66feacc69a0f9636f91addd8cb4630d","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.1.1.tgz","fileCount":9,"integrity":"sha512-ufprK+u/Nk7yg9Qbj9VcA30nailo8ZxK/MwRlU7Hk9nKSOsIwH4aKu00Qxv0Zc6VS223ZSP2+PKSkXyOWnF4TA==","signatures":[{"sig":"MEUCIQD91z/NACizUNmANxaSyANenUjMn8y/2YgWUGY5GXXONwIgbx017CY1vsZBHWGNJmmfUAxpgD3FWDksMOdMMP8luOk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":237228},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.1.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/401265c49955c9bc98f8176c4f6f8478/loglayer-6.1.1.tgz","_integrity":"sha512-ufprK+u/Nk7yg9Qbj9VcA30nailo8ZxK/MwRlU7Hk9nKSOsIwH4aKu00Qxv0Zc6VS223ZSP2+PKSkXyOWnF4TA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"2.0.1","@loglayer/shared":"2.1.0","@loglayer/transport":"2.0.1","@loglayer/context-manager":"1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.5","vitest":"3.0.4","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.1.1_1739673304386_0.3438190241180519","host":"s3://npm-registry-packages-npm-production"}},"6.1.2":{"name":"loglayer","version":"6.1.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.1.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"14dd36f9f50f970b0d1b5c99035215f45559370a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.1.2.tgz","fileCount":9,"integrity":"sha512-pYaBK7NGSjAW/N5bYJ8GBsi3OPYBmj3HKrsP0Z5vTN/6gy2bdIcouiRYx8taMpyBA1wqLHrPhfK/C0RLoWZLBA==","signatures":[{"sig":"MEUCIQCDlbnDBx6ecGZukgmPfG6du1GgI4JFrWVwdIHukq4CaQIgJcTYNcjMkZ5uXkjoPJGdA95qDcmc0zlGMBoYetJGKYA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":237228},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.1.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/9c3b4025413017b6e342ddabe6eadf90/loglayer-6.1.2.tgz","_integrity":"sha512-pYaBK7NGSjAW/N5bYJ8GBsi3OPYBmj3HKrsP0Z5vTN/6gy2bdIcouiRYx8taMpyBA1wqLHrPhfK/C0RLoWZLBA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"2.0.2","@loglayer/shared":"2.1.1","@loglayer/transport":"2.0.2","@loglayer/context-manager":"1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.6","vitest":"3.0.6","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.1.2_1740306328129_0.28127518688325015","host":"s3://npm-registry-packages-npm-production"}},"6.1.3":{"name":"loglayer","version":"6.1.3","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.1.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"568ecff44f9215b983318105501488b96da07c38","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.1.3.tgz","fileCount":9,"integrity":"sha512-/vAOpwgBUG99lgAATbhf49qjyBFUheOhz9L28Fy36NNiKMls24Oc6zdSVsaQo5Vp2i/5jkYjhFaAEy6yGOMPcA==","signatures":[{"sig":"MEUCIQDAEUqHWVJbn26KijkMJZDVmvfwDUri3cDJdFF+ISW9fQIgegGegMXCvcF5RAmG7aHINvNBlud4HX1i93/Y9O4zj+k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":237420},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.1.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/79cfbc6c78afa9ca01db3efc9a273464/loglayer-6.1.3.tgz","_integrity":"sha512-/vAOpwgBUG99lgAATbhf49qjyBFUheOhz9L28Fy36NNiKMls24Oc6zdSVsaQo5Vp2i/5jkYjhFaAEy6yGOMPcA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.2","dependencies":{"@loglayer/plugin":"2.0.2","@loglayer/shared":"2.1.1","@loglayer/transport":"2.0.2","@loglayer/context-manager":"1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.6","vitest":"3.0.6","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.1.3_1740359043128_0.3161731416099314","host":"s3://npm-registry-packages-npm-production"}},"6.2.0":{"name":"loglayer","version":"6.2.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"3f0d08474dee8c9a4fc47b088e1aefd99aa57b93","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.2.0.tgz","fileCount":9,"integrity":"sha512-NWhqG9U8juLN+uuYtRPPJf0UtnJTNPCu3nvy0YOKFVuy7xe/97tLq7q2OorKRtZ0Vg6Qmkw8Bk7YXOsmTWqnqw==","signatures":[{"sig":"MEYCIQCNmQ58k72CgFhO0DRqrMUwOfjoHbt3JWgfn4Y/it5CXgIhAJkQLz9Fb/XpdLThxeOm6PJxltmSDPuruKG9uqfFDS+M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":230796},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.2.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/0bcb91d5a3d68c9235c2b67992d03e4b/loglayer-6.2.0.tgz","_integrity":"sha512-NWhqG9U8juLN+uuYtRPPJf0UtnJTNPCu3nvy0YOKFVuy7xe/97tLq7q2OorKRtZ0Vg6Qmkw8Bk7YXOsmTWqnqw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.3","dependencies":{"@loglayer/plugin":"2.0.3","@loglayer/shared":"2.2.0","@loglayer/transport":"2.1.0","@loglayer/context-manager":"1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.6","vitest":"3.0.6","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.2.0_1740872295233_0.7108493568162271","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"loglayer","version":"6.3.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.3.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"dcb0ad4ec81d8a1cddc5db266ac8d1dfebd6b838","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.3.0.tgz","fileCount":9,"integrity":"sha512-NjXbgHmMtp849X1bcRKsmxnnU14lA0WBXoyb8zt2Y4t30OEcotRXxd4KJY2ZQ4CLMFSThugfF5KmbGU+m5ZN9Q==","signatures":[{"sig":"MEUCIQD8CUiHgR/BoaHHmk7e/DWFFp4HRIxwfGzPyea7E+P5aAIgFTBGBDWLMrzPNRRw26DE0b/Hhr6ANXLCNnRqmRKiaVY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":235659},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.3.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/aceafc9282a595fb3125e0a102ea3dcb/loglayer-6.3.0.tgz","_integrity":"sha512-NjXbgHmMtp849X1bcRKsmxnnU14lA0WBXoyb8zt2Y4t30OEcotRXxd4KJY2ZQ4CLMFSThugfF5KmbGU+m5ZN9Q==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.3","dependencies":{"@loglayer/plugin":"2.0.3","@loglayer/shared":"2.2.0","@loglayer/transport":"2.1.0","@loglayer/context-manager":"1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.6","vitest":"3.0.6","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.3.0_1741050212599_0.333880066366413","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"loglayer","version":"6.3.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.3.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"e311781091e7abbb179d52e90ab76ec7d9c1377d","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.3.1.tgz","fileCount":9,"integrity":"sha512-oYC+p4T2CG9NIFy8LG2Gb81MKt2rnxWN/lWYtawWGUVjA747oxfqoTtBb0kKW4i9lOa1lF9E0FxrLqqHC/B3gw==","signatures":[{"sig":"MEUCIQCrNHFgsozcyfO1uAMuABSSyYHXLTarNJYLSor5jiAsYgIgV/cW5OTl+3b4p5oKs/z6HuWNjO8uXSzHIjuR+jbE2ps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":239198},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.3.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/f5aa7c4bcc2be8196e635ce33453a2cc/loglayer-6.3.1.tgz","_integrity":"sha512-oYC+p4T2CG9NIFy8LG2Gb81MKt2rnxWN/lWYtawWGUVjA747oxfqoTtBb0kKW4i9lOa1lF9E0FxrLqqHC/B3gw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.3","dependencies":{"@loglayer/plugin":"2.0.4","@loglayer/shared":"2.2.1","@loglayer/transport":"2.1.1","@loglayer/context-manager":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.3.6","vitest":"3.0.6","typescript":"5.7.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.3.1_1741214594649_0.4729454166373903","host":"s3://npm-registry-packages-npm-production"}},"6.3.2":{"name":"loglayer","version":"6.3.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.3.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"48b0a0b1dffcb64fcbcd4808a947a81ff4e0205e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.3.2.tgz","fileCount":9,"integrity":"sha512-RBjeSfoJ91QEOO4DhTbybj0aNoZRb7gzzPJaDG/UJAjZJcdlskImVPovPNak/Xn9cGLRwiW9dpJqdyTmvEJqww==","signatures":[{"sig":"MEQCICEcgybp9PEfnxfAP8xIKUlY9TXHhhZg1k/Eu6c3Aa9BAiABPrERI0mD002V5EYs3W+J06HzNlFuTLjSM4WrD9Euqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":239340},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.3.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/f6e392b137e551a2fe546bb22a86153f/loglayer-6.3.2.tgz","_integrity":"sha512-RBjeSfoJ91QEOO4DhTbybj0aNoZRb7gzzPJaDG/UJAjZJcdlskImVPovPNak/Xn9cGLRwiW9dpJqdyTmvEJqww==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.18.3","dependencies":{"@loglayer/plugin":"2.0.4","@loglayer/shared":"2.2.1","@loglayer/transport":"2.1.1","@loglayer/context-manager":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.4.0","vitest":"3.0.8","typescript":"5.8.2","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.3.2_1742168030434_0.31869757213490324","host":"s3://npm-registry-packages-npm-production"}},"6.3.3":{"name":"loglayer","version":"6.3.3","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.3.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"d3bb02fb35724ab3d17fc5ef2988015dcfb57438","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.3.3.tgz","fileCount":9,"integrity":"sha512-mR2JURrWxZQKbO4VZ+veVHIOMSfP3RIsKNpwj99xw2AQi/6amxpFo5axOZnSaDUCyVmxyTldI5dUcUaAr5IG7g==","signatures":[{"sig":"MEYCIQDUgr8Ny1pg1Y+btJ5PTT3GuKhLidvCj9eifKED2tgbzgIhAMrvW/j3aVaYycrGzyt17b4vo580mcsg3AF43fMu8xHv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":239174},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.3.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/70bd63353e0ad7222d8863c08e5b8c8b/loglayer-6.3.3.tgz","_integrity":"sha512-mR2JURrWxZQKbO4VZ+veVHIOMSfP3RIsKNpwj99xw2AQi/6amxpFo5axOZnSaDUCyVmxyTldI5dUcUaAr5IG7g==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.0","dependencies":{"@loglayer/plugin":"2.0.4","@loglayer/shared":"2.2.1","@loglayer/transport":"2.1.1","@loglayer/context-manager":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.4.0","vitest":"3.0.9","typescript":"5.8.2","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.3.3_1743303947010_0.12173294451782057","host":"s3://npm-registry-packages-npm-production"}},"6.4.0":{"name":"loglayer","version":"6.4.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.4.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"11d23e27c9d73b16925f21603528798e8601e6c6","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.4.0.tgz","fileCount":7,"integrity":"sha512-EEDe/q417oU6f6rnY12NrQ6xHh3jKRb4ace5FA082n7SwD8bfOA+vpILmqB0YErnP4HGV5FZ5RlSHkX/1bIeeg==","signatures":[{"sig":"MEQCIDY7k5VhuT9JYWelbBOflyLB2yWothFIahzOVaFHM45OAiAncb60tl7ZNhPBYt9AT3uJ/PM1G9Out4OikN6cr73egg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":120632},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.4.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/439ed140fdecf2581aeb67c2f6162973/loglayer-6.4.0.tgz","_integrity":"sha512-EEDe/q417oU6f6rnY12NrQ6xHh3jKRb4ace5FA082n7SwD8bfOA+vpILmqB0YErnP4HGV5FZ5RlSHkX/1bIeeg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.1","dependencies":{"@loglayer/plugin":"2.1.0","@loglayer/shared":"2.3.0","@loglayer/transport":"2.2.0","@loglayer/context-manager":"1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.4.0","vitest":"3.1.3","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.4.0_1746925211383_0.3407085475048863","host":"s3://npm-registry-packages-npm-production"}},"6.4.1":{"name":"loglayer","version":"6.4.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.4.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"ff1391019cc38d0b578e24a6d70ada66374b0887","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.4.1.tgz","fileCount":7,"integrity":"sha512-XFOeL7J0SMi7nlDsr864tDMUwNeOaAqyt4ojNI5WBsBgK+BMIrIm38fyALseBxcKo5kztMbr3uNDIGYpIdYaaw==","signatures":[{"sig":"MEUCIQD2ei6ZlVSwSdQVM3ldjkRHac78UXt6e/vgfH+0qqDvhAIgBHAAy+uSQYPmhtDZAMZmOmIe1FU5+qVvavLC8jPiRRc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":120715},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.4.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/96f52449bcbf75aa514cc39cf7c9e36d/loglayer-6.4.1.tgz","_integrity":"sha512-XFOeL7J0SMi7nlDsr864tDMUwNeOaAqyt4ojNI5WBsBgK+BMIrIm38fyALseBxcKo5kztMbr3uNDIGYpIdYaaw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.1","dependencies":{"@loglayer/plugin":"2.1.0","@loglayer/shared":"2.3.0","@loglayer/transport":"2.2.0","@loglayer/context-manager":"1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.4.0","vitest":"3.1.3","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.4.1_1748035004664_0.017506729448674596","host":"s3://npm-registry-packages-npm-production"}},"6.4.2":{"name":"loglayer","version":"6.4.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.4.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"fc74389f70fdd3e074b225c48d2583ffb642c179","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.4.2.tgz","fileCount":7,"integrity":"sha512-t5L6Nh7uH+f7GGli9UJa2krvzblkiVzllf6+/h5xa26Gr60yDj3lMGH3ZoLyFZjMBbNtpsDs3UVeA5dVl8M2CQ==","signatures":[{"sig":"MEUCIQDoJuC9GsEpfpZ7vSfr5FY8F87Apj6RA8fkdJG/zMxxLQIgHYNg3tuVOBdcEIYZr3F79ynjZqMiD0/I7Tg9v4uFUpA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":120893},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.4.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/f58a98cfb9d0cfb800f6f5da78a8232e/loglayer-6.4.2.tgz","_integrity":"sha512-t5L6Nh7uH+f7GGli9UJa2krvzblkiVzllf6+/h5xa26Gr60yDj3lMGH3ZoLyFZjMBbNtpsDs3UVeA5dVl8M2CQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.1","dependencies":{"@loglayer/plugin":"2.1.0","@loglayer/shared":"2.3.0","@loglayer/transport":"2.2.0","@loglayer/context-manager":"1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.4.0","vitest":"3.1.3","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.4.2_1748144880769_0.5857202224950093","host":"s3://npm-registry-packages-npm-production"}},"6.4.3":{"name":"loglayer","version":"6.4.3","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.4.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"73c0be309ca6e02aa50af7a83cab3a2a14a90806","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.4.3.tgz","fileCount":7,"integrity":"sha512-ZlBttZXDPQZw0jlldipG9XYFWnRaY/RxsoTgY1q81kZeNVxkcjS648DTFNxYXtCiJHpwjSnIbyfFxWIc/DrNbg==","signatures":[{"sig":"MEUCIQDCzTamrTSje2/fT9Dznk48/Iz+cSiiyZxIUcpjKOmYJAIgU13bQHDxXtp92Sa8NshVx6CvGSCCtlMO44WaSacmGWM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":120970},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.4.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","actor":{"name":"theo.gravity","type":"user","email":"theo@suteki.nu"},"email":"theo@suteki.nu"},"_resolved":"/tmp/8e6060bcba2c58304f4595c5daef3390/loglayer-6.4.3.tgz","_integrity":"sha512-ZlBttZXDPQZw0jlldipG9XYFWnRaY/RxsoTgY1q81kZeNVxkcjS648DTFNxYXtCiJHpwjSnIbyfFxWIc/DrNbg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.2","dependencies":{"@loglayer/plugin":"2.1.1","@loglayer/shared":"2.3.1","@loglayer/transport":"2.2.1","@loglayer/context-manager":"1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.4.3_1750406862874_0.4761640679455834","host":"s3://npm-registry-packages-npm-production"}},"6.5.0":{"name":"loglayer","version":"6.5.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.5.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"65a4ae2b98f66be2381cb6ccf7f77d3a024d41c0","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.5.0.tgz","fileCount":7,"integrity":"sha512-Tnh9C2j7hkfBgD27hT7X0haaEZ+oE+Jxnp/yc6nkva1TUomeG/EGLq0u/kcqRg1gE2RFCXamQahqjlEu31KfwQ==","signatures":[{"sig":"MEUCIGcbWgrGZheTH3bubOjDOZ1fRFtb/usPNlT+dIwySVj2AiEAwbi2x4dTehlHnQXLJLTeeA3bHB/T20SlcY07h5+8snc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123538},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.5.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","actor":{"name":"theo.gravity","type":"user","email":"theo@suteki.nu"},"email":"theo@suteki.nu"},"_resolved":"/tmp/74a310048ff5cde58a8026e0d51e0011/loglayer-6.5.0.tgz","_integrity":"sha512-Tnh9C2j7hkfBgD27hT7X0haaEZ+oE+Jxnp/yc6nkva1TUomeG/EGLq0u/kcqRg1gE2RFCXamQahqjlEu31KfwQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.3","dependencies":{"@loglayer/plugin":"2.1.1","@loglayer/shared":"2.3.1","@loglayer/transport":"2.2.1","@loglayer/context-manager":"1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.5.0_1752137029520_0.3031697987253892","host":"s3://npm-registry-packages-npm-production"}},"6.6.0":{"name":"loglayer","version":"6.6.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.6.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"a302ed6e55e96d7cef2c6646de40ef9c87c123b6","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.6.0.tgz","fileCount":7,"integrity":"sha512-Cg4mi0yAeoSEhuyMhl1SvWXmjhfUCi6ydc7J2g2huRXy/xwJZCAGpWFYDHbgFWzdW0YaSngUn9TnLKwGIR8kZw==","signatures":[{"sig":"MEQCIHqjZDYkKZTL3dYdmprJXYbHl5s4pApDM4Qs06vsoTFyAiA3RBOUFyvqeB1m7CZIJ+TUFKb5v0jGBZ5FKmWRZ8rMww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":126907},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.6.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --write --unsafe src && biome format src --write && biome lint src --fix","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","build:dev":"hash-runner","test:debug":"vitest --debug","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","actor":{"name":"theo.gravity","type":"user","email":"theo@suteki.nu"},"email":"theo@suteki.nu"},"_resolved":"/tmp/0ce202d375c6e44c5acfa94ecd5d936d/loglayer-6.6.0.tgz","_integrity":"sha512-Cg4mi0yAeoSEhuyMhl1SvWXmjhfUCi6ydc7J2g2huRXy/xwJZCAGpWFYDHbgFWzdW0YaSngUn9TnLKwGIR8kZw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.3","dependencies":{"@loglayer/plugin":"2.1.1","@loglayer/shared":"2.3.1","@loglayer/transport":"2.2.1","@loglayer/context-manager":"1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.8.3","hash-runner":"2.0.1","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.6.0_1752174176609_0.6980424006441273","host":"s3://npm-registry-packages-npm-production"}},"6.7.0":{"name":"loglayer","version":"6.7.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.7.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"9a03badd9ea97f4eb3ccc9f3288d0369b1f8eb9e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.7.0.tgz","fileCount":7,"integrity":"sha512-AJLtxohWgz6Zjk8CU2ag04ksXgUwsjpgndGpOwsjKoJSLVsZYCgc+xB7IUa9YarWamEbYxta8l+QkMkBmEjfDQ==","signatures":[{"sig":"MEQCICekMnn8bnR3lQ+guPATzHmbSe20n8tKDvBqQ2LE9zdWAiB36A3aGtIkvNglvzYxYZ/fYGYuX4vH/dSJKFcaPIr/UQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":127815},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.7.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/13a0df77de5524afc5c325f081343055/loglayer-6.7.0.tgz","_integrity":"sha512-AJLtxohWgz6Zjk8CU2ag04ksXgUwsjpgndGpOwsjKoJSLVsZYCgc+xB7IUa9YarWamEbYxta8l+QkMkBmEjfDQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.4","dependencies":{"@loglayer/plugin":"2.1.2","@loglayer/shared":"2.4.0","@loglayer/transport":"2.2.2","@loglayer/context-manager":"1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.2","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.7.0_1757292644738_0.015014160630674178","host":"s3://npm-registry-packages-npm-production"}},"6.7.1":{"name":"loglayer","version":"6.7.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.7.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"a8b5fc6e942f98c70fe88ad7b5a1401dfae9042e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.7.1.tgz","fileCount":7,"integrity":"sha512-DebfZ71899idwfbUQ50CiuVbdyA9pzv8fjs+/VblL5ili56x3zD/0OtUcwVjoBQSBNPEbAglsJMk2tKqMIZ4og==","signatures":[{"sig":"MEYCIQDKov+AFnn+adFU/5GspwKx75p+XyPIRJTlKPRXsC9HbwIhAL1vr02DCtYo9HEbp9voBIrwdZljZbxayJBqQtHRxFjy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":127815},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.7.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/388c2d7a81f64e5032b57b8cbc3e1ff6/loglayer-6.7.1.tgz","_integrity":"sha512-DebfZ71899idwfbUQ50CiuVbdyA9pzv8fjs+/VblL5ili56x3zD/0OtUcwVjoBQSBNPEbAglsJMk2tKqMIZ4og==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.2","@loglayer/shared":"2.4.0","@loglayer/transport":"2.3.0","@loglayer/context-manager":"1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.7.1_1759342815868_0.9133754383956441","host":"s3://npm-registry-packages-npm-production"}},"6.7.2":{"name":"loglayer","version":"6.7.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.7.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"93d87c79a334763dc4e599b6bdf65ea67262f522","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.7.2.tgz","fileCount":7,"integrity":"sha512-KMO8DRs3VagTkNmexZNi9IQqFxvNJ6C2J84kDarwj6u8TyEGtRqh/+21FMQ2VIV2YFu1P96OrRglYZERSOXjBg==","signatures":[{"sig":"MEUCIArvMAjhb6hCxGZgHpMjcCdK66V+KpcpiV1JdY658VIvAiEAgibZ9pNh+h42/r+UTz8NJBAz9KRF35q2iwiV/Rn6eyk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":127847},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.7.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/08d67a1572b7c4f683bccba53e5a9367/loglayer-6.7.2.tgz","_integrity":"sha512-KMO8DRs3VagTkNmexZNi9IQqFxvNJ6C2J84kDarwj6u8TyEGtRqh/+21FMQ2VIV2YFu1P96OrRglYZERSOXjBg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.2","@loglayer/shared":"2.4.0","@loglayer/transport":"2.3.0","@loglayer/context-manager":"1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.7.2_1759609073838_0.6258308829448684","host":"s3://npm-registry-packages-npm-production"}},"6.8.0":{"name":"loglayer","version":"6.8.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.8.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"ef07c7cb69f005d285944071b9a005ce1f770119","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.8.0.tgz","fileCount":7,"integrity":"sha512-DONPjxazyxROLhrjeVqErq5h80hrYmFUDfX3kl7y31e2W+sIlgGSLsh2o7bGYKqJcmcEyrw15FZZCEOw+XhcGw==","signatures":[{"sig":"MEQCIAlDCDU5vLzfM1b4uap7w8Uq/yKWqs8vpRIaVvQG9HYJAiBQg/O2wAXAmWqlwjNA/g0oGivKyC+eDEwpSTZ5aPm6Xw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132439},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.8.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/f0a9a98fbe4ec9f4059c61a0c2891a60/loglayer-6.8.0.tgz","_integrity":"sha512-DONPjxazyxROLhrjeVqErq5h80hrYmFUDfX3kl7y31e2W+sIlgGSLsh2o7bGYKqJcmcEyrw15FZZCEOw+XhcGw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.3","@loglayer/shared":"2.5.0","@loglayer/transport":"2.3.1","@loglayer/context-manager":"1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.8.0_1760070111698_0.8323174211797477","host":"s3://npm-registry-packages-npm-production"}},"6.8.1":{"name":"loglayer","version":"6.8.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.8.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"b8735bfa22204647d6b93ef8d1aba7d5c26664b8","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.8.1.tgz","fileCount":7,"integrity":"sha512-EIIVsiv5bJYpmUMHZP0MV+7Zmp/Pkkso+kqqIwtO3p6gKqadDHAQ1x6S5CgqO/4Q+ZG5bnYNmj1Vj6m7uSeOQA==","signatures":[{"sig":"MEUCIEzXsGqhmj0riFLU1hnFHuuOwp/7wkGvNl/lSM3peDLdAiEAmYEfGlCuvRF6imyla9Dsv+jvf5u1hxGDzcZpDZvp5qE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132463},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.8.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/620236e508a032988fb33904cb1ffb13/loglayer-6.8.1.tgz","_integrity":"sha512-EIIVsiv5bJYpmUMHZP0MV+7Zmp/Pkkso+kqqIwtO3p6gKqadDHAQ1x6S5CgqO/4Q+ZG5bnYNmj1Vj6m7uSeOQA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.4","@loglayer/shared":"2.5.1","@loglayer/transport":"2.3.2","@loglayer/context-manager":"1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.8.1_1760208390461_0.29156875875833976","host":"s3://npm-registry-packages-npm-production"}},"6.8.2":{"name":"loglayer","version":"6.8.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.8.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"3ad830013a48dba0d77836dc9c7dfd03d8ec166a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.8.2.tgz","fileCount":7,"integrity":"sha512-+J8HatPW646tBDVrBsCBA4Q+0Xm6NvvIQ4ZNpxpUbTTzpq64996Mz+dousuo/b+btkULddMY8vzI1WSNl71LMw==","signatures":[{"sig":"MEUCIQDoDZmnmtCBl2hA2Ob2y1yLxAI+RDR5JCkWPNrw3aGrVAIgBPX8DWWL66B9GKbfP01YV7Je+zuFPnsfwNzFbFAFwgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132463},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.8.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/a2408440f655b15c08b8b68bbff1526e/loglayer-6.8.2.tgz","_integrity":"sha512-+J8HatPW646tBDVrBsCBA4Q+0Xm6NvvIQ4ZNpxpUbTTzpq64996Mz+dousuo/b+btkULddMY8vzI1WSNl71LMw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.5","@loglayer/shared":"2.5.2","@loglayer/transport":"2.3.3","@loglayer/context-manager":"1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.8.2_1760213219551_0.7261150216200289","host":"s3://npm-registry-packages-npm-production"}},"6.8.3":{"name":"loglayer","version":"6.8.3","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.8.3","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"6d42b386ca7b13db6404fed3e142c4b0bd3fbf0e","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.8.3.tgz","fileCount":7,"integrity":"sha512-W9GCOTy9T17ZdckvbQJSW+7ynRJKNFN7C09BdDb2RMdHlRXTy6revsPFtnvfEXnHymkd6irzA9IZ30lLdh4Ogw==","signatures":[{"sig":"MEYCIQD/So5lD7TBm/Y4e7dQb3vMgAPrEmc9vtTy8Dj7GCx8qAIhAM3Fvd0362ZwlDVBkL+w+4IZPLHkyiWoNCPjky3SjxQt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132561},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.8.3.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/616eb6a4e454a8311cea74287e19b5dc/loglayer-6.8.3.tgz","_integrity":"sha512-W9GCOTy9T17ZdckvbQJSW+7ynRJKNFN7C09BdDb2RMdHlRXTy6revsPFtnvfEXnHymkd6irzA9IZ30lLdh4Ogw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.5","@loglayer/shared":"2.5.2","@loglayer/transport":"2.3.3","@loglayer/context-manager":"1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.8.3_1760215131746_0.13716188524351436","host":"s3://npm-registry-packages-npm-production"}},"6.9.0":{"name":"loglayer","version":"6.9.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.9.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"3a13c29d291b7d67178ece6ff1da5ac11b63af97","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.9.0.tgz","fileCount":7,"integrity":"sha512-ZSIOphzDJSHqWJO7Icz7RAPfA4ur7T05M69ZEzs/ZVX3K9feYmf+QdwBYRD75ntumzQfe5u1GpoUMeNmPPJizQ==","signatures":[{"sig":"MEQCIDTgUtRp862fEFeUweYlrmju3NJxQUfVCAC8E522LdCFAiBTylKmQZXSGHcI2C0GfisFCFDsuBgvKrpgeMHTqPyPaw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":133191},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.9.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsup src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/41977c627c3e8923fe36ed7902d7ebf5/loglayer-6.9.0.tgz","_integrity":"sha512-ZSIOphzDJSHqWJO7Icz7RAPfA4ur7T05M69ZEzs/ZVX3K9feYmf+QdwBYRD75ntumzQfe5u1GpoUMeNmPPJizQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.5","@loglayer/shared":"2.5.2","@loglayer/transport":"2.3.3","@loglayer/context-manager":"1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"8.5.0","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.9.0_1760390332797_0.019560572117764963","host":"s3://npm-registry-packages-npm-production"}},"6.9.1":{"name":"loglayer","version":"6.9.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.9.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"496b784e75fce774cf7ffff81c7b17a315880e3a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.9.1.tgz","fileCount":7,"integrity":"sha512-NNqSGZYwFFw3x5abn1nc2OcDm8WnWdZ0Ai08rYbVbwZf5bVJNMLVeTwrT12vid0nxv3imzMgJWZShpO4TH5XKw==","signatures":[{"sig":"MEYCIQC/y0eUdiViaddjBGP+6iGSWUkCE3P0Hst/eJSLFFb+fQIhAKjmztwLYpZrjeTugD8mylA++f3tRKhHxGJgnZe7Kh92","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129201},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.9.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/c3e4b227ffb559ba1f8f4cad17bed227/loglayer-6.9.1.tgz","_integrity":"sha512-NNqSGZYwFFw3x5abn1nc2OcDm8WnWdZ0Ai08rYbVbwZf5bVJNMLVeTwrT12vid0nxv3imzMgJWZShpO4TH5XKw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.6","@loglayer/shared":"2.5.3","@loglayer/transport":"2.3.4","@loglayer/context-manager":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.7","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.9.1_1760401252373_0.40965207607172216","host":"s3://npm-registry-packages-npm-production"}},"6.10.0":{"name":"loglayer","version":"6.10.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@6.10.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"76f9734f021b1df214e316902736016da536e627","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-6.10.0.tgz","fileCount":7,"integrity":"sha512-EOxAzIiyzmfdXjCiwLWzPl9Syxt2ds+8w4tkdeC3TzSXnKzPcD4dc6vh8JRBO37BE6kiQhXWXrxJMqZ0BWi1fQ==","signatures":[{"sig":"MEQCIHZKN0uhtzYXBmDv8td05Q9657s/IDDpe1AfzIaDOLtWAiBjHKZ4ZNT7vRYBIE7DFwqIlVfKIi9uOOhb5JS0Kbu3Wg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129846},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-6.10.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/e2e4fc12c87ac518af57037f748f1020/loglayer-6.10.0.tgz","_integrity":"sha512-EOxAzIiyzmfdXjCiwLWzPl9Syxt2ds+8w4tkdeC3TzSXnKzPcD4dc6vh8JRBO37BE6kiQhXWXrxJMqZ0BWi1fQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.6","@loglayer/shared":"2.5.3","@loglayer/transport":"2.3.4","@loglayer/context-manager":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.7","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_6.10.0_1761090853667_0.14760144385960405","host":"s3://npm-registry-packages-npm-production"}},"7.0.0":{"name":"loglayer","version":"7.0.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@7.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"c170d5a6d60ef6b2d2f12a75ba3fa8e174875e3c","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-7.0.0.tgz","fileCount":7,"integrity":"sha512-vW/BQmS0hYGjf0WwHJm87S3TeUTMEo4hctYv1VdMNZZe5/RzCGZZWIRDXj0k8yGRNKAtZl5H9OZejzbnqGkH0A==","signatures":[{"sig":"MEQCICcR86mLMIh7DmmhHezUJ+PI8BjRewPuZDK9F7ZsZAtGAiB7TkiQIjjhi0iBQLVfDT3vb4P+ld1OEvPebnBzjVAVfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":141374},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-7.0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/93510be0dbdd2ad7bef7ec82fa27b231/loglayer-7.0.0.tgz","_integrity":"sha512-vW/BQmS0hYGjf0WwHJm87S3TeUTMEo4hctYv1VdMNZZe5/RzCGZZWIRDXj0k8yGRNKAtZl5H9OZejzbnqGkH0A==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.6","@loglayer/shared":"2.5.3","@loglayer/transport":"2.3.4","@loglayer/context-manager":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.7","vitest":"3.2.4","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_7.0.0_1762117452258_0.5105170285524356","host":"s3://npm-registry-packages-npm-production"}},"7.0.1":{"name":"loglayer","version":"7.0.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@7.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"2230e3511f1d5c03289b8fc03c3806e9bbb06f31","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-7.0.1.tgz","fileCount":7,"integrity":"sha512-ZYW4fbIjKP6k+mOsEAg7ycgGdfgOTVqk4DAmFqlQf7e0A8sMGg26Op+dqxziU8E35mynZTITjHj4n3MGU8bWdg==","signatures":[{"sig":"MEUCIQC1vGz4HYWzJdeaSOkT26pjSY+a+Ra5dwTVNwlT5xAtaAIgaDsdE0KvZ878pUtduLFPGTGVaRBXUnkj9MijuCx02Hc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":141449},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-7.0.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/c1a1a037c279df4b16ac38bdc25ba5cd/loglayer-7.0.1.tgz","_integrity":"sha512-ZYW4fbIjKP6k+mOsEAg7ycgGdfgOTVqk4DAmFqlQf7e0A8sMGg26Op+dqxziU8E35mynZTITjHj4n3MGU8bWdg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.6","@loglayer/shared":"2.5.3","@loglayer/transport":"2.3.4","@loglayer/context-manager":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.6","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_7.0.1_1762122222016_0.34634739187489294","host":"s3://npm-registry-packages-npm-production"}},"7.1.0":{"name":"loglayer","version":"7.1.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@7.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"6f530d4217de9250b7e78e666cf3045923031d4f","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-7.1.0.tgz","fileCount":7,"integrity":"sha512-39FT5avMkp4DrbI8hlx98xYYhrnEARNH4pqzxiBiblflS/UByA92UV6b9yIxgT4bcWml2KoLn+TV89EC/zfZug==","signatures":[{"sig":"MEUCIHPDyV1EcWTLO0Gfs5LIT7LammiGWZeUVbWzggeSkB2WAiEAiphQZJsed0jytsPKmtOW+4jlcW4NnXZJ8f2xJixgg9o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142009},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-7.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/c7793b3945302761033806970883f7be/loglayer-7.1.0.tgz","_integrity":"sha512-39FT5avMkp4DrbI8hlx98xYYhrnEARNH4pqzxiBiblflS/UByA92UV6b9yIxgT4bcWml2KoLn+TV89EC/zfZug==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.1.7","@loglayer/shared":"2.6.0","@loglayer/transport":"2.3.5","@loglayer/context-manager":"1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.6","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_7.1.0_1762127523437_0.5913883261415347","host":"s3://npm-registry-packages-npm-production"}},"7.2.0":{"name":"loglayer","version":"7.2.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@7.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"cc59dce792a7c8908c4ee18428b2a399eb7e7d8f","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-7.2.0.tgz","fileCount":7,"integrity":"sha512-SY6KkvpSQjZ1mwfWww9DwAG8LgmfN4pay7MgC5FQaiaS6yHOQ11TUoHFpsYUTiK9006s7y6MFE+C0QaoXNtKvA==","signatures":[{"sig":"MEUCIHZkmot3XnRSzuSJ7M3lqHqx3SuKgPl4fOIklCiwvA4CAiEAvAgZHiFAdCga5Stn3wlvBCo2AzNyb027p00vlj9Zxsg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":145649},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-7.2.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/0524a5b5b69bcced9089caf2e7e10cf0/loglayer-7.2.0.tgz","_integrity":"sha512-SY6KkvpSQjZ1mwfWww9DwAG8LgmfN4pay7MgC5FQaiaS6yHOQ11TUoHFpsYUTiK9006s7y6MFE+C0QaoXNtKvA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.0","@loglayer/shared":"2.7.0","@loglayer/transport":"2.3.6","@loglayer/context-manager":"1.1.8"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.6","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_7.2.0_1762562566728_0.7059506464600585","host":"s3://npm-registry-packages-npm-production"}},"7.2.1":{"name":"loglayer","version":"7.2.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@7.2.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"f3ae0289da17600db012d52a7a72874758541746","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-7.2.1.tgz","fileCount":7,"integrity":"sha512-xNPkGgUaWzzBJURbNAyQNAiZZ+ji6xImwdKxMqveN7q6/ptgi+ggbpvkPlSdDhLOcivJONiZdHxGZNq9ecLOZg==","signatures":[{"sig":"MEUCIFVLgHUSnjUAw2yCoYCojv0NBtVoMfTu7BbXtrI70H30AiEAieG+FibQ09KjOckzKLlnJUWInzbneD4SyHCfsONcedE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":145765},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-7.2.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/eb7710da39097b878c4b8d2517d1c749/loglayer-7.2.1.tgz","_integrity":"sha512-xNPkGgUaWzzBJURbNAyQNAiZZ+ji6xImwdKxMqveN7q6/ptgi+ggbpvkPlSdDhLOcivJONiZdHxGZNq9ecLOZg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.1","@loglayer/shared":"2.7.1","@loglayer/transport":"2.3.7","@loglayer/context-manager":"1.1.9"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.6","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_7.2.1_1762565875627_0.6046792747431744","host":"s3://npm-registry-packages-npm-production"}},"8.0.0":{"name":"loglayer","version":"8.0.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"0edec5430fd0f187dfcd1560eb471d466629aaed","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.0.0.tgz","fileCount":7,"integrity":"sha512-fSfV6osZ3cD0mJs2/DrhD4Kp4VxT+0BnS/iLfpVNg8d897fUbn5SKW9ej1pU/Ws21Y5yKJXB6IgMz11ofTONSQ==","signatures":[{"sig":"MEYCIQCzpcMmq4B9z54FvfrFgrbLZ2ovPalu7+IQTYWkmWGOowIhAPzoygIovuXHWUtwrVHmBEgAWpfj9ktWJB15y4cHB0qk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":147967},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/2dfd266c931fdee0bec10ea93af70292/loglayer-8.0.0.tgz","_integrity":"sha512-fSfV6osZ3cD0mJs2/DrhD4Kp4VxT+0BnS/iLfpVNg8d897fUbn5SKW9ej1pU/Ws21Y5yKJXB6IgMz11ofTONSQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.2","@loglayer/shared":"3.0.0","@loglayer/transport":"2.3.8","@loglayer/context-manager":"1.1.10","@loglayer/log-level-manager":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.9","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.0.0_1763160555697_0.7974245486406171","host":"s3://npm-registry-packages-npm-production"}},"8.0.1":{"name":"loglayer","version":"8.0.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"25dcf2002ebb900b5e2670152a2d8c466684583d","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.0.1.tgz","fileCount":7,"integrity":"sha512-i5F9W5ojlf3MvZvLZTV2NowmxxMehRsHBpJ/RiCPoC60uGfXNrZbhIO7fBCDPXh5aJpHXuAl3yHISp7xpLUIIw==","signatures":[{"sig":"MEYCIQDU1CR9a4MphBElkrLCeVpPpuGBcnYORap3u3ruaBrQPAIhAOBx7gLz2Oa59Fpr2UW8IbQBEhhBv6ItdVcp0gIwy5v0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148012},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.0.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/ff06421457a65fbd7de701b2aa8c822e/loglayer-8.0.1.tgz","_integrity":"sha512-i5F9W5ojlf3MvZvLZTV2NowmxxMehRsHBpJ/RiCPoC60uGfXNrZbhIO7fBCDPXh5aJpHXuAl3yHISp7xpLUIIw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.2","@loglayer/shared":"3.0.0","@loglayer/transport":"2.3.8","@loglayer/context-manager":"1.1.10","@loglayer/log-level-manager":"1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.9","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.0.1_1763261413355_0.019704150307054302","host":"s3://npm-registry-packages-npm-production"}},"8.0.2":{"name":"loglayer","version":"8.0.2","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.0.2","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"16f6a2bd4eefa5616abb062a43ded2790dfafed1","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.0.2.tgz","fileCount":7,"integrity":"sha512-tFC0M5WVlGaFAT++Vgj3/KPwolovGy549uOyxg740Hc8hQJEAVk4h/faIYoM+SqCZ5xPPsx2pYC60G7fX1L1kQ==","signatures":[{"sig":"MEUCIH+eYJCTpAombFAv0QM4ZXkytRaTOxxsf3petAYkThF9AiEAkmZLtVx74MbL/FVD1D4TzduhXupSgHIbyC1/izuJr1I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148012},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.0.2.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/49568a133ce2b26c27b39a07b1a746bc/loglayer-8.0.2.tgz","_integrity":"sha512-tFC0M5WVlGaFAT++Vgj3/KPwolovGy549uOyxg740Hc8hQJEAVk4h/faIYoM+SqCZ5xPPsx2pYC60G7fX1L1kQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.3","@loglayer/shared":"3.0.1","@loglayer/transport":"2.3.9","@loglayer/context-manager":"1.1.11","@loglayer/log-level-manager":"1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.9","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.0.2_1763323942280_0.6526763918396206","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-alpha-0.0":{"name":"loglayer","version":"8.1.0-alpha-0.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.1.0-alpha-0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"078b30f9f30c0516668f471f4aba5b34468cee74","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.1.0-alpha-0.0.tgz","fileCount":7,"integrity":"sha512-moIDuiyfBSC9w0r8B2EsNhKKRFsranOL8tijkMOz6j2bduubGg9c3g01FRqlCvq6Ia4VWavD1wtTv3y+jz+Psg==","signatures":[{"sig":"MEUCIF+haKm8yjeitHtQMc8J3qkwkr4xtwJlqKD9+K/cqesiAiEA5TaEL18NyHsmHckbYp/XMJ1yBlq/uRgaAnSK9qVbQ1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148275},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.1.0-alpha-0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/deae296ecd0043013e77fec5258b83dc/loglayer-8.1.0-alpha-0.0.tgz","_integrity":"sha512-moIDuiyfBSC9w0r8B2EsNhKKRFsranOL8tijkMOz6j2bduubGg9c3g01FRqlCvq6Ia4VWavD1wtTv3y+jz+Psg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"11.5.1","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"24.6.0","dependencies":{"@loglayer/plugin":"2.2.4-alpha-0.0","@loglayer/shared":"3.1.0-alpha-0.0","@loglayer/transport":"2.3.10-alpha-0.0","@loglayer/context-manager":"1.1.12-alpha-0.0","@loglayer/log-level-manager":"1.0.2-alpha-0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsdown":"0.15.12","vitest":"4.0.9","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.1.0-alpha-0.0_1763948051320_0.19454477333530895","host":"s3://npm-registry-packages-npm-production"}},"8.1.0":{"name":"loglayer","version":"8.1.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"c56fb1b75bfd5843286e7890beef23fada805201","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.1.0.tgz","fileCount":7,"integrity":"sha512-mq5c5cGzyC8lW+JTwlsKpLh56TLhBlNcN26BA47AdtGmPIl0wq1XVK/hBS1bcVVy7QYuyZxwaX56+lJkj2FgeQ==","signatures":[{"sig":"MEUCIGb2aD12fdGgBrrlp/ZI6QefEQlfC1kxSES5ARDnYuJGAiEA9XxA7PpYGWGBj5Gd+TxeDYGw4iJTmHAHnRCWpqCAohw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":148215},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/e160fab42e834712f7e4225935cdf44b/loglayer-8.1.0.tgz","_integrity":"sha512-mq5c5cGzyC8lW+JTwlsKpLh56TLhBlNcN26BA47AdtGmPIl0wq1XVK/hBS1bcVVy7QYuyZxwaX56+lJkj2FgeQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"_nodeVersion":"20.19.5","dependencies":{"@loglayer/plugin":"2.2.4","@loglayer/shared":"3.1.0","@loglayer/transport":"2.3.10","@loglayer/context-manager":"1.1.12","@loglayer/log-level-manager":"1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.15.12","vitest":"4.0.9","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.1.0_1764053895124_0.7708028932069015","host":"s3://npm-registry-packages-npm-production"}},"8.1.1":{"name":"loglayer","version":"8.1.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"4266d5fa883161aa801521807c46df2e949b337c","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.1.1.tgz","fileCount":7,"integrity":"sha512-O09tN0vRcdqE4aBWr9rwUsz0/eRuKUPPbWpVIpSwnV8DtcYwF+lc77OiW0CfZLXhZ1g2S4dQmWbUBDlmgWIDnw==","signatures":[{"sig":"MEUCIQDCvj/9ncPRwJHj8x73PU9AnabHiVdYU5FuYNI5LYsUbgIgcc98bRc+s7XnQQPmgt4+pZB1BThk2vQrVVRyTeCZ2rM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":147030},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.1.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/e67f991e5ceb230bf59cd0801305a365/loglayer-8.1.1.tgz","_integrity":"sha512-O09tN0vRcdqE4aBWr9rwUsz0/eRuKUPPbWpVIpSwnV8DtcYwF+lc77OiW0CfZLXhZ1g2S4dQmWbUBDlmgWIDnw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@loglayer/plugin":"2.2.5","@loglayer/shared":"3.1.1","@loglayer/transport":"2.3.11","@loglayer/context-manager":"1.1.13","@loglayer/log-level-manager":"1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.17.2","vitest":"4.0.15","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.1.1_1765270611289_0.5616901847328326","host":"s3://npm-registry-packages-npm-production"}},"8.2.0":{"name":"loglayer","version":"8.2.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"21eb6f488637d1392b753685737f6db33ebda220","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.2.0.tgz","fileCount":7,"integrity":"sha512-zN0MJxiz38rTv+xaZ5/nph9MMzCRer3jyOqDf5N1qBA118uTr+WVs8EboKmMUD9x3YpiiPWhB53qi8DWdl9Iig==","signatures":[{"sig":"MEUCIQDVo303jGQF/01CV6fgIR3lNOyxV91+XegcJAXd09eCgwIgVVYR6W5jI318rkkcXV5wkEltZpcu9lQJN/A7UfjcFnc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155081},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.2.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/3a12f6c11873db38c527626ae6f68932/loglayer-8.2.0.tgz","_integrity":"sha512-zN0MJxiz38rTv+xaZ5/nph9MMzCRer3jyOqDf5N1qBA118uTr+WVs8EboKmMUD9x3YpiiPWhB53qi8DWdl9Iig==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@loglayer/plugin":"2.2.6","@loglayer/shared":"3.2.0","@loglayer/transport":"2.3.12","@loglayer/context-manager":"1.1.14","@loglayer/log-level-manager":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.17.2","vitest":"4.0.15","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.2.0_1765925660702_0.5292491262462786","host":"s3://npm-registry-packages-npm-production"}},"8.3.0":{"name":"loglayer","version":"8.3.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.3.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"436307a079d97fba13a326824220a1bfd9b21dbf","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.3.0.tgz","fileCount":7,"integrity":"sha512-KpSmOBQ1GiAM11cKygtTi/vMEItdCw8ZB9m0ukrQfO9lllsVvzgMU5XYp+GLMR76O8kt55Dzgb1NBL0+7KpkkQ==","signatures":[{"sig":"MEYCIQDLR2PBqy/Mj9jWMFt8zMWS/0WoXJDfQDsmAfvOMkCpZAIhAM8cQ65G3Z84DwDzId1h7tMVAU/v//tMiyJhuRAGqyft","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155659},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.3.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/446463e1ad7c36d10541c0108dadbf88/loglayer-8.3.0.tgz","_integrity":"sha512-KpSmOBQ1GiAM11cKygtTi/vMEItdCw8ZB9m0ukrQfO9lllsVvzgMU5XYp+GLMR76O8kt55Dzgb1NBL0+7KpkkQ==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@loglayer/plugin":"2.2.6","@loglayer/shared":"3.2.0","@loglayer/transport":"2.3.12","@loglayer/context-manager":"1.1.14","@loglayer/log-level-manager":"1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.18.2","vitest":"4.0.16","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.3.0_1766385307318_0.4260038376885371","host":"s3://npm-registry-packages-npm-production"}},"8.4.0":{"name":"loglayer","version":"8.4.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.4.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"4cdf58020c5c4df8165b3608d82be1399a2dba19","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.4.0.tgz","fileCount":7,"integrity":"sha512-Og7/Ry13iL895uyuKBFr6JakloqeoHNlCFd3btQ/9apwd9NJtPFhEU5zPxeWu5EM+06XBuV5HWqHFTeBmaax1A==","signatures":[{"sig":"MEUCIChk+D+aUamGnhKQ17ZV3j8FKYLytdz060hI4kTVI8VQAiEAk4IUGUyZiAykrQJYZzitxzDg2IePiXaWZSfziSQbcxE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156278},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.4.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/b8b709564236caaa119ac218f94f45db/loglayer-8.4.0.tgz","_integrity":"sha512-Og7/Ry13iL895uyuKBFr6JakloqeoHNlCFd3btQ/9apwd9NJtPFhEU5zPxeWu5EM+06XBuV5HWqHFTeBmaax1A==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@loglayer/plugin":"2.2.7","@loglayer/shared":"3.3.0","@loglayer/transport":"2.3.13","@loglayer/context-manager":"1.2.0","@loglayer/log-level-manager":"1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.18.2","vitest":"4.0.16","typescript":"5.9.3","serialize-error":"12.0.0","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.4.0_1766462071181_0.8126522395624365","host":"s3://npm-registry-packages-npm-production"}},"8.4.1":{"name":"loglayer","version":"8.4.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.4.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"09be7c330a680df0edcd782ecedad1ca3096a1df","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.4.1.tgz","fileCount":7,"integrity":"sha512-Etc1Q9UOSWbqoZelVPvCT9SyOXFl3xxNftk9Cf22NYi/WB/3q4Kgynu7n3BxInGkYcnaL1pcR4Xw1DdDSb9Njw==","signatures":[{"sig":"MEUCIQD6uz/uQxuteLWfyqi5WLCMYnfbeXoU+H4628Y2GzIwCgIgDy6dk4X/PrH9LMETaFwIJnwXOT+jIUukw1oMKWK5QN4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156493},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.4.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/1c58b966c8e7402803286ce78fef30f6/loglayer-8.4.1.tgz","_integrity":"sha512-Etc1Q9UOSWbqoZelVPvCT9SyOXFl3xxNftk9Cf22NYi/WB/3q4Kgynu7n3BxInGkYcnaL1pcR4Xw1DdDSb9Njw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"@loglayer/plugin":"2.2.7","@loglayer/shared":"3.3.0","@loglayer/transport":"2.3.13","@loglayer/context-manager":"1.2.0","@loglayer/log-level-manager":"1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.1","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.4.1_1770188513051_0.2916452177475939","host":"s3://npm-registry-packages-npm-production"}},"8.5.0":{"name":"loglayer","version":"8.5.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@8.5.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"da1947b7e149ed757a1c4df02f33cc862fd5afe8","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-8.5.0.tgz","fileCount":7,"integrity":"sha512-Dx8GGZffaJmAm18e7/BwgrwxLOmCHJe2TxC0Ja0+FdJjSjXCM60nsHpTD3FjQMzu0cVr7HPUAAmGJIz4b3qKQg==","signatures":[{"sig":"MEUCIF+lJh7ZPt8U84LOkEQdh9y0JIvfU6KjcxkILgKOi63BAiEAkWmh5tyhHmN1udLTgneq1LtgXWWXmy2gAFJtRKiDhSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164914},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-8.5.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/bb184b8499842dd9656291b53e6daed8/loglayer-8.5.0.tgz","_integrity":"sha512-Dx8GGZffaJmAm18e7/BwgrwxLOmCHJe2TxC0Ja0+FdJjSjXCM60nsHpTD3FjQMzu0cVr7HPUAAmGJIz4b3qKQg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"@loglayer/plugin":"2.2.7","@loglayer/shared":"3.3.0","@loglayer/transport":"2.3.13","@loglayer/context-manager":"1.2.0","@loglayer/log-level-manager":"1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.1","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_8.5.0_1770888391760_0.45797111545653557","host":"s3://npm-registry-packages-npm-production"}},"9.0.0":{"name":"loglayer","version":"9.0.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.0.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"36d7ec225438061d6a51075f5ce7e622db334fab","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.0.0.tgz","fileCount":7,"integrity":"sha512-nFeuk4FJ/05wejTBLmUWefki9g9LyM1qdIx65pA/5kZ80lxose/JvMI4Y1QEVST3Y1zkGwV1xM+WjLKRjTzafg==","signatures":[{"sig":"MEUCIQDVh+rYt/ZQIcyqamSVL4QrxCA33F+2GqAPWAGagMRALwIgPYd/KXSx1+FU8YU+yN7RMz5maZW5dPLjbA3qS284gvQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":189904},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.0.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/73b617cdf0eaaeb6e44ca4303d16389d/loglayer-9.0.0.tgz","_integrity":"sha512-nFeuk4FJ/05wejTBLmUWefki9g9LyM1qdIx65pA/5kZ80lxose/JvMI4Y1QEVST3Y1zkGwV1xM+WjLKRjTzafg==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"@loglayer/plugin":"3.0.0","@loglayer/shared":"4.0.0","@loglayer/transport":"3.0.0","@loglayer/context-manager":"2.0.0","@loglayer/log-level-manager":"2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.1","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.0.0_1770970203289_0.9362515008527945","host":"s3://npm-registry-packages-npm-production"}},"9.0.1":{"name":"loglayer","version":"9.0.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.0.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"367c8d3902fbbb219aabe3a09383c821291bebeb","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.0.1.tgz","fileCount":7,"integrity":"sha512-/inLYqDZOKLLBv6RL0oSj7ksjqd1XrpcpXLutVMZEQqC34zmK9x/VDmPCm25Kof9K8L0O591J7g4+RIfFP4Ugw==","signatures":[{"sig":"MEUCIDOhZKbVrfpdT8vFb0RIch9eJLBd95VXoFYkgg2TTckfAiEA0Wb7ePNS9j53vfmeDN7XX0vztF/ySmAbwEsNrmhc9zo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178249},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.0.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/d7dda2e6a8ef14c0980594afd1364f89/loglayer-9.0.1.tgz","_integrity":"sha512-/inLYqDZOKLLBv6RL0oSj7ksjqd1XrpcpXLutVMZEQqC34zmK9x/VDmPCm25Kof9K8L0O591J7g4+RIfFP4Ugw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"@loglayer/plugin":"3.0.1","@loglayer/shared":"4.0.1","@loglayer/transport":"3.0.1","@loglayer/context-manager":"2.0.1","@loglayer/log-level-manager":"2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.1","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.0.1_1771020826677_0.2136816465110134","host":"s3://npm-registry-packages-npm-production"}},"9.1.0":{"name":"loglayer","version":"9.1.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.1.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"5059ad7c62f212920297535ce303dcc2f67faf48","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.1.0.tgz","fileCount":7,"integrity":"sha512-KFCtoydUtfshszDMIEMa180MMT4jDgBz7FkkO0r3mLDzOkfqGUCbtH9DRszK/pEPrG7999FXfBsyv4DNhvmrag==","signatures":[{"sig":"MEYCIQD/s3EaFi0jMv63/zV2XsXI4SwR/sYKTy92l2Qh1TpGsAIhAKBFFETcoydDZV/5XEBEjY07AtBXBnf+vX1TDvBClbxS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":200588},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"theo.gravity","email":"theo@suteki.nu"},"_resolved":"/tmp/6eafad9c79caa112906c02bb6bd82d49/loglayer-9.1.0.tgz","_integrity":"sha512-KFCtoydUtfshszDMIEMa180MMT4jDgBz7FkkO0r3mLDzOkfqGUCbtH9DRszK/pEPrG7999FXfBsyv4DNhvmrag==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"10.8.2","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"@loglayer/plugin":"3.0.2","@loglayer/shared":"4.1.0","@loglayer/transport":"3.0.2","@loglayer/context-manager":"2.0.2","@loglayer/log-level-manager":"2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.3","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.1.0_1771036000117_0.5395270405304244","host":"s3://npm-registry-packages-npm-production"}},"9.1.1":{"name":"loglayer","version":"9.1.1","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.1.1","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"13d17c597120c0822c473d8d2943289a14164a2b","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.1.1.tgz","fileCount":7,"integrity":"sha512-K+mkZtX/MwXT8M3qwN7W5MqQeFIroHtiP1WRKGpEjMrBvAgZ8xeI3NPYQrLWkw+75AjvSxlwXJGfMHbtlTzAFw==","signatures":[{"sig":"MEUCIQDStT4e1ECeQ9zLhajfkAwr9RRPtsvvzABteyG2RTLdZQIgXDnI1cD+/nkoVUJmqghx39fpEXhscjSo2WXB7pX6hiI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/loglayer@9.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":200698},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.1.1.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:034c4ab8-a04d-4d89-a465-1b2b147602e3"}},"_resolved":"/tmp/9d398438bd9fd3fd2f7c633ef0976892/loglayer-9.1.1.tgz","_integrity":"sha512-K+mkZtX/MwXT8M3qwN7W5MqQeFIroHtiP1WRKGpEjMrBvAgZ8xeI3NPYQrLWkw+75AjvSxlwXJGfMHbtlTzAFw==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"11.12.1","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"@loglayer/plugin":"3.0.2","@loglayer/shared":"4.1.0","@loglayer/transport":"3.0.3","@loglayer/context-manager":"2.0.2","@loglayer/log-level-manager":"2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.3","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.1.1_1778887232090_0.6265860325143282","host":"s3://npm-registry-packages-npm-production"}},"9.2.0":{"name":"loglayer","version":"9.2.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.2.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"1508d93e94886cae5a4f9f6d4785531d9e75c563","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.2.0.tgz","fileCount":7,"integrity":"sha512-1sruHFki9WS89rzsb8lCeldfnpdzg5b6Z8csSwvzDRPyytIz20GlATbTlXGSyQWWRp84XuHNe56ulJUpVzvhaA==","signatures":[{"sig":"MEYCIQDwnPs4RpGekvJWl2m9C4J78TwCKhKNR5gpqm3fLqkYrgIhANURlPV5ZDWTOrYVSJ/GMTJPCcaD7ttrSLNMH6Vuurym","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/loglayer@9.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":206817},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.2.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:034c4ab8-a04d-4d89-a465-1b2b147602e3"}},"_resolved":"/tmp/49927c5005f7450e9a7758d146c86204/loglayer-9.2.0.tgz","_integrity":"sha512-1sruHFki9WS89rzsb8lCeldfnpdzg5b6Z8csSwvzDRPyytIz20GlATbTlXGSyQWWRp84XuHNe56ulJUpVzvhaA==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"11.12.1","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"@loglayer/plugin":"3.1.0","@loglayer/shared":"4.2.0","@loglayer/transport":"3.1.0","@loglayer/context-manager":"2.1.0","@loglayer/log-level-manager":"2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.20.3","vitest":"4.0.18","typescript":"5.9.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.2.0_1779772325084_0.6790119911572774","host":"s3://npm-registry-packages-npm-production"}},"9.3.0":{"name":"loglayer","version":"9.3.0","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","wide events","canonical logging","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","_id":"loglayer@9.3.0","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"homepage":"https://loglayer.dev","bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"dist":{"shasum":"784d47aa45adc3d710d284e2bb05fc8f3f480402","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.3.0.tgz","fileCount":7,"integrity":"sha512-xiZFMbUCcy8mC+/uV0EzkZV6nbo3qweQjKKQSGkcrug2VpOHudzcoWR0DOl9edr8oS+BwyEjimpG3sF2CW8sww==","signatures":[{"sig":"MEYCIQCD3wDa+b01felfb6Sh1T8QYgxdvNvRDor5THvX4688WAIhAMZC41F9qdM+KN2MbkJJVvFjCi4dGD5cJGSrS5NTqmt0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/loglayer@9.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":207578},"main":"./dist/index.cjs","type":"module","_from":"file:loglayer-9.3.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=18"},"exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"scripts":{"lint":"biome check --no-errors-on-unmatched --write --unsafe src","test":"vitest --run","build":"tsdown src/index.ts","clean":"rm -rf .turbo node_modules dist","test:debug":"vitest --debug","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:034c4ab8-a04d-4d89-a465-1b2b147602e3"}},"_resolved":"/tmp/793afa423511541ef3cafee73f08ffc1/loglayer-9.3.0.tgz","_integrity":"sha512-xiZFMbUCcy8mC+/uV0EzkZV6nbo3qweQjKKQSGkcrug2VpOHudzcoWR0DOl9edr8oS+BwyEjimpG3sF2CW8sww==","repository":{"url":"git+https://github.com/loglayer/loglayer.git","type":"git","directory":"packages/core/loglayer"},"_npmVersion":"11.13.0","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"@loglayer/plugin":"3.2.0","@loglayer/shared":"4.3.0","@loglayer/transport":"3.2.0","@loglayer/context-manager":"2.2.0","@loglayer/log-level-manager":"2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tsdown":"0.22.1","vitest":"4.1.7","typescript":"6.0.3","serialize-error":"13.0.1","@internal/tsconfig":"2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/loglayer_9.3.0_1780127595202_0.6887394307864869","host":"s3://npm-registry-packages-npm-production"}},"9.4.0":{"name":"loglayer","description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","version":"9.4.0","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","exports":{"import":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","require":"./dist/index.cjs"}},"types":"./dist/index.d.ts","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/loglayer/loglayer.git","directory":"packages/core/loglayer"},"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","wide events","canonical logging","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"dependencies":{"@loglayer/context-manager":"2.3.0","@loglayer/log-level-manager":"2.3.0","@loglayer/plugin":"3.3.0","@loglayer/shared":"4.4.0","@loglayer/transport":"3.3.0"},"devDependencies":{"serialize-error":"13.0.1","tsdown":"0.22.1","typescript":"6.0.3","vitest":"4.1.7","@internal/tsconfig":"2.1.0"},"bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"engines":{"node":">=18"},"homepage":"https://loglayer.dev","scripts":{"build":"tsdown src/index.ts","test":"vitest --run","test:debug":"vitest --debug","clean":"rm -rf .turbo node_modules dist","lint":"biome check --no-errors-on-unmatched --write --unsafe src","lint:staged":"biome check --no-errors-on-unmatched --write --unsafe --staged src","verify-types":"tsc --noEmit"},"_id":"loglayer@9.4.0","_integrity":"sha512-abAZY0TkGw1LOA8n0yGJbRi9R0upRWymYBZItWfiktXMTHqdgCpHukONoX/Byfbt1RfRdw/GjT/PwrztePYOcw==","_resolved":"/tmp/34afd1d8988587fde4dd4aa6e017d744/loglayer-9.4.0.tgz","_from":"file:loglayer-9.4.0.tgz","_nodeVersion":"24.18.0","_npmVersion":"11.16.0","dist":{"integrity":"sha512-abAZY0TkGw1LOA8n0yGJbRi9R0upRWymYBZItWfiktXMTHqdgCpHukONoX/Byfbt1RfRdw/GjT/PwrztePYOcw==","shasum":"1e62f04ed63df66ac13041e521190ce3abd3362a","tarball":"https://registry.npmjs.org/loglayer/-/loglayer-9.4.0.tgz","fileCount":7,"unpackedSize":207578,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/loglayer@9.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEN3MRSLhTG9MdaI+GTdsQjv0HaIDGp0KVvRiS4LRnTbAiEApFbBxKzoWcC8zYSsUcxXzcKcmhBWx+vw4yUNtjzXMPw="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:034c4ab8-a04d-4d89-a465-1b2b147602e3"}},"directories":{},"maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/loglayer_9.4.0_1783973707020_0.7956890981186417"},"_hasShrinkwrap":false}},"time":{"created":"2021-11-29T01:23:37.449Z","modified":"2026-07-13T20:15:07.424Z","1.0.0":"2021-11-29T01:23:37.619Z","1.0.1":"2021-11-29T03:48:14.711Z","1.0.2":"2021-11-29T04:16:09.460Z","1.1.1":"2022-06-13T22:14:24.256Z","1.2.1":"2022-08-09T01:50:08.377Z","1.3.1":"2022-08-10T02:01:38.175Z","1.3.2":"2022-08-10T02:24:39.822Z","1.3.3":"2022-08-10T04:17:39.579Z","1.3.4":"2022-08-22T20:18:39.327Z","1.4.1":"2022-11-02T05:06:55.072Z","1.4.2":"2022-11-02T05:23:16.707Z","1.5.0":"2023-03-01T21:15:23.823Z","1.6.0":"2023-03-15T20:26:40.716Z","2.0.0":"2023-03-20T19:29:34.179Z","2.0.1":"2023-03-20T20:21:22.147Z","2.0.2":"2023-03-20T23:48:16.190Z","2.0.3":"2023-04-13T20:36:26.489Z","2.1.0":"2023-06-13T19:29:41.488Z","3.0.0":"2024-02-03T00:56:12.127Z","3.0.1":"2024-02-03T01:16:32.897Z","3.1.0":"2024-04-10T19:28:30.167Z","4.0.0":"2024-05-03T23:41:19.473Z","4.1.0":"2024-05-04T00:29:20.706Z","4.1.1":"2024-05-04T04:30:09.368Z","4.2.0":"2024-05-06T01:52:50.761Z","4.2.1":"2024-05-06T02:32:21.032Z","4.3.0":"2024-05-08T23:39:19.476Z","4.3.1":"2024-05-09T18:29:34.590Z","4.3.2":"2024-05-09T19:44:31.663Z","4.3.3":"2024-05-20T18:38:03.476Z","4.4.0":"2024-05-28T07:25:38.742Z","4.4.1":"2024-09-06T22:42:34.495Z","4.5.0":"2024-09-07T20:56:38.055Z","4.6.0":"2024-09-08T01:14:25.446Z","4.6.1":"2024-09-08T01:17:59.112Z","4.7.0":"2024-09-08T01:29:07.697Z","4.8.0":"2024-09-26T00:57:57.978Z","5.0.0":"2025-01-02T04:38:03.454Z","5.0.1":"2025-01-02T21:49:56.258Z","5.0.2":"2025-01-02T22:23:00.371Z","5.0.3":"2025-01-02T23:41:53.321Z","5.0.4":"2025-01-03T02:21:36.246Z","5.0.5":"2025-01-03T23:10:49.441Z","5.0.6":"2025-01-04T00:26:52.851Z","5.0.7":"2025-01-04T21:33:33.014Z","5.0.8":"2025-01-04T23:53:09.203Z","5.0.9":"2025-01-06T00:24:12.467Z","5.0.10":"2025-01-06T03:32:15.626Z","5.0.11":"2025-01-06T20:07:46.598Z","5.0.12":"2025-01-06T20:12:14.454Z","5.1.0":"2025-01-11T20:40:15.437Z","5.1.1":"2025-01-11T22:29:10.029Z","5.1.2":"2025-01-13T03:45:17.587Z","5.1.3":"2025-01-13T05:11:48.216Z","5.1.4":"2025-01-13T06:02:05.251Z","5.2.0":"2025-01-18T02:00:24.503Z","5.3.0":"2025-01-18T23:40:52.188Z","5.4.0":"2025-01-21T03:11:00.146Z","5.4.1":"2025-01-21T18:27:40.556Z","5.5.0":"2025-01-25T07:19:21.899Z","5.5.1":"2025-01-28T02:37:50.750Z","5.6.0":"2025-02-04T02:27:38.051Z","5.7.0":"2025-02-09T00:58:24.236Z","6.0.0":"2025-02-11T10:02:00.522Z","6.1.0":"2025-02-16T02:20:22.955Z","6.1.1":"2025-02-16T02:35:04.591Z","6.1.2":"2025-02-23T10:25:28.375Z","6.1.3":"2025-02-24T01:04:03.337Z","6.2.0":"2025-03-01T23:38:15.444Z","6.3.0":"2025-03-04T01:03:32.796Z","6.3.1":"2025-03-05T22:43:14.890Z","6.3.2":"2025-03-16T23:33:50.633Z","6.3.3":"2025-03-30T03:05:47.190Z","6.4.0":"2025-05-11T01:00:11.588Z","6.4.1":"2025-05-23T21:16:45.194Z","6.4.2":"2025-05-25T03:48:00.983Z","6.4.3":"2025-06-20T08:07:43.080Z","6.5.0":"2025-07-10T08:43:49.736Z","6.6.0":"2025-07-10T19:02:56.793Z","6.7.0":"2025-09-08T00:50:44.918Z","6.7.1":"2025-10-01T18:20:16.074Z","6.7.2":"2025-10-04T20:17:54.030Z","6.8.0":"2025-10-10T04:21:51.914Z","6.8.1":"2025-10-11T18:46:30.681Z","6.8.2":"2025-10-11T20:06:59.744Z","6.8.3":"2025-10-11T20:38:51.925Z","6.9.0":"2025-10-13T21:18:52.971Z","6.9.1":"2025-10-14T00:20:52.605Z","6.10.0":"2025-10-21T23:54:13.855Z","7.0.0":"2025-11-02T21:04:12.484Z","7.0.1":"2025-11-02T22:23:42.207Z","7.1.0":"2025-11-02T23:52:03.630Z","7.2.0":"2025-11-08T00:42:46.945Z","7.2.1":"2025-11-08T01:37:55.868Z","8.0.0":"2025-11-14T22:49:15.913Z","8.0.1":"2025-11-16T02:50:13.523Z","8.0.2":"2025-11-16T20:12:22.487Z","8.1.0-alpha-0.0":"2025-11-24T01:34:11.536Z","8.1.0":"2025-11-25T06:58:15.295Z","8.1.1":"2025-12-09T08:56:51.425Z","8.2.0":"2025-12-16T22:54:20.876Z","8.3.0":"2025-12-22T06:35:07.464Z","8.4.0":"2025-12-23T03:54:31.319Z","8.4.1":"2026-02-04T07:01:53.291Z","8.5.0":"2026-02-12T09:26:31.926Z","9.0.0":"2026-02-13T08:10:03.424Z","9.0.1":"2026-02-13T22:13:46.820Z","9.1.0":"2026-02-14T02:26:40.265Z","9.1.1":"2026-05-15T23:20:32.250Z","9.2.0":"2026-05-26T05:12:05.249Z","9.3.0":"2026-05-30T07:53:15.386Z","9.4.0":"2026-07-13T20:15:07.161Z"},"bugs":{"url":"https://github.com/loglayer/loglayer/issues"},"author":{"name":"Theo Gravity","email":"theo@suteki.nu"},"license":"MIT","homepage":"https://loglayer.dev","keywords":["logging","log","opentelemetry","otel","winston","bunyan","structured logs","structured logging","file rotation","structured","abstraction","pino","electron","loglevel","datadog","wide events","canonical logging","log rotation","rotation","rotate logs","typescript","statsd","metrics","telemetry"],"repository":{"type":"git","url":"git+https://github.com/loglayer/loglayer.git","directory":"packages/core/loglayer"},"description":"A modern logging library with a fluent API for specifying log messages, metadata and errors","maintainers":[{"name":"theo.gravity","email":"theo@suteki.nu"},{"name":"gravity.bot","email":"theo+npm+bot@suteki.nu"}],"readme":"# loglayer\n\n<p align=\"center\">\n  <a href=\"https://loglayer.dev\" title=\"LogLayer Logo\"><img src=\"https://loglayer.dev/images/loglayer.png\" alt=\"LogLayer Logo\" width=\"200\" /></a>\n\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/loglayer\"><img src=\"https://img.shields.io/npm/v/loglayer.svg?style=flat-square\" alt=\"NPM version\" /></a>\n  <a href=\"https://www.npmjs.com/package/loglayer\"><img src=\"https://img.shields.io/npm/dm/loglayer\" alt=\"NPM Downloads\" /></a>\n  <a href=\"http://www.typescriptlang.org/\"><img src=\"https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg\" alt=\"TypeScript\" /></a>\n  <img src=\"https://img.shields.io/bundlejs/size/loglayer\" alt=\"npm package minimized gzipped size\" />\n</p>\n\n`loglayer` is a unified Typescript logger that routes logs to various logging libraries, cloud providers, files, and OpenTelemetry while providing a fluent API for specifying log messages, metadata and errors. \n\nSupports browser, Node.js, Bun, and Deno platforms.\n\n- For full documentation, read the [docs](https://loglayer.dev).\n\n```javascript\n// Example using the Pino logging library with LogLayer\n// You can also start out with a console logger and swap to another later!\nimport { LogLayer } from 'loglayer';\nimport { pino } from 'pino';\nimport { PinoTransport } from '@loglayer/transport-pino';\nimport { redactionPlugin } from '@loglayer/plugin-redaction';\n\nconst log = new LogLayer({\n  // Multiple loggers can also be used at the same time. \n  transport: new PinoTransport({\n    logger: pino()\n  }),\n  // Plugins modify log data before it's shipped to your logging library.\n  plugins: [\n    redactionPlugin({\n      paths: ['password'],\n      censor: '[REDACTED]',\n    }),\n  ],\n  // Put context data in a specific field (default is flattened)\n  contextFieldName: 'context',\n  // Put metadata in a specific field (default is flattened)\n  metadataFieldName: 'metadata',\n})\n\n// persisted data that is always included in logs\nlog.withContext({\n  path: \"/\",\n  reqId: \"1234\"\n})\n\nlog.withPrefix(\"[my-app]\")\n  .withError(new Error('test'))\n  // data that is included for this log entry only\n  .withMetadata({ some: 'data', password: 'my-pass' })\n  // Non-object data only (numbers, booleans, and strings only)\n  // this can be omitted to just log an object / error\n  // by using .errorOnly() / .metadataOnly() instead of withError() / withMetadata()\n  .info('my message')\n```\n\n```json5\n{\n  \"level\": 30,\n  \"time\": 1735857465669,\n  \"msg\": \"[my-app] my message\",\n  \"context\": {\n    \"path\": \"/\",\n    \"reqId\": \"1234\",\n  },\n  \"metadata\": {\n    \"password\": \"[REDACTED]\",\n    \"some\": \"data\",\n  },\n  \"err\":{\n    \"type\": \"Error\",\n    \"message\": \"test\",\n    \"stack\": \"Error: test\\n ...\"\n  }\n}\n```\n\nWith the [Pretty Terminal Transport](https://loglayer.dev/transports/pretty-terminal):\n\n![Pretty Terminal Transport](https://loglayer.dev/images/pretty-terminal/pretty-terminal-short-v2.gif)\n\nThe [Wide Events Mixin](https://loglayer.dev/mixins/wide-events) enables comprehensive, self-contained log entries that capture an entire operation's context. For background on the problem this solves, see [Why Logging Sucks](https://loggingsucks.com/).\n\n```typescript\nimport { AsyncLocalStorage } from \"node:async_hooks\";\nimport { LogLayer, StructuredTransport, useLogLayerMixin } from 'loglayer';\nimport { createWideEventMixin } from '@loglayer/mixin-wide-events';\n\nconst asyncLocalStorage = new AsyncLocalStorage<{ logger: LogLayer }>();\n\nuseLogLayerMixin(createWideEventMixin({ asyncContext: asyncLocalStorage }));\n\nconst log = new LogLayer({\n  transport: new StructuredTransport({ logger: console })\n});\n\nasyncLocalStorage.run({ logger: log }, () => {\n  log.withWideEvents({ userId: \"123\" });\n  // ... do work ...\n  log.withWideEvents({ orderId: \"456\", duration: 150 });\n  log.emitWideEvent({ message: \"Order processed\" });\n  // Emits a single log with all accumulated data in one entry\n});\n```\n\n## Installation\n\nInstall the core package:\n\n```bash\nnpm i loglayer\n```\n\n## Quick Start\n\n```typescript\nimport { LogLayer, ConsoleTransport } from 'loglayer'\n\nconst log = new LogLayer({\n  transport: new ConsoleTransport({\n    logger: console,\n  }),\n})\n\nlog\n  .withMetadata({ some: 'data'})\n  .withError(new Error('test'))\n  .info('my message')\n```\n\n- See the [LogLayer configuration documentation](https://loglayer.dev/configuration.html) for more configuration options.\n- See the [Console Transport documentation](https://loglayer.dev/transports/console.html) for more configuration options.\n\nMade with ❤️ by [Theo Gravity](https://suteki.nu) / [Disaresta](https://disaresta.com). Logo by [Akshaya Madhavan](https://www.linkedin.com/in/akshaya-madhavan).\n","readmeFilename":"README.md"}