Projektstart

This commit is contained in:
2026-01-22 15:49:12 +01:00
parent 7212eb6f7a
commit 57e5f652f8
10637 changed files with 2598792 additions and 64 deletions

42
backend/node_modules/safe-regex2/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "safe-regex2",
"version": "3.1.0",
"description": "detect possibly catastrophic, exponential-time regular expressions",
"main": "index.js",
"types": "types/index.d.ts",
"dependencies": {
"ret": "~0.4.0"
},
"devDependencies": {
"standard": "^17.0.0",
"tape": "^5.0.0",
"tsd": "^0.25.0"
},
"scripts": {
"lint": "standard",
"test": "npm run test:unit",
"test:typescript": "tsd",
"test:unit": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/fastify/safe-regex.git"
},
"homepage": "https://github.com/fastify/safe-regex",
"keywords": [
"catastrophic",
"exponential",
"regex",
"safe",
"sandbox"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"contributors": [
"Matteo Collina <hello@matteocollina.com>"
],
"license": "MIT"
}