{ "_from": "matchit@^1.0.0", "_id": "matchit@1.0.8", "_inBundle": false, "_integrity": "sha512-CwPPICzozd/ezCzpVwGYG5bMVieaapnA0vvHDQnmQ2u2vZtVLynoPmvFsZjL67hFOvTBhhpqSR0bq3uloDP/Rw==", "_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.0.8.tgz", "_shasum": "9a129e38f79b2053dd75339215b19e1f6bb88efb", "_spec": "matchit@^1.0.0", "_where": "/home/martin/dev/multiview/node_modules/trouter", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "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": [ "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" }, "version": "1.0.8" }