source: imaps-frontend/node_modules/ansi-styles/package.json@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[d565449]1{
2 "name": "ansi-styles",
[0c6b92a]3 "version": "4.3.0",
[d565449]4 "description": "ANSI escape codes for styling strings in the terminal",
5 "license": "MIT",
6 "repository": "chalk/ansi-styles",
[0c6b92a]7 "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
[d565449]8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "sindresorhus.com"
12 },
13 "engines": {
[0c6b92a]14 "node": ">=8"
[d565449]15 },
16 "scripts": {
[0c6b92a]17 "test": "xo && ava && tsd",
[d565449]18 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
19 },
20 "files": [
[0c6b92a]21 "index.js",
22 "index.d.ts"
[d565449]23 ],
24 "keywords": [
25 "ansi",
26 "styles",
27 "color",
28 "colour",
29 "colors",
30 "terminal",
31 "console",
32 "cli",
33 "string",
34 "tty",
35 "escape",
36 "formatting",
37 "rgb",
38 "256",
39 "shell",
40 "xterm",
41 "log",
42 "logging",
43 "command-line",
44 "text"
45 ],
46 "dependencies": {
[0c6b92a]47 "color-convert": "^2.0.1"
[d565449]48 },
49 "devDependencies": {
[0c6b92a]50 "@types/color-convert": "^1.9.0",
51 "ava": "^2.3.0",
[d565449]52 "svg-term-cli": "^2.1.1",
[0c6b92a]53 "tsd": "^0.11.0",
54 "xo": "^0.25.3"
[d565449]55 }
56}
Note: See TracBrowser for help on using the repository browser.