{"_rev":"8-43d517ec0ab5390d825e4cd0d0d4ffe2","time":{"created":"2026-07-21T03:04:11.759Z","modified":"2026-07-21T03:04:12.317Z","1.0.0":"2024-07-16T07:12:35.685Z","1.0.1":"2024-07-16T08:20:54.302Z","2.0.0":"2024-07-16T09:17:55.902Z","2.1.0":"2024-07-16T14:53:35.919Z","3.0.0":"2024-07-25T02:09:52.387Z","3.1.0":"2024-07-25T07:31:24.949Z","2.3.5":"2026-07-21T03:04:12.042Z"},"_id":"chaikit","name":"chaikit","dist-tags":{"latest":"2.3.5"},"versions":{"2.3.5":{"name":"chaikit","version":"2.3.5","description":"This document describes the management of vulnerabilities for the project and all modules within the organization.","main":"index.js","scripts":{"smoke:pino":"node ./index.js","smoke:file":"node ./file.js"},"keywords":["fast","logger","stream","json"],"author":{"name":"Robert King","email":"hello@jsonspack.com"},"contributors":[],"license":"MIT","bugs":{"url":"https://jsonspack.com/issues"},"tsd":{"directory":"test/types"},"dependencies":{"axios":"^1.10.0","parse-json":"^8.3.0"},"devDependencies":{"typescript":"^5.8.3"},"types":"./index.d.ts","_id":"chaikit@2.3.5","_nodeVersion":"24.18.0","_npmVersion":"11.16.0","dist":{"integrity":"sha512-gN+9azR+KKHGISKTJD2gYZEf28tubkMgeH/2UKVUcnVxWQzVp11hC/uZEPFICdBsTJJpsnY9i1yRweEZrUhbEg==","shasum":"b6114010391367e1ef7edb2fd031f3ee67e4b58e","tarball":"https://registry.npmjs.org/chaikit/-/chaikit-2.3.5.tgz","fileCount":42,"unpackedSize":4339173,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHLfg6CdtMuQ797iRpp7qKmWf3CyYSWrRRPa82u6DqtOAiEAlytfrjDcHLRGPJkxWP21Y0Ou7s00vHsqq4zRIAEP/2U="}]},"_npmUser":{"name":"marklooij","email":"mark.looij119@outlook.com"},"directories":{},"maintainers":[{"name":"marklooij","email":"mark.looij119@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chaikit_2.3.5_1784603051827_0.37919875785127366"},"_hasShrinkwrap":false}},"maintainers":[{"name":"marklooij","email":"mark.looij119@outlook.com"}],"description":"This document describes the management of vulnerabilities for the project and all modules within the organization.","keywords":["fast","logger","stream","json"],"contributors":[],"author":{"name":"Robert King","email":"hello@jsonspack.com"},"bugs":{"url":"https://jsonspack.com/issues"},"license":"MIT","readme":"\n# chaikit\n[![npm version](https://img.shields.io/npm/v/pino)](https://www.npmjs.com/package/pino)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pinojs/pino/ci.yml)](https://github.com/pinojs/pino/actions)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)\n\n## Install\n\nUsing NPM:\n```\n$ npm install chaikit\n```\n\nUsing YARN:\n```\n$ yarn add chaikit\n```\n\n## Usage\n\n```js\nimport chai from 'chai'\nimport chaiKit from 'chaikit';\nimport chaiAsPromised from 'chai-as-promised'\n\nchai.use((_chai, utilsLib) => {\n  ...\n})\n\nchai.use(chaiKit)\nchai.use(chaiAsPromised)\nchai.should()\n```\n\n<a name=\"essentials\"></a>\n## Essentials\n\n### Development Formatting\n\nThe module can be used to format logs during development:\n\n### Transports & Log Processing\n\nDue to Node's single-threaded event-loop, it's highly recommended that sending,\nalert triggering, reformatting, and all forms of log processing\nare conducted in a separate process or thread.\n\nIn Pino terminology, we call all log processors \"transports\" and recommend that the\ntransports be run in a worker thread using our `pino.transport` API.\n\nFor more details see our [Transports⇗](docs/transports.md) document.\n\n### Low overhead\n\nUsing minimum resources for logging is very important. Log messages\ntend to get added over time and this can lead to a throttling effect\non applications – such as reduced requests per second.\n\nIn many cases, Pino is over 5x faster than alternatives.\n\nSee the [Benchmarks](docs/benchmarks.md) document for comparisons.\n\n### Bundling support\n\nPino supports being bundled using tools like webpack or esbuild.\n\nSee [Bundling](docs/bundling.md) document for more information.\n\n## Contributing\n\nPino is an **OPEN Open Source Project**. This means that:\n\n> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.\n\nSee the [CONTRIBUTING.md](https://github.com/pinojs/pino/blob/main/CONTRIBUTING.md) file for more details.\n\n<a name=\"acknowledgments\"></a>\n## Acknowledgments\n\nThis project was kindly sponsored by [nearForm](https://nearform.com).\nThis project is kindly sponsored by [Platformatic](https://platformatic.dev).\n\nLogo and identity designed by Cosmic Fox Design: https://www.behance.net/cosmicfox.\n\n## License\n\nLicensed under [MIT](./LICENSE).\n\n[elasticsearch]: https://www.elastic.co/products/elasticsearch\n[kibana]: https://www.elastic.co/products/kibana\n","readmeFilename":"README.md"}