@glowlamp/control-sequences
Version:
Builds ANSI control sequences for terminals
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "@glowlamp/control-sequences",
"version": "0.3.0",
"description": "Builds ANSI control sequences for terminals",
"main": "build/index.js",
"scripts": {
"build": "babel src --out-dir build",
"lint": "eslint --config node_modules/@glowlamp/lint/.eslintrc src test --fix",
"test": "tape --require ./test test/*.js | tap-diff"
},
"keywords": [
"ANSI",
"CSI"
],
"author": "EarthyOrange",
"repository": {
"type": "git",
"url": "https://github.com/GlowLampCLI/control_sequences.git"
},
"license": "ISC",
"dependencies": {
"@babel/runtime-corejs3": "^7.17.2",
"core-js": "^3.21.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.10.1",
"@glowlamp/colors": "0.0.0",
"@glowlamp/lint": "1.0.0",
"eslint": "^8.11.0",
"tap-diff": "^0.1.1",
"tape": "^5.5.2"
},
"peerDependencies": {
"@glowlamp/colors": "0.x"
}
}