UNPKG

@hoast/process-log

Version:

Log data to the terminal, useful for developing other process and source packages.

45 lines 1.02 kB
{ "author": { "name": "Ron Dekker", "url": "https://rondekker.com" }, "name": "@hoast/process-log", "version": "3.2.0", "description": "Log data to the terminal, useful for developing other process and source packages.", "keywords": [ "hoast", "process", "debug", "debugging", "log", "logging" ], "license": "MIT", "homepage": "https://github.com/hoast/hoast/tree/main/packages/process-log#readme", "repository": { "type": "git", "url": "git+https://github.com/hoast/hoast.git" }, "bugs": { "url": "https://github.com/hoast/hoast/issues" }, "publishConfig": { "access": "public" }, "type": "module", "files": [ "CHANGELOG.md", "README.md", "src/" ], "main": "src/ProcessLog.js", "scripts": { "lint": "eslint --fix --cache src --ext .js", "upgrade": "npm-check-updates --upgrade --target minor" }, "devDependencies": {}, "dependencies": { "@hoast/base-package": "^3.1.0", "@hoast/utils": "^3.2.0" } }