7fife-backend/node_modules/path-to-regexp/package.json

31 lines
554 B
JSON
Raw Normal View History

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