Aktueller Stand
This commit is contained in:
24
backend/node_modules/find-my-way/package.json
generated
vendored
24
backend/node_modules/find-my-way/package.json
generated
vendored
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "find-my-way",
|
||||
"version": "8.2.2",
|
||||
"version": "9.4.0",
|
||||
"description": "Crazy fast http radix based router",
|
||||
"main": "index.js",
|
||||
"type": "commonjs",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"bench": "node ./benchmark/bench.js",
|
||||
@@ -10,9 +11,7 @@
|
||||
"bench:cmp:ci": "node ./benchmark/compare-branches.js --ci",
|
||||
"test:lint": "standard",
|
||||
"test:typescript": "tsd",
|
||||
"test": "standard && tap -J test/*.test.js && npm run test:typescript",
|
||||
"test:report": "tap -J test/*.test.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
|
||||
"test:reporter": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml"
|
||||
"test": "standard && borp && npm run test:typescript"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -26,7 +25,7 @@
|
||||
"speed"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=20"
|
||||
},
|
||||
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
|
||||
"license": "MIT",
|
||||
@@ -35,23 +34,22 @@
|
||||
},
|
||||
"homepage": "https://github.com/delvedor/find-my-way#readme",
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.0.27",
|
||||
"@types/node": "^25.0.3",
|
||||
"benchmark": "^2.1.4",
|
||||
"chalk": "^4.1.2",
|
||||
"inquirer": "^8.2.4",
|
||||
"borp": "^0.21.0",
|
||||
"chalk": "^5.4.1",
|
||||
"inquirer": "^13.1.0",
|
||||
"pre-commit": "^1.2.2",
|
||||
"proxyquire": "^2.1.3",
|
||||
"rfdc": "^1.3.0",
|
||||
"simple-git": "^3.7.1",
|
||||
"standard": "^14.3.4",
|
||||
"tap": "^16.0.1",
|
||||
"tap-mocha-reporter": "^5.0.1",
|
||||
"tsd": "^0.13.1"
|
||||
"standard": "^17.0.0",
|
||||
"tsd": "^0.33.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"fast-querystring": "^1.0.0",
|
||||
"safe-regex2": "^3.1.0"
|
||||
"safe-regex2": "^5.0.0"
|
||||
},
|
||||
"tsd": {
|
||||
"directory": "test/types"
|
||||
|
||||
Reference in New Issue
Block a user