@eggjs/path-matching
Advanced tools
+12
-8
| { | ||
| "name": "@eggjs/path-matching", | ||
| "version": "3.0.2-beta.17", | ||
| "version": "3.0.2-beta.19", | ||
| "description": "match or ignore url path", | ||
@@ -37,4 +37,11 @@ "keywords": [ | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| }, | ||
| "dependencies": { | ||
@@ -44,13 +51,10 @@ "path-to-regexp": "^6.3.0" | ||
| "devDependencies": { | ||
| "@eggjs/tsconfig": "3.1.2-beta.19", | ||
| "@types/node": "^24.10.2", | ||
| "path-to-regexp-v8": "npm:path-to-regexp@^8.3.0", | ||
| "typescript": "^5.9.3", | ||
| "@eggjs/tsconfig": "3.1.2-beta.17" | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| } | ||
| } | ||
| } |
6516
1.5%