« get me outta code hell

add command-exists as npm dependency - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-28 09:08:40 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-28 09:08:40 -0300
commitd9c19c4a956e4eb8a3ca2be8ce8c717785a6df16 (patch)
tree7ac5ab699639a8eb13169253a5379d00dc7651fc
parent0746b3a494cee55dbf90466859691c93dd8b2ca2 (diff)
add command-exists as npm dependency
-rw-r--r--package-lock.json11
-rw-r--r--package.json1
2 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e8a4281..8876f42 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
             "version": "0.1.0",
             "license": "GPL-3.0",
             "dependencies": {
+                "command-exists": "^1.2.9",
                 "fix-whitespace": "^1.0.4",
                 "he": "^1.2.0",
                 "js-yaml": "^4.1.0"
@@ -84,6 +85,11 @@
                 "url": "https://github.com/sponsors/ljharb"
             }
         },
+        "node_modules/command-exists": {
+            "version": "1.2.9",
+            "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
+            "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
+        },
         "node_modules/concat-map": {
             "version": "0.0.1",
             "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
@@ -1009,6 +1015,11 @@
                 "get-intrinsic": "^1.0.2"
             }
         },
+        "command-exists": {
+            "version": "1.2.9",
+            "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
+            "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
+        },
         "concat-map": {
             "version": "0.0.1",
             "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
diff --git a/package.json b/package.json
index c48d868..da6b750 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
         "test": "tape test/**/*.js"
     },
     "dependencies": {
+        "command-exists": "^1.2.9",
         "fix-whitespace": "^1.0.4",
         "he": "^1.2.0",
         "js-yaml": "^4.1.0"