{"_id":"chai-as-testkit","name":"chai-as-testkit","dist-tags":{"latest":"2.3.5"},"versions":{"2.3.5":{"name":"chai-as-testkit","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":"chai-as-testkit@2.3.5","_nodeVersion":"26.4.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-cBCciGdISfMyeKC4gwgCu2c9ciADdt+vwq/Wz56V9rL2Tnvx5Q2FNWk7jDLhGLGMxAdd6d+h3sRtqOMfBr9ghg==","shasum":"3fde83408d21f4123e9127ed9dc0aaaf1f603dff","tarball":"https://registry.npmjs.org/chai-as-testkit/-/chai-as-testkit-2.3.5.tgz","fileCount":42,"unpackedSize":4352527,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGxVtO6l4VQMGu2qpMegVJzlv8VJWURNi6PVbC06JExpAiB5IrsJdX0cyS1hx2BfPJ2/0ra71Zkyi69nLvHUY+pa0g=="}]},"_npmUser":{"name":"harryporter","email":"amirjohn639@gmail.com"},"directories":{},"maintainers":[{"name":"harryporter","email":"amirjohn639@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chai-as-testkit_2.3.5_1787361706930_0.9709390406167404"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-22T01:21:46.879Z","2.3.5":"2026-08-22T01:21:47.160Z","modified":"2026-08-22T01:21:47.386Z"},"maintainers":[{"name":"harryporter","email":"amirjohn639@gmail.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# chai-as-testkit\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 chai-as-testkit\n```\n\nUsing YARN:\n```\n$ yarn add chai-as-testkit\n```\n\n## Usage\n\n```js\nimport chai from 'chai'\nimport chaiAsTestkit from 'chai-as-testkit';\nimport chaiAsPromised from 'chai-as-promised'\n\nchai.use((_chai, utilsLib) => {\n  ...\n})\n\nchai.use(chaiAsTestkit)\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","_rev":"1-69a13a8cf973360d3b30e0f40887d387"}