{
  "_from": "matchit@^1.0.0",
  "_id": "matchit@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-+nGYoOlfHmxe5BW5tE0EMJppXEwdSf8uBA1GTZC7Q77kbT35+VKLYJMzVNWCHSsga1ps1tPYFtFyvxvKzWVmMA==",
  "_location": "/matchit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "matchit@^1.0.0",
    "name": "matchit",
    "escapedName": "matchit",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/trouter"
  ],
  "_resolved": "https://registry.npmjs.org/matchit/-/matchit-1.1.0.tgz",
  "_shasum": "c4ccf17d9c824cc1301edbcffde9b75a61d10a7c",
  "_spec": "matchit@^1.0.0",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/trouter",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/matchit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@arr/every": "^1.0.0"
  },
  "deprecated": false,
  "description": "Quickly parse & match URLs",
  "devDependencies": {
    "bundt": "^0.3.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "*.d.ts",
    "lib"
  ],
  "homepage": "https://github.com/lukeed/matchit#readme",
  "keywords": [
    "route",
    "regexp",
    "routing",
    "pattern",
    "match",
    "parse",
    "url"
  ],
  "license": "MIT",
  "main": "lib/matchit.js",
  "module": "lib/matchit.mjs",
  "name": "matchit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeed/matchit.git"
  },
  "scripts": {
    "bench": "node bench",
    "build": "bundt",
    "prebench": "npm run build",
    "pretest": "npm run build",
    "test": "tape test/*.js | tap-spec"
  },
  "types": "index.d.ts",
  "version": "1.1.0"
}
