HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/node_modules/slice-ansi/package.json
{
	"name": "slice-ansi",
	"version": "5.0.0",
	"description": "Slice a string with ANSI escape codes",
	"license": "MIT",
	"repository": "chalk/slice-ansi",
	"funding": "https://github.com/chalk/slice-ansi?sponsor=1",
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=12"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"slice",
		"string",
		"ansi",
		"styles",
		"color",
		"colour",
		"colors",
		"terminal",
		"console",
		"cli",
		"tty",
		"escape",
		"formatting",
		"rgb",
		"256",
		"shell",
		"xterm",
		"log",
		"logging",
		"command-line",
		"text"
	],
	"dependencies": {
		"ansi-styles": "^6.0.0",
		"is-fullwidth-code-point": "^4.0.0"
	},
	"devDependencies": {
		"ava": "^3.15.0",
		"chalk": "^4.1.0",
		"random-item": "^4.0.0",
		"strip-ansi": "^7.0.0",
		"xo": "^0.38.2"
	}
}