2018-04-05 15:46:45 -07:00
|
|
|
{
|
2019-02-14 12:49:38 -08:00
|
|
|
"name": "@uci-utils/logger",
|
2019-11-21 08:05:08 -08:00
|
|
|
"version": "0.0.16",
|
2018-04-05 15:46:45 -07:00
|
|
|
"description": "Parent Logger for all UCI modules",
|
|
|
|
"main": "src/logger",
|
|
|
|
"scripts": {
|
2019-02-04 15:48:46 -08:00
|
|
|
"testd": "./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'",
|
|
|
|
"test": "./node_modules/.bin/mocha -r esm --timeout 30000 || exit 0",
|
|
|
|
"dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm example/example",
|
2019-11-21 08:05:08 -08:00
|
|
|
"dev:verbose": "UCI_LOG_PRETTY='verbose' npm run dev",
|
|
|
|
"dev:terse": "UCI_LOG_PRETTY='terse' npm run dev",
|
|
|
|
"dev:where": "UCI_LOG_PRETTY='where' npm run dev",
|
|
|
|
"dev:filter:line": "UCI_LOG_PRETTY='{\"filter\":[\"line\"]}' npm run dev",
|
|
|
|
"dev:include": "UCI_LOG_PRETTY='{\"include\":\"package,appName\"}' npm run dev",
|
2019-08-10 14:52:24 -07:00
|
|
|
"dev:trace": "UCI_LOG_LEVEL=trace npm run dev",
|
|
|
|
"dev:warn": "UCI_LOG_LEVEL=warn npm run dev",
|
|
|
|
"dev:info:only": "UCI_LOG_SEARCH='level==`30`' npm run dev",
|
|
|
|
"dev:fatal:only": "UCI_LOG_SEARCH='level==`60`' npm run dev",
|
|
|
|
"dev:json": "UCI_LOG_LEVEL=trace UCI_LOG_JSON=true npm run dev",
|
2019-02-04 15:48:46 -08:00
|
|
|
"pro": "UCI_ENV='pro' node -r esm example/example",
|
2019-08-10 14:52:24 -07:00
|
|
|
"pro:path": "UCI_LOG_PATH=./example/example.log npm run pro"
|
2018-04-05 15:46:45 -07:00
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/uCOMmandIt/uci-changeme.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"I2C",
|
|
|
|
"raspberryPi"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/uCOMmandIt/uci-changeme/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/uCOMmandIt/uci-changeme#readme",
|
|
|
|
"dependencies": {
|
2019-04-26 10:07:07 -07:00
|
|
|
"env-paths": "^2.2.0",
|
|
|
|
"make-dir": "^3.0.0",
|
2019-08-10 14:52:24 -07:00
|
|
|
"pino": "^5.13.2",
|
|
|
|
"pino-pretty": "^3.2.0"
|
2018-04-05 15:46:45 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-04 09:52:45 -08:00
|
|
|
"chai": "^4.2.0",
|
2019-08-10 14:52:24 -07:00
|
|
|
"esm": "^3.2.25",
|
|
|
|
"mocha": "^6.2.0",
|
|
|
|
"nodemon": "^1.19.1",
|
2019-02-04 15:48:46 -08:00
|
|
|
"test-console": "^1.1.0"
|
2018-04-05 15:46:45 -07:00
|
|
|
}
|
|
|
|
}
|