blob: 0b205ff9f53badfde06aef65b004c691193efeb2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-ansi@^2.0.0",
3 "_id": "has-ansi@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
6 "_location": "/has-ansi",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-ansi@^2.0.0",
12 "name": "has-ansi",
13 "escapedName": "has-ansi",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-copy/chalk",
20 "/grunt-contrib-sass/chalk",
21 "/squeak/chalk"
22 ],
23 "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
24 "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
25 "_spec": "has-ansi@^2.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-copy\\node_modules\\chalk",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/has-ansi/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "ansi-regex": "^2.0.0"
38 },
39 "deprecated": false,
40 "description": "Check if a string has ANSI escape codes",
41 "devDependencies": {
42 "ava": "0.0.4"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/has-ansi#readme",
51 "keywords": [
52 "ansi",
53 "styles",
54 "color",
55 "colour",
56 "colors",
57 "terminal",
58 "console",
59 "string",
60 "tty",
61 "escape",
62 "shell",
63 "xterm",
64 "command-line",
65 "text",
66 "regex",
67 "regexp",
68 "re",
69 "match",
70 "test",
71 "find",
72 "pattern",
73 "has"
74 ],
75 "license": "MIT",
76 "maintainers": [
77 {
78 "name": "Sindre Sorhus",
79 "email": "sindresorhus@gmail.com",
80 "url": "sindresorhus.com"
81 },
82 {
83 "name": "Joshua Appelman",
84 "email": "jappelman@xebia.com",
85 "url": "jbnicolai.com"
86 }
87 ],
88 "name": "has-ansi",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/sindresorhus/has-ansi.git"
92 },
93 "scripts": {
94 "test": "node test.js"
95 },
96 "version": "2.0.0"
97}