aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/path-to-regexp/package.json
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/path-to-regexp/package.json
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to 'node_modules/path-to-regexp/package.json')
-rw-r--r--node_modules/path-to-regexp/package.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/node_modules/path-to-regexp/package.json b/node_modules/path-to-regexp/package.json
deleted file mode 100644
index 44ca91d..0000000
--- a/node_modules/path-to-regexp/package.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "name": "path-to-regexp",
- "version": "8.4.2",
- "description": "Express style path to RegExp utility",
- "keywords": [
- "express",
- "regexp",
- "route",
- "routing"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/pillarjs/path-to-regexp.git"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/express"
- },
- "license": "MIT",
- "exports": "./dist/index.js",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist/"
- ],
- "scripts": {
- "bench": "vitest bench",
- "build": "ts-scripts build",
- "format": "ts-scripts format",
- "lint": "ts-scripts lint",
- "prepare": "ts-scripts install && npm run build",
- "size": "size-limit",
- "specs": "ts-scripts specs",
- "test": "ts-scripts test && npm run size"
- },
- "devDependencies": {
- "@borderless/ts-scripts": "^0.15.0",
- "@size-limit/preset-small-lib": "^11.1.2",
- "@types/node": "^22.7.2",
- "@types/semver": "^7.3.1",
- "@vitest/coverage-v8": "^3.0.5",
- "recheck": "^4.5.0",
- "size-limit": "^11.1.2",
- "typescript": "^5.7.3",
- "vitest": "^3.0.5"
- },
- "publishConfig": {
- "access": "public"
- },
- "size-limit": [
- {
- "path": "dist/index.js",
- "limit": "2 kB"
- }
- ],
- "ts-scripts": {
- "dist": [
- "dist"
- ],
- "project": [
- "tsconfig.build.json"
- ]
- }
-}