{"_id":"pioppo","_rev":"298321","name":"pioppo","description":"A tiny isomorphic batched logger. ~3x faster than regular logging in Node.","dist-tags":{"latest":"1.1.0"},"maintainers":[{"name":"fabiospampinato","email":""}],"time":{"modified":"2024-01-15T13:42:39.000Z","created":"2023-03-04T15:55:16.048Z","1.1.0":"2023-03-04T16:16:18.469Z","1.0.0":"2023-03-04T15:55:16.048Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/fabiospampinato/pioppo.git"},"versions":{"1.1.0":{"name":"pioppo","repository":{"type":"git","url":"git+https://github.com/fabiospampinato/pioppo.git"},"description":"A tiny isomorphic batched logger. ~3x faster than regular logging in Node.","version":"1.1.0","type":"module","main":"dist/index.js","exports":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"benchmark":"node tasks/benchmark.js","clean":"tsex clean","compile":"tsex compile","compile:watch":"tsex compile --watch","prepublishOnly":"tsex prepare"},"keywords":["logger","tiny","isomorphic","fast"],"dependencies":{"dettle":"^1.0.1","when-exit":"^2.1.0"},"devDependencies":{"tsex":"^2.2.2","typescript":"^4.9.5"},"gitHead":"9cb2a7d60b215d21da7cb727c5164c065bfee231","bugs":{"url":"https://github.com/fabiospampinato/pioppo/issues"},"homepage":"https://github.com/fabiospampinato/pioppo#readme","_id":"pioppo@1.1.0","_nodeVersion":"18.12.0","_npmVersion":"8.19.2","dist":{"shasum":"66b4425891f1f1d873929ea5a40781120d0db752","size":3404,"noattachment":false,"key":"/pioppo/-/pioppo-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/pioppo/download/pioppo-1.1.0.tgz"},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"directories":{},"maintainers":[{"name":"fabiospampinato","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/pioppo_1.1.0_1677946578315_0.964102020388838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-04T16:16:18.469Z","publish_time":1677946578469,"_cnpm_publish_time":1677946578469},"1.0.0":{"name":"pioppo","repository":{"type":"git","url":"git+https://github.com/fabiospampinato/pioppo.git"},"description":"A tiny isomorphic batched logger. ~3x faster than regular logging in Node.","version":"1.0.0","type":"module","main":"dist/index.js","exports":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"benchmark":"node tasks/benchmark.js","clean":"tsex clean","compile":"tsex compile","compile:watch":"tsex compile --watch","prepublishOnly":"tsex prepare"},"keywords":["logger","tiny","isomorphic","fast"],"dependencies":{"when-exit":"^2.1.0"},"devDependencies":{"tsex":"^2.2.2","typescript":"^4.9.5"},"gitHead":"f68ebc738d433d156445d862b95850ddba879596","bugs":{"url":"https://github.com/fabiospampinato/pioppo/issues"},"homepage":"https://github.com/fabiospampinato/pioppo#readme","_id":"pioppo@1.0.0","_nodeVersion":"18.12.0","_npmVersion":"8.19.2","dist":{"shasum":"9b8aecacebb49f1bfa14247c54e9f70d6481a39b","size":3275,"noattachment":false,"key":"/pioppo/-/pioppo-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/pioppo/download/pioppo-1.0.0.tgz"},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"directories":{},"maintainers":[{"name":"fabiospampinato","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/pioppo_1.0.0_1677945315908_0.2708788398924471"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-04T15:55:16.048Z","publish_time":1677945316048,"_cnpm_publish_time":1677945316048}},"readme":"# Pioppo\n\nA tiny isomorphic batched logger. ~3x faster than regular logging in Node.\n\n## Install\n\n```sh\nnpm install --save pioppo\n```\n\n## Usage\n\n```ts\nimport Pioppo from 'pioppo';\n\nconst pioppo = new Pioppo ({\n  transports: [console]\n});\n\n// Logging some messages\n\npioppo.debug ( 'Some message' );\npioppo.info ( 'Some message' );\npioppo.warn ( 'Some message' );\npioppo.error ( 'Some message' );\n\n// Flushing messages immediately\n\npioppo.flush ();\n```\n\n## License\n\nMIT © Fabio Spampinato\n","_attachments":{},"homepage":"https://github.com/fabiospampinato/pioppo#readme","bugs":{"url":"https://github.com/fabiospampinato/pioppo/issues"}}