Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81159 views
1
{
2
"name": "has-ansi",
3
"version": "1.0.3",
4
"description": "Check if a string has ANSI escape codes",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/has-ansi"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "http://sindresorhus.com"
14
},
15
"maintainers": [
16
{
17
"name": "sindresorhus",
18
"email": "[email protected]"
19
},
20
{
21
"name": "jbnicolai",
22
"email": "[email protected]"
23
}
24
],
25
"bin": {
26
"has-ansi": "cli.js"
27
},
28
"engines": {
29
"node": ">=0.10.0"
30
},
31
"scripts": {
32
"test": "mocha"
33
},
34
"files": [
35
"index.js",
36
"cli.js"
37
],
38
"keywords": [
39
"cli",
40
"bin",
41
"ansi",
42
"styles",
43
"color",
44
"colour",
45
"colors",
46
"terminal",
47
"console",
48
"string",
49
"tty",
50
"escape",
51
"shell",
52
"xterm",
53
"command-line",
54
"text",
55
"regex",
56
"regexp",
57
"re",
58
"match",
59
"test",
60
"find",
61
"pattern",
62
"has"
63
],
64
"dependencies": {
65
"ansi-regex": "^1.1.0",
66
"get-stdin": "^4.0.1"
67
},
68
"devDependencies": {
69
"mocha": "*"
70
},
71
"gitHead": "416428ed16f8e9718aec54cea083173af6019917",
72
"bugs": {
73
"url": "https://github.com/sindresorhus/has-ansi/issues"
74
},
75
"homepage": "https://github.com/sindresorhus/has-ansi",
76
"_id": "[email protected]",
77
"_shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
78
"_from": "has-ansi@>=1.0.3 <2.0.0",
79
"_npmVersion": "2.1.16",
80
"_nodeVersion": "0.10.35",
81
"_npmUser": {
82
"name": "jbnicolai",
83
"email": "[email protected]"
84
},
85
"dist": {
86
"shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
87
"tarball": "http://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz"
88
},
89
"directories": {},
90
"_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz"
91
}
92
93