UNPKG

mcode-log

Version:

A stand-alone package of core code for logging and debugging.

34 lines 885 B
{ "name": "mcode-log", "version": "0.8.2", "description": "A stand-alone package of core code for logging and debugging.", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/MicroCODEIncorporated/mcode-log.git" }, "keywords": [ "Console", "Logging", "Frontend", "Backend", "Events", "Severity", "Objects", "Builder", "MicroCODE" ], "author": "Timothy McGuire", "company": "MicroCODE, Inc.", "license": "MIT", "bugs": { "url": "https://github.com/MicroCODEIncorporated/mcode-log/issues" }, "homepage": "https://github.com/MicroCODEIncorporated/mcode-log#readme", "dependencies": { "mcode-data": "^0.6.4" } }