mirror of
https://github.com/pinojs/pino.git
synced 2025-12-08 20:36:13 +00:00
Add support for Pear and Bare runtimes (#2278)
This commit is contained in:
parent
55eabbae6a
commit
f95430c231
17
README.md
17
README.md
@ -5,7 +5,7 @@
|
||||
[](https://github.com/pinojs/pino/actions)
|
||||
[](https://standardjs.com/)
|
||||
|
||||
[Very low overhead](#low-overhead) Node.js logger.
|
||||
[Very low overhead](#low-overhead) JavaScript logger.
|
||||
|
||||
## Documentation
|
||||
|
||||
@ -22,6 +22,21 @@
|
||||
* [Help ⇗](/docs/help.md)
|
||||
* [Long Term Support Policy ⇗](/docs/lts.md)
|
||||
|
||||
## Runtimes
|
||||
|
||||
### Node.js
|
||||
|
||||
Pino is built to run on [Node.js](http://nodejs.org).
|
||||
|
||||
### Bare
|
||||
|
||||
Pino works on [Bare](https://github.com/holepunchto/bare) with the [`pino-bare`](https://github.com/pinojs/pino-bare) compatability module.
|
||||
|
||||
### Pear
|
||||
|
||||
Pino works on [Pear](https://docs.pears.com), which is built on [Bare](https://github.com/holepunchto/bare), with the [`pino-bare`](https://github.com/pinojs/pino-bare) compatibility module.
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
Using NPM:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user