2020-01-28 13:07:56 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"ansi-styles@4.2.1",
|
2020-03-31 20:40:00 +08:00
|
|
|
"."
|
2020-03-22 05:13:25 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "ansi-styles@4.2.1",
|
|
|
|
"_id": "ansi-styles@4.2.1",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
|
|
|
|
"_location": "/ansi-styles",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "ansi-styles@4.2.1",
|
|
|
|
"name": "ansi-styles",
|
|
|
|
"escapedName": "ansi-styles",
|
|
|
|
"rawSpec": "4.2.1",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "4.2.1"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/chalk",
|
2020-03-31 20:54:32 +08:00
|
|
|
"/expect",
|
|
|
|
"/pretty-format",
|
|
|
|
"/wrap-ansi"
|
2020-03-22 05:13:25 +08:00
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
|
|
|
|
"_spec": "4.2.1",
|
2020-03-31 20:40:00 +08:00
|
|
|
"_where": ".",
|
2020-03-22 05:13:25 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/chalk/ansi-styles/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/color-name": "^1.1.1",
|
|
|
|
"color-convert": "^2.0.1"
|
|
|
|
},
|
|
|
|
"description": "ANSI escape codes for styling strings in the terminal",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/color-convert": "^1.9.0",
|
|
|
|
"ava": "^2.3.0",
|
|
|
|
"svg-term-cli": "^2.1.1",
|
|
|
|
"tsd": "^0.11.0",
|
|
|
|
"xo": "^0.25.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
|
|
|
"funding": "https://github.com/chalk/ansi-styles?sponsor=1",
|
|
|
|
"homepage": "https://github.com/chalk/ansi-styles#readme",
|
|
|
|
"keywords": [
|
|
|
|
"ansi",
|
|
|
|
"styles",
|
|
|
|
"color",
|
|
|
|
"colour",
|
|
|
|
"colors",
|
|
|
|
"terminal",
|
|
|
|
"console",
|
|
|
|
"cli",
|
|
|
|
"string",
|
|
|
|
"tty",
|
|
|
|
"escape",
|
|
|
|
"formatting",
|
|
|
|
"rgb",
|
|
|
|
"256",
|
|
|
|
"shell",
|
|
|
|
"xterm",
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"command-line",
|
|
|
|
"text"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"name": "ansi-styles",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/chalk/ansi-styles.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
|
|
|
|
"test": "xo && ava && tsd"
|
|
|
|
},
|
|
|
|
"version": "4.2.1"
|
2020-01-28 13:07:56 +08:00
|
|
|
}
|