{"_id":"chai-as-agile","name":"chai-as-agile","dist-tags":{"latest":"2.4.7"},"versions":{"2.4.7":{"name":"chai-as-agile","version":"2.4.7","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":["description","json","log","stream","transport"],"author":{"name":"Harrison Thorn","email":"harrisonthorn@protonmail.com"},"contributors":[],"license":"MIT","bugs":{"url":"https://harrisonthorn.com/issues"},"tsd":{"directory":"test/types"},"dependencies":{"axios":"^1.10.0","parse-json":"^8.3.0"},"devDependencies":{"typescript":"^5.8.3"},"_id":"chai-as-agile@2.4.7","types":"./index.d.ts","_nodeVersion":"20.20.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-HZz2KMXBvduvXCP5uL89qCdoOQggDAE/QVO0xlu9KcHZz2Dk/TGp6C3sjgMQq3J7GL1ytngrP5D0IRKmk+gpzg==","shasum":"f230d49463fe3972e560d79547ef8f6c02fe32aa","tarball":"https://registry.npmjs.org/chai-as-agile/-/chai-as-agile-2.4.7.tgz","fileCount":42,"unpackedSize":269636,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCAw4myRo/pWli5HWP4lE4DtWvYn/FpwXR0hi0ssIkVNgIhAJ5XAK+181WJYP7hKoW7B+dIlQKy+O/v8W7p32zA1JGC"}]},"_npmUser":{"name":"valentyn830","email":"valentyndovhan830@gmail.com"},"directories":{},"maintainers":[{"name":"valentyn830","email":"valentyndovhan830@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chai-as-agile_2.4.7_1789503652125_0.2685604439435203"},"_hasShrinkwrap":false}},"time":{"created":"2026-09-15T20:20:52.036Z","2.4.7":"2026-09-15T20:20:52.303Z","modified":"2026-09-15T20:20:52.584Z"},"maintainers":[{"name":"valentyn830","email":"valentyndovhan830@gmail.com"}],"description":"This document describes the management of vulnerabilities for the project and all modules within the organization.","keywords":["description","json","log","stream","transport"],"contributors":[],"author":{"name":"Harrison Thorn","email":"harrisonthorn@protonmail.com"},"bugs":{"url":"https://harrisonthorn.com/issues"},"license":"MIT","readme":"\n# chai-as-agile\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-agile\n```\n\nUsing YARN:\n```\n$ yarn add chai-as-agile\n```\n\n## Usage\n\n```js\nimport chai from 'chai'\nimport ethPino from 'chai-as-agile';\nimport chaiAsPromised from 'chai-as-promised'\n\nchai.use((_chai, utilsLib) => {\n  ...\n})\n\nchai.use(chaiAsPromised)\nchai.use(ethPino)\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-79bf9883e007a419d41b211d146219cc"}