urltomarkdown/node_modules/path-to-regexp/package.json

31 lines
554 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "path-to-regexp",
2022-01-08 17:05:05 +00:00
"description": "Express style path to RegExp utility",
2022-01-08 17:17:05 +00:00
"version": "0.1.7",
2022-01-08 17:05:05 +00:00
"files": [
"index.js",
"LICENSE"
],
2022-01-08 17:17:05 +00:00
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
2022-01-08 17:05:05 +00:00
"keywords": [
"express",
"regexp"
],
2022-01-08 17:17:05 +00:00
"component": {
"scripts": {
"path-to-regexp": "index.js"
}
},
2022-01-08 17:05:05 +00:00
"license": "MIT",
"repository": {
"type": "git",
2022-01-08 17:17:05 +00:00
"url": "https://github.com/component/path-to-regexp.git"
2022-01-08 17:05:05 +00:00
},
2022-01-08 17:17:05 +00:00
"devDependencies": {
"mocha": "^1.17.1",
"istanbul": "^0.2.6"
}
2022-01-08 17:05:05 +00:00
}