console-gui-tools
Advanced tools
Comparing version 2.0.1 to 2.1.1
{ | ||
"name": "console-gui-tools", | ||
"version": "2.0.1", | ||
"version": "2.1.1", | ||
"description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.", | ||
"main": "dist/ConsoleGui.js", | ||
"typings": "dist/ConsoleGui.d.ts", | ||
"types": "dist/ConsoleGui.d.ts", | ||
"main": "dist/esm/ConsoleGui.mjs", | ||
"types": "dist/types/ConsoleGui.d.ts", | ||
"module": "dist/esm/ConsoleGui.mjs", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/ConsoleGui.cjs", | ||
"import": "./dist/esm/ConsoleGui.mjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -17,3 +23,3 @@ "dist/" | ||
"test": "npm run build && node ./examples/tcp_simulator.mjs", | ||
"start": "node ./esbuild.js --watch", | ||
"start": "node ./esbuild.js --watch --dev", | ||
"docs": "node ./docgen.cjs" | ||
@@ -20,0 +26,0 @@ }, |
# console-gui-tools | ||
[![npm version](https://badge.fury.io/js/console-gui-tools.svg)](https://npmjs.com/package/console-gui-tools) [![npm](https://img.shields.io/npm/dt/console-gui-tools)](https://npmjs.com/package/console-gui-tools) ![GitHub](https://img.shields.io/github/license/elius94/console-gui-tools) | ||
A simple ([PURE ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)) Node.js library to create Console Apps like a wizard (or maybe if you like old style colored screen or something like "teletext" programs 😂) | ||
A simple Node.js library to create Console Apps like a wizard (or maybe if you like old style colored screen or something like "teletext" programs 😂) | ||
Apart from jokes, it is a library that allows you to create a screen divided into a part with everything you want to see (such as variable values) and another in which the logs run. | ||
@@ -14,6 +14,4 @@ Moreover in this way the application is managed by the input event "keypressed" to which each key corresponds to a bindable command. | ||
> This is a Typescript module that is compiled as ES module. It should be used in other ES application. If you want to use it in a Commonjs app you can learn on the internet how to wrap it in, or you can clone this repo and change the tsconfig.json -> module: commonjs and package.json -> type: commonjs than build it for your project. | ||
#### Node.js | ||
Version: >= 14 | ||
Version: >= 14.17 | ||
@@ -20,0 +18,0 @@ #### OS |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1106813
45
3429
1
598
2
1