diff options
-rw-r--r-- | package-lock.json | 11 | ||||
-rw-r--r-- | package.json | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index e8a42819..8876f422 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 c48d868e..da6b7505 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" |