Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
added pretty-message
Browse files Browse the repository at this point in the history
  • Loading branch information
KIO2gamer committed Feb 23, 2024
1 parent 61ef37b commit a4929bc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"form-data": "^4.0.0",
"gifencoder": "^2.0.1",
"node-fetch": "^2.6.7",
"pretty-ms": "^9.0.0",
"quick.db": "^9.1.7",
"request": "^2.88.2",
"simple-json-db": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2701,6 +2701,11 @@ parse-json@^5.0.0:
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"

parse-ms@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz"
integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==

path-exists@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
Expand Down Expand Up @@ -2818,6 +2823,13 @@ pretty-format@^29.7.0:
ansi-styles "^5.0.0"
react-is "^18.0.0"

pretty-ms@^9.0.0:
version "9.0.0"
resolved "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.0.0.tgz"
integrity sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==
dependencies:
parse-ms "^4.0.0"

prism-media@^1.3.5:
version "1.3.5"
resolved "https://registry.npmjs.org/prism-media/-/prism-media-1.3.5.tgz"
Expand Down

0 comments on commit a4929bc

Please sign in to comment.