« get me outta code hell

Import tui-lib with npm instead of as a submodule - 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:
authorFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 12:07:22 -0300
commitdd1d5c0cb646c2bf9dd189b0e81892a676bf25cb (patch)
treea49e67d42f981b86ad5a47615fd80f5a0b1411d4 /package-lock.json
parente8dda5c874df324f2aaeaedd6771ae679b6f66c4 (diff)
Import tui-lib with npm instead of as a submodule
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",