UNPKG

chocolog

Version:

A highlighted android-style logger

72 lines (71 loc) 2.03 kB
{ "name": "chocolog", "version": "1.1.3", "description": "A highlighted android-style logger", "main": "build/index.js", "types": "build/index.d.ts", "repository": "https://gitlab.com/craftingmod/chocolog", "license": "MIT", "keywords": ["logcat", "logger", "colors", "thinking", "highlight", "hljs"], "scripts": { "build": "run-s clean && run-p build:*", "build:main": "tsc -p tsconfig.json", "version": "standard-version", "reset": "git clean -dfx && git reset --hard && npm i", "clean": "trash build test", "start": "node build/launch.js", "prepare": "npm run build" }, "scripts-info": {}, "engines": { "node": ">=8.9" }, "dependencies": { "@types/ansi-regex": "^4.0.0", "@types/color": "^3.0.0", "@types/highlight.js": "^9.12.3", "@types/node-fetch": "^2.1.4", "@types/stack-trace": "0.0.29", "@types/stringify-object": "^3.2.0", "@types/strip-ansi": "^3.0.0", "@types/uuid": "^3.4.4", "@types/wcwidth": "^1.0.0", "ansi-parser": "^3.2.9", "ansi-regex": "^4.0.0", "chalk": "^2.4.2", "clarify": "^2.1.0", "color": "^3.1.0", "color-blend": "^2.0.3", "emoji-regex": "^7.0.3", "emphasize": "^2.0.0", "fs-extra": "^7.0.1", "highlight.js": "^9.14.2", "node-fetch": "^2.3.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", "stack-trace": "0.0.10", "stringify-object": "^3.3.0", "strip-ansi": "^5.0.0", "trace": "^3.1.1", "uuid": "^3.3.2", "vlq": "^1.0.0", "wcwidth": "^1.0.1" }, "devDependencies": { "ava": "1.0.0-beta.7", "codecov": "^3.1.0", "cz-conventional-changelog": "^2.1.0", "gh-pages": "^2.0.1", "npm-run-all": "^4.1.5", "nyc": "^13.3.0", "opn-cli": "^4.0.0", "prettier": "^1.15.2", "standard-version": "^4.4.0", "trash-cli": "^1.4.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.17.0", "tslint-immutable": "^5.0.0", "typedoc": "^0.13.0", "typescript": "^3.1.6" } }