2021-03-01 15:06:11 +08:00

77 lines
1.8 KiB
JSON

{
"_args": [
[
"path-match@1.2.4",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "path-match@1.2.4",
"_id": "path-match@1.2.4",
"_inBundle": false,
"_integrity": "sha1-pidH88fgwlFHYml/JEQ1hbCRAOo=",
"_location": "/path-match",
"_phantomChildren": {
"statuses": "1.5.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "path-match@1.2.4",
"name": "path-match",
"escapedName": "path-match",
"rawSpec": "1.2.4",
"saveSpec": null,
"fetchSpec": "1.2.4"
},
"_requiredBy": [
"/koa-proxies"
],
"_resolved": "http://192.168.250.101:4873/path-match/-/path-match-1.2.4.tgz",
"_spec": "1.2.4",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/pillarjs/path-match/issues"
},
"dependencies": {
"http-errors": "~1.4.0",
"path-to-regexp": "^1.0.0"
},
"description": "wrapper around path-to-regexp for easy route parameters",
"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^2.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/pillarjs/path-match#readme",
"keywords": [
"route",
"router",
"routing",
"path",
"regex",
"regexp",
"param",
"params"
],
"license": "MIT",
"name": "path-match",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/path-match.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.2.4"
}