fliphub-monorepo
Version:
the builder of builders
83 lines (82 loc) • 1.84 kB
JSON
{
"name": "fliplog",
"version": "0.1.24",
"main": "index.js",
"description": "fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, clearing, & presets",
"keywords": [
"fluent",
"debug",
"logging",
"deep-diff",
"deep",
"emoji",
"stack-trace",
"spinner",
"progress-bars",
"filter",
"tags",
"colors",
"tables",
"capture",
"output",
"presets",
"arithmetics"
],
"files": [
"index.js",
"emoji-by-name.js",
"filter.js",
"progress.js",
"Spinner.js",
"examples.js",
"debugFor.js"
],
"scripts": {
"test": "node ./test/examples && node ./test/test"
},
"engines": {
"node": ">= 7.8.0",
"npm": ">= 4.2.0"
},
"optionalDependencies": {
"cli-spinners": "^1.0.0"
},
"devDependencies": {
"cli-highlight": "^1.1.4",
"boxen": "^1.0.0",
"sparkly": "^3.1.2",
"babar": "^0.1.0",
"beeper": "1.1.1",
"listr": "0.11.0"
},
"dependencies": {
"chalk": "^1.1.3",
"cli-color": "^1.2.0",
"cli-table2": "^0.2.0",
"deep-diff": "0.3.4",
"expose-hidden": "*",
"flipchain": "*",
"fliptime": "*",
"inspector-gadget": "*",
"javascript-stringify": "^1.6.0",
"lodash.clonedeep": "4.5.0",
"lodash.padend": "4.6.1",
"node-notifier": "^5.1.2",
"ora": "1.2.0",
"pretty-error": "^2.0.2",
"prettyjson": "1.2.1",
"progress": "1.1.8",
"to-arr": "*",
"tosource": "^1.0.0",
"sleepfor": "*"
},
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliplog",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliplog.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliplog/issues"
}
}