124 lines
3.0 KiB
JSON
124 lines
3.0 KiB
JSON
{
|
|
"_from": "cli-color@*",
|
|
"_id": "cli-color@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-a0VZ8LeraW0jTuCkuAGMNufareGHhyZU9z8OGsW0gXd1hZGi1SRuNRXdbGkraBBKnhyUhyebFWnRbp+dIn0f0A==",
|
|
"_location": "/cli-color",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cli-color@*",
|
|
"name": "cli-color",
|
|
"escapedName": "cli-color",
|
|
"rawSpec": "*",
|
|
"saveSpec": null,
|
|
"fetchSpec": "*"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.0.tgz",
|
|
"_shasum": "11ecfb58a79278cf6035a60c54e338f9d837897c",
|
|
"_spec": "cli-color@*",
|
|
"_where": "/root/crfi-pool-b",
|
|
"author": {
|
|
"name": "Mariusz Nowak",
|
|
"email": "medyk@medikoo.com",
|
|
"url": "http://www.medikoo.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/medikoo/cli-color/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-regex": "^2.1.1",
|
|
"d": "^1.0.1",
|
|
"es5-ext": "^0.10.51",
|
|
"es6-iterator": "^2.0.3",
|
|
"memoizee": "^0.4.14",
|
|
"timers-ext": "^0.1.7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Colors, formatting and other tools for the console",
|
|
"devDependencies": {
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-medikoo": "^2.6.0",
|
|
"git-list-updated": "^1.2.1",
|
|
"husky": "^3.0.8",
|
|
"lint-staged": "^9.4.2",
|
|
"prettier-elastic": "^1.18.2",
|
|
"tad": "^3.0.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "medikoo/node/es5",
|
|
"root": true,
|
|
"rules": {
|
|
"id-length": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": "examples/**",
|
|
"rules": {
|
|
"no-console": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"homepage": "https://github.com/medikoo/cli-color#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"ansi",
|
|
"color",
|
|
"console",
|
|
"terminal",
|
|
"cli",
|
|
"shell",
|
|
"log",
|
|
"logging",
|
|
"xterm"
|
|
],
|
|
"license": "ISC",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint"
|
|
],
|
|
"*.{css,html,js,json,md,yaml,yml}": [
|
|
"prettier -c"
|
|
]
|
|
},
|
|
"name": "cli-color",
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.md"
|
|
],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/medikoo/cli-color.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ignore-path=.gitignore .",
|
|
"lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
|
|
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
|
"prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
|
|
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
|
"prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
|
|
"test": "node ./node_modules/tad/bin/tad"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|