{
  "_from": "path-to-regexp@^6.1.0",
  "_id": "path-to-regexp@6.2.1",
  "_inBundle": false,
  "_integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==",
  "_location": "/path-to-regexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-to-regexp@^6.1.0",
    "name": "path-to-regexp",
    "escapedName": "path-to-regexp",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/@koa/router"
  ],
  "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
  "_shasum": "d54934d6798eb9e5ef14e7af7962c945906918e5",
  "_spec": "path-to-regexp@^6.1.0",
  "_where": "/home/ghf/system/node_modules/@koa/router",
  "bugs": {
    "url": "https://github.com/pillarjs/path-to-regexp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Express style path to RegExp utility",
  "devDependencies": {
    "@borderless/ts-scripts": "^0.8.0",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.17",
    "@types/semver": "^7.3.1",
    "semver": "^7.3.5",
    "size-limit": "^7.0.8",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist.es2015/",
    "dist/"
  ],
  "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  "keywords": [
    "express",
    "regexp",
    "route",
    "routing"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist.es2015/index.js",
  "name": "path-to-regexp",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  },
  "scripts": {
    "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"
  },
  "sideEffects": false,
  "size-limit": [
    {
      "path": "dist.es2015/index.js",
      "limit": "2.1 kB"
    }
  ],
  "ts-scripts": {
    "dist": [
      "dist",
      "dist.es2015"
    ],
    "project": [
      "tsconfig.build.json",
      "tsconfig.es2015.json"
    ]
  },
  "typings": "dist/index.d.ts",
  "version": "6.2.1"
}
