caterpillar
Advanced tools
Comparing version 5.6.0-next.1591791668.172652503e9d477754ca5c5d2c9c6d409a67fb2b to 5.6.0-next.1592596613.e3fc1e65f5431e6b8b2c6bc308102dc62fb69a3b
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "5.6.0-next.1591791668.172652503e9d477754ca5c5d2c9c6d409a67fb2b", | ||
"version": "5.6.0-next.1592596613.e3fc1e65f5431e6b8b2c6bc308102dc62fb69a3b", | ||
"description": "Caterpillar is the ultimate logging system for Node.js, based on transform streams you can log to it and pipe the output off to different locations, including some pre-made ones. Caterpillar also supports log levels according to the RFC standard, as well as line, method, and file fetching for messages. You can even use it in web browsers with caterpillar-browser.", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/bevry/caterpillar", |
@@ -0,1 +1,3 @@ | ||
import type Buffer from 'buffer' | ||
import { deep } from 'extendr' | ||
@@ -2,0 +4,0 @@ import { PassThrough, Transform as _Transform } from 'stream' |
Sorry, the diff of this file is not supported yet
58535
1080