« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index afed660..52cb54d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -111,6 +111,15 @@
         "utf8-byte-length": "^1.0.1"
       }
     },
+    "tui-lib": {
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/tui-lib/-/tui-lib-0.0.4.tgz",
+      "integrity": "sha512-71N5X03B78zqDCwZmAUzAssJcss3DYx9dqfq9ZjJJUNZvK4K/hlrzvVwS0OtxfjFH6yAR9DjU92juyjjusC4+A==",
+      "requires": {
+        "wcwidth": "^1.0.1",
+        "word-wrap": "^1.2.3"
+      }
+    },
     "unique-string": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",