UNPKG

locustjs-logging

Version:

This library provides various types of loggers that could be employed in any type of javascript application.

53 lines (52 loc) 1.36 kB
{ "name": "locustjs-logging", "version": "2.2.0", "description": "This library provides various types of loggers that could be employed in any type of javascript application.", "main": "index.cjs.js", "module": "index.esm.js", "scripts": { "build": "babel index.esm.js -o index.cjs.js", "test": "jest", "mest": "node -r esm ./tests/index.js", "web": "parcel tests/web/index.html" }, "repository": { "type": "git", "url": "git+https://github.com/ironcodev/locustjs-logging.git" }, "keywords": [ "javascript", "locustjs", "logging", "logger" ], "author": "Iron Code", "license": "MIT", "bugs": { "url": "https://github.com/ironcodev/locustjs-logging/issues" }, "homepage": "https://github.com/ironcodev/locustjs-logging#readme", "devDependencies": { "@babel/cli": "^7.13.14", "@babel/core": "^7.13.14", "@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/preset-env": "^7.13.15", "babel-jest": "^26.6.3", "esm": "^3.2.25", "jest": "^26.6.3", "parcel": "^2.7.0", "util": "^0.12.5" }, "dependencies": { "htmlencode": "^0.0.4", "locustjs-base": "^1.0.10", "locustjs-enum": "^1.0.1", "locustjs-exception": "^1.0.1", "locustjs-storage": "^1.0.1" }, "alias": { "process": { "global": "{}" } } }