{
  "name": "path-to-regex",
  "version": "1.3.8",
  "description": "Turn a path string such as /user/:id or /user/:id(\\d+) into a regular expression",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lastuniverse/path-to-regex.git"
  },
  "keywords": [
    "path-to-regex",
    "regexp",
    "router",
    "nodejs",
    "expressjs"
  ],
  "engines": {
    "node": ">=10.11.0"
  },
  "author": "Roman Surmanidze aka lastuniverse",
  "license": "MIT",
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "bugs": {
    "url": "https://github.com/lastuniverse/path-to-regex/issues"
  },
  "homepage": "https://github.com/lastuniverse/path-to-regex#readme"
}