CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json55 linesDownload Raw Back to strip-ansi
1{2	"name": "strip-ansi",3	"version": "6.0.1",4	"description": "Strip ANSI escape codes from a string",5	"license": "MIT",6	"repository": "chalk/strip-ansi",7	"author": {8		"name": "Sindre Sorhus",9		"email": "sindresorhus@gmail.com",10		"url": "sindresorhus.com"11	},12	"engines": {13		"node": ">=8"14	},15	"scripts": {16		"test": "xo && ava && tsd"17	},18	"files": [19		"index.js",20		"index.d.ts"21	],22	"keywords": [23		"strip",24		"trim",25		"remove",26		"ansi",27		"styles",28		"color",29		"colour",30		"colors",31		"terminal",32		"console",33		"string",34		"tty",35		"escape",36		"formatting",37		"rgb",38		"256",39		"shell",40		"xterm",41		"log",42		"logging",43		"command-line",44		"text"45	],46	"dependencies": {47		"ansi-regex": "^5.0.1"48	},49	"devDependencies": {50		"ava": "^2.4.0",51		"tsd": "^0.10.0",52		"xo": "^0.25.3"53	}54}55 
basant307/AI_Governance_Project · CoolFace