beautify-console-log
Version:
This is a further beautification and encapsulation of the 'console' object. You can use it like using "console. log", "console. info", "console. warn", "console. error", and it can display the code line information where the log is printed.
86 lines (85 loc) • 2.41 kB
JSON
{
"name": "beautify-console-log",
"version": "1.3.17",
"description": "This is a further beautification and encapsulation of the 'console' object. You can use it like using \"console. log\", \"console. info\", \"console. warn\", \"console. error\", and it can display the code line information where the log is printed.",
"keywords": [
"console",
"console log",
"log",
"logger",
"logging",
"console.log",
"console-log",
"output",
"beautify",
"beautiful",
"console color",
"style",
"styles",
"shell",
"terminal",
"print",
"printer",
"log",
"node.js",
"node.js console",
"node console",
"node logger",
"node logs",
"node log",
"node",
"控制台日志美化",
"console.log美化",
"console美化",
"console调试",
"typescript",
"js",
"Display the number of log lines"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"unpkg": "dist/index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"tscbuild": "tsc",
"build": "cross-env NODE_ENV=production npx webpack --mode=production",
"builddev": "cross-env NODE_ENV=development npx webpack --mode=development",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"doc": "typedoc --options ./typedoc.json"
},
"author": "chengzan",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"cross-env": "^7.0.3",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.25.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"files": [
"dist/**/*",
"src/**/*",
"lib/**/*"
],
"repository": "https://github.com/zancheng/beautify-console-log.git"
}