1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +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

1
.npmrc
View File

@@ -1 +1,2 @@
engine-strict=true
@jsr:registry=https://npm.jsr.io

7
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.4.4",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@std/regexp": "npm:@jsr/std__regexp@^1.0.1",
"lz-string": "^1.5.0"
},
"devDependencies": {
@@ -1071,6 +1072,12 @@
"win32"
]
},
"node_modules/@std/regexp": {
"name": "@jsr/std__regexp",
"version": "1.0.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__regexp/1.0.1.tgz",
"integrity": "sha512-AnGeP//DHpPvhCWjI5dR4o013JhCQioD8yMF8drD7PWb0X4kvmO35hbZi+NZhfSolz4Ts2cpPzJY+DUpi2XE9A=="
},
"node_modules/@sveltejs/acorn-typescript": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz",

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"
}
}