You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"path-to-regexp@0.1.7", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_development": true, |
|
"_from": "path-to-regexp@0.1.7", |
|
"_id": "path-to-regexp@0.1.7", |
|
"_inBundle": false, |
|
"_integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", |
|
"_location": "/path-to-regexp", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "path-to-regexp@0.1.7", |
|
"name": "path-to-regexp", |
|
"escapedName": "path-to-regexp", |
|
"rawSpec": "0.1.7", |
|
"saveSpec": null, |
|
"fetchSpec": "0.1.7" |
|
}, |
|
"_requiredBy": [ |
|
"/express" |
|
], |
|
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", |
|
"_spec": "0.1.7", |
|
"_where": "D:\\Project\\DaPing", |
|
"bugs": { |
|
"url": "https://github.com/component/path-to-regexp/issues" |
|
}, |
|
"component": { |
|
"scripts": { |
|
"path-to-regexp": "index.js" |
|
} |
|
}, |
|
"description": "Express style path to RegExp utility", |
|
"devDependencies": { |
|
"istanbul": "^0.2.6", |
|
"mocha": "^1.17.1" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"LICENSE" |
|
], |
|
"homepage": "https://github.com/component/path-to-regexp#readme", |
|
"keywords": [ |
|
"express", |
|
"regexp" |
|
], |
|
"license": "MIT", |
|
"name": "path-to-regexp", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/component/path-to-regexp.git" |
|
}, |
|
"scripts": { |
|
"test": "istanbul cover _mocha -- -R spec" |
|
}, |
|
"version": "0.1.7" |
|
}
|
|
|