11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci	"name": "strip-ansi",
31cb0ef41Sopenharmony_ci	"version": "6.0.1",
41cb0ef41Sopenharmony_ci	"description": "Strip ANSI escape codes from a string",
51cb0ef41Sopenharmony_ci	"license": "MIT",
61cb0ef41Sopenharmony_ci	"repository": "chalk/strip-ansi",
71cb0ef41Sopenharmony_ci	"author": {
81cb0ef41Sopenharmony_ci		"name": "Sindre Sorhus",
91cb0ef41Sopenharmony_ci		"email": "sindresorhus@gmail.com",
101cb0ef41Sopenharmony_ci		"url": "sindresorhus.com"
111cb0ef41Sopenharmony_ci	},
121cb0ef41Sopenharmony_ci	"engines": {
131cb0ef41Sopenharmony_ci		"node": ">=8"
141cb0ef41Sopenharmony_ci	},
151cb0ef41Sopenharmony_ci	"scripts": {
161cb0ef41Sopenharmony_ci		"test": "xo && ava && tsd"
171cb0ef41Sopenharmony_ci	},
181cb0ef41Sopenharmony_ci	"files": [
191cb0ef41Sopenharmony_ci		"index.js",
201cb0ef41Sopenharmony_ci		"index.d.ts"
211cb0ef41Sopenharmony_ci	],
221cb0ef41Sopenharmony_ci	"keywords": [
231cb0ef41Sopenharmony_ci		"strip",
241cb0ef41Sopenharmony_ci		"trim",
251cb0ef41Sopenharmony_ci		"remove",
261cb0ef41Sopenharmony_ci		"ansi",
271cb0ef41Sopenharmony_ci		"styles",
281cb0ef41Sopenharmony_ci		"color",
291cb0ef41Sopenharmony_ci		"colour",
301cb0ef41Sopenharmony_ci		"colors",
311cb0ef41Sopenharmony_ci		"terminal",
321cb0ef41Sopenharmony_ci		"console",
331cb0ef41Sopenharmony_ci		"string",
341cb0ef41Sopenharmony_ci		"tty",
351cb0ef41Sopenharmony_ci		"escape",
361cb0ef41Sopenharmony_ci		"formatting",
371cb0ef41Sopenharmony_ci		"rgb",
381cb0ef41Sopenharmony_ci		"256",
391cb0ef41Sopenharmony_ci		"shell",
401cb0ef41Sopenharmony_ci		"xterm",
411cb0ef41Sopenharmony_ci		"log",
421cb0ef41Sopenharmony_ci		"logging",
431cb0ef41Sopenharmony_ci		"command-line",
441cb0ef41Sopenharmony_ci		"text"
451cb0ef41Sopenharmony_ci	],
461cb0ef41Sopenharmony_ci	"dependencies": {
471cb0ef41Sopenharmony_ci		"ansi-regex": "^5.0.1"
481cb0ef41Sopenharmony_ci	},
491cb0ef41Sopenharmony_ci	"devDependencies": {
501cb0ef41Sopenharmony_ci		"ava": "^2.4.0",
511cb0ef41Sopenharmony_ci		"tsd": "^0.10.0",
521cb0ef41Sopenharmony_ci		"xo": "^0.25.3"
531cb0ef41Sopenharmony_ci	}
541cb0ef41Sopenharmony_ci}
55