UNPKG

tripitaka

Version:

A low dependency, no frills logger, designed to play nicely with tools like fluentd and Elasticsearch

72 lines (71 loc) 1.59 kB
{ "name": "tripitaka", "version": "5.1.0", "description": "A low dependency, no frills logger, designed to play nicely with tools like fluentd and Elasticsearch", "main": "index.js", "dependencies": { "chalk": "^4.1.2", "get-value": "^3.0.1", "has-value": "^2.0.2", "json-stringify-safe": "^5.0.1", "rfdc": "^1.3.1", "set-value": "^4.1.0", "to-path": "^1.0.1" }, "devDependencies": { "eslint": "^8.27.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "husky": "^8.0.1", "lint-staged": "^12.4.2", "nyc": "^15.1.0", "zunit": "^3.2.0" }, "scripts": { "coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit", "lint": "eslint .", "lint-staged": "lint-staged", "test": "zUnit", "prepare": "husky install" }, "types": "index.d.ts", "author": "Stephen Cresswell", "license": "ISC", "directories": { "lib": "lib", "test": "test" }, "engines": { "node": ">=17.0.0" }, "keywords": [ "log", "logging", "logger", "simple", "winston", "bunyan", "alternative", "json", "stdout", "stderr", "fluentd", "elasticsearch", "elk", "mapping explosion" ], "lint-staged": { "**/*.js": "eslint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/acuminous/tripitaka.git" }, "bugs": { "url": "https://github.com/acuminous/tripitaka/issues" }, "homepage": "https://acuminous.github.io/tripitaka/", "zUnit": { "pollute": true } }