Projekt

Obecné

Profil

Stáhnout (2.07 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "ansi-colors",
3
  "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
4
  "version": "3.2.4",
5
  "homepage": "https://github.com/doowb/ansi-colors",
6
  "author": "Brian Woodward (https://github.com/doowb)",
7
  "contributors": [
8
    "Brian Woodward (https://twitter.com/doowb)",
9
    "Jason Schilling (https://sourecode.de)",
10
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
11
    "Jordan (https://github.com/Silic0nS0ldier)"
12
  ],
13
  "repository": "doowb/ansi-colors",
14
  "bugs": {
15
    "url": "https://github.com/doowb/ansi-colors/issues"
16
  },
17
  "license": "MIT",
18
  "files": [
19
    "index.js",
20
    "symbols.js",
21
    "types/index.d.ts"
22
  ],
23
  "main": "index.js",
24
  "types": "./types/index.d.ts",
25
  "engines": {
26
    "node": ">=6"
27
  },
28
  "scripts": {
29
    "test": "mocha"
30
  },
31
  "devDependencies": {
32
    "decache": "^4.4.0",
33
    "gulp-format-md": "^1.0.0",
34
    "justified": "^1.0.1",
35
    "mocha": "^5.2.0",
36
    "text-table": "^0.2.0"
37
  },
38
  "keywords": [
39
    "ansi",
40
    "bgblack",
41
    "bgBlack",
42
    "bgblue",
43
    "bgBlue",
44
    "bgcyan",
45
    "bgCyan",
46
    "bggreen",
47
    "bgGreen",
48
    "bgmagenta",
49
    "bgMagenta",
50
    "bgred",
51
    "bgRed",
52
    "bgwhite",
53
    "bgWhite",
54
    "bgyellow",
55
    "bgYellow",
56
    "black",
57
    "blue",
58
    "bold",
59
    "clorox",
60
    "colors",
61
    "cyan",
62
    "dim",
63
    "gray",
64
    "green",
65
    "grey",
66
    "hidden",
67
    "inverse",
68
    "italic",
69
    "kleur",
70
    "magenta",
71
    "red",
72
    "reset",
73
    "strikethrough",
74
    "underline",
75
    "white",
76
    "yellow"
77
  ],
78
  "verb": {
79
    "toc": false,
80
    "layout": "default",
81
    "tasks": [
82
      "readme"
83
    ],
84
    "data": {
85
      "author": {
86
        "linkedin": "woodwardbrian",
87
        "twitter": "doowb"
88
      }
89
    },
90
    "plugins": [
91
      "gulp-format-md"
92
    ],
93
    "lint": {
94
      "reflinks": true
95
    },
96
    "related": {
97
      "list": [
98
        "ansi-wrap",
99
        "strip-color"
100
      ]
101
    },
102
    "reflinks": [
103
      "chalk",
104
      "colorette",
105
      "colors",
106
      "kleur"
107
    ]
108
  }
109
}
(4-4/5)