1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Installed @std/regexp 1.0.1 from JSR

This is a part of the Deno's bundle of standard libraries, so it should
be somewhat trustworthy. For now, it only includes the escaping function
which I actually need.
This commit is contained in:
2025-04-08 19:16:58 +04:00
parent bb14492578
commit 2da37e2316
3 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@std/regexp": "npm:@jsr/std__regexp@^1.0.1",
"lz-string": "^1.5.0"
}
}