diff options
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 3a4d23b4..7cd27198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "msgpackr": "1.11.1", "rimraf": "5.0.7", "striptags": "4.0.0-alpha.4", + "word-count": "0.3.1", "word-wrap": "1.2.5" }, "bin": { @@ -5862,6 +5863,12 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/word-count": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/word-count/-/word-count-0.3.1.tgz", + "integrity": "sha512-tTDKyKX1yy8FZWUw64TOgnMeLeXPZBA+ZunaCCpFRrGFeLSwSdEgSsFI/5DIJkiUfM7CkCREFPkZd9U4eLXgqA==", + "license": "MIT" + }, "node_modules/word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", @@ -9949,6 +9956,11 @@ } } }, + "word-count": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/word-count/-/word-count-0.3.1.tgz", + "integrity": "sha512-tTDKyKX1yy8FZWUw64TOgnMeLeXPZBA+ZunaCCpFRrGFeLSwSdEgSsFI/5DIJkiUfM7CkCREFPkZd9U4eLXgqA==" + }, "word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", |