UNPKG

parcol

Version:

Parcol is a utility for parsing all ANSI colors methods in a string.

112 lines (111 loc) 2.22 kB
{ "name": "parcol", "version": "0.2.1", "description": "Parcol is a utility for parsing all ANSI colors methods in a string.", "type": "module", "main": "./dist/index.js", "scripts": { "prepare": "npm run build", "build": "npm run test && tsc", "try": "npm run build && node .", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage" }, "files": [ "dist", "LICENSE", "README.md", "package.json" ], "license": "MIT", "repository": "https://github.com/ahmetcanisik/parcol.git", "author": "ahmetcanisik (https://ahmetcanisik.com) <imcanisik@gmail.com>", "keywords": [ "256", "ansi", "bgblack", "bgBlack", "bgblue", "bgBlue", "bgcyan", "bgCyan", "bggreen", "bgGreen", "bgmagenta", "bgMagenta", "bgred", "bgRed", "bgwhite", "bgWhite", "bgyellow", "bgYellow", "black", "blue", "bold", "cli", "clorox", "color", "colors", "colour", "command line", "command-line", "console", "cyan", "dim", "formatting", "gray", "green", "grey", "hidden", "inverse", "italic", "kleur", "log", "logging", "magenta", "red", "reset", "rgb", "shell", "str", "strikethrough", "string", "style", "styles", "terminal", "text", "tty", "underline", "white", "xterm", "yellow", "link", "hyperlink", "url", "escape", "term", "parcol" ], "lint": { "reflinks": true }, "reflinks": [ "chalk", "terminal-link", "typescript" ], "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.14", "jest": "^29.7.0", "ts-jest": "^29.3.0", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af", "dependencies": { "chalk": "^5.4.1", "terminal-link": "^4.0.0" } }