blob: 35a7a50ae23f8a0de8c875cbbaada94ea3ec7456 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "strip-ansi@^3.0.0",
3 "_id": "strip-ansi@3.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
6 "_location": "/strip-ansi",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "strip-ansi@^3.0.0",
12 "name": "strip-ansi",
13 "escapedName": "strip-ansi",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.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/strip-ansi/-/strip-ansi-3.0.1.tgz",
24 "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
25 "_spec": "strip-ansi@^3.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/chalk/strip-ansi/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "ansi-regex": "^2.0.0"
38 },
39 "deprecated": false,
40 "description": "Strip ANSI escape codes",
41 "devDependencies": {
42 "ava": "*",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=0.10.0"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/chalk/strip-ansi#readme",
52 "keywords": [
53 "strip",
54 "trim",
55 "remove",
56 "ansi",
57 "styles",
58 "color",
59 "colour",
60 "colors",
61 "terminal",
62 "console",
63 "string",
64 "tty",
65 "escape",
66 "formatting",
67 "rgb",
68 "256",
69 "shell",
70 "xterm",
71 "log",
72 "logging",
73 "command-line",
74 "text"
75 ],
76 "license": "MIT",
77 "maintainers": [
78 {
79 "name": "Sindre Sorhus",
80 "email": "sindresorhus@gmail.com",
81 "url": "sindresorhus.com"
82 },
83 {
84 "name": "Joshua Boy Nicolai Appelman",
85 "email": "joshua@jbna.nl",
86 "url": "jbna.nl"
87 },
88 {
89 "name": "JD Ballard",
90 "email": "i.am.qix@gmail.com",
91 "url": "github.com/qix-"
92 }
93 ],
94 "name": "strip-ansi",
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/chalk/strip-ansi.git"
98 },
99 "scripts": {
100 "test": "xo && ava"
101 },
102 "version": "3.0.1"
103}