sgr-parser
Version:
Parse escape sequence for console. (Especially for SGR)
26 lines (25 loc) • 519 B
JSON
{
"name": "sgr-parser",
"version": "0.0.6",
"description": "Parse escape sequence for console. (Especially for SGR)",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "tsc",
"test": "mocha"
},
"keywords": [
"sgr",
"escape"
],
"repository": {
"type" : "git",
"url" : "https://github.com/shunjikonishi/sgr-parser.git"
},
"author": "Shunji Konishi",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"typescript": "^2.7.2"
}
}