From d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 3 Jul 2022 14:23:25 +0200 Subject: Initial commit --- .../node_modules/show-terminal-cursor/package.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Library/SDK/node_modules/show-terminal-cursor/package.json (limited to 'Library/SDK/node_modules/show-terminal-cursor/package.json') diff --git a/Library/SDK/node_modules/show-terminal-cursor/package.json b/Library/SDK/node_modules/show-terminal-cursor/package.json new file mode 100644 index 0000000..f10d126 --- /dev/null +++ b/Library/SDK/node_modules/show-terminal-cursor/package.json @@ -0,0 +1,27 @@ +{ + "name": "show-terminal-cursor", + "version": "0.0.2", + "description": "Shows the terminal cursor.", + "main": "index.js", + "scripts": { + "test": "mocha test.js" + }, + "repository": "joegesualdo/show-terminal-cursor", + "keywords": [ + "show", + "terminal", + "cursor", + "display" + ], + "author": { + "name": "Joe Gesualdo" + }, + "license": "MIT", + "devDependencies": { + "mocha": "*", + "chai": "*" + }, + "dependencies": { + "control-sequence-introducer": "*" + } +} -- cgit