Files
taimed/node_modules/path-to-regexp/package.json
2025-07-24 17:21:45 +08:00

46 lines
936 B
JSON

{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "1.9.0",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"scripts": {
"lint": "standard",
"test-spec": "mocha -R spec --bail test.js",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test.js",
"test": "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",
"standard": "~3.7.3",
"ts-node": "^0.5.5",
"typescript": "^1.8.7"
},
"dependencies": {
"isarray": "0.0.1"
}
}