42 lines
844 B
JSON
42 lines
844 B
JSON
{
|
|
"name": "path-to-regexp",
|
|
"description": "Express style path to RegExp utility",
|
|
"version": "1.2.1",
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test-spec": "mocha -R spec --bail",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
|
|
"test": "npm run lint && npm run test-cov"
|
|
},
|
|
"keywords": [
|
|
"express",
|
|
"regexp",
|
|
"route",
|
|
"routing"
|
|
],
|
|
"component": {
|
|
"scripts": {
|
|
"path-to-regexp": "index.js"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pillarjs/path-to-regexp.git"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.3.0",
|
|
"istanbul": "~0.3.0",
|
|
"mocha": "~2.2.4",
|
|
"pre-commit": "~1.0.5",
|
|
"standard": "~3.7.3"
|
|
},
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
}
|