{ "_from": "path-to-regexp@^3.0.0", "_id": "path-to-regexp@3.2.0", "_inBundle": false, "_integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==", "_location": "/path-to-regexp", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "path-to-regexp@^3.0.0", "name": "path-to-regexp", "escapedName": "path-to-regexp", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz", "_shasum": "fa7877ecbc495c601907562222453c43cc204a5f", "_spec": "path-to-regexp@^3.0.0", "_where": "/var/lib/jenkins/workspace/wechat-h5", "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": "^12.7.3", "chai": "^4.1.1", "mocha": "^6.2.0", "nyc": "^14.1.1", "standard": "^14.1.0", "ts-node": "^8.3.0", "typescript": "^3.7.2" }, "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": { "coverage": "nyc report --reporter=text-lcov", "lint": "standard", "test": "npm run lint && npm run test-cov", "test-cov": "nyc --reporter=lcov 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": "3.2.0" }