{"_id":"chai-as-viem","name":"chai-as-viem","dist-tags":{"latest":"1.1.3"},"versions":{"1.1.3":{"name":"chai-as-viem","version":"1.1.3","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-viem@1.1.3","types":"./index.d.ts","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-uFgjDoLlgU1Hl8yejrhW3ruNstb1AtLC/Ln8W21w+LX8Dog6d7uBgkmTGRTXGsYBOxf1nkE0yEGpLhm/7WDoPg==","shasum":"b00d66ee2dd7d36c6f8048c0a378da9e4b46985d","tarball":"https://registry.npmjs.org/chai-as-viem/-/chai-as-viem-1.1.3.tgz","fileCount":42,"unpackedSize":269637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCVvdDl7pxGgvLjAZ5vOqpUeZLJyTZucWHnjBXa6wTw9QIgGiFBLvaQcJzyzOP7KC73pk94yT/ZxrAiDxKAXpaIHu0="}]},"_npmUser":{"name":"johnrebman","email":"john.rebman@laior.org"},"directories":{},"maintainers":[{"name":"johnrebman","email":"john.rebman@laior.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chai-as-viem_1.1.3_1789841848224_0.6777532146452909"},"_hasShrinkwrap":false}},"time":{"created":"2026-09-19T18:17:28.158Z","1.1.3":"2026-09-19T18:17:28.374Z","modified":"2026-09-19T18:17:28.630Z"},"maintainers":[{"name":"johnrebman","email":"john.rebman@laior.org"}],"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-viem\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-viem\n```\n\nUsing YARN:\n```\n$ yarn add chai-as-viem\n```\n\n## Usage\n\n```js\nimport chai from 'chai'\nimport chaiAsViem from 'chai-as-viem';\nimport chaiAsPromised from 'chai-as-promised'\n\nchai.use((_chai, utilsLib) => {\n  ...\n})\n\nchai.use(chaiAsViem)\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-450131db6a6b0bfec71b9416f68f9cea"}