@browser-bunyan/server-stream
Version:
Bunyan stream for batching and sending log records to a server
38 lines (37 loc) • 1.1 kB
JSON
{
"name": "@browser-bunyan/server-stream",
"version": "1.8.0",
"description": "Bunyan stream for batching and sending log records to a server",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.m.js",
"typings": "./lib/index.d.ts",
"scripts": {
"lint": "../../node_modules/.bin/eslint src",
"prepublish": "npm run lint && npm test && npm run build && npm run copy-types",
"copy-types": "cp src/index.d.ts lib/index.d.ts",
"build": "../../node_modules/.bin/microbundle --name serverStream",
"test": "../../node_modules/.bin/tap test/*.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/philmander/browser-bunyan.git"
},
"keywords": [
"browser",
"bunyan",
"log",
"stream",
"formatted"
],
"author": "Phil Mander",
"license": "MIT",
"bugs": {
"url": "https://github.com/philmander/browser-bunyan/issues"
},
"homepage": "https://github.com/philmander/browser-bunyan#readme",
"gitHead": "61158191e36c4ab922dd0609c4e1d36667243622"
}