{
  "_from": "path-to-regexp@2.2.1",
  "_id": "path-to-regexp@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==",
  "_location": "/path-to-regexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "path-to-regexp@2.2.1",
    "name": "path-to-regexp",
    "escapedName": "path-to-regexp",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/@vaadin/router"
  ],
  "_resolved": "http://localhost:4873/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
  "_shasum": "90b617025a16381a879bc82a38d4e8bdeb2bcf45",
  "_spec": "path-to-regexp@2.2.1",
  "_where": "d:\\SHARED\\node_modules\\@vaadin\\router",
  "bugs": {
    "url": "https://github.com/pillarjs/path-to-regexp/issues"
  },
  "bundleDependencies": false,
  "component": {
    "scripts": {
      "path-to-regexp": "index.js"
    }
  },
  "deprecated": false,
  "description": "Express style path to RegExp utility",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.42",
    "@types/node": "^8.0.24",
    "chai": "^4.1.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.0",
    "standard": "^10.0.3",
    "ts-node": "^3.3.0",
    "typescript": "^2.4.2"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "LICENSE"
  ],
  "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  "keywords": [
    "express",
    "regexp",
    "route",
    "routing"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "path-to-regexp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run test-cov",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
    "test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
  },
  "typings": "index.d.ts",
  "version": "2.2.1"
}
