UNPKG

@pres/program

Version:

Curses like basic functionality for pres

59 lines (58 loc) 1.5 kB
{ "name": "@pres/program", "version": "0.4.0", "description": "Curses like basic functionality for pres", "type": "module", "exports": { "import": "./dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js" }, "dependencies": { "@geia/enum-signals": "^0.1.5", "@ject/noop": "^0.0.16", "@pres/enum-control-chars": "^0.4.0", "@pres/enum-csi-codes": "^0.4.0", "@pres/enum-events": "^0.4.0", "@pres/enum-key-names": "^0.4.0", "@pres/events": "^0.4.0", "@pres/global-program": "^0.4.0", "@pres/gpm-client": "^0.4.0", "@pres/terminfo-parser": "^0.4.0", "@pres/util-blessed-colors": "^0.4.0", "@pres/util-byte-colors": "^0.4.0", "@pres/util-helpers": "^0.4.0", "@spare/logger": "^0.13.2", "@texting/enum-chars": "^0.0.13", "@typen/enum-data-types": "^0.1.17" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/pres/program.git" }, "keywords": [ "pres", "process", "signal-handler", "program" ], "author": { "name": "Hoyeung Wong", "email": "hoyeungw@outlook.com", "url": "https://github.com/hoyeungw" }, "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/pres/cluster" }, "homepage": "https://github.com/hoyeungw/pres/cluster#readme", "gitHead": "44bde75b79e06ed10df00b456db759910915a736" }