75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"_from": "path-to-regexp@2.4.0",
|
|
"_id": "path-to-regexp@2.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
|
|
"_location": "/path-to-regexp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "path-to-regexp@2.4.0",
|
|
"name": "path-to-regexp",
|
|
"escapedName": "path-to-regexp",
|
|
"rawSpec": "2.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
|
|
"_shasum": "35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704",
|
|
"_spec": "path-to-regexp@2.4.0",
|
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/path-to-regexp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"component": {
|
|
"scripts": {
|
|
"path-to-regexp": "index.js"
|
|
}
|
|
},
|
|
"deprecated": false,
|
|
"description": "Express style path to RegExp utility",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.0.4",
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.7.1",
|
|
"chai": "^4.1.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.2.0",
|
|
"standard": "^11.0.1",
|
|
"ts-node": "^7.0.1",
|
|
"typescript": "^3.0.1"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/path-to-regexp#readme",
|
|
"keywords": [
|
|
"express",
|
|
"regexp",
|
|
"route",
|
|
"routing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "path-to-regexp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/path-to-regexp.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run lint && npm run test-cov",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
|
|
"test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"version": "2.4.0"
|
|
}
|