1 line
940 KiB
Plaintext
1 line
940 KiB
Plaintext
{"_id":"vue-router","_rev":"280-513ec28d03ef6bd4d906448526c5132e","name":"vue-router","dist-tags":{"next":"4.0.13","legacy":"3.6.5","edge":"4.4.0-alpha.3","beta":"5.0.0-beta.2","latest":"5.0.3"},"versions":{"0.4.0":{"name":"vue-router","version":"0.4.0","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.4.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"aff337a91f4b8224b896b7f9e732a782888acbc5","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.4.0.tgz","integrity":"sha512-yqTlXAODKL7lEMKsBkvnFm218FToPpQ1Q3tgfdOal9mMhj2sgfbc/g2+hEBHLkMGjIbuM7WhS9Q86GnDpmMUhA==","signatures":[{"sig":"MEUCIQDUQntOnfL9cMmlGOq63a/O4jC+3BlXeVrIPaGEu28GOwIgPKMZVLi9dUmeeYx62URYkZWYe6b248pnu2tKHqL18Dk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"src/index.js","_from":".","_shasum":"aff337a91f4b8224b896b7f9e732a782888acbc5","gitHead":"3cecb3b0f054d7a6f5959d34d9dbe3081f6a5e3e","scripts":{"dev":"npm run serve & npm run watch-test","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && ./node_modules/karma/bin/karma start build/karma.config.js","build":"webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --quiet --hot --config example/webpack.config.js --content-base example --history-api-fallback","release":"npm run serve & npm run test && npm run e2e-local && bash ./build/release.sh","e2e-local":"nightwatch -c build/nightwatch.local.json -e chrome,firefox","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","watch-test":"webpack --watch test/unit/specs/index.js test/unit/test.build.js"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.13.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"3.0.0","dependencies":{"route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","karma":"^0.13.8","eslint":"^0.24.0","express":"^4.12.3","webpack":"^1.11.0","css-loader":"^0.15.4","nightwatch":"^0.7.9","vue-loader":"^2.1.1","es6-promise":"^3.0.2","html-loader":"^0.3.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.2.7","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-sauce-launcher":"^0.2.10","karma-chrome-launcher":"^0.1.7","istanbul-instrumenter-loader":"^0.1.3"}},"0.5.0":{"name":"vue-router","version":"0.5.0","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.5.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"0a2c4e4f84bf4756219b3b915761b21ab9d82a9c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.5.0.tgz","integrity":"sha512-vsgc66Jr+GDLFCL9aUvLOh3GnjxLUHrRjpEfTB7IU7wx7cVOYcI8GF5rxGpiBIIsclpxCSYDzsjEq0e7VxuJmA==","signatures":[{"sig":"MEUCIGGKkkbt/AMW3/U8lhlfr/8lLwuGLyEzLmlX10nyAGv6AiEAresh6obVSMXwD9geaa0BET6fqfjX/lFJmZvRSZ4beAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"src/index.js","_from":".","_shasum":"0a2c4e4f84bf4756219b3b915761b21ab9d82a9c","gitHead":"8c8c585b07968b371cb9d7c33c8ba145089dcc87","scripts":{"dev":"npm run serve & npm run serve-test","docs":"bash ./build/update-docs.sh","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/webpack.config.js --content-base example --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.13.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"3.0.0","dependencies":{"route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","karma":"^0.13.8","eslint":"^0.24.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.15.4","nightwatch":"^0.7.9","vue-loader":"^2.1.1","es6-promise":"^3.0.2","html-loader":"^0.3.0","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.2.7","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.5.1":{"name":"vue-router","version":"0.5.1","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.5.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"9354e1423edea954fcb7a78b49bf7ebba5a8f3f6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.5.1.tgz","integrity":"sha512-PZn2HRqok/ywWWjzccZfxE+qxiVQpWqaxL7B84MZSfZOB6g1t3hqLTXmP8MGj2vxpnkbBwFRcxRLsLKTWKsgnw==","signatures":[{"sig":"MEUCIF6NFwEq2Bwv2KzX1ajdeAAE5wXo32BmeZFz1QieGLLdAiEAybQF4ahxeouZfQETPU9JsSFuHgm36r+bKfmvmmRzJO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"9354e1423edea954fcb7a78b49bf7ebba5a8f3f6","gitHead":"71f226177fa852ac5db806a2b7d1e259f68ecfb7","scripts":{"dev":"npm run serve & npm run serve-test","docs":"bash ./build/update-docs.sh","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.13.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"3.0.0","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^0.24.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.15.4","nightwatch":"^0.7.9","vue-loader":"^2.1.1","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.2.7","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.5.2":{"name":"vue-router","version":"0.5.2","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.5.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"06625142429e92fcc83c67939eeab1b69d30a442","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.5.2.tgz","integrity":"sha512-rU+WY9vj3z+YzKzdSHHBf8m4dwboospthLPUZvlaP8Pe/ZVxyUEDAEFy1M/iPN1AL5jhDofEhsfeBhYEAVcg9g==","signatures":[{"sig":"MEYCIQD3zS5zz2y2ZdBkZoEdo5l3L0d49GShRNdUEegpI3gzogIhAMXed5aP5S3MT91NB+C7zxwgcR573Xi93xyf9eVapkcJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"06625142429e92fcc83c67939eeab1b69d30a442","gitHead":"59519463ffd0a4f97eee66225ca67272c30cf8e2","scripts":{"dev":"npm run serve & npm run serve-test","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.13.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"3.0.0","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.1.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.7.9","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.6.0":{"name":"vue-router","version":"0.6.0","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.6.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ff127622ae8e0cd8ce4292bef9f6b96d98cecdcd","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.6.0.tgz","integrity":"sha512-bNVJEo6LN3SW1HAx2+qKiW0YihndiGSI4yacNXxcSCV15l9vhDG+PrK0ujQZldRrNgxxLKHBI8Ajr1Rv7fPJGQ==","signatures":[{"sig":"MEYCIQC1UGWPYs+r6hZx7rxh48cgIyBPl38yc0xfbciRbS5NUQIhAKGpWmnyH/U9xnqV2H2L6Xb9OnYaL5/6zbRqLIFyOT9/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"ff127622ae8e0cd8ce4292bef9f6b96d98cecdcd","gitHead":"802d743230c359f30f873e729b3781eca0d10632","scripts":{"dev":"npm run serve & npm run serve-test","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.14.2","description":"A router for Vue.js","directories":{},"_nodeVersion":"4.0.0","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.7.9","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.6.1":{"name":"vue-router","version":"0.6.1","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.6.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"bfe0ea0fe2dbd0b0551bfa718c3a38074b1fbb99","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.6.1.tgz","integrity":"sha512-uAOORfD2Vx3qZytCAjjLwBBVCURZKd8k1LEYNrw3Parcnxd2eXhTertsTfyGns8nHrpOCxLuR2WpEI3nGOrYFA==","signatures":[{"sig":"MEUCIQCAZktZvfpvvxjQ7n72P0IUkZXovY9ULuq8WaXyPSRiwwIgWUHlkKfDsbPTlcV9rOjNFsvXW9djTjJopohlNt6668w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"bfe0ea0fe2dbd0b0551bfa718c3a38074b1fbb99","gitHead":"ce8433f1499de71f0b645d0ae74680a03904c7dd","scripts":{"dev":"npm run serve & npm run serve-test","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.7.9","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.6.2":{"name":"vue-router","version":"0.6.2","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.6.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"e9492d379882c19005c01f1f03c72888b96c5c13","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.6.2.tgz","integrity":"sha512-2L5Oan5Ii5jE6QY8xmTaEH1QVmGRrHrCN+RH+SNBthHwRV0PRjjMStHSA2OxZtUetSIxuNfMdjZw2Ua0EQXR+g==","signatures":[{"sig":"MEUCID2YRRZ2kGMYWHm2BpE5a39aA3e0L9wDCpk/EbN1RXEEAiEAw+h8ULFWSSB+9ni4U5sSe2GgHHK0+lxbr3pZR6y1lr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"e9492d379882c19005c01f1f03c72888b96c5c13","gitHead":"3cc7a1cd0d85c9a4bc8bb75169ef9f78d9a638a8","scripts":{"dev":"npm run serve & npm run serve-test","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.7.9","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.0":{"name":"vue-router","version":"0.7.0","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"243dae04c7972e33c0dd5d9ded50dc2a93cb59ea","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.0.tgz","integrity":"sha512-HZ3lmq8/mtluin1vERuCBUJQOy2wVN8LUSsBZQGPJoa7jWATlJkyFywwLbMqW+vv+nBP3/rHMFGA4qUd+tPkMg==","signatures":[{"sig":"MEUCICx8yU7L97a10BRKauOWzzxb6y+6Q40OFY7WCxcGPWCxAiEAmQpeIfXHQV6JROgRPkwTdt1WBNOfLTpv0ACKHrn2Wrw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"243dae04c7972e33c0dd5d9ded50dc2a93cb59ea","gitHead":"3572558445d3ddca09d99deb6adf50cb13598d68","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#1.0.0-beta","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.4","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.1":{"name":"vue-router","version":"0.7.1","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"88b1ebcf63e0a9a41aeffa55fd5ef844066e1d3c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.1.tgz","integrity":"sha512-NcLNGXxGI5V7S/MccGTtqfaocIuy4yDhmzlzn2uTZB6LI/taKOoEJ+Cb1BhLs5yN/U4fLbvDvf+QSeIa0+70LA==","signatures":[{"sig":"MEQCID7lDY86uY74h1AoCJFz0GAzeAPxPd0S+CjoTlRK5pooAiBuB+nHIuS8m8rVwmNPCMQgsk/aLh7ZaaVtG1hT1oFBAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"88b1ebcf63e0a9a41aeffa55fd5ef844066e1d3c","gitHead":"1c1a76809bedb22e36eb44268cb2d52461d21134","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --loose --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#1.0.0-beta","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.4","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.2":{"name":"vue-router","version":"0.7.2","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"0097229381f70a84b0de0726dcf437b6528f69a2","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.2.tgz","integrity":"sha512-dBSBBfjz9CiP+A7oux2kbdCoeCkh4NU6qWE4pUtKLg5QCAP60MDa0T5HJbEwD5jPmglDzZ9snZl32r2J290hag==","signatures":[{"sig":"MEUCIHQJL90hWYAjMNgdozsIdwiEFZDXe63iGpydIs0uhVnzAiEA0nGHlS+mbSJFzGH5uQoKCYcX1BN5OtQkZLG7JkPhp+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"0097229381f70a84b0de0726dcf437b6528f69a2","gitHead":"d570bc35bce54e7bce95e07507577848c5b1e12c","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --loose all --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.4","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.3":{"name":"vue-router","version":"0.7.3","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"2587b7bc5b9de3b61587996d8025f494e5d95f7a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.3.tgz","integrity":"sha512-P0OabUTfGBXpyuXdSLS4hTFxdaZAP4yRNl9nIAi/SjaSJWROJR9aNRY/3WS5JTIQg5knIb7IzgaqWhHbqr0q4Q==","signatures":[{"sig":"MEYCIQCFJb2q+Ikte1eSS4hQD5E5RusfYCop+Uj4DpRQF2O+QwIhAOv/wryB8vQzVYaUb/E80lCBK0DlT7iEVQ6aZLgbY8BV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"2587b7bc5b9de3b61587996d8025f494e5d95f7a","gitHead":"674e35eb18f0e9b1aab0dfd1c7a4de067c759ebd","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --loose all --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.4","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.4":{"name":"vue-router","version":"0.7.4","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"68ca21b7ea5b4b72589a446bc442f31e97fe2d51","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.4.tgz","integrity":"sha512-ntTrNXzjiTiJb+ccugBsuRPmDK8WDq9i52bRMrQtYPX/tak1OhM5uZd2s6ZpATdt7xKVCSIlhmbfb7m8ehN7qg==","signatures":[{"sig":"MEUCIFX20lSeh5hwYZLTlpvPdjUaydC6hfRKwnVC1zDqbJRrAiEAtTFX/zZLvrLGMS21EMTXctjrIEMNEYM5IwVGlqIP+Ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"68ca21b7ea5b4b72589a446bc442f31e97fe2d51","gitHead":"c82a755617288ecac192e0081fdc622e16c06da9","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --loose all --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.6","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.5":{"name":"vue-router","version":"0.7.5","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"8b4875652c2abd6a1695c4fa256bff912a7cce26","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.5.tgz","integrity":"sha512-3qXn1i+zo/AWBmSQ8pkJFy7+70XAiol1pY4Z4KWGBiO1gCjs/FihzMOEsTumCHnAICzmtgt1HpK61B6/QsaaiQ==","signatures":[{"sig":"MEYCIQDbmNzfGC97pEzcUILb631h8m7coYhL9YM1qDoYgh9bZwIhAOtL5Vu3PubKe9NC0+L6EvJiM6iV5yANRxoCIZ1VqES7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"lib/index.js","_from":".","_shasum":"8b4875652c2abd6a1695c4fa256bff912a7cce26","gitHead":"4a7ac0e753d18d7d0319e4f1320537128336bfc7","scripts":{"dev":"npm run serve & npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"babel ./src --loose all --optional runtime --out-dir lib && webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js","serve":"webpack-dev-server --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.11.3","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"0.12.7","dependencies":{"babel-runtime":"^5.8.20","route-recognizer":"0.1.9"},"devDependencies":{"vue":"github:yyx990803/vue#dev","babel":"^5.8.21","karma":"^0.13.8","eslint":"^1.3.1","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","css-loader":"^0.16.0","nightwatch":"^0.8.6","vue-loader":"^3.0.3","es6-promise":"^3.0.2","html-loader":"^0.3.0","babel-loader":"^5.3.2","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.12.3","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.6":{"name":"vue-router","version":"0.7.6","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"2a8b320e6e6155604a70197380f4c513b5d40af2","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.6.tgz","integrity":"sha512-afi+FaRpxp9YVqtev11c0p1hmUsHjaZkqZrSLrxncY9if1T85Snkm+x7GS2UomSCE4fqUrrPQ58eoTFDl6Q6jA==","signatures":[{"sig":"MEUCIQC7aLSqso1yhSxQZiq6oSauRkBiHJH3Fq1uwkn9Q/8lSgIgClXsKZdkRj/RO+Nfp+9YExF1WSpcjLSXnBKw/L6hMiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.common.js","_from":".","files":["dist","src"],"_shasum":"2a8b320e6e6155604a70197380f4c513b5d40af2","gitHead":"6a3740d126d8b86bf2f7a5e972b3686bc75fcd5b","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.14.7","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"4.2.2","devDependencies":{"vue":"^1.0.8","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.21.0","nightwatch":"^0.8.6","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.7":{"name":"vue-router","version":"0.7.7","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.7","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"bbb983a8b8644278c4f0c0cc2ba996c2ec3c29fd","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.7.tgz","integrity":"sha512-V/1YNTr6yIw717z78cTO6XaRdvBPNcAI2eMnHWkri1Faes7tnjDC3i6A2M8QtfWsFXoWXzGdwrOkpYFvqsVABg==","signatures":[{"sig":"MEUCIQD1eKn573y6W6Iy5nbW+Q/otzx8Av72nwZlORCg3YwrGAIgHtjUBzgTsORLm26W9U9Vmj6EXCc81nHHgmPsmYP4u8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.common.js","_from":".","files":["dist","src","lib"],"_shasum":"bbb983a8b8644278c4f0c0cc2ba996c2ec3c29fd","gitHead":"4a88f8de6eda53cc45ce427d64c50268c41f23eb","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"2.14.7","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"4.2.2","devDependencies":{"vue":"^1.0.8","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.21.0","nightwatch":"^0.8.6","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.8":{"name":"vue-router","version":"0.7.8","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.8","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ba38a832ad35d92494b6279f7c43ddffe1f169f9","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.8.tgz","integrity":"sha512-MZ6Jph+048ysDK/+zCmc51SqCcQ2De46yoUE2dg+NG9mFtYFlp5K/tOwohuVSxLAPgPdgXFHXabXoQAZg2T6+w==","signatures":[{"sig":"MEYCIQCP9By+FHcUDaoyCD+BI53fBn+h//upoFsYzSDO84EcEQIhALMZUid4HCNOAMQEl46LUcBJvNIrjmk+qP2JBh/fZO3H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"ba38a832ad35d92494b6279f7c43ddffe1f169f9","gitHead":"0a0a590b23136776c6d26ab38c0a367be46acd70","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.1.1","devDependencies":{"vue":"^1.0.8","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.21.0","nightwatch":"^0.8.6","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.9":{"name":"vue-router","version":"0.7.9","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.9","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"11d6212eec7f01a3762830112a7561bfbc8a67dc","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.9.tgz","integrity":"sha512-somKxWeeylaKzPI02AMdce4MRgF9vV7OwDT2AYnR6BLwKdOGlFrTmZ30ggpQQ4T/Lg8YoydiGyutpflTNTwH7A==","signatures":[{"sig":"MEUCIEbNOtz0YK7gezISsztdjvKJ9qL5qazJHvmDDnJ12ae+AiEAlfRX+nWfOR2P+ONvvztyKIr/m/+YnBvPSP/BV6clLrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"11d6212eec7f01a3762830112a7561bfbc8a67dc","gitHead":"e9b88877c24ed40bf05eca3698f4a64974dc838d","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.1.1","devDependencies":{"vue":"^1.0.14","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.21.0","nightwatch":"^0.8.6","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.10":{"name":"vue-router","version":"0.7.10","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.10","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"85bb828b3290ebe6ebf70f7ac865cfbb17beb21d","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.10.tgz","integrity":"sha512-Vd9630+P64/TiCaKizNnlJBbL+lPmE5OkWTjPpxUhIkMCvUTQQqgOH5+mWmBgmv02xJSE1y+7dMYIUWSaiRW5Q==","signatures":[{"sig":"MEQCIFTTiIAdMfXGiycMtyoVHKB+HacQ00ke+U34TwVLYWhfAiAhyrOxwdjyDPjNsxOpZ55PoaNVf/WBrT9fqLBjlExLRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"85bb828b3290ebe6ebf70f7ac865cfbb17beb21d","gitHead":"de776690ec6345e29831243ff4bc538638902d14","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.1.1","devDependencies":{"vue":"^1.0.14","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.18","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.21.0","nightwatch":"^0.8.6","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.16.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.47.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.20","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"}},"0.7.11":{"name":"vue-router","version":"0.7.11","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.11","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"de940648e4ba149b124ac0c2751d59eaa4fefcbd","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.11.tgz","integrity":"sha512-qgpeggOHAhnedIxcuGIvM+XVVRm9aADez25XNYe/2i7wkVh0O2hcnSc6u7/RmOxAV1QhFeSkrDRBh7T2oXk19w==","signatures":[{"sig":"MEYCIQC3KsqmRzPCZepllbGTK5t8wORJ3+h4rt0HUpKA26glPAIhAPM67b/2WEVUcCfVmcB6R1F/qkonOBPlZS6TGMKDSrhI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"de940648e4ba149b124ac0c2751d59eaa4fefcbd","gitHead":"e834066e2ef0e474c5496d8e8e7270b405e5c522","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.5.0","devDependencies":{"vue":"^1.0.14","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.19","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.23.1","nightwatch":"^0.8.15","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.20.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.49.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.23","rollup-plugin-babel":"^1.0.0","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-0.7.11.tgz_1455321062303_0.020733316894620657","host":"packages-9-west.internal.npmjs.com"}},"0.7.12":{"name":"vue-router","version":"0.7.12","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.12","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"3a97f858da59820819ad6ef5ecad2400d885704b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.12.tgz","integrity":"sha512-tSSwvW78FgGhWw1CtzA47FGlhFAd2OJGtvnzNpiJ/OqAbVeFtBER2zO308s9GcV7ZcPxOuJ00SyC/R1zbWf+3g==","signatures":[{"sig":"MEYCIQDMdOzhpmQWWOFH2XIbSEhcxegqA3oCJ8jQ/sXPg9PspgIhAKZyR+6CHIRlxVAK7bZUAiwb9hvb6WNtdrux2Msp8pd8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"3a97f858da59820819ad6ef5ecad2400d885704b","gitHead":"07fd073e6047adbb248259b483550330af877181","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.5.0","devDependencies":{"vue":"^1.0.14","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.19","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.23.1","nightwatch":"^0.8.15","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.20.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.49.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.23","rollup-plugin-babel":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-0.7.12.tgz_1459985244412_0.5048619294539094","host":"packages-12-west.internal.npmjs.com"}},"0.7.13":{"name":"vue-router","version":"0.7.13","keywords":["vue","vuejs","router","mvvm"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@0.7.13","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"e1f0f042ac2561504b27f46f6dcd17b832b1c8d1","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-0.7.13.tgz","integrity":"sha512-cTkuE5LpEM+6eYQNENTfZL4zi4JKYEyojrlOONlCQQE/Seo4xdxPTnY1+44k5QqYmFo8Tm6ijFYLob+QyZ5Z5w==","signatures":[{"sig":"MEYCIQC8QnTeTLm19ONNEPLT5C8Vq85W9jLSGnRX8bv1786m/AIhAMKifS1Pv5tYujW5jhoUQinHtfYrX1LVG0B6iZfYSfpn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"jspm":{"main":"src/index.js","format":"esm","registry":"npm"},"main":"dist/vue-router.js","_from":".","files":["dist","src","lib"],"_shasum":"e1f0f042ac2561504b27f46f6dcd17b832b1c8d1","gitHead":"b5e30b2d83ceaadd5dafd0ea2f116c75bac5d552","scripts":{"dev":"npm run serve-test & webpack --watch --config build/webpack.dev.config.js","docs":"cd docs && gitbook serve","lint":"eslint src build test/e2e test/unit/specs","test":"npm run lint && npm run unit && npm run e2e-local","unit":"./node_modules/karma/bin/karma start build/karma.config.js","build":"node build/build.js","release":"bash ./build/release.sh","e2e-local":"bash ./build/e2e.sh","e2e-sauce":"nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11","serve-test":"webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081","deploy-docs":"bash ./build/update-docs.sh","serve-example":"webpack-dev-server --inline --hot --config example/advanced/webpack.config.js --content-base example/advanced --history-api-fallback --host 0.0.0.0"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"3.3.12","description":"A router for Vue.js","directories":{},"jsnext:main":"src/index.js","_nodeVersion":"5.5.0","devDependencies":{"vue":"^1.0.14","karma":"^0.13.8","eslint":"^1.3.1","rollup":"^0.21.0","express":"^4.12.3","webpack":"^1.11.0","phantomjs":"^1.9.19","uglify-js":"^2.5.0","babel-core":"^5.8.33","css-loader":"^0.23.1","nightwatch":"^0.8.15","vue-loader":"^6.0.3","es6-promise":"^3.0.2","babel-loader":"^5.3.3","chromedriver":"2.20.0","jasmine-core":"^2.3.2","style-loader":"^0.13.0","babel-runtime":"^5.8.29","karma-jasmine":"^0.3.5","karma-webpack":"^1.7.0","karma-coverage":"^0.5.0","selenium-server":"2.49.1","vue-html-loader":"^1.0.0","vue-hot-reload-api":"^1.2.1","webpack-dev-server":"^1.10.1","karma-spec-reporter":"0.0.23","rollup-plugin-babel":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-phantomjs-launcher":"^0.2.1","istanbul-instrumenter-loader":"^0.1.3"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-0.7.13.tgz_1460062196904_0.2415569426957518","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-beta.1":{"name":"vue-router","version":"2.0.0-beta.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-beta.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"dc55341e0211cd649bbbdda44e6a2870f91f133a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-beta.1.tgz","integrity":"sha512-ukTaTOq9hyYflKNQG/Sf8cGhtrGTtK5ZNH6Squq/Xv4VdeVyLlY9oKNfQaUmXmHfeR4tgNv2nUAcBkHlvorHDA==","signatures":[{"sig":"MEUCIQD0tZ7a71s5fefCNZkO3QCuYVIjvrPE762PtGSo8LxgYgIgCqYndFCE6nXMnqoyjZey+2GOrO/JOwJMM+fefZWz4SM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"dc55341e0211cd649bbbdda44e6a2870f91f133a","gitHead":"43183911dedfbb30ebacccf2d76ced74d998448a","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c && uglifyjs dist/vue-router.js -c -m -o dist/vue-router.min.js","release":"bash release.sh","dev:dist":"rollup -wcm","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.9.5","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.2.2","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","superagent":"^2.1.0","vue-loader":"^9.2.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-babel":"^2.6.1","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-beta.1.tgz_1469512433488_0.9696666013915092","host":"packages-16-east.internal.npmjs.com"}},"2.0.0-beta.2":{"name":"vue-router","version":"2.0.0-beta.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-beta.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"f80ffe6e5d1d64bfa4e5d8c69a1d1f99eb10064c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-beta.2.tgz","integrity":"sha512-SWeuDHLBeEIdiUMkvobhdKQcZORPegS7l+nuzjoIns9YbEfxoGN0IH9QVwVs5v+Af9bqFkTs6Fuvaz0XYOhYPw==","signatures":[{"sig":"MEUCIAXaXaGbKN2sBPoerkZEYsSLZtkaZ/CQyItAbemvrCNcAiEAnxydTYOJq05k3goGipsPN+fE4FPOmgjh0PtJOKe2e3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"f80ffe6e5d1d64bfa4e5d8c69a1d1f99eb10064c","gitHead":"45f72f991662e7beed982250be98170eb8544a2e","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c && uglifyjs dist/vue-router.js -c -m -o dist/vue-router.min.js","release":"bash release.sh","dev:dist":"rollup -wcm","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.0","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","superagent":"^2.1.0","vue-loader":"^9.2.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-babel":"^2.6.1","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-beta.2.tgz_1469594739116_0.13751897332258523","host":"packages-16-east.internal.npmjs.com"}},"2.0.0-beta.3":{"name":"vue-router","version":"2.0.0-beta.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-beta.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"e259a24f52c84594f47f45f3dd3025625db59feb","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-beta.3.tgz","integrity":"sha512-ybTcIiQJftwL3izXIgwUX6GKK8McQZndfy05KRasjS3FXyZh4q5Aey6iPtGOufgwFZmL7ryjLjWFq0IwBdB4JA==","signatures":[{"sig":"MEUCIH2j98sgGU955bc2+QabD5K2NfBKatBlsab51Ty1uC+HAiEAjmn5ofH8nFtR69ls40//zClliYKiEJRjh/Lc25sAUq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"e259a24f52c84594f47f45f3dd3025625db59feb","gitHead":"0e74b8643c97930822f2a68fa66bb6da69e8b659","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c && uglifyjs dist/vue-router.js -c -m -o dist/vue-router.min.js","release":"bash release.sh","dev:dist":"rollup -wcm","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.0","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","vue-loader":"^9.2.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-babel":"^2.6.1","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-beta.3.tgz_1469737234654_0.2691783953923732","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-beta.4":{"name":"vue-router","version":"2.0.0-beta.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-beta.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"e2222cff0c1ca09b9cda2f4b8442f89338e937b1","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-beta.4.tgz","integrity":"sha512-kkF2Nrp6UrkYiWYqPErVlonz3QUJmw7wj1nGSZ9k232/pUmeFK+QEZypmBRz7nE1gJfyGQIBDGHCl/llYAqS9g==","signatures":[{"sig":"MEQCIHEFrUPnWptLAC5loc8ZlqQUkhSeS/aVkbQFKNTegSXQAiBXdNpa/ET+3M8LTKxKzcxYQ+a087VuIAfUMScsS0q+rA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"e2222cff0c1ca09b9cda2f4b8442f89338e937b1","gitHead":"f5a705c5265149b8eabd2a11cd69f537431b9f82","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c && uglifyjs dist/vue-router.js -c -m -o dist/vue-router.min.js","release":"bash release.sh","dev:dist":"rollup -wcm","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.0","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","vue-loader":"^9.2.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-babel":"^2.6.1","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-beta.4.tgz_1469766406730_0.6375814815983176","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-rc.1":{"name":"vue-router","version":"2.0.0-rc.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"db1ea7a6ca9a6b565d63062f3391e6e8a6f9a28c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.1.tgz","integrity":"sha512-nzBdH9jZbkJhj0l5iZhgKnsG7I09EVbYVH3n+3nrJorbf75UVNPrR9NvMsVSJGPXXGKR2A+9DsnVGrn4xE+90Q==","signatures":[{"sig":"MEYCIQCMF9rZ6LlwrhnZmRhgDz4YaFYMpfXnb3JJ1sMYo7/FugIhALaZj6utGkq44relhNLt4i675wpXvzfr1ieUnLNuDdHO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"db1ea7a6ca9a6b565d63062f3391e6e8a6f9a28c","gitHead":"cf38992b7ad83256503051a447a36ad703be4fa0","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","vue-loader":"^9.3.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.1.tgz_1470281423234_0.5302968942560256","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-rc.2":{"name":"vue-router","version":"2.0.0-rc.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"e5b1fbdae6e7ee9e135f6e3217faf2692382699e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.2.tgz","integrity":"sha512-Wvap9i9J2fFPuFvHWpPNDcs7XIa8/5t7AYx3/YqfP7WUfjNfyffegi89YrFteEj/qnB8M6LgbSm971VZ9dPfmQ==","signatures":[{"sig":"MEQCIDbL0xnrwQvfyE/z9dh6zA6JTw/vkC/qhPp70yQmyXRDAiA/u4Py4JbctZZ0mrw86cazXMqVLQ9uH81xELl7miuS+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"e5b1fbdae6e7ee9e135f6e3217faf2692382699e","gitHead":"064ac27a9f0ee376229ee966a8f154c79a194c35","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","vue-loader":"^9.3.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.2.tgz_1470432595342_0.6434988514520228","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-rc.3":{"name":"vue-router","version":"2.0.0-rc.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"22d9622c44b871c71163c3f2439377a5737cb808","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.3.tgz","integrity":"sha512-jHJcW8mn4sPV71LZ3sZAasZUSPTy6oZRekqw0YM+0jEisMzrZ9gH/5GN946efQMC3k+S81omOi6i9D6Ref6TcA==","signatures":[{"sig":"MEQCIBEaI3tPCLm6DHvuQ4fUZ76yJiIJlLSNemWYoVonBUTCAiAeWjUmKQcjfEk+utU4zam4CyHg7y2koS+D1KYhabBXUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"22d9622c44b871c71163c3f2439377a5737cb808","gitHead":"987b6f78a95a6396894a7d6561fb8211a53b4320","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.0","devDependencies":{"vue":"^2.0.0-beta.3","buble":"^0.12.3","eslint":"^3.0.1","rollup":"^0.33.0","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.29.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.23.1","nightwatch":"^0.9.5","vue-loader":"^9.3.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.0.3","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.12.1","babel-preset-flow-vue":"^1.0.0","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.4.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^1.7.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.3.tgz_1470895002862_0.454674961976707","host":"packages-16-east.internal.npmjs.com"}},"2.0.0-rc.4":{"name":"vue-router","version":"2.0.0-rc.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"21d108eb36e7a461c593e7ddb27bd227bf20f08e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.4.tgz","integrity":"sha512-rRrNDSQ3E8F7YfBC0uMtYIhs5vIRzU2HsgXCb5QEoecyArwoZM2m93sFWshwtijeOfggPGSuHtUsvwiHRsBBkA==","signatures":[{"sig":"MEUCIDPhT+Q53647a0Qt13P5GvuPSQ6wFcOcLVZTPPSJ7//IAiEAneXL5ynoY2SiL6oTgsnD2plov+KJXfROx/clg/HyGwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"21d108eb36e7a461c593e7ddb27bd227bf20f08e","gitHead":"6846da03aaa4cf57f9f830a9b3daa2d2a4acdffc","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-rc.3","buble":"^0.13.1","eslint":"^3.0.1","rollup":"^0.34.10","express":"^4.14.0","jasmine":"^2.4.1","webpack":"^1.13.1","flow-bin":"^0.31.1","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.24.0","nightwatch":"^0.9.5","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.13.0","babel-preset-flow-vue":"^1.0.0","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.4.tgz_1472499282247_0.7091245106421411","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-rc.5":{"name":"vue-router","version":"2.0.0-rc.5","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"ee4db8fa49623244247e3a35988babd7fd9a121b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.5.tgz","integrity":"sha512-QJGNIrXswSoY/g0I8TggBv4YfDIrdJZprbbJiE7Z/+8WxY58GsTVFNc5Fm3mU0HjyBHKYK+a+grffQTv8QrVvw==","signatures":[{"sig":"MEYCIQCJKUZKoUyEMP15J+/i4ourcSS2Gy8LX4J8YLHNkXQICwIhAMW0BXzhJJq/sAv8b7UNULAB4OtJymWH2i0ZBeq/fQkb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src"],"_shasum":"ee4db8fa49623244247e3a35988babd7fd9a121b","gitHead":"11d030573e42af62068fab149ab921e692789822","scripts":{"dev":"node examples/server.js","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"},"_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-rc.6","buble":"^0.13.1","eslint":"^3.0.1","rollup":"^0.34.10","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.31.1","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.24.0","nightwatch":"^0.9.5","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","rollup-plugin-flow":"^1.0.0","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.13.0","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^3.1.0","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","babel-preset-es2015-loose":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.5.tgz_1473795506334_0.9247607502620667","host":"packages-12-west.internal.npmjs.com"}},"2.0.0-rc.6":{"name":"vue-router","version":"2.0.0-rc.6","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"d35fdd5d6417d01cdaebf521c66a6275e2225480","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.6.tgz","integrity":"sha512-aAiP1H6hp2+BUpQw5b40ZC/ZXA0mlyAs/ws+psOhBkn0q665uAZ1Ulo6M69Z903Auil605SvOyySsQToy5ShIA==","signatures":[{"sig":"MEQCIG/D9vYNefRMODswsH+XvVaxfqBo8X/PjQhxLIbt8H/uAiBvWoaPSe2ohaM8ey0vTbIpLcD2NNg4b/wxjOITnEuhUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"d35fdd5d6417d01cdaebf521c66a6275e2225480","gitHead":"63efb0c1098b4dd1e7289d9ad41df2916d84569e","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.32.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.6.tgz_1475097055766_0.24244018038734794","host":"packages-16-east.internal.npmjs.com"}},"2.0.0-rc.7":{"name":"vue-router","version":"2.0.0-rc.7","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0-rc.7","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"c054da88e29f57bea26d08fec2d14a4c006a728e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0-rc.7.tgz","integrity":"sha512-bqXqqKpqH+wDV1B0Cae1t5/vZyRa/FI+J1YnzKLIB5lE59vsOULVjDSEiZ1tw6szAoDiYPGeQfEkEM0cKU7Zog==","signatures":[{"sig":"MEUCIQDXLpqeVpJZb482NuFD8itJnGyNA+TcCNJwUZNMjVK/mQIgFQjeOaRpshHNi5zrQhIBY8IvGgd/xMFVjoHhVx/HR3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"c054da88e29f57bea26d08fec2d14a4c006a728e","gitHead":"bbabb8f9b373e75fc2df1b50fe2a45fa5000bea3","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.32.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0-rc.7.tgz_1475134214680_0.3483044665772468","host":"packages-12-west.internal.npmjs.com"}},"2.0.0":{"name":"vue-router","version":"2.0.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"f3dec883a89733fef5c79f27cdab67456f7891a4","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.0.tgz","integrity":"sha512-TR3DB5ZFubm/7d3AfhbypzCNuKKe9ssjhAeMLCZ4vk4uRN02WbLAVnIHcku6KmH3O9v/siIdziP31K7o/nOa0Q==","signatures":[{"sig":"MEUCIHQenFAuGYtZ9T0EYLfQIb4c3XaOtnVC0CCaLeDaE9ChAiEAl6R/YmSHADXjEKX+9cpuBbt8JC4Y/aq1bn2OzzUjkes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"f3dec883a89733fef5c79f27cdab67456f7891a4","gitHead":"6ec09899d8f3b5c1f6fb150e21fa9ae10cd807e2","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.32.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.0.tgz_1475260947784_0.4396419699769467","host":"packages-12-west.internal.npmjs.com"}},"2.0.1":{"name":"vue-router","version":"2.0.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"88b83cdc9497bad5b20b579e847a7e7240e221dd","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.1.tgz","integrity":"sha512-JFa/lueUkYQE5Zso48JmPBlf+q1mzvgijIhXn9uVJYrZ+yHeS2VPpHQxMEFnH4vu5YiDJqgFSTL9mozWQ63iLw==","signatures":[{"sig":"MEQCIBaROy3fcraSjEppFoaUq6qII0hEZyT9jBV0a5lC8yvoAiBqALc3FLOOH90nZDcOJIsp8c/KuKf3z+SQa+DuUE+vAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"88b83cdc9497bad5b20b579e847a7e7240e221dd","gitHead":"4568e738fff2caf65ec5df1fad2eb4dcaff66933","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.3","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.7.0","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.32.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.1.tgz_1476342003412_0.531570645282045","host":"packages-16-east.internal.npmjs.com"}},"2.0.2":{"name":"vue-router","version":"2.0.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"1cdd469cc8a037f92fd711683ca23a11840a5006","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.2.tgz","integrity":"sha512-QK6/dvrzi3/o8AR7+HNOt3mSfZgoxA3e0qFm8n3GSBAlVtUymd+IlUkw2/hmIrIElP5n/VJ1ucs8SolCnL/byg==","signatures":[{"sig":"MEYCIQCj+g6FBKXgAk0MOs88eN1MwbVw/g+Mx6X/0BlGWaAUwAIhAMYMHTRXRcfbvpzrPf6IPB2SGy8143JVJK0LHAwjYPTm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"1cdd469cc8a037f92fd711683ca23a11840a5006","gitHead":"17e9e84dd57805452b1a517d77d9b5fd832c175b","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.8","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.2.tgz_1479150986287_0.933234692318365","host":"packages-12-west.internal.npmjs.com"}},"2.0.3":{"name":"vue-router","version":"2.0.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.0.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"444e246fd42d65a34dea6c3be8fde3315c4ba6f7","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.0.3.tgz","integrity":"sha512-gRkMeq4PaivAEZKALbo/sgFCEZJ3rEmEUDKT9CadeNEh5sEiNTlR2873+u2C3zI4hcWLsAumfaxf5fwvHKlw/g==","signatures":[{"sig":"MEYCIQCuusbjQwvC7T1HFUD3rSpZbWBVu4aNVXSlyEeNjC3xRwIhAL7lbOnF2q+KIiB8S5xTLPNRL7u3gNECVJ2NW8Y5Osgs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"444e246fd42d65a34dea6c3be8fde3315c4ba6f7","gitHead":"339dc8e93fca96b7d5a9ab009b815434fc05f72f","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"rollup --environment NODE_ENV:production -c build/rollup.config.js && uglifyjs dist/vue-router.js -cm --comments -o dist/vue-router.min.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.8","description":"Official router for Vue.js 2.0","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"vue":"^2.0.0-rc.7","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^9.4.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.0.3.tgz_1479485110804_0.6288050070870668","host":"packages-18-east.internal.npmjs.com"}},"2.1.0":{"name":"vue-router","version":"2.1.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.1.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"c04d5ed79517571d4d668e00a85c8ea0d92c4f87","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.1.0.tgz","integrity":"sha512-3A6xJ73Gg4IqsvcBsVk1nGAvoFjU4l4NpsPINlAsMP06gBarSp4QZLn+GMvbL0XKJSkKucMwxVYxqaVn+K13HA==","signatures":[{"sig":"MEUCIFQEu04fUhBkngxRB/cFN44d7Fto06WiHHXSpWnGbXqNAiEA/WRkGiHNh5WxFq0mjYwCGywyL6BCKtrEnzSl7wVl0Ws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"c04d5ed79517571d4d668e00a85c8ea0d92c4f87","gitHead":"8bdabc772065fbcba9c59318f07c09bf45769c12","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.8","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"vue":"^2.1.0","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.1.0.tgz_1480419390606_0.6527231596410275","host":"packages-12-west.internal.npmjs.com"}},"2.1.1":{"name":"vue-router","version":"2.1.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.1.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"10c31bbdcb6da92bd3e0223fa12345e73018625a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.1.1.tgz","integrity":"sha512-EEYwFefWFhPWEg/l6x8e4ZMRGrzwuHeLEGFf71kI5jVGpIasCb3dhOMqOlWiGh3Zu6oXCnWxYcPsMk8S9DQKaA==","signatures":[{"sig":"MEQCIHB2Ix206mVolfw6O3VnYnFUpHueXu2FmrcM05Kli7M5AiAMdxNvaKuyQofuyMdVgmikdOPA1UI1fT6Fj773w8jveA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"10c31bbdcb6da92bd3e0223fa12345e73018625a","gitHead":"4561ecf58581b8ed852a3f9a33d3dbaf2f7f4a45","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"3.10.8","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"vue":"^2.1.0","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.1.1.tgz_1480617003035_0.3754351017996669","host":"packages-18-east.internal.npmjs.com"}},"2.1.2":{"name":"vue-router","version":"2.1.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.1.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"65643861df3dd822662623124acecb2ec2a3b620","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.1.2.tgz","integrity":"sha512-E7yf1P/Qf0riZibKV4xSeDPzL4DADkIkXct+XQ/c83SmFUpihjg3Ob5C+nxyZ5WDE1LPP+lTFzzJqoEWYKAABw==","signatures":[{"sig":"MEUCIQCbZay8puQYbysz7eBTaBdxPbCV6YmGPmkzMR97CEO6SAIgNaqTiQeO7sAGXSEpSTJALgKbmIy8RywU1SF+KCs6Ge4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"65643861df3dd822662623124acecb2ec2a3b620","gitHead":"078ad83b47884e55ea6fe1d235410877071025cc","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.1.2.tgz_1484770318274_0.5280442733783275","host":"packages-12-west.internal.npmjs.com"}},"2.1.3":{"name":"vue-router","version":"2.1.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.1.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"562b492761961a8efb247ce622b16ddd857b8d14","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.1.3.tgz","integrity":"sha512-Rbjaq0XYczWqne9qevvmXU5l2VlBRB4JE1BNbos6NnPnC1n02NhUYSAhTON92UOvidnO3WTIzO440vaLqVG9HQ==","signatures":[{"sig":"MEUCIBH/PykxnGyOeXxLmEiNSv8jM1nmjFzN3OH8UBSNpXj9AiEA/joLPY9E12t74Cm5NkPcpv6MWJQS/6sZ6OltzqajBKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"562b492761961a8efb247ce622b16ddd857b8d14","gitHead":"beef8d0c53a52893c31bccc075eccf9b501837c4","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.14.0","eslint":"^3.0.1","rollup":"^0.34.13","express":"^4.14.0","jasmine":"2.4.1","webpack":"^1.13.1","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.25.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^4.0.0","babel-eslint":"^6.1.2","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^2.4.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^1.1.0","eslint-plugin-html":"^1.5.2","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.14.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^5.0.4","webpack-dev-middleware":"^1.6.1","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.1.3.tgz_1484842697003_0.29844492906704545","host":"packages-18-east.internal.npmjs.com"}},"2.2.0":{"name":"vue-router","version":"2.2.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.2.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"65a29ce23d718ddf09237938a58a01b3d1acc77c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.2.0.tgz","integrity":"sha512-wLmq/i+LAfw0/AbIXgOsEgI7ptrJaaaBIEfTPwrIBT9PmHxo5/ilmp6crFaS7u0sZW2IAGOYRKy+jzEn6dhNCg==","signatures":[{"sig":"MEUCIASfuL+KVID55k5Il1Y7A4sdXdckhQPf0ZQXVmc5gOnnAiEArNaJ3Kuz9Wa2qiFqQvjW4L199LoOpL+n0IkIoyoUUHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"_shasum":"65a29ce23d718ddf09237938a58a01b3d1acc77c","gitHead":"a6e3ddb5f9ab031adcfbd102078440ea800afd11","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^1.0.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.2.0.tgz_1485477250537_0.11260270490311086","host":"packages-18-east.internal.npmjs.com"}},"2.2.1":{"name":"vue-router","version":"2.2.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.2.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"b027f9fac2cf13462725e843d6dc631b6aa077f6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.2.1.tgz","integrity":"sha512-NuFwFX9yLEosSaNMsLD3MQPfb/2Cs2C4EWkkL+UBdU1w1yFErwoVCjjVl3wovU1zddBZet+j/lgEW+ryRH6q+Q==","signatures":[{"sig":"MEUCIQDekZRqVETJS80NjiI3z/1xigcj7D+agDzlalcadqtp0wIgNW0tOkqudtU6v5xH1PYeoKwOhD4BwsbNQPVt3Dh/41U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"unpkg":"dist/vue-router.js","_shasum":"b027f9fac2cf13462725e843d6dc631b6aa077f6","gitHead":"8b375a7155e933459a50522de2b1b5717990aee9","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.33.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^10.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^1.0.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^2.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.2.1.tgz_1487039174296_0.7772589724045247","host":"packages-18-east.internal.npmjs.com"}},"2.3.0":{"name":"vue-router","version":"2.3.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.3.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"a25c8359e8ca989d22ce79f64322eb0ad0c8670f","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.3.0.tgz","integrity":"sha512-CY6R1zTMmdizlPrW1mFDProNtd5WYOI3VkXfVFeBLI6jX5ejIj1KgQ9cg8NNSLvYyWota3Fizptb1p+pHHJIfA==","signatures":[{"sig":"MEYCIQC1nFR0P5LjsNU1HL7qEW88WTOUbdrWh8WldkcNY8GzbAIhAImm28tYKdIMAX6cg3zXXmMr08dnUqFp5tgNAJKQ4xaF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["dist/vue-router.js","dist/vue-router.min.js","dist/vue-router.common.js","dist/vue-router.esm.js","src","types/index.d.ts","types/router.d.ts","types/vue.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"a25c8359e8ca989d22ce79f64322eb0ad0c8670f","gitHead":"a10427a7e5785681659e4cd9f87f307d6a2f00f2","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.3.0.tgz_1488120387089_0.8432401111349463","host":"packages-12-west.internal.npmjs.com"}},"2.3.1":{"name":"vue-router","version":"2.3.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.3.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"3135448cf57d4ca576906061a5a9d25fae0214d7","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.3.1.tgz","integrity":"sha512-5xVJRYVp+hujXqxqkBB/FlbiHUvsG+6+Oe+D5iJmBbpEM4y8POTaVuUus+Twri5zDv5M5zYW+iCK+Dbv1yh6XA==","signatures":[{"sig":"MEYCIQCp9g2CynGyajjYFlx9giAsUY/MEi1yntSbVZ6G6MZahAIhAMfZqmBvHCQHwcWkC56D9Ip5HnsGF8TsZRIHBssvwLST","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"3135448cf57d4ca576906061a5a9d25fae0214d7","gitHead":"a1de424211446006e7abd6d478b00d41ae609f81","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.0.5","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.4.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.3.1.tgz_1490774404922_0.6585340211167932","host":"packages-12-west.internal.npmjs.com"}},"2.4.0":{"name":"vue-router","version":"2.4.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.4.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"56a635e1434a1966ac095f2a485bebdcfc36cec5","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.4.0.tgz","integrity":"sha512-tfwuoucTRq3lL5oT8jsh4sG5JZSl5AvzajrgItuJXsclF3QP+6QT/5QagHYRWUSwE8XUh72uq4h2bDB/+GY5YQ==","signatures":[{"sig":"MEUCIQCMoglhXWX1/ofPSv14QTKOgCl/VuCHZc1Ws5gHrvtQ+AIgbsaEqXYbD6L+1tHX8IJKVQIdwp0JQ19UxZ4KAgE3lIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"56a635e1434a1966ac095f2a485bebdcfc36cec5","gitHead":"e393812e6bc9461e75c3f78d0101fd39af772638","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.2.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.4.0.tgz_1491631300584_0.441544100176543","host":"packages-18-east.internal.npmjs.com"}},"2.5.0":{"name":"vue-router","version":"2.5.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.5.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"171077088a697905c68c1bccbb780e3b0708e066","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.5.0.tgz","integrity":"sha512-QYFf3LBit3o4doIvfpvV6QsqTUTaKFHgrSh969h+oIiqWzSWeO6l0Md5jFver8l41Zc+aWCFUSns3nLZgnsjMg==","signatures":[{"sig":"MEYCIQDy2qpJko/IcLYn4SEv4L54tAe4tx/h6u8qySsMuBg9HQIhAIzkDmej9idawNE//vgyoVy04rP+PLSmzbrrwtGemc95","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"171077088a697905c68c1bccbb780e3b0708e066","gitHead":"c3b133fe53ee97764d86dfb1b48cbef7a5fd6de3","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.2.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.5.0.tgz_1493018637052_0.012571791419759393","host":"packages-12-west.internal.npmjs.com"}},"2.5.1":{"name":"vue-router","version":"2.5.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.5.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"da462ba1561a5f2346cc2773dc880877ae75ba54","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.5.1.tgz","integrity":"sha512-7LNTvp8wGvOJqQ6v2teG/qld3/qxoEh5/C+iz9MPiPtShmqj5B6EyVzpV8zYGjFz9xWIjVAimr7JXLm6noWgLw==","signatures":[{"sig":"MEYCIQCW7px/w0jDZFMdfbmd+4EF11PjpkraXi47fsM6MMN1bgIhAL4sn/PZFQP3il9XixySzYPZ+hGbLiJ82Z1fM4KHRUDu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"da462ba1561a5f2346cc2773dc880877ae75ba54","gitHead":"d456302833dcbcb65739f704ef964943f1f75803","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.2.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.5.1.tgz_1493026341595_0.6116370239760727","host":"packages-12-west.internal.npmjs.com"}},"2.5.2":{"name":"vue-router","version":"2.5.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.5.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"870db3b63ead0aab4cd0bac63a7b81341c593f56","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.5.2.tgz","integrity":"sha512-fA3coAygLFxrdnKHwTSUJz4u5rUzYWmnhEMKb4K0aF37nn7kTjlQsdPBnYhM2tEFVRgTmw9ymq0oa2vyJTS5SQ==","signatures":[{"sig":"MEQCIGTv/7Ivuzzdak7J0F8RM+wV24lqyAmtWvris9qbJI5DAiAOVr0cgMwo21NQNa9vETNbA4UMD82OQd8JiY9pRbzNxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"870db3b63ead0aab4cd0bac63a7b81341c593f56","gitHead":"dbb6063d5870bc9d8732d129cd667567630bf6f7","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.2.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"vue":"^2.1.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.5.3","webpack":"^2.2.0","flow-bin":"^0.40.0","uglify-js":"^2.7.0","babel-core":"^6.11.4","css-loader":"^0.26.1","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^11.0.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.1.1","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.9.0","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.1.0","rollup-plugin-commonjs":"^7.0.0","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.5.2.tgz_1493096345740_0.6714346369262785","host":"packages-12-west.internal.npmjs.com"}},"2.5.3":{"name":"vue-router","version":"2.5.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.5.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"073783f564b6aece6c8a59c63e298dc2aabfb51b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.5.3.tgz","integrity":"sha512-hddf0bjIqw627r3bNDsktUvMdVEFMaPzQ5Ua+Towpcv4UAY5Z5pVzWSiV1zgQZ4PBqOxdG1i5Tps0Q8gNogn7w==","signatures":[{"sig":"MEUCIDhXVOCj8jQDUptSzf74ZtrXE2cyxCD3syts4LR0t+LiAiEA4d/o0CNqX0KFnvYNe8EiNN7oDpxV68OSxF4+wtZndOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","_from":".","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","_shasum":"073783f564b6aece6c8a59c63e298dc2aabfb51b","gitHead":"2ee03a9d16bf4ce6158ec8c31a77ae7232e02052","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"4.2.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"vue":"^2.3.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.41.4","express":"^4.14.0","jasmine":"2.6.0","webpack":"^2.4.1","flow-bin":"^0.45.0","uglify-js":"^2.7.0","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^12.0.2","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.2.3","babel-loader":"^6.2.4","chromedriver":"^2.21.2","rollup-watch":"^3.2.2","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","eslint-config-vue":"^2.0.1","eslint-plugin-vue":"^2.0.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.7","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.3.0","rollup-plugin-commonjs":"^8.0.2","webpack-dev-middleware":"^1.9.0","eslint-plugin-flow-vars":"^0.5.0","gitbook-plugin-edit-link":"^2.0.2","babel-preset-es2015-loose":"^8.0.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.5.3.tgz_1493626277306_0.4120081546716392","host":"packages-12-west.internal.npmjs.com"}},"2.6.0":{"name":"vue-router","version":"2.6.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.6.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"77b271f6e0ac6d57e8e556da58c6582fce0ab712","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.6.0.tgz","integrity":"sha512-V9VynDSnJL1+2UPltjDUq0qhBDp8Xt2k5L19+8XjoNHZp15c3GweEDepP+yq3ebX/KCY6sLaHlSt40I6Hvmy3g==","signatures":[{"sig":"MEUCIHxGJZj73RY3OElwQOoAVzZCBnaQipVCnaz5rxCI45/8AiEAg/9BWwwKSd3xMyJSusc6YJzVmYQxo01B3oAg9c7KQ7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"6f93fc91a2315292811b73798d0b4565b8d4a511","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.0.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.0.0","devDependencies":{"vue":"^2.3.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.43.0","express":"^4.14.0","jasmine":"2.6.0","webpack":"^2.4.1","flow-bin":"^0.48.0","uglify-js":"^3.0.17","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^12.0.2","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.2.3","babel-loader":"^7.0.0","chromedriver":"^2.21.2","rollup-watch":"^4.0.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.3.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.6.0.tgz_1497715071379_0.478371748002246","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"vue-router","version":"2.7.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.7.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"16d424493aa51c3c8cce8b7c7210ea4c3a89aff1","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.7.0.tgz","integrity":"sha512-kxgsT50dDExua3i103nxNBjlfk8LeUmO9iujVxXV42MnISINHUjqMrknpOOJEg+i9nEkoVgG8N86Pklze35c/A==","signatures":[{"sig":"MEUCIE5x47O3cDILaByDxxNsPNN0VN0OUqMmBgafLPs2whKFAiEAmu0NnDBapIfjVpWI+MgqBpIVKlLT1VcaEaUnw4K422U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["src","dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"27d6e59bcd1af364b7312e1008aa895a78f10425","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.0.0","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.0.0","devDependencies":{"vue":"^2.3.0","buble":"^0.15.2","eslint":"^3.0.1","rollup":"^0.43.0","express":"^4.14.0","jasmine":"2.6.0","webpack":"^2.4.1","flow-bin":"^0.48.0","uglify-js":"^3.0.17","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.0.3","vue-loader":"^12.0.2","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^7.2.3","babel-loader":"^7.0.0","chromedriver":"^2.21.2","rollup-watch":"^4.0.0","path-to-regexp":"^1.5.3","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.15.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^1.1.1","vue-template-compiler":"^2.3.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.7.0.tgz_1498708666413_0.9619612444657832","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"vue-router","version":"2.8.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.8.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"69df774c512112cd13e4748588861e27e0d0a9bc","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.8.0.tgz","integrity":"sha512-p9w/ZgvK5jBmwpcYSVtF2bic1tCKt+HtSx9011c9uH47K+yJg6la/O0MxYVWCFReL/HtbIwbUpOYAgU4wYD12g==","signatures":[{"sig":"MEQCIBWp3mW5tcuPAm46C2X6z0fAviK8NO+gmH+iXpnOoK5VAiAx+GGklzR067jbKAP7DKj3MKlpmq6drMxWz9h8mCDwFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"798e9689456759f2ef76c598953840e09ceb3730","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.4.1","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.4.0","devDependencies":{"vue":"^2.4.4","buble":"^0.16.0","eslint":"^3.19.0","rollup":"^0.50.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^3.7.1","flow-bin":"^0.56.0","uglify-js":"^3.1.3","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.5.3","vue-loader":"^13.3.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^8.0.1","babel-loader":"^7.0.0","chromedriver":"^2.33.1","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.16.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.4.4","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.2.1","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","gitbook-plugin-theme-vuejs":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.8.0.tgz_1507759871794_0.45242396579124033","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"vue-router","version":"3.0.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"458092ad5d8e3b8d26661cfbcbf46c120f8ea1ae","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.0.tgz","integrity":"sha512-qcS2QzYrT5r/TIEdtbar41joxX/MUsfNPB3k/yrRbowyKowXnY4NG1XFM4K2HFsugXXolTkyFfKrDas5+FRcBA==","signatures":[{"sig":"MEQCIB4crwtHD5rG8SmY3t9Tywv0oxKrLZ3mYtLNbay5iJNcAiBnJzrQbH5ZRIdg8YRJVplb3LiUY6vUCTPZ5kscpeCmRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"f3f0911f4e45a8ebf92ea2f3817dbe3a864a0dce","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.4.1","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.4.0","devDependencies":{"vue":"github:vuejs/vue#dev","buble":"^0.16.0","eslint":"^3.19.0","rollup":"^0.50.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^3.7.1","flow-bin":"^0.56.0","uglify-js":"^3.1.3","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.5.3","vue-loader":"^13.3.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^8.0.1","babel-loader":"^7.0.0","chromedriver":"^2.33.1","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.16.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.4.4","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.2.1","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","gitbook-plugin-theme-vuejs":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-3.0.0.tgz_1507760199192_0.8202803684398532","host":"s3://npm-registry-packages"}},"2.8.1":{"name":"vue-router","version":"2.8.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@2.8.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"9833c9ee57ac83beb0269056fefee71713f20695","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-2.8.1.tgz","integrity":"sha512-MC4jacHBhTPKtmcfzvaj2N7g6jgJ/Z/eIjZdt+yUaUOM1iKC0OUIlO/xCtz6OZFFTNUJs/1YNro2GN/lE+nOXA==","signatures":[{"sig":"MEUCIQDRixeG3rgEiLkyj9vVUC7hTp+B+M/cztwAd3B8tiPqjQIgKYnpOWEtiRCpWjXTGED82wHjcyCFIihpsLtYQg9elXM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"38146ded60a07284442ccad096a9c5d2934dfa79","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.4.2","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.4.0","devDependencies":{"vue":"^2.4.4","buble":"^0.16.0","eslint":"^3.19.0","rollup":"^0.50.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^3.7.1","flow-bin":"^0.56.0","uglify-js":"^3.1.3","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.5.3","vue-loader":"^13.3.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^8.0.1","babel-loader":"^7.0.0","chromedriver":"^2.33.1","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.16.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.4.4","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.2.1","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","gitbook-plugin-theme-vuejs":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-2.8.1.tgz_1507910493438_0.12442951858974993","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"vue-router","version":"3.0.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"d9b05ad9c7420ba0f626d6500d693e60092cc1e9","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.1.tgz","integrity":"sha512-vLLoY452L+JBpALMP5UHum9+7nzR9PeIBCghU9ZtJ1eWm6ieUI8Zb/DI3MYxH32bxkjzYV1LRjNv4qr8d+uX/w==","signatures":[{"sig":"MEUCIQDYNZdGXkkXGc88PKDDe6v1c1n3vuSLQnDG/BrSvtyp3wIgLLIbGVNVusC89BVSx7SAETEX85f8XuJjcAB1hGv3fAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/vue-router.common.js","files":["dist/*.js","types/*.d.ts"],"unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"90cd2690d59c6bd56e5bc12b5b752166a1d35e98","scripts":{"dev":"node examples/server.js","docs":"cd docs && gitbook install && gitbook serve","lint":"eslint src examples","test":"npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","test:types":"tsc -p types/test","docs:deploy":"bash ./build/update-docs.sh"},"typings":"types/index.d.ts","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"5.4.2","description":"Official router for Vue.js 2","directories":{},"_nodeVersion":"8.4.0","devDependencies":{"vue":"^2.5.0","buble":"^0.16.0","eslint":"^3.19.0","rollup":"^0.50.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^3.7.1","flow-bin":"^0.56.0","uglify-js":"^3.1.3","babel-core":"^6.24.1","css-loader":"^0.28.0","nightwatch":"^0.9.5","typescript":"^2.5.3","vue-loader":"^13.3.0","cross-spawn":"^5.0.1","es6-promise":"^4.0.5","babel-eslint":"^8.0.1","babel-loader":"^7.0.0","chromedriver":"^2.33.1","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.14","babel-preset-es2015":"^6.24.1","rollup-plugin-buble":"^0.16.0","babel-preset-flow-vue":"^1.0.0","gitbook-plugin-github":"^3.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-vue-libs":"^1.2.0","rollup-plugin-commonjs":"^8.2.1","webpack-dev-middleware":"^1.9.0","gitbook-plugin-edit-link":"^2.0.2","gitbook-plugin-theme-vuejs":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router-3.0.1.tgz_1507911888470_0.26815136754885316","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"vue-router","version":"3.0.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.2.tgz","fileCount":14,"integrity":"sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==","signatures":[{"sig":"MEQCIBAWpw8KGbG7YPJkE+oNnUUFJui4V+GqXG80BedyoqArAiAa39CY3v6l8bZzbgdgsNVmD0DOLg23Ju9hbXASpoIAaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":249391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+CJqCRA9TVsSAnZWagAAHYAP/3tE+3HKXnGoM7S8DZd2\n8N98rljUbXaUL4G2nmY35ZkMo2dwyR3QmXn8q72huLOCieNIBSI9FbvSG0mh\nkW79yy4UiH3shzDkFy6p2W+wbPYOgob5HI/S0mQ8YmShQil2Y4M4ET93/CXZ\n/zk2c1xhrzfiNOHWGo3uIr2OQpxLc/SdR7xe3tuadbZqvBruNaaZCjYpkpHO\n0h4kJGSLHUnxleABJrZ2ovrBvvuTSK6NYlzmoTTrTD/E/H7qXan4kvuNAiN2\nhWyVQeuowCN0MLOo3vlFqJelSM1YqIcMTe/zh2iEe8rskw9Lx6JHfJh9u1ln\nda9/816Z9WCOEDhMv+8b9ZtBITseJ08dunj8Z5TzjQht1u02wdao+Z+TM2EI\ngiv9Y4Y6ONUhcL10W143SFOlF8fsKTL4vsWa7qOTcb5+7AugIa+aG/+DnMXR\nSEfQFWcc2R6ni6PIms4VoC9EisPmecGcZnxLgb3C7OKpyrcd0MVqWviaV1PI\nZ/luoZOy+cuUliRdwLIizwPz9Dh4YdmnCfnoQGcEllB4cm0xHEjgNIwqQolj\nUSQu+Vp4JR/+15EkMYXdK5AE1K8KgNlIXGaSXlRZpKdjEPdkB7AL18npXhoo\ngrNBuq/eQZV9B4f8zAOCKkk1nu6sp+rwzsD5BP03JLUvnSG1Zt7WIEugstsR\nRKtp\r\n=/CYe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"cf9dc11d92f5f3e55baa78d4d443fa41bf613d73","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash build/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.4.1","description":"Official router for Vue.js 2","directories":{},"sideEffects":false,"_nodeVersion":"10.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","buble":"^0.19.3","eslint":"^4.19.1","rollup":"^0.56.4","express":"^4.16.2","jasmine":"2.8.0","webpack":"^4.9.0","flow-bin":"^0.66.0","vuepress":"^0.14.1","uglify-js":"^3.3.13","babel-core":"^6.24.1","css-loader":"^0.28.10","nightwatch":"^0.9.20","typescript":"^2.7.2","vue-loader":"^15.2.1","cross-spawn":"^5.0.1","es6-promise":"^4.2.4","babel-eslint":"^8.2.2","babel-loader":"^7.1.3","chromedriver":"^2.35.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","babel-preset-env":"^1.6.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.16","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.2","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.1.3","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.2_1542988393614_0.044380005974273606","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"vue-router","version":"3.0.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"370ca607475c45a1cfab2d9d2ac846feab1c534c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.3.tgz","fileCount":15,"integrity":"sha512-62rB6GjJuyklnLL+yKST469yCYj93SXEn8rpYjxgLwv0aH/Fd6OApD8Hgi9RlraZ1OOwv3jPQvZTtf1GixYW+g==","signatures":[{"sig":"MEYCIQCxbyB9Q7HPyvw/bbugCm0F3TnzhDrkO2fPZ3bsoie6aAIhAOJ3KjbcVDszHDpgcUkF/FN3ZnT0RqX/a4wjBllTL6zi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":255748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcq0TQCRA9TVsSAnZWagAA+bEP/2WOjvpQ7gd4V/uJiDio\ngtFFz8HQaOm/utmjiqrviymzmlR00Qk9YBi0R4wl3agKm29ytDFZt70iaJWc\nl71/KCg8xR18drDRGAET9yc9iq8KsDtJFaI0T2N2N1BbX3yVOKplXUQBq6Vs\nq99Wza3tW6bForUJpyn2Q1V77qCqoVoyWEw4ft8b503cKv3RsllSPtgH5bAI\njfKhDTLNkRbVnADkYLraQHQ+ohEH46f372fpBf6Vnl/G8kcj0OObg+uNu3Qt\nHWIdseFkbHaGMgCQJckuQEpyLmIj8YevcSGUNmJjaonuatlHWrb0Xi/z86QW\nR/8xr0trKhAcixBtXbHZ0R3ZsTI8T5flb9qec5oHB54QCnPQIQj6EewDZvm2\n5/dCjDw3TRltotmZp8aTH5IUQEpJFPd+N2TfkkLzofDsZR5NN1KLaxQUfmRr\nEwnLRYWZS2C+6W4WLOQBYUKjdaYDLSdrlVpnlldX9ye+CHLXU6bRsOMToNdH\ng9fEWf8Xr9hls4A1v2kYS6wG4yZoLIFu2QtSSH17nTsmBM+sdvOUqS8C1/UX\nXSL/b4Glo2xnC561BRh1WU2sMj+yTrymwngCjhW5J+xGQwWXTyX/tK6NrQEt\nYfuTNczhUEROacptsKlc0rMWpwtZoi4tStthaoRDlGfSxCKucA7zogY9FgDr\nppu+\r\n=vEPj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"ab0aed0d938092bfefcd958407ab3033b7b0386e","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.7.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","buble":"^0.19.3","eslint":"^4.19.1","rollup":"^0.56.4","yorkie":"^2.0.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^4.9.0","flow-bin":"^0.66.0","vuepress":"^0.14.1","uglify-js":"^3.3.13","babel-core":"^6.24.1","css-loader":"^0.28.10","nightwatch":"^0.9.20","typescript":"^3.3.1","vue-loader":"^15.2.1","cross-spawn":"^5.0.1","es6-promise":"^4.2.4","lint-staged":"^8.1.0","babel-eslint":"^10.0.1","babel-loader":"^7.1.3","chromedriver":"^2.35.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","babel-preset-env":"^1.6.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.16","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.2","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.1.3","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.3_1554728143395_0.2431587152036372","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"vue-router","version":"3.0.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.4","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"d6023e9db64d0b335771f0316c8bde8956f2d75d","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.4.tgz","fileCount":17,"integrity":"sha512-wjirAFeMR53FFTRIM2ofLKH5BJte6Q9+MUiOj6fLzqhgerjVyQVeMmvgiQDslPJJHSqFfQ559EDvIi0lA1Lr6g==","signatures":[{"sig":"MEQCIGEx7dSwr03/29NbzJ+JM4/vSOGIdFppd2x06ggQlh+CAiA5JS+B6+ud6ifC1Xkyh8ln9LcaFuABPlvxAJn143z/aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsJwMCRA9TVsSAnZWagAAr90P/0nL7VG0uwR6MNYuwEAM\n0JnddkQVGb+7uOu7HjrA7vXtdnG2xg/8NzMYK4V3hoHXM77YZV4ebkUEThdB\nruHelv/0Crs1qsgoQZ+zezZRcnxathzgFEmPwRWUgpJttpHQwE0XmGvjhCw+\nMCuN7HMl0nt6E1sTPhXxHANicuzB/L7IsgDsUS2Lp/c8h3Vn55tSUQ0dkwf7\nriuq9A5QjSlGErwp289y0c4NydRUASuM2Ar8mcvnL5NYbHDxPIPFS6YXN6Az\nnbnAcCtN4wD7kvjH+y1SdmJl5Omt4DmRZCH6lxod6ZS/CWy92+/YSMPEWUHv\n7Oa7G7Suppmbb0WcBfKcBHjhmWJhlNRdoJ4v+Icd8aBYzkVaYi/MGdTSHGIn\nk6O6sDW0OW5abM+GGWqGREo3AIfbOYgCpZl0meEA3Ie+VIj1umJFhFuevhPZ\nfCW/e2PpP2KzQ4vu7qyHEIpqTq53NXRkPleszLJNY8KXi+9Jq1MmggdOLjG1\nvS1ACObeOSi+XxYkNJBYlJlxRKUBqaD1SLR4L1fom7hF1pD+sKLPh/++ZHOg\nTFkVYvBUIwrai1nUbZ4HQ6timFyC5v3VRrr7VNXZSsuPoB0qS9ehincV3l/x\n4SnPrNjAHqwIiIKrF42nl9mtch6GgOFcSEBNWyhbvvpteNgL/FxJdxXUYFhT\nMf2D\r\n=nfXK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"e661041497297926e9f690c04c131d77b07b6084","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.7.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","buble":"^0.19.3","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^3.17.0","yorkie":"^2.0.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^4.9.0","flow-bin":"^0.66.0","vuepress":"^0.14.1","babel-core":"^6.24.1","css-loader":"^0.28.10","nightwatch":"^0.9.20","typescript":"^3.3.1","vue-loader":"^15.2.1","cross-spawn":"^5.0.1","es6-promise":"^4.2.4","lint-staged":"^8.1.0","babel-eslint":"^10.0.1","babel-loader":"^7.1.3","chromedriver":"^2.35.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","babel-preset-env":"^1.6.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.16","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.2","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.1.3","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.4_1555078155657_0.3495605122290699","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"vue-router","version":"3.0.5","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.5","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"24636923c7f1a62da3a577cf75a058f9fa328581","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.5.tgz","fileCount":17,"integrity":"sha512-DGU+7+eeiSq/oNZ6epA/rcNkAd0m2+uugR5i4Eh4KBvclUmorvNJ6iForYjQkgvKi9GdamybaMpl85eDgxM2eQ==","signatures":[{"sig":"MEYCIQDqkABMrfWz2d0VotAImqxsglsmFYcW36F4COnuHN+vcQIhAKiNAcTUXGZyinnnfc4mBiGL8vd5v3DEaSxcUe4Mwnhx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":349939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctGVLCRA9TVsSAnZWagAA420P/3LoA0NaxmF99YOUzlFo\nRavHMjEJkA/VITMJeaEOJUjbiwKqDuSYjc6JgsIkpSZBasqq7IWUvsF2T7Cm\nSdCFWwFbMeouWGI6OYBp+z1TyRJigWZ95c1dTJPpPmrqOj/m9KAK/p4viM8R\nRalSqxMzHrrNXrPHz0cUIrgZ4OgeqdHAcMqpp7L+ODRJtlYyeusbMXJ90n78\nG5yvo3SydGYFey6f4x2IdDownqcWUenQpjp+dMFkH2nU/mvxBckStkzryDL4\nK6U4EKag9pwSoFeCR5nlF5iuK6idhQzZWDAaFHrrvXovtRbMC8144rOQaKOd\n/AnsEj20wFJDK0apryxfgoXWWtmOR9heWC/lN/Idiyi6MraLjkzOImjgDIYh\nkiGy4RsW0VXKNyQCnMZLIHG+sqMwRAU1SipOxN/JZcCwzAB17yHS5EgQsYo+\noEwnRolr1FwYJdav2XB8SNwUWV70mzlbIYUBdMri2yQrmrohD6YWOVpwy9yK\nKSBxS0RwM4DlZhjlKu4pDKBShmbFGz/vN8f1Uzk6aptVqxAzEFDTxxOiZLKl\nsp6nLaAeEZdAV+zR9zKcEfdDE8blTU4Sx0IrVdMVBrj+apupYCPlIblT+K57\ngNL1hvaEXSmpB5oR/pIPV5ql7MEYdzrK5KE0NixSbwC0xOpGx5UjeCXOS8I/\ntBNR\r\n=n2Ld\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"725453c74a536e35530bd72ddd453c950a49d113","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 1 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.7.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","buble":"^0.19.3","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^3.17.0","yorkie":"^2.0.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^4.9.0","flow-bin":"^0.66.0","vuepress":"^0.14.1","babel-core":"^6.24.1","css-loader":"^0.28.10","nightwatch":"^0.9.20","typescript":"^3.3.1","vue-loader":"^15.2.1","cross-spawn":"^5.0.1","es6-promise":"^4.2.4","lint-staged":"^8.1.0","babel-eslint":"^10.0.1","babel-loader":"^7.1.3","chromedriver":"^2.35.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","babel-preset-env":"^1.6.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.16","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.2","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.1.3","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.5_1555326282855_0.6387179443161433","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"vue-router","version":"3.0.6","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.6","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"2e4f0f9cbb0b96d0205ab2690cfe588935136ac3","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz","fileCount":17,"integrity":"sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw==","signatures":[{"sig":"MEUCIQDX35lAGhXY/P+oXpgYHFJud3ftrSYjGuIPaHeB7UJ0CwIgbX+BT6m5MWXfCzG22P8YS/mF9llrH/SQijzEBUtcPOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":351103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctu30CRA9TVsSAnZWagAASwMP/i7Su9bEd20qLR/d7gvm\nJMskIO37zRl1W01lvSRJZJvzD1zmyHtk3Fnp4FGDdsaq4qh3Z2KYjGz4QeTg\nV/W669iUD5fnW1wgcQPvOS2NB55eSobzJYziRxc+2lEd2ELOtnLxQyUSxb4Y\n6MborqVTSaEgxp8BF0iZGIF/Zxat+Uxe5CZ7LH+atYf+3ThXGiDeOdgWdUR6\nIO/b8AC+XqFbTV5U+zIjWs9WpVX26h5xSi62uKfLOZ3nH+yv1Db6b2AQqSk9\nAIsO7It1ZrFpbbV8n+lZAK+omvgR4AOEZAqjmq8mO4SP1P/M2bwA98UMDQvL\nDN4+BLSlwkGnlCqJNMEje4wLm+A0cAP5pnwfC/6ckigmweYsn1PneNY6dIGS\neD9DBN4BLmiT+vwri/o98hFSAyZlUM88SvBzjMnDjP+8Oe0gqaTQJoOs386r\nOJwVJ4qf3E9QHe5IJEk3qVhCBhSAt7haBA142jSpbbwqqV5snspXhmgcFwWH\nP9bh92ByeadwFJ19rrck9mJKdpWuaCJyN7gFJ20MM7yHShaft3Vk3oh/uonJ\ntwhdAXnShL0R3/44f3BbMJEF518xXgyjy/ANXa/U5dh4kGGd1DZigBeklsdR\nj41VUIuO0eil9YgPq1m5aoNKK18yVfkLrdsZTgF1h1WHIy4J6CziZvCXWsWo\nPCEv\r\n=oOmV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"e76597104e90d2f24fc5476eff31088421e2be31","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 1 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.7.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","buble":"^0.19.3","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^3.17.0","yorkie":"^2.0.0","express":"^4.16.2","jasmine":"2.8.0","webpack":"^4.9.0","flow-bin":"^0.66.0","vuepress":"^0.14.1","babel-core":"^6.24.1","css-loader":"^0.28.10","nightwatch":"^0.9.20","typescript":"^3.3.1","vue-loader":"^15.2.1","cross-spawn":"^5.0.1","es6-promise":"^4.2.4","lint-staged":"^8.1.0","babel-eslint":"^10.0.1","babel-loader":"^7.1.3","chromedriver":"^2.35.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^2.53.1","babel-preset-env":"^1.6.1","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","phantomjs-prebuilt":"^2.1.16","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.2","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.1.3","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.6_1555492340151_0.24829545638434847","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"vue-router","version":"3.0.7","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.0.7","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"b36ca107b4acb8ff5bc4ff824584059c23fcb87b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.0.7.tgz","fileCount":17,"integrity":"sha512-utJ+QR3YlIC/6x6xq17UMXeAfxEvXA0VKD3PiSio7hBOZNusA1jXcbxZxVEfJunLp48oonjTepY8ORoIlRx/EQ==","signatures":[{"sig":"MEYCIQCY+VW3uOrk2im7BdQR5h+nFvRZc64t9Ox0ZHbGpCKWDwIhAMG8YZcG8fAXThc+q+M0TdMRz+qi9f42WFjGYF/Ix8BP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":353250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHLuqCRA9TVsSAnZWagAAo70P/jY4ESZV+XYU3Ayj+5bp\n1LU3jrPQSa4eSFgy5ANsI32w6sCwjzqFA/V5NPfmbHK2Ijb9jOMlPlb/WoC2\ncZVTzlWgHrql43WQtEJCDo5onjxeYE8izpw4dX/pQe+N5bQ3zgHhrlUwhyGF\n8WVyoXjkj9I6CmuJtJBzhiy+aaaUDOECBgDOzHLcjnwox5IoRVVVqbV40f7I\nm6fPKMHBdt039lKhXl6atAAid6AdSYrYepLzRo6s1eGYl5bup/8YFB//TZvn\nwotxEGyBUzE/Sq0Qh1StOJD81gIby+Gi3MZUy6ykJ/FqOpUAzLM8669C8KHW\npUYhtVavNZpsQtv6BnQ6sMa4v32KvyK9p3UBOoxvm8CS6+3RCLjzjJlBnePf\nYsV0ihVC7eOpFBqYEyPknfaoL9PEO62LTe+c9nwPhH0qZF0Cb0p+/PPwE7HI\nPYAyJnw7Xx9ftIX4WYuyaV9jzlTDu+3d95hKvQ7ErOlq+MocIzNw0bI87vWZ\nDo1wzN06QcuybrJBxH+fIDpH2Ui/OEEOB4am5fVTiZ0aKba+Nehn48HjYxPs\niBRFhD8CVt9u8AgHNHfczNhmrBu0tgbWyKWxmRMH2W3/mCvx9Hoo9RaQ6mLD\nDzFNLZQiI2hRcghbHIGeVho1xPh/Y+MOeeobSGrwtdU5bX+c0ILgIDFmh4Cs\ndD7Y\r\n=KQZt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"f69b2c158e67cfca39dbf4ba7b0fe2299e89c88a","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 1 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.4.1","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.15.3","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^4.0.2","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^74.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.0.7_1562164137867_0.1811674587185701","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"vue-router","version":"3.1.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.0","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"e193d2de7abff75fd793a038a92bdb399259327c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.0.tgz","fileCount":17,"integrity":"sha512-i1jCgNtJeRqIXPz91BAZ9/eSnqiQjJHXIToOmeqBtKLSqt4Ok8vzBhVJ/pd/nDDX4wQ5OfVXRn9BaCkI19nZsA==","signatures":[{"sig":"MEUCIQDcB9sVbBB0ZNVS81p5NULIqNPB7wSWLlApUsxi6H2EcQIgGLXfjYmLBa+EE5f+EWaMy6rb6a0KuqUUmj9UIYqB2/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSUMLCRA9TVsSAnZWagAA/FEQAKCLApwfH/Y7joPniich\n+G7m+3cdtXp6f5tjmkyMEYRRvYxbCMO7yUOTdOKCmMpZTjaRx8qCnVLKjAZX\nlPBX+l/srmL0yaHBRhMMU/SdHRfSjl6huetdK7etTW9uNntiJ99wyRB761+q\nk52KP57cXqVdH4iEfxP5UlTv801j2PmyVppKPmY6c+0sVX5cBYI1yn3ysaTn\nJ66/IYRkgqZ13QwcW8xI/X9HrOBRqsawif9T3udixsZJXFkg0QEOL5GO/w7f\nCRSaoRxs4KDxyTFBoC+zGtNBQ0V8qZ7y8WmgdlXpyFXSFNHCu3IqDF15hWM3\n/txj37i85NSTbk1AUvFmeivDmcUfIADVrqTdVJkyPVdka5tdd3g9InjH0e9Z\nyZCf5R/jy/8x49O1ABQ8xiTve5MfMpgc3wQXFASp7Q/WbBOPijc0RClmnaP7\nq38OIAPV8oPUU9kMC4AnaIVh6gS1SFbZYBcxhKnk5ze7xBxejw7cJQnCWFgd\nyc/hWvijbd2Ix0ap6SmCLIC8tMaalYfiqj2i8cR0PXadIYT0eIDkncHev9KZ\nT+tEKayxvcUx2EkOLLpncnAa6/NZgNXIMNNGXfB+qqOvwwZgsZeeqtXnRYc4\nFM7NBVDQ6Q8ZVUgXNcao4nriuGtisqmPhUsX9QcqHCZVD0y77484RF3Cc9L6\nUVD2\r\n=sY07\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"55aa93a3a85bb57324b238b2d7d05ee52935e9ab","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^4.0.2","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^76.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.0_1565082378701_0.9351064658918622","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"vue-router","version":"3.1.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.1","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"0893c29548ba2dbe35ed104dcd1aa06743aa0ead","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.1.tgz","fileCount":17,"integrity":"sha512-RAFCIQjs4gbDV7YNH44c1GT0jXSTFvNhKh3o0xiA/UWI1EM7Eriv45n8kM+R8NZ58wXEGtKVaDVBlrXJBuM/Bg==","signatures":[{"sig":"MEUCIQDxpkkxITn1d/L+fn5Pe4dNhbx1q2aWoxdFo2kS2pREKQIgCINLa6tuRoZem2IJocMBTS8FZX2m5bYvxC13CQmP4Wo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSYB5CRA9TVsSAnZWagAA9UUP/ix0uk1kMcQjtZFzHodK\ndScPo21qTatJY0jJjqlpiE13O/BH8cIul7yhCHoHumG/9P+qAW5hSqeraoJh\nMsM4Fj17HjLNyAtoX7rBV7JR2dMRK/+M71I8daHboZsy4aTjwGaK5jWVuVxx\nEBE7mEbNtwto3NnnQeAOzUXThBywxnDzW8VvLPvTX1wBw6V1QE/XZ4Iqaarg\nIHcvrTAUJh7fPHJcH3FGj3B6DzWFDsOKH1ICbtf984QZ5tNaad7YClnzKjjS\ndc+RhJ8zyZNpVuWqZOn6KuyENsw1zroMqwop4ozogDbvlkbKcMT7Wk3pvKg6\nLVG3T345z8/WEI567yixR2IsB2n0PfdsPFTVzsZiGHK24GJ2Nb6BgsHRO9RI\nkXgM5YPdR2O4XGhvmUnETOGJGtu+tlmpoT0btt9X2io0nfKXRzLlAEqLDClq\nds67Yei395ibkHnZLf8fP2mwuOgkRSK2E97+tHArY6zSxyQSMde89hw39+IV\nblCKelDongeq8UJWZ4O7ryEgC4aRh/PXr90x4QSt9cnhG/bux1hioLumbxqX\nlWJujm1MlqcVjlrgDYeaVB61PBcGIDMUQVYd7QJpBtJ7vFua6xMgyaP0yFS1\nRm1IfYyaEmVzl6ZwLQpy2wBRgoheZYULcnmL1LciQEGRjJ90bMUXYOmciwmn\nRp1i\r\n=r2bc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"ff8abe01231d22a25ce36f9da90b94649cf8ddf1","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^4.0.2","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^76.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.1_1565098104379_0.5725754372650875","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"vue-router","version":"3.1.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"2e0904703545dabdd42b2b7a2e617f02f99a1969","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.2.tgz","fileCount":17,"integrity":"sha512-WssQEHSEvIS1/CI4CO2T8LJdoK4Q9Ngox28K7FDNMTfzNTk2WS5D0dDlqYCaPG+AG4Z8wJkn1KrBc7AhspZJUQ==","signatures":[{"sig":"MEUCIBy+CwneqzBUj6iKhG6zS/u+XA33Bq0OZ+sYogkZDUcdAiEAg4Cx1EAutRlKg+h6GS7MCH15jzTqvQXbii3CmflRM7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTCgDCRA9TVsSAnZWagAASOcP/3b5Fh58t65P/bqJ/jdq\nQZXNX/CLvxb6oVBStoE8qTvD+evdTCa2hUf7wC7cjVpMp9cyJtrUKGg4a0sE\nZ02TnrMTgyagTPc7WVDMjlT0xL+p6kswro4O18KfwQdQvpogizAr/ZT4xRdr\ngmhXwMdpMri6C54mSoWRabhqArX3B7L6Kw8sHIbpAQCMkl/qrHlBKdJvaAjT\nr4Cmb0S/W9P/5JhghsLUpDFSnZmNhfcCfXzZGpeNjsdNXWDZRBz47eaitojw\nd3xc6zpfjJR/f9+6JtzmU234AdbDyXJ1i8DlChTQCd7QTAcT4yriKzcS6gAw\n48/TWTvW1Jw8VAf5+JKRYN7+hq+1oiYc6pa780SAPidAvkNt5xZDGHOv/YuD\nVa+ML/5+CeYP9oPGWrZGqSsgFa5X3A7Z1Ni/S1OwcFAEohVcNPjKmfE3YoLD\nMJ+vxiydr1stQ+nrVLm/qVZ31fd7oBqJOh7QEhxRfOzyRdXxN/AmUdTaml76\nGvxYYwUwmWN7rF71IvYodbXssxd8a0JzidAdQxNOS2qM9daojqGz3tpvLmvV\nD0fCxMt55YEffhpc2Xx7ZSQkWejAHXdKmpC7UnzKwQAOj+uuGDJF4E2ROYDx\nwStSGiS+Ju5boNTFE6+HXQ9QybwPej+0BdsSnkzhMHsEOlCo0h05tHwKbx5V\naotN\r\n=JGxr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"5141def3a21da479c2858c0d70db3cb438c3b7d0","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src test examples","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^0.56.4","terser":"^4.0.2","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^76.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^9.0.0","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^3.0.3","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.2_1565272066946_0.033801935860582555","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"vue-router","version":"3.1.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.3.tgz","fileCount":17,"integrity":"sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ==","signatures":[{"sig":"MEUCIQDNx7cWGhtBSY9IL1HeA7CWdRtA5bBWxaRrRCLK/yNQfwIgKWe79xC1EvdjlK6oMz3mXRvAHvr8sVXUQBwCGVeFXZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":387509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaSD1CRA9TVsSAnZWagAA2yEP/0d9YZw93adistqsdip9\n+jFRtC8/OgXzp/eZoxYoKucot62lKNqkNEkj1IHNoz7zO+IwiE6fQANnW/FS\nuUNHXlV+zDMLngtxbFzSh2Bzb02Rst0+wrJsDsZea974nuAIuvTgAPU9nrxi\nFR1Ny7dzocuu/1/fgnrTXM1W/4ZuI/8jrREGTBEuvS7xZuiwIAofxXaSeG+U\n9XK2doDniYE+5aMpMgDYjMLRyzX4jj07HQ9vZ9tccPBi47d7t2/qMMBDPFKM\n2tgTNgnmVIX9T/oF0J4asWp2cGxhfvSpdiCMi+qo5bZBS0tuZ4CwZE7at/dk\n1sRMPNVayg8fkHp03y9eU4HoV2ifR8MNKuCUjS1V+gEeZLRExH/pG3uPF6yw\n7XyGgYC7qJxl6nI1hvTXImX83Jo3qkZekqtO8W2NuyDeBWAHgKY/jIP1o060\nThPNAlQaTLRlukPROK0IzSOeYDXZHGA748jVqXMG6nwjm+q7tZJXLl8lteaP\nZ0iYFDKPeci90pFBUuq1RxMCFYriSB8+tiSU4Ci6PVJ+mttmjXD2+eBhVGuD\nubTIvvIvZpDJjYgNDw9+pFFr77zsn7RLqSlK5spFI9MxO+nnouRI/StSdima\nYGXUacP1WASktq5TcmsplmBABLkvpr5h/uXQG145Wf6RNNwSoelgzFFOkdCM\noEaH\r\n=OMC8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"c8d3d6b41d889e6ba7994b38b9b283013df14d18","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^76.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.3_1567170804506_0.6050317305071213","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"vue-router","version":"3.1.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.4","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"98a6a4dd38fca0db3b9f3c04bfbd008a3b6d958d","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.4.tgz","fileCount":37,"integrity":"sha512-pX2BGvZg5/MOXbJoYsRppoZM+0B4LSszvIXQvLPZ7govbgbBorYQ4JHx99lDTjzEBkbTyKfRG+ru1VCnMuVcUg==","signatures":[{"sig":"MEUCIEziRCMcrfXngcLxEr8tnguakXbPO6yxm6lwrMl2DiErAiEAlWzGxtYAUdBtgh/7xRgrAedKcUXN1zGhpeZQzVWorn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":436942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHaFcCRA9TVsSAnZWagAA5BMP/RoH09GozT+O0Aw9rbIi\nWbbs3c4BI29KHQWPg3tUGGjCXeQvqf0hQ7DBcQ9QxBBrQO/g9OwV1nVijvWE\n1cJ2giBeoH1ghejftySI9c1hKN+QexRQIb14MMfXMSNtms+VrnUFXiP49YI+\nOlVVXrz42Q9KIIARXftG34xlqpC4dMLEGvwV333BzRk6ayhQpjgjpnjJX1ej\njC3M6VmbTA0gAOfT4RMSUPoI/eYtf5AMF7JF98n2+wyc+LPjnd9C42RLtTs3\nxwoUSkzms2RfLvDmom12ufJDvlUAZv/8bJ77eIwbwseeJDVJilN1tAx+HSNO\nBsCH+QbvtekPtN8SzHiHcDHsKq7ltRqBA1c4rqqMM9IIu4NBi5iTUza8CUkj\naTh0M8FF4MyqL/2US/lloZkf/mvQNM+jtJl+q+nQm191uexsz1H74DfLTHxG\n3MQh8wAtbfx9cQ1HC+HsaGAgUiXByToGZfhzrlA+Tt/4MDhqQM+DWLFCiupQ\nAVUYwkGRp1i7/JNea9QrDPzkAnCPK1eiq25oSw+MVGPR6lJ6UmWS2szsdWm2\nbPAT4c2LAAuQWHm/YeGaUl1q+DQ0Y9xiAuJKRXmmzttdHgomhcd+48j+kFF2\nvC9iCRj+MNDbpYTO9dNrICdbw8XFmp0TEIo3DwYeT3BpPMfHt7kq82jFQzjs\nd7Wd\r\n=U0mR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"d4894b2ffddcd8c1d4e3e4f263b03484755e39cc","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^76.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.4_1579000156195_0.9542682709378885","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"vue-router","version":"3.1.5","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.5","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ff29b8a1e1306c526b52d4dc0532109f16c41231","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.5.tgz","fileCount":37,"integrity":"sha512-BszkPvhl7I9h334GjckCh7sVFyjTPMMJFJ4Bsrem/Ik+B/9gt5tgrk8k4gGLO4ZpdvciVdg7O41gW4DisQWurg==","signatures":[{"sig":"MEYCIQD/XaTKxk2tC9eiCfALMdtj9QMeGL5QSjEDAkzklp6Q1wIhAPN/PJSsqXJJqhCQfR7wR6YTIdXAQB2YywgXfqZKDn3v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":441837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHwjECRA9TVsSAnZWagAAEakP/R9NUMd0jquP2AUepXPD\nvJOVwO8ynFRQfpLLLS0ZHo8htewx0SuQWZmA9/PuVKRqc35oM0W8mBEbKSel\nLQIpFWFyd/b8nvSDRai0SmxqK/X7yCqW1XuR0mHNT1lJFLSl1oYZBXDgMGl7\nQS9HbKmWDgCiNwiTHi0mggfjqamOUtfWTActrYURuPfAJsv4m6UxTIS+SlgX\nF7cAWzG0ljO2L3oUbUXR+G/ND1dYK6GYm/ZfOJCqB88RHYMHXSq3s0T0qr2r\nhRVIZi5bF0V0G/7El3JLXNL1cxvXH0fj0gHTwIWCoNnrozsqF5Wawu7bFvwg\nuEL9ijyCYSnx8q8HdIz5ILhKPSFXIa5G2CFEah/VJakCMpncp37a61tjVneB\n1Mz+RZ+XsxuS2VPVi+Dbpd5vBTe9ig6k6JSj0uif72mwCILmRSSYHWGSFwl4\nhkPe5emmddfSrYS99GgSJJ7mtR5WASkhpSU0OkBytmS54bGgaKWfEh0SWQUB\nNNhMKXzLfYu2bdofySJ1eOvRqexAYlsjHxHcq3gxFG5P8UxIOn/973MK7XNO\nxTB9hvMEBgRR6zBNcOg7PkpEqJQd2rFCiqhD7ywDl+XqQ1NpffwXQ/2/8KMq\nx60WyEMf2COXFMR8JWnwSTE8i8eVK5SYKwT6rvyxBu5B0KyRDLHigkoYsH7r\nVK7s\r\n=Ru1l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"256cf3edfc126411febe4573d427949d273a38b8","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.10.2","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"10.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^79.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.5_1579092164201_0.7787048416482703","host":"s3://npm-registry-packages"}},"4.0.0-alpha.0":{"name":"vue-router","version":"4.0.0-alpha.0","license":"MIT","_id":"vue-router@4.0.0-alpha.0","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"d6af8c3ed12d94c60a380691b289b1fc430c40e6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.0.tgz","fileCount":156,"integrity":"sha512-Twye5x3COQy0Czo12Jrv7fHA5aez+Z4drVck5JP5UpVAOxCFb3TQYkWlyqssnRgbZnJiHXRTt1PEV8TI8vCquQ==","signatures":[{"sig":"MEUCIQDZ+AB/dvzuQtD8eNjatYoZMlRlOve23AHYtOn3bW/zJAIgJ/nPWr+c/tL0evpUzNzEXnAjmsybY56DSJTLuxnoBRA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":576818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT+2lCRA9TVsSAnZWagAA7ogP/2ej6RW0ZIMaJP7jGSG1\nkG5bejJw3fXwOsZprbhbTq8/vr4ub9T+Zcc89qQ5M/d16jxfcxwiPHnuSVwS\nX6NSHS8Y33orI3lNkz/3gUXjcc+8WrkQpCG7piFRSjxFMVd/rZ/IQAmx7RBu\nrahUUDtKCspMHgkDUcbhs8OVvrJlcHM1RCrQNQoDm4PZy/Esh+PqDwFKuRe0\ngychS/RHoDI4d6RiNnK+qwu6rS6cvAA5CSUrBzTNHpvctZAcWs6wnH1pJm/V\nAl0mjeiSbXaIAcukdi+cSOEigCZ+zOupx8ROZDqNUXdUSHeJRikqWC3gUdMS\nHHUq2TBSsymabSgL7JzhKJZepJWJ+PQpWB1GgNPjXgRHxzOvcoTE0Xq536qi\n4h6r3EMn9Hpvj019hzKSIgXKFkjuOYBFW4D2H4orE3epSLOSTuWGae1lwRT7\nODH+/hThZZliOSxlDmML2Sn3n3IkU7okeE+bhhYfAFndaTTuwxPVT9DnWjLh\nJ1w+ENP6pPkDS3B802gs++F5Hpusv0ALHfnHN/4bxZW3JTfwLIy3RmjUhUjo\nqt4sswRdr8q0hAdWditykRAFihniNqGuZqV8XfopbscziseN5wXmLyoCwBaU\nr4aDa1S9cxuaQESt4ALzWFjykSo8EAzRfkfC/YDIA0gnc9z+cpykq3iwyZdP\n53ob\r\n=8ktD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/src/index.d.ts","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn build","build":"yarn rollup -c rollup.config.js","lint:fix":"yarn run lint --write","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","dev:examples":"webpack-dev-server --mode=development --config examples/webpack.config.js","prepublishOnly":"yarn run build","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.0.0-alpha.4","jest":"^25.1.0","axios":"^0.19.2","dotenv":"^8.2.0","rollup":"^1.31.1","codecov":"^3.6.5","ts-jest":"^25.0.0","ts-node":"^8.6.2","webpack":"^4.41.6","prettier":"^1.19.1","ts-loader":"^6.2.1","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.7.5","vue-loader":"next","@types/jest":"^25.1.2","webpack-cli":"^3.3.11","@types/jsdom":"^16.1.0","chromedriver":"^80.0.1","style-loader":"^1.1.3","faked-promise":"^2.2.2","@types/webpack":"^4.41.6","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.4","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^3.2.0","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.2.0","@rollup/plugin-replace":"^2.3.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-typescript2":"^0.26.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.4"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.0_1582296485389_0.06059745233852598","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"vue-router","version":"3.1.6","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.1.6","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"45f5a3a3843e31702c061dd829393554e4328f89","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.1.6.tgz","fileCount":37,"integrity":"sha512-GYhn2ynaZlysZMkFE5oCHRUTqE8BWs/a9YbKpNLi0i7xD6KG1EzDqpHQmv1F5gXjr8kL5iIVS8EOtRaVUEXTqA==","signatures":[{"sig":"MEUCID7We/I8jkjVUPCr+Im9rqNjQQLAN29qYzcdJAG3zTLqAiEAmA6Ny5/eNTvhwsCKa00kKeiBSQ5zB+il5AFi8IASqMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":444025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVjxxCRA9TVsSAnZWagAApbIP/3fnRfF+It4sFlV0PGdb\n4MNJLZMs6GTfbn2VZZURT3dEGaBZ208FESknj8PdeQW8BVYl0FyU+aiskPgX\nqF1kQjMTwhx6D6JORE+4KH6VA7hiQSZHaj4TgOVu2135s9VW064+1ZuJenp7\nnKHwGgW8SaTPfoWsj8OEWvHe88vCj0haKDwwywG5isacgDIOXevFQa2vyzNf\n3wMofowtCSI+EWxzADi+fcFJzgmBvmPdIi64uVcKVredUrY8A/eZ29+hzx8j\nA6qHto4XPfdWiSVTRt6GRCzuQzf5YP2KAhNGTYXa72lr3+o9q+i5ZKGrnnPP\nRow2hCGTSsJMeGQzVqEw0taCaHIrqvrghmb3/AAdE8lJkrn4XaMrpXZAu6M+\na6jGedc1Tmk+YDQRnU8tS84L4Q82xHH+R405JwZAidJYIsAxB+e9KN3CowP5\nzCUXQsFwtT7Vq2c1qRa/Wlouxw+ZIcsVFA7mJ/wNS6Qx0C+Q+YTzOG02KTYs\nU8hBLanv5ZjdyOD7rBH5MeZ0tItXc8pURXlIW2uyAtKGabMDG5iTWS19r5uK\nKRsUKW0zCLxVvf1qy1oKST/iHtqho2gmZhj7IBdqsZx4W1DnFebbiC+9qBs+\negT/bYlTSRRn4iYHdiDtVhwb3doX7Xq5HCzNTWBNC8sc2BIMxPyss07YwDMb\nOtDd\r\n=Gbsv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"39d46b254bd8130464626539e7b73b4cc760241b","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.14.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.1.13","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^79.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.7.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.1.6_1582709873119_0.13701334509007168","host":"s3://npm-registry-packages"}},"4.0.0-alpha.1":{"name":"vue-router","version":"4.0.0-alpha.1","license":"MIT","_id":"vue-router@4.0.0-alpha.1","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"b207494794a5db08f1d1cdc3e82cddd1c489d11e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.1.tgz","fileCount":95,"integrity":"sha512-QX0b7pO2yIBDeoCuBZ4UYr1sjAktlrs2v5cic/+GFDy6MMhmbVx5GEGZPpa5WzbNKE+6uky3aUHPZAVvVa5mgw==","signatures":[{"sig":"MEQCIGaVLRyWxxJc9JQ9W2g+SDax1An05GxhafOYehbbCMuAAiBEsyd6ws2fkWbrHjy3tMY16mSyMKheJEqREtc7qgfqMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":383790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVqUHCRA9TVsSAnZWagAAApoQAKRI8jowVeSSib+d9sez\nvEdHTf257vBgiES3zeiEf3QMiuQUoRge5jgng1KizNaV5a/vXIZrAJq8XmZ+\nC2IbNUrOoA8Sa559GZy2w1do5BmOnfBwxSmgEo9viTa4anRasVkyyG91VLCo\nCz59/hcEHp9sckvOW+TuV16HGlWiJEVygY61zCGclzxZb6F0koaz30T3JrBy\nmT+Esaq+UP74wpAuNcJOp9R6H/vDed43RGWXc5hp+zgWoqiChMFF5Qlfy5in\nTq4cAHyB/CNQ9WAWQUN8CdT5tjJVM2nETeFBFsc4VWygD+5+7OWlMXqjWgO+\nEs2GE32Mg6Rxphk+Pnj+iX0oLOZ5zU9Giv3kmqwnCy86LVlw0GlrgHCBUMgy\nuavOZI0qAlGpu2/2jWd6ENinfX1okODI5BqOK3fqqhjg7KTAbpT3/VQ8HmEB\nIHjfDSA8ptq8DufeCzZf/u57V5s5/Ki3iJs6T2R/RK9boSh5+G5RnG6B9ZMW\nv0HY8PKG62f2ckWNAFuzT0imS8m9Y+7lurNbJYA8nmsSnEi0H9i0QA30nJsW\nI/oVqaMgYvjWtMLWiQ684oSk6/KGvmEgC80VaqLZ8G5L8o4vIGvJ8XIfWyyD\njqFO8Jj8P10DNev7WSojoQd6LafOuxexsW10CzpFmKQnGLlODYm0l1z6FV+V\n3l3e\r\n=PUNn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/src/index.d.ts","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn build","build":"yarn rollup -c rollup.config.js","lint:fix":"yarn run lint --write","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","dev:examples":"webpack-dev-server --mode=development --config examples/webpack.config.js","prepublishOnly":"yarn run build","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"next","jest":"^25.1.0","axios":"^0.19.2","dotenv":"^8.2.0","rollup":"^1.31.1","codecov":"^3.6.5","ts-jest":"^25.2.1","ts-node":"^8.6.2","webpack":"^4.41.6","prettier":"^1.19.1","ts-loader":"^6.2.1","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.8.2","vue-loader":"next","@types/jest":"^25.1.3","webpack-cli":"^3.3.11","@types/jsdom":"^16.1.0","chromedriver":"^80.0.1","style-loader":"^1.1.3","faked-promise":"^2.2.2","@types/webpack":"^4.41.6","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.6","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^3.2.0","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.2.0","@rollup/plugin-replace":"^2.3.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-typescript2":"^0.26.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.6"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.1_1582736646989_0.504980355118291","host":"s3://npm-registry-packages"}},"4.0.0-alpha.2":{"name":"vue-router","version":"4.0.0-alpha.2","license":"MIT","_id":"vue-router@4.0.0-alpha.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"0eb47f4dbef74d9874ab206a52dc8c391293c24b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.2.tgz","fileCount":36,"integrity":"sha512-zPJMWTz4wrhRF+4YLCQvRjBB0xiJhxFstSLZlAfgQKav49VQ5QA9HMz/iEMUfvSD26ImUb6EG04xbGLnh9wTUg==","signatures":[{"sig":"MEUCIQCX0BEuDoElrnEcPs0pg0f5Koz1MGRCkn0fw1+2aSYPAAIgZKPTstktTG7pZYd3COAGQcZKnsw/hLs4RkZm/UHjd/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":486178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebQRYCRA9TVsSAnZWagAAFcwQAJCEmMh3zp19HxZwKXQZ\nck42DsaEVfAPzMOlY8Fbyx4sRruJQBEB63iMg57muD15Vxxm7NJdxUFeGT0S\nVkLeTYDzVbF+G0AfRiEb9wevoF5SnRHWPR5QSb6e3qqVzA0Gq3gAGI1o/t2b\n9SamsnJMTrnIDgYNHteUSeZKyt0wzEWY2188MY/3/0fqeuj15VNmpkw/YBTW\nqydYwvEDsaRP1rI5oKUA6/454DZhynJ7dFyo0lrazB/JpgIHERXJJRZBmJMO\nltopmB6npNSfSv13BcVGexeFNe8YlykAvjTvH+GPlP/3B4oG8ZgbOH0VkIA4\nFpMWMkHGpnoPPiMVotFwSdectrlS73ExETRYuYSqgjQ46uEX7XNK1kfZ2n/u\nRVi7HKd5ahugRaWNT1AiQSgccPcexkIVO9QQ5CfjvIO5V04NTRz9srCItGbG\n/SO4Mnbx3Yb0MjisD/Nm2DWrzjo9tFMn/xt9ztD0Xd2Na88EQl0cvnxYu8Nm\nkFsnrrs5vbUNfdPsHZZeI7rtEby4qpsWrJJ/4i1wZ5yZo3yjn2Af/9mQigFD\ng0yhF6B8etNGt6xCCrNPUEl9FwbU5QY6UsOEymW4cZwqPTnY26dkRQ5MzCn1\n5XC6zcmLphiu1tNJqV7VgETYYEJt1n6FTzxUnbeSEunjGT9kwtPLnC7u10Fn\nHcbY\r\n=T1dd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn build","build":"yarn rollup -c rollup.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","build:dts":"yarn rollup -c rollup.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 2","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","dev:examples":"webpack-dev-server --mode=development --config examples/webpack.config.js","prepublishOnly":"yarn run build && yarn run build:dts","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"next","jest":"^25.1.0","axios":"^0.19.2","dotenv":"^8.2.0","rollup":"^2.0.6","codecov":"^3.6.5","ts-jest":"^25.2.1","ts-node":"^8.6.2","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^6.2.1","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"next","@types/jest":"^25.1.3","webpack-cli":"^3.3.11","@types/jsdom":"^16.1.0","chromedriver":"^80.0.1","style-loader":"^1.1.3","faked-promise":"^2.2.2","@types/webpack":"^4.41.7","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.8","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^3.2.0","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","rollup-plugin-commonjs":"^10.1.0","@microsoft/api-extractor":"^7.7.8","rollup-plugin-typescript2":"^0.26.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.6"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.2_1584202840147_0.46436764203693537","host":"s3://npm-registry-packages"}},"4.0.0-alpha.3":{"name":"vue-router","version":"4.0.0-alpha.3","license":"MIT","_id":"vue-router@4.0.0-alpha.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"f2c341132981c25c4c218e289447b55078cb4445","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.3.tgz","fileCount":31,"integrity":"sha512-eaR9ZTbEIr/GkkScpTZRAcdoxxMTShvGe8OG8JJvMl7khzrpYPgUuat3I3gImHxSh3UWPshEdb+BmWhfbSIrow==","signatures":[{"sig":"MEUCIQCrL1edthFi8hIpNUe+EyNJ6+aE9OooRE16wKJ4a7flMQIgUDHeZCnvckVwLEFabCVoCw3Xjr8Bqr16ik5KpgqZC24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":385284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebQV2CRA9TVsSAnZWagAAid0P/Ann+rvZPSS3XEj36ypx\n3v13fXEq/FHdelKqESL7bfm4QJu5LrZm22Hc9sb6uGuk1/rY05bMHvzrxEUc\nIBzGfAPMCJOsYq/NFkIlrI1PxEk1aSJ9//Ywaqyw9luRpsegGKLzQZSOEpL6\n4qf08ro6ay5Z63TMl0rwT6X9D+Yyya10tzjni0ZdWoiQLg7c7jFoQXfqP6ma\nMfOQqA3ASf4ZObgKnNs0g0ZGlqOXv0t4vpQ3bgyKkfa69mpywqc16LN16AiH\nhRn9ujES9GLVlMas36SiZdkSmZlP9k+mmobzKOlASagzovGSeZV0/3vkh80M\n0nVLGR8jtOAvOnsAx8dzjRyPzEKuiXfiXWC5fpfas/e3Ja38YnqaoCyJlJW3\nfs3tXW0stT9mKrMZZoDviXXz0OUlge1MvalaxXRg6FfBZ0hrKCJ5xoaPspge\nksn+2NI1uvQzZfBCpKuecDQTTEayd8DrPAV4tmwid8iVgdD0KHfgluX8Au/h\nthlYRASdmKWj4iGwSAZh4esX/ag43utuSvO3jH86x3ENtMH0oqQ3ev1jmqVC\nfQIBRJ+30VPdoBdKoZ7vnyR0KajIfWG6sCwamRxZldlNHMXhrgWtEJlg3vF9\nECdUiMrseh0wNuJCNt1xorM22z4o1e6lSKl9irOYg19/2a3kg3RjwzAkGUSa\nQrpC\r\n=EOYC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit","build":"yarn rollup -c rollup.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","build:dts":"api-extractor run --local --verbose","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 2","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","dev:examples":"webpack-dev-server --mode=development --config examples/webpack.config.js","prepublishOnly":"yarn run build && yarn run build:dts","build:playground":"webpack --env.prod"},"typings":"dist/vue-router.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"next","jest":"^25.1.0","axios":"^0.19.2","dotenv":"^8.2.0","rollup":"^2.0.6","codecov":"^3.6.5","ts-jest":"^25.2.1","ts-node":"^8.6.2","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^6.2.1","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"next","@types/jest":"^25.1.3","webpack-cli":"^3.3.11","@types/jsdom":"^16.1.0","chromedriver":"^80.0.1","style-loader":"^1.1.3","faked-promise":"^2.2.2","@types/webpack":"^4.41.7","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.8","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^3.2.0","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","rollup-plugin-commonjs":"^10.1.0","@microsoft/api-extractor":"^7.7.8","rollup-plugin-typescript2":"^0.26.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.6"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.3_1584203125806_0.7228632339885055","host":"s3://npm-registry-packages"}},"4.0.0-alpha.4":{"name":"vue-router","version":"4.0.0-alpha.4","license":"MIT","_id":"vue-router@4.0.0-alpha.4","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"17569b948fa0e6eb344208471ec7dea78b7db402","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.4.tgz","fileCount":35,"integrity":"sha512-IRcf+im38Vja/7FMdiLhUjVRw+tzi/Larij6OYD2nn+0musntrGj/ZSAhO9ITCQgaeluKQJxUxyMvrNslds12w==","signatures":[{"sig":"MEYCIQCmh6z0PRgsslDkA0hXoECjkYOjxe86XA0s33/Iob3whAIhAPSdCn+CdCQezC27gIW6LyPXJ44F0jfyLa97vy8CXPZL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":429862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJef7drCRA9TVsSAnZWagAA138P/iUHA+fHdBq6+AIqFsoS\nEGsFjuGGscP0Gjn4wJ2G1FT79xD8MY44LhVGrinXSTXMvhFeqgt//Wsbqphw\nsLjmNU+Ud9AK7fh6AtURal+f1y/RITDD7w+3YPhyknyCrNJvtVW21OXchQgE\nINON9h/dNGJkLRgsJSTH5ehM1q01l4nD40G+9B8dXpteW5Qp+loNC/ZoDj5K\nVfLQX4k5+I3T5hlXj1BodW15XYCdyhLcYOG/AQHs4qkIXk7hcJAll/WBUXgj\n6D9EM4a/YmxCnVoND/G0qW3yLdyv1Bkt4Y4mLpl0bqGrYbO/vpcwg5XjOo4t\n+hjB7oyaH+rbCyNmnyqw+Rg8JCnp2XNtuWeK87xrKEaMTU1HeEFx99is/wQs\ndSHZoQHvqBdOujBlq8GdmIf9ERF/j2pGKBCbsA15iFySQQ2479LtqWDClYyu\nsdDzLhVtDhhu4y8XLZzuSFZzI4uEEmq+rgegPNbE0oabxxWCDiE8C8gFbHvx\nydV6+irlbk4VI8f0VzwH7Hb9UstmDkKbgYsIHcUb0u0Ph52dM428uKOCdnQC\niajoHI1imynCdiF4unWTnOsU0TpcXqaN1DEmYjbKbQ+RF+2JlA/shpE5CO8G\n8+VunfG+Wh1f85Sr7ZjlMbySgp0vwbuez2CxScD1jJxqYWd2hXzZXQ2dDOJD\nwmtl\r\n=Hd4/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit","build":"yarn rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","build:dts":"api-extractor run --local --verbose","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 2","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","prepublishOnly":"yarn run build && yarn run build:dts","build:playground":"webpack --env.prod"},"typings":"dist/vue-router.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.0.0-alpha.9","jest":"^25.1.0","axios":"^0.19.2","chalk":"^3.0.0","dotenv":"^8.2.0","rollup":"^1.0.0","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.2.1","ts-node":"^8.8.1","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^6.2.2","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.0.8","webpack-cli":"^3.3.11","@types/jsdom":"^16.1.0","chromedriver":"^80.0.1","style-loader":"^1.1.3","faked-promise":"^2.2.2","@types/webpack":"^4.41.8","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.9","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.0.1","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-commonjs":"^11.0.2","@microsoft/api-extractor":"^7.7.10","@microsoft/api-documenter":"^7.7.14","rollup-plugin-typescript2":"^0.26.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.6"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.4_1585428330693_0.9097483999553639","host":"s3://npm-registry-packages"}},"4.0.0-alpha.5":{"name":"vue-router","version":"4.0.0-alpha.5","license":"MIT","_id":"vue-router@4.0.0-alpha.5","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"7b7d00ca090a03aec0ba4e1b582bfce12aa3bdaf","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.5.tgz","fileCount":35,"integrity":"sha512-TQgV6dCkEboU/bLVvFlur0jlP0oDSvD0zwLw3vgWv5l6xBV5JhuXzRUDIMVflan2r/LrfRN3I/Q1+2IIOq0dzA==","signatures":[{"sig":"MEUCIQD30t869VfudYeHSHF6JmywTCLAh4EIPLHS/wgQ6mwKqAIgdr654Trw+oiRuTinTKHpfCuGu9ZTY42oViZU4PCBtCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeja2aCRA9TVsSAnZWagAAmRsP/Aw1a5cNO9gH2+PqNwDs\n6+cIUfJvXuUdrwokuoC1pT/tw1avDhgWki54DEHk1UJobMTj8jfoje3aRx3c\naMZZYlIbX0WEoSVhwepofwV6JhVi/ixQWl0zyH1vuxhCJZigGWc3hvFD4wCX\nDQwEM1Sf1rCt9vVUw4GSB+1hMU/JkFXRF231dP3rZkNCHdUsxs4h9mJ9iFwO\nDq6cZq6vY0FYUjHpmbhsPhq+gtJH5CoI3x39EC9CXw9DuwtzeWrFfSmuKgA9\nMRx8yyNWhR6dWuTn1vWQ+e4JuaJouVmt4ALlt8X1On2ikxj7UAlbu2Mx61o6\nDoxprnlx4c/EEVxiBg4KC26j/bK35iRObfO556/DPNfoHuqt4kOzY5fugHYw\nBliE5VPVQ/a4GHBev2qpwMPdDajVl8qhJAHO0PaFtC9ZtQgzetjL0yr9yBCv\noaj3bIljyEte94fybeE8zhZkepgYGlH8tIpW+KOrEggVm9xdPU/Wpa6UAmsM\nAARKwz07IocgH39amBjBsXnTTzphQg7h2rkq1Ua9Qan6ojHJrFeaP6oDEeJ3\n2nlPp/1028v/H3MDC+1GT3+Ogiv1uOcbPaNZ6M2wFpTo1aIm5V7C1BrZ1cIM\nyxkoakaKF8R4/CBKJVaSChfF/vkhT6YsFNm2cy6YyICBaEFTIP/zgDEmB5Gc\nqkji\r\n=dZfF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js --local -e ie,android44 -c e2e/nightwatch.browserstack.js e2e/specs/basic.js","build:playground":"webpack --env.prod"},"typings":"dist/vue-router.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.0.0-alpha.11","jest":"^25.2.4","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^1.0.0","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.3.0","ts-node":"^8.8.1","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^6.2.2","css-loader":"^3.4.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.0.10","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.0","chromedriver":"^80.0.2","style-loader":"^1.1.3","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.9","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-alpha.11","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.0.3","@rollup/plugin-alias":"^3.0.1","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-commonjs":"^11.0.2","@microsoft/api-extractor":"^7.7.12","@microsoft/api-documenter":"^7.7.16","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.1"},"peerDependencies":{"vue":"^3.0.0-alpha.11"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.5_1586343321912_0.6901653372019991","host":"s3://npm-registry-packages"}},"4.0.0-alpha.6":{"name":"vue-router","version":"4.0.0-alpha.6","license":"MIT","_id":"vue-router@4.0.0-alpha.6","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"09137032eae43c28190d31210e40e6c4006b030f","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.6.tgz","fileCount":35,"integrity":"sha512-0wDX4KX3NEeHTRU67e3hyR9YHRLZ6jQZrEoCGTL5XdwSRgR57s77KvL5xvKhwVO5pgFb4PCSGoLAT8dhsUmnEQ==","signatures":[{"sig":"MEQCIC+P/CduoyH5Ud//qNAFZKYXsj4RMb9/Tr+YUYokIVWlAiBsKfcx/C2uruNyrJKEwBJwTK4nL/Ss8yupJqy9/9SGHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":469965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemXoaCRA9TVsSAnZWagAA37gP/3qC2vvmCIe93QfdlTJJ\nB4mJRFw3KBN7Yr8qeY1YTfYm13b0mRjybRYpluki9MbJHKkXa+g5R8ZIAqh+\nDaLEyZTsUm3G/zeIVYHqjFOpMKtWoj8yOWycQ+ANTtNq842woEQ+aCPq86uS\nyqk9lZ3shPaTgSfWYjp5a8/2pCM7kk+FZQO9P/M7bGQTUU0I7kjlB4uv4+3h\nAAMGPewMKSxIWJIfamNjcrmsQ7c5AZeauJCVlkckph8JBVVPDhEqSBsyoSrl\n5f+l6C0jYuit+d8gyOh1Y+JFWRp7iD6KBnyPXVm7jG82bXbwSk+FPHwtPvEu\n2XkLc+x2sfdcMMLxFX5Cvruxz5gns23/r4ema38nJ4YV1QY2ZoP8/FyNeaaA\nay5pXeVTeQlow28XLVyCBUscEZyTvHa6u1bZt4/ba7UIuw4WIZ9h8O8EmP4h\nw+3LZ/87n/rUmLwVxSnCCbBdF6kpPJXtMB/zYogyCUX3Mg8OIObK4h8SIG23\nb1nIuBaSQWxYBF4JQQTi73zuaTrg3m/Bkl+2G4pQounyypKI+Tk9XiiMAz6e\nkSLbBasG3NOc69KMfJ0jp0v6ain4BcElW68OZv3dBeUJ9CtHva4MoGCtv5hf\nzptZKw9/Jg02n1a/QDFKTaSvq2PVXSnX3b3K4ce6Zy6Q1+72ERtvlywKQ7AY\nEOak\r\n=KzIm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js -e chrome","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox","build:playground":"webpack --env.prod"},"typings":"dist/vue-router.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-beta.1","jest":"^25.3.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^1.0.0","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.8.1","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^7.0.0","css-loader":"^3.5.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.1.3","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.1.4","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.11","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.1","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.2.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-commonjs":"^11.1.0","@microsoft/api-extractor":"^7.7.13","@microsoft/api-documenter":"^7.7.18","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.3"},"peerDependencies":{"vue":"^3.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.6_1587116570141_0.31807125061534713","host":"s3://npm-registry-packages"}},"4.0.0-alpha.7":{"name":"vue-router","version":"4.0.0-alpha.7","license":"MIT","_id":"vue-router@4.0.0-alpha.7","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"b3babfa831710bac189bba1f81a79cb0d0c3b524","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.7.tgz","fileCount":35,"integrity":"sha512-B1wghgEeFZSjBRPa6rTjy82/b8ArfrirY+Y8ZxZXdkOg4mQpfSPnTfgWGNa1n4dCLDiUiNl1BYhhW0s4fqV3gQ==","signatures":[{"sig":"MEYCIQD5x2QdpcDwBMa2g0GWeZ0tlYXukGvY7xuLxFUN7jQPowIhAKFEJFZ37YJFPo2HzP9cyAp1NiJuR5yHsQY5FseTKHMz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":473738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemfgaCRA9TVsSAnZWagAAASUP+QG8opI+GD+TEU8dhoJC\n6QBwUYSdUsMLTmEUEGYojzUWXO17+phIuzO9aA3Mh1I3H5aabJdXXhYhhwNA\n+TTL0Pbplsb9GJrJMZ3JkxDU1ydTigpyHvjSlqMdV61q1IVxKlzEvMwFlWOO\neizdXX7FHF+YeXbVTuc9bHOcNnefpzzqMw1i7Cspi8fP+zgfkN9IzqiCEZRj\nCGybt6XWt+Krsh0XNQMzbi1fNwRNHjg40hlKgcppQHehcojT1uvxC4oavreq\nPL62VmHYvlMfdMI5V/KzEE0oRhSEqgtAFsjIlJYg5rJ2e3BjWue+q3NQECip\nGrmG/GOreUGJjvdLZnYoLOFauy0cvTlRyIxR7jLzYuY5wh336EqGNL9tilLQ\nexjH0vWGiaD0YgdEyFB2lY6FKtojoFvB+i2qaNHXDmttB5KYQ9sO/jzcVnHQ\nRC27murWPyGud60ggFwWIyQ2JBqR7Aa+Uumw0GIc3ND/dXbV+dGqHQkUmgbD\ntBk62ftCEzo2H1brHaUF+1goUHhIQ3R59IWJpjc9ro4VaTe/55dAgklpzcW2\n6j2XFEBnbGHz3bBadvKI+Df4l03DJS1t6AZAVZTv7wj3N9arvV/EoNAfcv1s\nFdApMXM1POl6lgwnz/ugM0NDeYL0NnFyBudrxCzImymOxR8HI6bw99fIwQ3f\nVQoZ\r\n=IXNi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js -e chrome","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox","build:playground":"webpack --env.prod"},"typings":"dist/vue-router.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-beta.2","jest":"^25.3.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^1.0.0","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.8.1","webpack":"^4.42.0","prettier":"^1.19.1","ts-loader":"^7.0.0","css-loader":"^3.5.2","nightwatch":"^1.3.4","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.1.3","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.1.4","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.11","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.2","@types/webpack-env":"^1.15.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.2.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.1","@rollup/plugin-commonjs":"^11.1.0","@microsoft/api-extractor":"^7.7.13","@microsoft/api-documenter":"^7.7.18","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.3"},"peerDependencies":{"vue":"^3.0.0-beta.2"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.7_1587148825625_0.04045085663058279","host":"s3://npm-registry-packages"}},"4.0.0-alpha.8":{"name":"vue-router","version":"4.0.0-alpha.8","license":"MIT","_id":"vue-router@4.0.0-alpha.8","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"6e22e4a37de740ffeb4bd3e311285dfb4ee72ebf","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.8.tgz","fileCount":35,"integrity":"sha512-MauqiA7FbjkUIiLd5t0ss1hNgEX5qfImIfTLbrtB1byfVgiTuEI/wkblcCTvNY0/bvTyQ6cLMg4qGo+SC93PAQ==","signatures":[{"sig":"MEQCIHNL96lyB/ZUUM2BI8kOf6dEh60ACKzlAa0l1rz4uQWMAiAM99TxNJ8WSgP7UtkrUrr391MPB9nj9i2pAQ7A9/Ir7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":526304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqbwYCRA9TVsSAnZWagAAzjgQAJhqKJulT/dQNSd7zwlC\nJO5KsirV3LwH8Bt6BD4MdGIVRjArVWAfQw7yfB4v//j26nG/HfHsf+NLJBdq\nyUKn/wPyp5+SnB07Rvbf1d+SUXqVG5xjT/pH4RsoKqNvDPt7fk6DgZm/pnQK\nBPRYq7jpCNvKOXf/AAbqlEC+qnk2/U7qdvpkS2O9QMaOr0bY5GkI7A34MNHV\nmSabpLaDLHpw7NhhVrCBKBkWMD2HpDNWgOUp8f9sbb87Z/XQmTNGEmmiViZz\naJoDIkHSnm3RLL03GVKTBE0/BiS9X7o40Ay2H9nPWwUuIKz23FQquZckh55a\n5LHl65PhlMG8+YaoijI3Tlu/c14KbfsKxwUchE1XZ72MJ3JRAAaGYZmt0yxC\nbqyh7P4eUYhbYw4GM18CYIiAJ+CDdjRJudolmbxwfK/9KXuJv3Zd/Irtt18L\nYl7B82q7HxjH9482MaMjFbaPM+BQAWInM0mGacBylLT2x7HvlxZRTYWZqCNj\nTvYmXLeQFEpOpkkPcKPtZzNn0TTH7s59+RiqgKYlntzFsLiII9+r7Q8sKo+x\n9Fg7jB6BL3EWmZw8+wiIGE/btGCNZ/SDcVO5Fe3cXN5n6rApqQyt3euISX+9\nZ5IDD7cuD2qqnL6SYVDgzwSWqVX1FTpMqIwVrmyUNwLqEHipiiufG7JEwRpi\nRzu3\r\n=lZUp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js -e chrome","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.4","jest":"^25.4.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^2.7.3","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.9.1","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.1","css-loader":"^3.5.3","nightwatch":"^1.3.4","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.1.7","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.2.0","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.12","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.4","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.2.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.2","@rollup/plugin-commonjs":"^11.1.0","webpack-bundle-analyzer":"^3.7.0","@microsoft/api-extractor":"^7.7.13","@microsoft/api-documenter":"^7.7.19","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.3","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.4"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.8_1588182039629_0.9107719697861787","host":"s3://npm-registry-packages"}},"4.0.0-alpha.9":{"name":"vue-router","version":"4.0.0-alpha.9","license":"MIT","_id":"vue-router@4.0.0-alpha.9","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"17000af2d99e3fb2d7f640734c6dd103f2a90efa","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.9.tgz","fileCount":35,"integrity":"sha512-OUbbjRmAGf6aA8VoSF+jrZgg0Ozk+Quqtsec/uSdEX43R6v7MEmKgR+M66doAZkRUfbm7lotxnObwV55/CjNRQ==","signatures":[{"sig":"MEUCIFrQsRdJLPeZ0ZlGnSoiEIDCJ0l8G8Tbm/50frSYVlX0AiEA1R39a4mSFljsWnFk0g9KaHizLhXzunOzP0trE/CwcmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":526149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqfMuCRA9TVsSAnZWagAAsswP/iX3ZG3VDnANWjeH/lVB\n7fVKnQXOhxlA15jWPfBTpZdXWluxmjbC1Y1Y6zZRJU6XmE3t4dLJwDEXTqxk\nOJ91tcbOcqwnD+/NZ+C8KLVc/687a2+5sOY5ZIM9NYzgC7JeeTXt4zFkatuo\nVtxVUwvNK5BWk1SyWvD5Kh4MEVkJKctZzsIGKvi1eOyHg29QiLyydc7eIgy6\nSquc8Ab3lUF5v0K+cXpu3KA5ZhIC0s4vISwBjmaUOIwkGucKvUEAg0xnMHRF\nmXzRT4z/hX393pqqkHcCKM1qDBdMf0DaGcrkfgrQuxzewZsoQKtUvIq338D5\nGa9w16+6bEPKpmPvW8KqM/624r54MpFKrbZQCwWnicJd7ujFbE3WrA20FqOD\njUe9tMIfS49oFqWanjffosfD9vVHr5Q1gTeiFHeu1IvcLnPfw7xMjJp9dksX\n7zkPa02HqqtCDrj+j6WdDBrknoLZf/ONNYQB1tFyyUZq7kzOX6vcArgLAimh\n53NXSTbkKCDaT1OHedHbYxGs8Bekaa8u5BZ6dlV7/1+FajujNBt7fIWccaUy\nwEuhVPfJXrYBbmWYlJFjWsLw5U94DIfj6nK1DbHCUakUCxs2wlmm64hWHpE5\nwtLP4vBO6jV8+kjW0qf9NdIo8B1+c0jkZI3CuG0ydLxb5m0WE6Z0t/pQlq7s\nl9PY\r\n=jVNH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js -e chrome","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.4","jest":"^25.4.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^2.7.3","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.9.1","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.1","css-loader":"^3.5.3","nightwatch":"^1.3.4","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.1.7","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.2.0","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.12","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.4","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.2.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.2","@rollup/plugin-commonjs":"^11.1.0","webpack-bundle-analyzer":"^3.7.0","@microsoft/api-extractor":"^7.7.13","@microsoft/api-documenter":"^7.7.19","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.3","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.4"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.9_1588196141441_0.7561537644998859","host":"s3://npm-registry-packages"}},"4.0.0-alpha.10":{"name":"vue-router","version":"4.0.0-alpha.10","license":"MIT","_id":"vue-router@4.0.0-alpha.10","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"d27fc8c0713b6198f9c50af9b9e8be15f311f869","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.10.tgz","fileCount":35,"integrity":"sha512-dA2ywr/rk2yc6JG3nn1eu9wlhR3AAO1dAs75uqY2N8HxvJviSxO0YAm0aHvLkFYTNa9JGV+ao0gr5oJzVbGTaQ==","signatures":[{"sig":"MEUCIQDRq8U58r3irvL8ze9yVCobIm6sDshjlT2N3QTVogjspAIga6NEnbTSADpbH1SS/V22Nd8eLut2GZ2/ZZ6S9k/P0a8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":545529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesRaJCRA9TVsSAnZWagAAMOUP/RRDRghQrhj7qT3ZySaR\nVYuAUfQVihqrSsMs57QHwNuFd6hBvE6zeQvKK2Or7hVNMOIIYUSnQKMyXjDz\no3FkFkLzodp1yvgL2zrogCbUf6QNQ23Q9DEJmccIV9zdsp59T69snbw41zQG\nyqTd0+PGRb3sSdU0PVXncdT8dFtQhHsB+wQwap1jVKoXnGeotRdJRSmRmpDr\nZqKfONiiUQhWaz9/9hQfRv8rYrHyu8X9CrxJ4HZiHubMoJM+ZKYYEwiW+pYr\nLdBy47k3pGTiXNn5DPcOC3+QsQFKkqOuTp+7EhdxHbfqWB2hEvK+SVWE+k7y\nDCj7VSQo/jt0vzggIi99TirAClt47JB9HHGVu+r0KcTKQofBUeWldDVQWKM6\niF0jmx9/wSS5i70gTND5hcYdBs0W1cDOVQx352N9YvgxUd9N7ay6jToqBHB5\nZnOtnbmar8SqhbdPCVS2Ad5T6qaNHXeVG9hebwBTpTwlxPNw5juFIE2dxDOj\nFplyafAcO89jhZ+SE66lo2PIAqz6tBz0Qy+a3kElpTL+djcKmpQ5/4zS5Ep+\ncnYXhgWcu2pymV2GB++G1WOiY9t0qtLvG7tVzFO2+4pQh8DC7MNejNffppcr\nSfUhKdv1T/3kdccUyo7L69uwgiIzGuz9H8EUTPaMTvjCfZKUKykyloaIMu7j\nuC7i\r\n=Imnn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"node e2e/runner.js -e chrome","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","build:playground":"webpack --env.prod"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.9","jest":"^26.0.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^2.7.6","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.10.1","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.2","css-loader":"^3.5.3","nightwatch":"^1.3.5","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-alpha.3","@types/jest":"^25.1.3","lint-staged":"^10.1.7","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.12","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.10.3","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.2","@rollup/plugin-commonjs":"^11.1.0","webpack-bundle-analyzer":"^3.7.0","@microsoft/api-extractor":"^7.7.13","@microsoft/api-documenter":"^7.7.20","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.31","@rollup/plugin-node-resolve":"^7.1.3","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.9"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.10_1588663944515_0.9087755857938786","host":"s3://npm-registry-packages"}},"4.0.0-alpha.11":{"name":"vue-router","version":"4.0.0-alpha.11","license":"MIT","_id":"vue-router@4.0.0-alpha.11","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"17b0f31ae6b0284ee0895b03904cf1738989aa0e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.11.tgz","fileCount":35,"integrity":"sha512-GEgKq7rlwdv03QcGqADZg+Es8D6R8FfZRLSj0Ardx/sK8PiIxpt5ViwW94Zh2LuIEiuM1U5v8iyTBya0UBK61g==","signatures":[{"sig":"MEYCIQDhXX/rdR8deqcQA6EHvZqgkz6IS/MK/PueSN6yM+SX1AIhAPazxp51Luh4gY+aALVpcQjrT6+AYPvErlfTpOTaXO79","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559603,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeum4JCRA9TVsSAnZWagAAeFEP/0F0VINJhHEWFz1AplST\nYo2e7v6csa3hQ6lYtKO16F2d77dZHJY+we0ZYacQAQhdoZqmOY4NaZbf/dF3\ncWSbHngHZiOtWmih9M5tnBsdMsZ90bZepFXK/KoxDlh+urb4c5w7DbSGy2Qi\nutnHc+EO4HzHF2+Jti8Kqw5tKCtbx3SV0zhYZMFDQ4Tk5WpHJKHj8SrivekJ\nRIpLjEZN5DpTMUX0iMiUmf0tGOEcZUxhNZjC9VVSLnPlAX1Su2ridPUovLNy\nAiNtPzz9hgv6wfGElCMIKJFU5HRXzsPf0t1b6+MeqD2hxU0BV2QIetBbxNz6\nW6sEnv4tQ7F9OmxzsKiwQam2guxGGHfNUjirimLKeIik0K1iLZ2qfD/7A38d\nUP2Op4fsrL+73WWFBwKwtFDaqWqErxUM4mcXFiXz8CE4UPWmShqWPViR+gOG\nr18C7MVGxlvIZvrEXFutovmhk7yfQZQJakSGCsO5dmS7jYnPb7rL9VKpdUXZ\nPqcULvG9cW4/w+dpcNLBq3IDwtTPbOjCqC8vaPcqaWButU1OH7IlFoHCJbpG\nId6AVlc9Ybh5VAMbJJOV9/+WTeTdxosMFoZ2kX38OtvuyNny9L9zmO0ihq0+\n8cOzfW2K8OoTyE73hzA8HkL9sJm64guYzlTaYDvWHhsUroEIjQKXOxvIptep\nygET\r\n=UPa5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tags no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.12","jest":"^25.0.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^2.9.1","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.10.1","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.3","css-loader":"^3.5.3","nightwatch":"^1.3.5","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-beta.2","@types/jest":"^25.1.3","lint-staged":"^10.1.7","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.1","chromedriver":"^81.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.12","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.12","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.0","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.2","@rollup/plugin-commonjs":"^11.1.0","webpack-bundle-analyzer":"^3.7.0","@microsoft/api-extractor":"^7.8.0","@microsoft/api-documenter":"^7.8.0","rollup-plugin-typescript2":"^0.27.0","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^7.1.3","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.12"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.11_1589276169010_0.3167128342681962","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"vue-router","version":"3.2.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.2.0","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"da35195ffe37fdf0bec9f5f8f72781d2a7718815","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.2.0.tgz","fileCount":37,"integrity":"sha512-khkrcUIzMcI1rDcNtqkvLwfRFzB97GmJEsPAQdj7t/VvpGhmXLOkUfhc+Ah8CvpSXGXwuWuQO+x8Sy/xDhXZIA==","signatures":[{"sig":"MEUCIQDAjWrrP7TZVaEIoaIZGJDIHU7E/muu9NnJYYEUaDbXTwIgXp0FZTPwydA1pYQI2/7ZKBjoY5huaPAJKqGXBn/sIHg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":448109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew8NjCRA9TVsSAnZWagAAqhgP/RH1Rz0GADmotOJ6sn4k\naFgENmzIvNjYjZ3br1KfZEkK+Ub7HEbqGegUmZpxfrBI4EjukqNstc2N4QN9\n795Nw5RMA8ve8UgdqhGWiv8qFj5ety6SPb66wNt/+TxKCNiD8SseWwmoAdAV\nHanu7Qlc0tuCB/QpmlryeWy2iTljZMt7CwPq++snMF1qBNrVdt9X00FGIc8U\ntkn7iFYPTW+zQvy2044h9Qcz9M9MmVTXaaM/IaVKG3x9Vac7YRvAvUKDjbJF\n+9B0fvFQPHyJ88Mhdq6Gx5pYuJPc2awqIbw9hc8GIYbYHR37vvZOoKh+6LPE\nTBYaYBc/J+ydTpZLXDROcVIhXiAqPT1D52a95X7GzfNSZlNMEuIBIHKoD6F5\nDyiZFWAxyuU9FufhfRwguLeHU3ZWjLpi2vWEXJHshdzd/ukrdocNda2HDN9O\nPoPlWDLtHhYwxfdybwJ46d4bGKzqfSsFsRaeRTmHnRN3+KAV3Pgvm3pRvcO2\nDEQi/sBfAaHIqnD9y/nCVsa6p5CC7lJ8RyCtXbuoab2WKaHCMwkvvFpTlW4q\nhgYtL6NmAwW64I6ubrjrbDcD6JcUR4ATa2+mIc/SheeS9+gALGA3gGxifNw0\nU++UEnPTV9wlWOsBV1QhRiJU5gI45RVS/zKvMn8bXCUwrZLWS500BbCNQ16c\nlELz\r\n=QU2h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"db39ae1e5c7064bd498ac58343ab4ac03d77ce9a","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.5","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^81.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.2.0_1589887843064_0.27441264431326107","host":"s3://npm-registry-packages"}},"4.0.0-alpha.12":{"name":"vue-router","version":"4.0.0-alpha.12","license":"MIT","_id":"vue-router@4.0.0-alpha.12","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"cba18f0a7fcb577d97c8cd10072a9927313db510","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.12.tgz","fileCount":35,"integrity":"sha512-TJhbWHPZS1v259PKlZf+ljSob0U2RUii3HXQgrcFXsNmeWuqEYEh6trswHHr4+MQdXxHgonyYK28qhBjNhORkA==","signatures":[{"sig":"MEUCIQDKsMgtWrLq+Hcs5sFAV22DgywVr364ynyCjlZeErYA0wIgLbPjHlVgOh2lnnZQyGwysxAUpcobY29TEr0VZhD7aW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":564664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew8/TCRA9TVsSAnZWagAAvysP/1NerGSLBlvDRMlvynAy\noy7qB1B+mmzyW0PHSu+YrC61Xx0PlWPipTZjW7XLS2lrDLOTBbRvCeRMlfNr\nmu2YFIfuM+rNAT23v1Vsa/6xTZ+MAG8G5y26+chcUuhRrCav7PEHQYStFfmo\nSPWWTIahgcWKCLYiHIsbD/wH4CVLKIDVmhNupYXZnuYvVSj/iSXjL9QAvT2k\ncVKQ3hmU7pwYgjuzxvmz+gobB8NGvZy1fpkEiha3AmjzgL+XClFuaHYlMI1D\nOL52gQ6WSTqut/lRpkAOs2mVicypXCqkO8d/eOytxyo5tnEJG5NYOAjW6CmH\nrHfEJxq092uL8h8DqWdx1/Us517X0OPDyA/Oyixv9LnCt9j9AlB5Gt+oop/m\nNyXfqZHF7oxIbe0CYPpgCcvTtg+qCtoQPHf1qOyNA0h9cAvM85bvl39VEp+W\nF5tIq13FOQWhbKS1RzZyv+XQUpVOsWkJyQEirRAM05mw+TrNMe9Ix7oGU0cP\nycb/DEq4Acg+MKQFGrOmc4lBEWYYf9fPYMb5GaRm486UABmbtKov4lkNOm7m\nC0ocIRwhi4riZmRIzmGLODetmzq8wdXow91Vc5hmeUyk6olAF6yFaG/qqKO7\nZRDvn8QNaRIGdlAZfb3ELc21HLjS1+XEeI0XSSHu59AzWxB1w8Lqw9+aaBpj\n/voV\r\n=bfXM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tags no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.12","jest":"^25.0.0","axios":"^0.19.2","chalk":"^4.0.0","dotenv":"^8.2.0","rollup":"^2.10.2","yorkie":"^2.0.0","codecov":"^3.6.5","ts-jest":"^25.4.0","ts-node":"^8.10.1","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.3","css-loader":"^3.5.3","nightwatch":"^1.3.5","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-beta.2","@types/jest":"^25.2.2","lint-staged":"^10.1.7","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.3","chromedriver":"^81.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.2","@types/webpack":"^4.41.13","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.12","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.0","@vue/server-renderer":"^3.0.0-beta.12","rollup-plugin-terser":"^5.3.0","@rollup/plugin-replace":"^2.3.2","@rollup/plugin-commonjs":"^11.1.0","webpack-bundle-analyzer":"^3.7.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.1","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^7.1.3","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.12"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.12_1589891027289_0.7227607794395512","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"vue-router","version":"3.3.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.3.0","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"752905ef1ce210626834f6fa44e6fdcb11e4f262","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.3.0.tgz","fileCount":37,"integrity":"sha512-Y0qw0vFdX1kK7fMfi66hiyIdFGcQX+UTiX4Y+ZlklzXnObbH57q7n50Ad7O0BKMaZ/8xvB8AR6i8+1LRxRFiEg==","signatures":[{"sig":"MEQCIA/vkNf+fakoEtrFDosfb+lQOkHJWxwGzIInMCgpAi55AiBC2SNQNHXpcYoqtou5/S4KAbnJjwq1livw0r1RTBPygw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezj7ZCRA9TVsSAnZWagAAxosP/1Sm6KRpXVG4OuVcKcCc\nwPdl+Bd55Liqy9dLE2h8dO8UlvSs4EQQ2eWAV8ivttwTlFMHzgXlZMaQiQ2H\nxg6Gl0aHrLB7GrOUXlPum8MvJy+ei0SM1Sv38NUEOcLUKZPjez/PNNq0M87u\n0zA1xll6OEflxJ5G2CMNe3z6/YbHo+ZEsnQ7VYZquy6Opr1eVh7lIc+spl54\nMX2gV8OpR3FQucRcWIZUFnxGITHcz3jYvg2tPnyHY06P+IIGvRKtqUXzEjva\nqlYdxaGifemPG6ws6qR8IcsQEwQAjB5sM2rPjfykzRhKW3D9WDW+0I+bTXxT\nQCs9S20Qqi27UCgkurjUCBQzLO4wXaDLW8fbFu8LtgnVLfoL3gzLFrdYhi38\ni3X5KsYqnbkYHk/iwNs7vDP2icW9YZYWv5XYptxmRfeu1fMzaNDGdAUNMxGM\nBKf6lLGPPvEan6Vo4+9PMI3nl5OKYOiOpCTHPA1Ga4bNtWHZYyDYBx2oPKwD\nOuNF/rf07DJY5S2TYAFMVYAuqA73LrcL8PI1t2V+fSNdf2x2lRhBmdwcXyXM\nUBCIuCiXoAc/iucu67+bfdWM1dJN0tMyAm8pdZV/YQeJEiJ/WBWMdlsaF/QI\nQfBL806rkzZU7kMcV/IJ9rIkeUrFDSqRrvYeTRAQm0IA2NZ+AGwYKe86Sf9v\n/en/\r\n=hW+N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"0b9390151a78898c904af75b770bda85cb411f40","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.5","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^81.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.3.0_1590574809281_0.6991020943014286","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"vue-router","version":"3.3.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.3.1","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"7d0545dd8ebf4f45494ca185b7eccb38d67689c1","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.3.1.tgz","fileCount":37,"integrity":"sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug==","signatures":[{"sig":"MEQCIDFJvFPel3LcwUZ2bzQdYl8GzTiMVjJXEYRY1sFoLmD8AiB3S/eG94OArdreeNPlLbchyiVZoraImt+Iz8lWz3Ji6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":460934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezp+uCRA9TVsSAnZWagAA8S8P+QEkMKwSWtd5nqrDDROt\nTo+mHuV0ryB6VdN2kaotWqY3KZRVwfa67yZXkLaO5RGN/96pDCnFY85kYXgx\nwBWr4Xz1DKTVjIK125yU28hZ0oZlWE461Ly/8HtMrV1krymet0kvJtY6fAU3\n9mi8BYpx/1MC1DDClNG2+Apll8flM2OwzKFuotANN3W7zlvO1Y95CjTlKdgG\nGLxt6oV+vxDQJcE9YYCrGUF7sMQuKdzF6YVsPvtjH04kEd5j+2tmD6vK1/SI\nnB7J1LfDBJS7Sh3H6xWlIWHLRdBo3Zrz0vMC7oV8PD6qTWutrb1F4TBSZOPm\n7Zj+4t3Nud0S7PC/Zj89L4l65f1YPjX7xojrQumKpZnkHjLH5l0g9/xBUdyw\nPsj+la286XL3Lt+8rXYTn89cOnvEZjH1oKL+g1/lBwOpe+YYqePprzaiVQ/F\nFilbDvVD+DS2wGBsUa8rJp93WUjrFC7CG48DpyIb6eJoVPaBFeZlHdWluFpd\nVW1INzprImlOYy8+IHeE0ErSHoTSOvF1If1gQvBFqMepIBOOSFiQL53KSYgI\n46VH8tTu1pYdooyvgoqktKZnDpA4+7+TUUq+vsgoagyRWYmkqVTOdhirJxQk\nE/lNDVVi5d1cimaqf31zArYfD7dOaiWShvEcK9rMigQqM6k6s/okP1lUUHUC\n3KlX\r\n=08d/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"7e2b9aa6ce4e9f0ac976a3fc06c7705225a7f2c2","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.5","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^81.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.3.1_1590599597505_0.6211603843730973","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"vue-router","version":"3.3.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.3.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"0099de402edb2fe92f9711053ab5a2156f239cad","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.3.2.tgz","fileCount":37,"integrity":"sha512-5sEbcfb7MW8mY8lbUVbF4kgcipGXsagkM/X+pb6n0MhjP+RorWIUTPAPSqgPaiPOxVCXgAItBl8Vwz8vq78faA==","signatures":[{"sig":"MEUCIQCLOXr004aIZstNTO51GmHmuhgOUya2sGXLcfZ3Vo6CUwIgXvCy6fMbce6n3WP9/kdtD8RV1AFG+U/UmrVqONoIMZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":460822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0RB6CRA9TVsSAnZWagAAwycP/RUM5nTQgC9xfi0DGTeH\nxifBEQMCoe3CCc9z7mMsDwVDPkc4PvHoSX0GoAhPmwIU/33R7BfGZIwmUZhh\nTojVy4vXGUhu1W6+iG3ZqR7xX5nXVRnmVWaOtq7qA5t4nrJBhOJWsa2NN5uf\npJAhhdy9AAFBSV8oqqUpfMYJQLFY509TyOUtHz5VOUedGS8z+OHIX5tfszjX\nSkzigFSDHt6EwKOScAswhYBoM/VhcE8VzXa4JsxKR7x1jVjBvZ0XTScfxucF\nXo1titMM4a43MJwUSLX93CA/tiwkfwlAVjdobJCjgbTm4iXGL2PDYoRqk2RL\nWHf0GB0Ylgho0b+OYZoglDkxXGVFmGtO9pmp+G2p7lNXmeuoaPAb+QfWLgay\nYeCpNV01Y2r4tGjzM1BLFcNVl7gY0JtTaCrkpK8DAMjJP7szYBwiojlTp7b+\nM7LMSEvM28JR/fuJ1te0W96+mczYi7nNETnkOM4I63GQQJGo2PAOcS3Kjz3Y\nX8pqk8CxbonY/AXx5o6wM5dfx2yXbewgRxMg4ZcBNKDZ6GVvvWP3vhRYS9X7\n8MYKuFiz7UnirCsGg7wXsM3/NYij1yvuWXP/QHtsMhbt5beMMNeciEn6gdDR\nPWFK37pMFVXmEZu491NGJ7+1NBzZ7Vmrj1U9dhZMziw/mTByzpAhr9XIA9+f\nyTcz\r\n=0TrF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"ba0bffa65cbe7ff0cd548ab0a9e4437b330c95fb","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.5","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.16.2","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^81.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.3.2_1590759545840_0.22496467318281077","host":"s3://npm-registry-packages"}},"3.3.3":{"name":"vue-router","version":"3.3.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.3.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"92603966921f3f0c7e9ff3881cf0b7ab311533df","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.3.3.tgz","fileCount":37,"integrity":"sha512-Qmzkurgmy9Muy8HItNQcMYAeANHi/NY4ppOJ/qhTWtrg4mFan+VLX+LEv5DqoYOX1XEabN3m3lLPOEEgUpRr0A==","signatures":[{"sig":"MEUCIQD/yRvwdhJX8W6+98NqzmiFtq9E5+evHMcDTWL/DR2fXAIgUeR0AhJ1l9rKo4gvTgDHckb4aa4srqOtuVG3ViyxvWU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":463922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe40BqCRA9TVsSAnZWagAAcaEQAIGMCTUUaYWSqYaT3CO2\nRbCahWW/abePJssmHb7mP5qW873tWqsqD53HjrzKYHWp3mhqbhKK69X+S4OE\nnavEB/oMHTJIi8kmyJq24+8ZKeSGKFoW8cF8Br9AoEToEkZJ2b+2HkUo3Res\nbINEo/cPbRaiAJe7LNxsZ0v6KxsV86/8Ive4B1llTGrGHQOn7B4HH3gGJl4U\niAE2PIWkB8CK6kEq//7rxXTNtnH3NOmevCSRTKZTW3YdhLHRX+NRJFOBe0mj\n62ssL3PkIMhuyVoQDlWzCflT6ltBn/96yfwzZbOgcRcdpakHxNqJ3qz/Aavs\nU3QCaVhtsq6xFIQnxITCxu0fvMNfp/nM0Os3QJcI1gJwyJTjQyS+N7wTkYad\nOex38d5E1FiFj7LBiv9c8EL/4m27eT+H1pSYCd+hcjbwQpfwMHmh4BMrM4PZ\nRQh9MPt/N+52ZvdcCF9nFJ3pXmptsOPXIlP4CMrBtDiAldJI/yW4lwUa2UWk\nj7z2urKT+FfnyhWa8c1bXZ6DAgfV0bEMfuPEK3N5ToPOo3fYzRAgE8i/rDl7\nAB9d7h66Pj0vNNzUZTTwX9PTZ8QesHIMjEvYRALPZjdjhY6VmcgPC31U2uvk\nnu+tEFruwvE/vSQJnFynRF4SraMEDPxYMzm50LCd4VToTx0MyQoGriKm143y\n6tQs\r\n=M5bV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"9ff90bdd3a8f228ea5f95241a1b6e6bfc6deba6a","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.14.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.3.3_1591951465771_0.734338908488253","host":"s3://npm-registry-packages"}},"3.3.4":{"name":"vue-router","version":"3.3.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.3.4","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"4e38abc34a11c41b6c3d8244449a2e363ba6250b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.3.4.tgz","fileCount":37,"integrity":"sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg==","signatures":[{"sig":"MEQCIAkdOjUlvvYuVUlAB+wMxR8cACuP1uGrAwMGq1MPBk7fAiAItCqr7+Mc4EMZft4PN5RLXVbHJFJja/mtbP84UYYY3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":465298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5JcoCRA9TVsSAnZWagAApZwQAJnL7HYY8csLHF4dAAaI\nLzAHRbMWswIYQttU96nFRQdKcpgIdSSsE0y1dZxoJgs1WA/BlpV3eFZ71MfC\nZf4dkeeBTURugqZNRV5aktTbxgxQI5IobC6y90o/mC3EGv4PBQhNVgXXVwoN\nvus8Jg4KUvjvH8jOr0zEAtJlPso9dshXhxBRkGShPRacaajzbT0xvvJZ2klh\nlv4zGyuOSQexr0ufk/+eW0x580w5rNFDO4IJygxvRo9rdLNPePaBPCYiMsFy\nqIAhgH7F276hvFJD0gcrdHNftPT5MgpsmuMkfh/PQifsNVJIa6ULrdxemcdu\ntN6l8dhXJ8o6GwrnLZVS+Bx6ZYWfHzpgJ21/UCc+uvPJKDJDkbyUYkJowFzp\n41WCAajO6U1o+P5ZsPy32/w1+BWlhYSRH6lDOazmn29G/b8Nek7Bs564uHKV\nohI1aHKXZUJ7C0EAgqEuJXGsLeUB6BH5hnoRAe2azEeXInvCQDBQk+FB0xIn\nhyLJNMJ4Ia9gm9m7o8vZGrTtPsSzranqUSqlESU/tVy+Ap/ket65BKkY2Qku\nBztNnAu9NWNyCCyN7tpv+7mhR3UFYEdO3FEQPfU1bnoUKuDu1F9mzrR1xO/T\nNc0T67BedqNcwNYAUMcedOsvyw+9Nr4OdDqLZTCbhfvsMAkd3eoY986dmPjg\nxUF4\r\n=TyhL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","module":"dist/vue-router.esm.js","gitHead":"bee5d73a065a27bfa5de8492cd828d4cc00b7f34","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.0","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.3.4_1592039208181_0.2930325885909779","host":"s3://npm-registry-packages"}},"4.0.0-alpha.13":{"name":"vue-router","version":"4.0.0-alpha.13","license":"MIT","_id":"vue-router@4.0.0-alpha.13","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"f406150172f77e2f60f4ff73f644a156df2e0248","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.13.tgz","fileCount":15,"integrity":"sha512-yTcpRjjcelF14BzSX6uFlHZZAxMg30CQv7hoFDWvSWbUudaAaxMW0OkIgd771SXMLLXDbjfRi4Y4WfSAW4UJ/Q==","signatures":[{"sig":"MEUCIQDJZBNEZjS9sRcVb2cyFv2Giw0BIvJaz/qnjtU2Zyw/2AIgWzPsZE2b//2QFxePU2JwfF8Lv71J/u7k0BIlEP1RcBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":693423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe60O4CRA9TVsSAnZWagAANSEP/2SBUMAFnjfyxwyCQBpO\nJayd+vu1efexFwnN7GF9x+vxGm5fisqJUe4yxtK0nst1M16GjdfDMsEHMtgz\nhdJCXJA7E4VBeeP+IqB93F2Ln/DGPRCg450I+aC3VNr3oGFHCLUJGBdc2Pp+\nPapOeFKnY+fBG945SZ0ZKEe/NB80JhM3q5EeJqnDWLwxsrqVvAEfQlUbkw7Q\n2FcAOM+Hiy1YVB0xfSB7obGztzAlUS0euKRZkoI81184zD0phiztarWrJqi0\nbY03dVMKv/zlO2bl3oQpa32DXSzXpZAom16S6PIhJcuRiaPVBzQiBA8lB1Vp\nXh9DcOdgFoCDy+4XBVauIIdJfOI0r7HKO6D9gz3u8YvShLLrUPiaCYnyc2/1\n1KP4qB3b0fy2Q33IjEbM7uebXp1Qc9PfOaHw9ySsW8jpIYfIDAG2KUIvLUx6\nVUQVwrqPGRyCTIqOcYgZv5FFuoVCLLB/gCQFRU775eqQ2gm2OhlBV8JSG3mi\nLhlQkDtAMjxa/hhys7HDBpAcUU/ypTurgKorJ1hZxTyxbe8cqul+DSLbb5MY\naSowtipmKWA7RrgRFmhWj5AWdyMmzfF1PokAz0U8UIZPG4rLW/YTa9BkMZ3U\nTmuHt6HAdRsURPcqSuRsBbyBTt+1Z+A+6eehlsuxJWnVnASAMdaL11onglX3\ne9I+\r\n=yapP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tags no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.14","jest":"^26.0.1","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.16.1","yorkie":"^2.0.0","codecov":"^3.7.0","ts-jest":"^26.1.0","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.5","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.4.5","typescript":"^3.8.3","vue-loader":"^16.0.0-beta.3","@types/jest":"^26.0.0","lint-staged":"^10.2.10","webpack-cli":"^3.3.11","@types/jsdom":"^16.2.3","chromedriver":"^83.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.17","jest-mock-warn":"^1.0.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.14","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-beta.14","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^13.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.12","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.0.1","@size-limit/preset-small-lib":"^4.4.5"},"peerDependencies":{"vue":"^3.0.0-beta.14"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.13_1592476600228_0.6986319139208146","host":"s3://npm-registry-packages"}},"4.0.0-alpha.14":{"name":"vue-router","version":"4.0.0-alpha.14","license":"MIT","_id":"vue-router@4.0.0-alpha.14","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"4bc5fed1db61b8d04fd95ad9c499c7428f039a0e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-alpha.14.tgz","fileCount":13,"integrity":"sha512-ydWSXxXAsTCiJ31V4x4ZAKI1CdpPMhf7b2LPi4AmG5SCgduu1zf+LhzWWHXmgbmheEiJpfecigVIZp4ABpZJmw==","signatures":[{"sig":"MEUCIB7I6LT/93mC19kezAAcYlxept4Fs6sXWVXrcQVbOxhqAiEAq2BWv7scywasmuckU0gsZs0Yylxt+sD5AZzz7tNgWy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":581683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/JH6CRA9TVsSAnZWagAAGogQAKOkcmMPtgpKmlmQIzEf\nHjgTMK4/oonUTk9LVjBpms90pYEDmqoK7v80R80zi3d3t134W1c5AhPN9KXv\n6cSbtsgH+rrm5fHJ3GdVHTsEg9Fo1cIrWA+oQM4Wr9dFhln5b9xSwqdxWntM\nSSEpIQfvwjdnbKFU+Lq2YQp4QcevT34SuApgWVZ8FB2yLqFkSIBpIEMMiUd2\ns3ybIeXDHWxOBbEHadZWitbCF2OJQOvwXdInQtUMt4l+jkqRjUsqtqlzsSWh\nhgZ8V4soQeZQVrKlIPEnhFYMXSNzzTbAtenRRlKzcQJg/fWEnWByaFxh16WU\ncXvgvI29v8uuGeBbah0mkkRqy0lW7gQo6xrZHsnblRJHcyAtuhcK/PeQXdW7\nS8icYx5Nvp2PX6zunTNCTiU1m5EY8p/svsGFmIwCSjbSKbZp1kQLAWRcsbPA\nJWJtI7QMxSANGMr4Itcussw4jPXG1r/9rRJ6uXHmJAHriJBoU16OAZylCdPN\ngu/UeWOcNaJCM+zJBgRbXZCvsdTy6WdMxTexuJSWDxbVVcRVEmSsULCxMd3b\nMas7UhTsi3UyLeUOXKQZPkLs+PxQCAIDTWcrSaikbqtsbIj9A/JOtaiCN+dQ\nXqf77ZFP8NXwOQLuvcOwO+ngQKmJMozv/gufi25Bg8HpqpBodz67NZge0qUM\nXjq3\r\n=1nQp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tags no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.17","jest":"^26.1.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.18.1","yorkie":"^2.0.0","codecov":"^3.7.0","ts-jest":"^26.1.1","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.5","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.5.2","typescript":"^3.9.5","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.3","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.18","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.17","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-beta.17","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^13.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.19","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.1.0","@size-limit/preset-small-lib":"^4.5.2"},"peerDependencies":{"vue":"^3.0.0-beta.17"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-alpha.14_1593610745503_0.31932190979274244","host":"s3://npm-registry-packages"}},"4.0.0-beta.1":{"name":"vue-router","version":"4.0.0-beta.1","license":"MIT","_id":"vue-router@4.0.0-beta.1","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"8ccdc37c991efa30d1519f885dd772307715503a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.1.tgz","fileCount":13,"integrity":"sha512-byqdBiKISN9Qrse6A0fgR6tePQNwlAdx+wBgO2x08MEn6hy8ds19uKvosfruVjw5vhpFmjvGR15Z68an+7fRAQ==","signatures":[{"sig":"MEYCIQCXT18ozzE0svgIPH1oq7QajyNpbfrGU7W/IRkCWdDOPwIhANSID56V7u4rqi5Ziu1aLoep55ATccIQgn9FLj6EiDat","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/v3jCRA9TVsSAnZWagAAu7gP/j2HdHh8QCbukeu0b1e7\nE/gvzGWrtKtW8gqhrQnlyBoVLzHvRxbjhQZz4jal+IjqI9eknrs5S0o9BUlk\nZTISz0xkF5uyfYvezh8zHdCw/sggkJKTKHOmrY+hs1faRGv0WmCfBWjdkIt2\n4RmMHA07SUNyTa3oriQUZuewRqqkWKTrzadRiHQcDumAP0jNhYi46vursx5G\nj0i6ygeUHqMjXkI1TU0sSYKmucPsNFIg1TKAdHdMnHaf+Za/6taIze+Is6BI\nKDoy2IvSRy5K9j9/lDek0slwB0dM+V/qVJVVJP8Bd7ExhyWadTbvvKVWUzq7\nCNyBmCk6Hn3VznH2mpm+RDA7CHptWMIUWKSDIL5QQWD8UA5RDWA8+lmgovKw\nSPSWbXqUqQ/AWAHJwoomAh/sIgvDofuypVn3JzeLBtDDjqKk1WjZ8qP1MsgD\nKVQOKQg4HQPdg57If2DVddumY1KlA1mKWXuNAYs40BS4pmKOpZV/tSy4hZ9P\nbfPSP/l2HmwqtpaOBzKtVvEqcmuo2CMgC9xVXhkY3q4vhBpODrGOJnCa7Fo/\ndce9KbVRTOrIj1DVywfSN09Nxlc9oue7SD3F6uzThXbZTuRWVAtTXYOVmkt9\nED5Cyl3zqWf6II15iq+IECQL2NoSpPIcEDD/w6Yrh5Xbj3waEZgqD6lyO+Ky\nBJcW\r\n=TLPU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Alpha","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.18","jest":"^26.1.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.18.1","yorkie":"^2.0.0","codecov":"^3.7.0","ts-jest":"^26.1.1","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.5","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.5.2","typescript":"^3.9.5","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.3","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.18","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.18","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-beta.18","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^13.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.19","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.1.0","@size-limit/preset-small-lib":"^4.5.2"},"peerDependencies":{"vue":"^3.0.0-beta.18"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.1_1593769443410_0.8492294920134171","host":"s3://npm-registry-packages"}},"4.0.0-beta.2":{"name":"vue-router","version":"4.0.0-beta.2","license":"MIT","_id":"vue-router@4.0.0-beta.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"792dfafdb2b2eecfe84f53e2ce6855ccff079e92","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.2.tgz","fileCount":13,"integrity":"sha512-+TvUCpxEhgSCssMTXdX4qei/YZN1kEt4nZoOySPLLUlAeEIlY3K1ps3hyCOeC1qYGCuSwaWuDmK/yi2d7W0sSg==","signatures":[{"sig":"MEQCIFcphuMgDL6X6zM/gVxXm/MkJQx1m0MN5feHrFARQY5ZAiAV+JXeFJTSb/90jOio51Nwem4K7C3ogcLPpRBaSSVHow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBDazCRA9TVsSAnZWagAAqd0P/jbfj+HoCSLIhwPxXEZ1\nJsIL1i8T7MxUcSUGpDNGall6Q8N177KfFN+Pbh0Yi6dq/kaPbndKDxSXaCaQ\naokFwiR+mnQHOktwkwvI7qvQBaArOmk/gtdnh36yIeWTgBYgiSk1XKR2UpS8\nGge8WEn8nCO6WISw05ie6FFz/n10PjW6vvFuvv21TtghZwD+0374yKkOR9Qa\nxul+GkdSGfbdGMOMj0xedzo+fvzTqqqsm9wLWkQnRb0vSlDSTzoekjFcCVo2\nMLUMwC6u7kEt/tCYG6IOVPhZeK+77sI1cMgKiqJnbF4Vz5SXvd6h0G3NXaWx\nCGU2tfh6G+FVu+ayum20jUDA+QI1CnH++AYsNGumFcBYp8vE3co1g4azrzgf\ndhudXPltKhjuLHKLtDQ+ZOp31M+lCwf0T2DvBOj4uTwAdzILQgXbIQ0kYp+d\nqUlO05ytHF7UPMpv04UKQCsV4DVWFy8nw+AvUwSKOQM3ckWJtTCt7OnH4L7g\nlXupGXiHvg3ebPduBspeC8+L/3p1mLPEDjHbpyGcPkcpHeZotAXdzUanC8vX\n5J8U2od8YE2Fcep3yr6q/79ustV9PV3QBWe60zpSBifUg6ij582M/MBndS+V\nfQy3soiFRnWMqvaeBOD+A4DUmfVxdb0ql0XMOeQBVK3xGf84cizaElVqhBAw\nCnjc\r\n=bqWD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.18","jest":"^26.1.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.19.0","yorkie":"^2.0.0","codecov":"^3.7.0","ts-jest":"^26.1.1","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^7.0.5","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.5.3","typescript":"^3.9.6","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.3","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.19","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-beta.18","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-beta.18","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^13.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.21","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.1.0","@size-limit/preset-small-lib":"^4.5.3"},"peerDependencies":{"vue":"^3.0.0-beta.18"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.2_1594111666653_0.3711247418969015","host":"s3://npm-registry-packages"}},"4.0.0-beta.3":{"name":"vue-router","version":"4.0.0-beta.3","license":"MIT","_id":"vue-router@4.0.0-beta.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"e46f45807023a4b8ce73a143a216b4c9ea3eb243","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.3.tgz","fileCount":13,"integrity":"sha512-3/cg3n46D9MO9u2nvtGE38gMyUxg8sjt6jMeZ6zbi9sRGAL0PaDHuKS+xWlOOLit7abP5MepNlh84t41gxtP8Q==","signatures":[{"sig":"MEQCIBXM8MbkuYs3etFcVYHRBd4pfRc+/43ZWSj9p8Zrwrf9AiAhdCPVtGCnG9lEw7PFJXEvfciDERPWceerCck95mqvOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":600262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFwRiCRA9TVsSAnZWagAAsCQP/RI84Sim4IHlhItuqpHg\n1DukQF787f/hmZgeM68SQPIA7YoiHJmpL4wgjlMk6YGXhh2tiErH2lziaut7\nLtfBMHyeufpLHnyQe0myyaoSjMN3g1AAlrNec9rBN/kZ65jqBks8XDsygiWk\nBucHNpPQ6A+Xz8rNSbCEr8bgpi9gBmhov+MXwFhAQBKZ6FQJyz4iHSc96nLI\nKTYRYV72wH4ygLMJKrNM3uEhdNl4KFjY1EB6XwAQTakzKqPkluHJYZwMY/Hh\nH3dqEaBhY7a3b8kdtv3fEe7EPMjtXYa0yhjb+opiSBTM5bTxYp6TeGndl0QA\ntG4d4gIQWSQnAZ8UfZkvqFRwrzSKYtRJjLG1cIFZaZkLgz+XOFoX+rQuIhT2\n6BYJoR/OJO+liz8Kg2Y64nJipspYRN7Xj8DMpoiSZ6RJnVd1xq5AU/q5H+L3\naW9l7WibHWIB+g0ISgsNa87Lo5YO+9cTY0UkdkZjN5Fmq/70E+rCQv/cBmSI\nyVE/HZZslJQcXUF4OkmU56d+d2jRwWr6vxlxyPywa4ZSzzGGxlGsI+0wwgQb\nR4fW5jnnfXaniEVUswL53++n5QuyvmsT3C1mLF5LWDJAE+s/Nnpw0i4iXkwz\nftIE7Cm8mwPxn8+V97i1jeqjidzNAETwUi6weHhjk6DdjXbHyR63ipxof4D8\nO8Nn\r\n=/bxE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.20","jest":"^26.1.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.22.1","yorkie":"^2.0.0","codecov":"^3.7.1","ts-jest":"^26.1.3","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^8.0.1","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.5.5","typescript":"^3.9.7","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.5","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.1","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.2","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^14.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.21","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.4.0","@size-limit/preset-small-lib":"^4.5.5"},"peerDependencies":{"vue":"^3.0.0-beta.20"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.3_1595343970013_0.934811491325362","host":"s3://npm-registry-packages"}},"4.0.0-beta.4":{"name":"vue-router","version":"4.0.0-beta.4","license":"MIT","_id":"vue-router@4.0.0-beta.4","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"0945886e8e35bed368ab57e50a6b004cff1459e0","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.4.tgz","fileCount":13,"integrity":"sha512-Cp8CkTcQuWL3neBLZnd+zg7cH0aA/kX1AwNLmdrChz5z6JI9hNu2qImAXNvhobDddLtNbyjdYSedCB9RYt6aig==","signatures":[{"sig":"MEYCIQDcZQn5wfiyuTSDrhjHl8bqCAPJBQnLj2PnS9ZlM0yWfAIhAJCDHQChsofVw60JyYNXj+WMXi8LFaydM9Z8RMgNIhpL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":601421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHIZuCRA9TVsSAnZWagAAedgP/1iPQaz5yKX1JrEHY4DN\ndoWP85KKJEIWY1bBNlsfXOkWLv2OEK/Ro5y8wMk+Tp7ys5zv79rc6rDh4WYG\ntlNacaD1jDdEM4h/J5cdKN7vHDYoORGwWq+2kyz0D0afxls25972x39I9qwx\nvBqzbzahH7j2M2RK9ooHGs4CKlKOpV9scdUgxBz7uKsZcU/ggw/vb3LQaQuR\nGi4EGAM3CHc/W0P/IAPCXL7Pbb02xJuM865/H7C/AhCuLyx41dt42cyg4Zeo\na9h031cLOIPR6sS4D6BEo1lXflVqgAvglm6ALqzZCWcs7FmUSr/zm3k8EGT1\nx8OLB1t3OxbJr1PmwKlYNmiOwEqvdgEUMAqIqi8gPcg26k/y/ZeRGyASJ/mi\nCwFDCCmCWsltKHKijDPDLmWOYKmbED4gF1L5elQvDv3uzLOBArgAVk48i4eR\nNHYCqn53Sjk9EFyHXQDWL6OTqgQoxA0SKS30qF6yX01MdGdhZ2K+k76OKiYw\nMWdryBK6dleIogz7XiAmG7zadCSnaJYKbFo0JMw1z2kUstr1IepIzOHXBwQU\nrUZKGTaJRmB/rIfaBUngou687+0SjMXhjZxKriRBstvIFQ/s3BlHU8F8qZfH\nQpXSpfIWML3KYVlggPP52HyK/7BquroWDOjpHLy0+82sDi0+GUqa0HbiQVJh\nRZ0P\r\n=IeHE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.20","jest":"^26.1.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.22.1","yorkie":"^2.0.0","codecov":"^3.7.1","ts-jest":"^26.1.3","ts-node":"^8.10.2","webpack":"^4.43.0","prettier":"^2.0.5","ts-loader":"^8.0.1","css-loader":"^3.6.0","nightwatch":"^1.3.6","size-limit":"^4.5.5","typescript":"^3.9.7","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.5","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.1","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.2","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^14.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.21","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.4.0","@size-limit/preset-small-lib":"^4.5.5"},"peerDependencies":{"vue":"^3.0.0-beta.20"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.4_1595704941991_0.8296188297282105","host":"s3://npm-registry-packages"}},"4.0.0-beta.5":{"name":"vue-router","version":"4.0.0-beta.5","license":"MIT","_id":"vue-router@4.0.0-beta.5","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"766d0f6c6fa4145e75ed018e0abf4488c0b74724","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.5.tgz","fileCount":13,"integrity":"sha512-6gnRN0Z2fKaR8XjQUOwpZR6wJdyGDtATmMuRf2egshKD9cQEBuu8LapOw1cV7gfwVirgvbBNE3pGw2v7keGzHg==","signatures":[{"sig":"MEUCIQD/tkbAGSmxw84gi0UlPre/2EgDJj04L5qKmB/TVVPOigIgMjfagUAF57oxrOwF56ifSheCJIrxDabyD/s5TK7bw/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":613473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKDHgCRA9TVsSAnZWagAA04MP/0z41RmnfrNbgpp2zETT\nG2ruI8OUWM6xmtlip/I41KTgbO4oMz573qOKotnyd2XZJthH9y3dFVw8K01p\n9Ph5oaup5fH1nLOJNvKgoEpNH6WuPeT0fa1xkLRvDt7hh3AtGY7YIL1SQPsx\nfNIDM0DpTB3BXbwTJa11WoxTG6aI/+rgWnahJiVnfZezEyPySeYawQpiEn10\nDPdBNUYSiMYfVBKGCSOconEvO5fOOMUJoB0ZiEHgBY9ebcVjVLgGoSHvADV0\n2vox806SbEd4OZH2KO0X0DTRIowhoiw9W7Hk9ag++njuP2vNBdRiFg3iTKu5\noRwS7ZSMHQxWrWp0rX1mLO23JFeWqdF1Q9ri3a83ojKzxa8Y3lMl9otd5rPx\nq2TYYWCvnYirNpbTFV5D7FrMGAN84C+w2GCMo/qt3Ya8xLE+SIyO6qmN7TdT\nsGbOHyPXAC0kpg4/8ESibBWHBt4q+coTOLEg/TBJGdFsqpkHMGl4Cl4nFxnC\noCHXPYsrnWi2vwFyxnfoMPfrrJd/YmW+6NSPbbnwFtKDvHV4KLy9diem84KR\nXktz7JcZOaJ04nN/X5AwVJhSOmUfwRTktn2iq5e1OwrKG3FQo5+jMY+iq2Tu\nz7kiCKg0oRE4Syt0aTHf9e4m78UjDPiTJi4QJRnZ7skJpD3gQdRAhSd5eZlg\nenqJ\r\n=pKuH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.20","jest":"^26.2.2","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.23.0","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.1.4","ts-node":"^8.10.2","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","css-loader":"^3.6.0","nightwatch":"^1.3.7","size-limit":"^4.5.5","typescript":"^3.9.7","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.8","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.1","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.2","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^14.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.21","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.4.0","@size-limit/preset-small-lib":"^4.5.5"},"peerDependencies":{"vue":"^3.0.0-beta.20"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.5_1596469726949_0.393600359981102","host":"s3://npm-registry-packages"}},"4.0.0-beta.6":{"name":"vue-router","version":"4.0.0-beta.6","license":"MIT","_id":"vue-router@4.0.0-beta.6","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"tsd":{"directory":"test-dts"},"dist":{"shasum":"7ddf4c00d1bee778fb8945f5e8ccb931b5885543","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.6.tgz","fileCount":16,"integrity":"sha512-zF+reWzcM0ivbIAbjfCpDVYlvc4iQAi7rx5abLNUcNiJxuTMR0lEBoxamQcaewV4sJ+zskX6PYW3QM5/fRkPqA==","signatures":[{"sig":"MEUCIQDx8NyxAhj9AGK2CfCgIFwK3oqBVIm7y/j+6+zB9n0rcAIgaKuLg62Cb18oTkPYO+1egQpDVu/3BFLoEmjq03WIqWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":618736,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKm8iCRA9TVsSAnZWagAA1lYP/38QSsgcwmZuyJJ5Sj61\nz1iL2l1PB8HUjDra4OFX0susnr4xZrXkqw8CiugCHXiCDcAe897BCtkiWqmU\nMQU8WqCBGFv6gDJ9VtAFnujz2Qfo0eVPERrL61ETg4glgR4G10SHKBZ4nU8g\n8z7nVG8AvEbLRSOIShOHMELDC0ZKP7RZV+sZu7xBj/tYLP0myKZ3CpBREaRA\ntO6cYWEPm9pHnHzwC6n9aw08NSybgx3pqsQYpKKGgmdFqGzLo+Gg/aDlXtIY\nY1rZFKCqHWUr5mN+/qMAOXs3nU8JPlgDPAgtzH6/m0c8Sodo5hy02FHE4SFM\nFlV9wGWPjBhDa2+O6A57mJU3RXTjg25uHw7ZxppR9l8b3egjxiYRQFFde+o+\n9l0F8waJkeiVm7dxDTYPhO7al51dnFoydrp+rmrXj5GIU4VePj02PAUVJEYd\nWSo/22zlaaZyz8JSs3+MbL/aWN696ZzGF3oIxOzcmYQBBpOAbTtLXsJrtRzr\nUTUm+pMtb+v6Dkq3NARoZWgAAwB+F7M4n3wV/ihwmMM3YRv3pee6bsCnp9vP\nfEhp6WE6BPJ5WtA1NAO1Dln/sTsl1+pLifYDM5jH9XhSJOThRL7ri3snkMqH\ndkoJh50DdzosGlYqZ4DZJPssGVKRn3kg3ZmLutMlXGL7F4cOa/JbSZJzzr59\n56YD\r\n=+/lW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","test:tsd":"tsd","build:dts":"api-extractor run --local --verbose","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsd":"^0.11.0","vue":"^3.0.0-beta.20","jest":"^26.2.2","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.23.0","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.1.4","ts-node":"^8.10.2","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","css-loader":"^3.6.0","nightwatch":"^1.3.7","size-limit":"^4.5.5","typescript":"^3.9.7","vue-loader":"^16.0.0-beta.4","@types/jest":"^26.0.8","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^83.0.1","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.2","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^14.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.21","rollup-plugin-typescript2":"^0.27.1","conventional-changelog-cli":"^2.0.34","@rollup/plugin-node-resolve":"^8.4.0","@size-limit/preset-small-lib":"^4.5.5"},"peerDependencies":{"vue":"^3.0.0-beta.20"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.6_1596616481327_0.5546318300096034","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"vue-router","version":"3.4.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.0","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"05dfcc112917025dac9e71cba414f72833424ba6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.0.tgz","fileCount":39,"integrity":"sha512-MeY8fSRqxrgQ8WEj22/d8k1eGU+ugN1TmfaceeetZz1d7Ej9mcS3jLEhIkLZEeOE5sP8q6hbhbR4qFcyn9NUMA==","signatures":[{"sig":"MEYCIQCOzxrXzYnXM04fXQ8jK18CjRPzGS464kFm6oHhktETxwIhAJkqZw25JpTfpCAEBI/sJ0au4H89O0eP0ateLUp+e3kr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":476470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKnEUCRA9TVsSAnZWagAAv8YQAJ4jQn66CJ8iFubCGw9f\nTp+w6OD8PjZydOF96800aEBc383kKXULfpPqPlXffdOAacJHgF1f+BmmF4Hr\ncNKKnLd3x19Swx6RQiLvcLYUj7lN6HyHpDuoKYjVaFaoLX8iXB2dcqjs3Q4+\n5WR9gIZ9GQwKTqqa1CGO0ThMgJI0T/Qd1VIT57hCfLF9ZxO2pw3W0J4G7Vc2\nza+HLblkDhEaGOZGc5GAoCD7kVbtHJW+JasyJoIe6fmD7lulhDdCBPMq46LY\nDoi4y2K2wsq59sbNXfUJh7su00xIzd95hw677ITK/d1+vqaIwleaUMdfXDzC\nhpkjtgo3GFJTLAfXq2N5NntEyOvW7k39k5C0HsvgUoPZ0XVljJyMUFOXxBJB\n5dLr2SajE4VITNs/YP8TSgmEbDz5pCew+0ej5BuHW63+o0xIaAtzYu8pLWCN\nfTgWinXjTCZzETv5Z3FdGzaHkuAY5VmfbANNO6TGV9hnaax31wNoZ4a5qsh+\nQxTNoNf5t1/IchKGn4E+006lAvEseFaK6LX5Mo6ESBZOihS7DkN44ejwYkgH\nq57MujEaxDbIr7aLspKDBB8x1NKO3Ec7JrqiM/x8wtrFSRdvytupYPsWRKiC\nAap5+hyAaGbjefWDSGfB0c7UpM2IXzThH9LkjE99cYvExisYNanTpCaJA6ct\nRSdF\r\n=IB/n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"4f752308cd1a220d3b74ca10e91181cfb7e89335","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.16","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^0.14.11","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.2.1","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","rollup-plugin-buble":"^0.19.8","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.5.16","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.0_1596616980116_0.01746186032240904","host":"s3://npm-registry-packages"}},"3.4.1":{"name":"vue-router","version":"3.4.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.1","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"e6275bfd1bfad3c0d82766377ba5f5f74f6da549","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.1.tgz","fileCount":39,"integrity":"sha512-vmZSBb/A1+hddeSxPBlbLRnB5l+BkyrH89ojsy+d/OkQ3rb4jqbilaAQ3dfPWWbqPwSd11AX4l/DuBhOcR93dg==","signatures":[{"sig":"MEUCIA1Wan6/riihXc74mYQDlFXdbpdcwGWes64nI8I1ocEgAiEA2si74qQSGO8oMS9ElpeW4W//uxwqs4WRg3y2TJX20GY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":478697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfK7wiCRA9TVsSAnZWagAAnEkP/2YT+Qd438vPDkTxkCmu\n8FDfgUIeHJIMjMxXJJwCl+bylcIg51Rr04ovH6ZTGuYiSJWj/+2+6lIjNnaa\n6mthRhpn1gZV3pyd4GeB/NyhEYSDOdLQAheAX9tRYaKyzONf+pfoz6eQWP7M\nzZ0/aeVpqeTNT+DsBfcxhQXCYy1LffR7gnnG63QvNupVEhgZ5MEVveO3HxvA\niySrLxhhzUx9cGzX97fB3H+n0IOImmpYE3RBEWj1s0Fuhrx2sXAixPBv6AOG\nrulN2xDP05kP0gN62DmIycUJX2laxkNuYVFfjFaowsPfes0OvIIgWe0GXaIk\naZVsuZv2w3e3N/3OBWHfhPyPwAbJZUkkqcI6pLQAA6YlQLeMP4vxPn4Ik07/\nHpWUiac0pivx7Iczkjkq7bf9Qr7RF8QgV75tDQ7XQCe8snz0bf9+BpEY4eFa\na65N87onDN6veVXrgASoDixkOOiltQ7LpOj5OlmLHJnOH2Bpp1uxXzJ9QR8T\nPiGQ2wIi7RJTt4jViZjV2K4l7+v/n5HwcvG3clGZiVAhdqzf314SxLOwrGyn\nWJaZpAsIN29WIOOXuUN+KlppyN1+L3a8+6uJgitlHoyIZ8PtVlmcaR2VijcK\nXPzuNPWVyr5B4pCp3QU+3I3jGwX2W/7CUzlEXZTFwCsKsdyrkgic/f5rE/tP\nIcgP\r\n=AEIk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"03fda8fb4e60f517b962e800a03ca85a35e9daaf","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.1_1596701729542_0.048183408292696406","host":"s3://npm-registry-packages"}},"3.4.2":{"name":"vue-router","version":"3.4.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.2","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"541221d7ac467786c1c9381bcf36019d883b9cf8","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.2.tgz","fileCount":39,"integrity":"sha512-n3Ok70hW0EpcJF4lcWIwSHAQbFTnIOLl/fhO8+oTs4jHNtBNsovcVvPZeTOyKEd8C3xF1Crft2ASuOiVT5K1mw==","signatures":[{"sig":"MEYCIQCcoGhu/i0KW7IBE+7LsN/IJDixnClmH3WuhjrsONaUVwIhAKi9Zso/e4/VBdTYA8AipdSSJhxfEZo8m99DrFGhKz9t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":479448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLRxxCRA9TVsSAnZWagAAIq0P/2WeNH+dNOOpIy9465zm\niUnz6KnPUtIjkEh4+XWhjAwX1nsgLcJ7MhHYWEa5lIN9TyNv29Et9oBN4dkd\nVtZNjEEYEIGYfWh9ESgJ/nOFhZT44sIq6BPkoaJ96uJ9uk9z8rvUVvREwTYQ\nUrLYZ3CWtgXlmyKiTay8Ktw3p2u8+dyBcEiur7sX8SuLNnk+koUB4hMADDTl\n0bWgIEjvxUsrTkMlqEvpAIO0ofWMqWtQhC6sdUbu3Ar+IcIC2dh9CMyOmqOR\nD8LgNovhMimF2pUiTLus69eQ6xueZfS55axXqasS+KPX47FdUoMyYTQDoyXD\nAcw5Xqw/J2syRFC6Z0ahnUdsuoM8b2Q4p5evJ0Onsa/lvW3J3WAnlXy9E5Mo\nYkVdbm4Lc+wR11PEYbclKRPaOgyBaLfGXgaovXCp0HG7rPKIDV0nAKTTxnYX\nmblVPIgYSmtMHVce29iDKJHCcsItbi9rPwglYQzvIJmRyqusESm2cLSOLYr6\nHEmbYe/BV6/SBmZGhfnDttFkPfQsX2ycBaWROGyEsQ2aPTPnjSEiNJsoZ0EU\nngZlTR9RPblDwaLNTtk3f81/Rh+x5YzkVikSAragWq33n0SowEYO8ZBi3hFT\n3AkdDK84A9tdUSMVsHSgDk6QIT2WL1XhrSE+p2/eUqLNFDm9573/pmMJ9L2I\n4Noc\r\n=sKP0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"b717bf21f427ab80d0183034e60d45314b0a73c5","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.2_1596791921069_0.9127193042162398","host":"s3://npm-registry-packages"}},"3.4.3":{"name":"vue-router","version":"3.4.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.3","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"fa93768616ee338aa174f160ac965167fa572ffa","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.3.tgz","fileCount":39,"integrity":"sha512-BADg1mjGWX18Dpmy6bOGzGNnk7B/ZA0RxuA6qedY/YJwirMfKXIDzcccmHbQI0A6k5PzMdMloc0ElHfyOoX35A==","signatures":[{"sig":"MEYCIQDUUrT/Zeg8K/U8PndoY8l3sJYbYiwEo4HS0UJiO82q2wIhAKT+05XbY988NsVLPlNbKl8oKUL6Enb0SZdpci3m/EP7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":479477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMrr4CRA9TVsSAnZWagAAepYP/34GU74z8dr4HjY6zgDL\nGA7g4iGmIyJf1YTSu58XDoi6VdbbhrJdW1Itlr5naIZKdb4vOvZodeXewS9u\nHm907NOVNVYSf3YRLV9lsF5wmlRk/rPz5cA7MDC7O0HzJjfQ2goGd3DA92nU\nzvTXFAaFO/XSiNPxT3hThXy8/4G6Q3XNC6zGIB3Lrw6M0avS6WmzaqykZ1C8\nMGfobs9Cp/PfCtN2kWKVUKr+bzYgokTnrffkxJ2QXcgAHMIgJ02yqIgWBpQE\nPsf4AlusAy5E+bzWtwV7Ffmuqc7MmcJCaJUtAV3s5c3GsDwzBFyaqkLg189T\niuT944Ys+vn4J4+sWYKTz0KKZHsbIQOdX3FyEXga0lPrsyI6wabr0GxVjiV9\n7MuiI399lNgCJw8PqOz78DVpxcCIf0HQlbYIKgYYLh2oI0nHVyOF7/4vS0QL\nKbynK5rYLdZxstVxGAkAoMHV7bU1dif5rEkOoEife1aO6jJSCxLrOF51zcpM\n8Bx0oD2dlc1QKSupT+p3HSAV1aJhNXAAe7Kj/8fRc0XgDBYhvXW1C5twkit6\nGkxtD5yGh4RVNsTgmxcAktaiGocyZ3HQAifrbZAgyxT2z92fzXZwOExQD/NC\n4MAAPyLMAT30dja95XBa452q9vUwM7V60HcSx7dxI/ugL85UNvPcEJ6UapnD\nXkQE\r\n=2965\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"3047798a55d61cc43f6ad5447364459f121f7586","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.3_1597160183647_0.9941572782958703","host":"s3://npm-registry-packages"}},"4.0.0-beta.7":{"name":"vue-router","version":"4.0.0-beta.7","license":"MIT","_id":"vue-router@4.0.0-beta.7","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"afd8469c8f2aa86a2c785c08dfb954223f86581f","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.7.tgz","fileCount":16,"integrity":"sha512-98CSf1ssIu0cZgdoBTqGWn9e17pueKOy4fzVyFyUhuJkjEwWNOsMMfKru6e0GTwZEtYOd6vhizvh7mkFGvdjVg==","signatures":[{"sig":"MEUCIEAFYSdhihkK7fodMkwNKPu5opw1X52heAcUkd7cq6Z7AiEAtsxJtVCmrBO/6doMsztFwpO3n98JrqpRoff/xD5Qovw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":627936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPSb7CRA9TVsSAnZWagAAnlYP/0QRSY7VSWqGlir/Os3k\npTSyWNxINqp+Mbrf27HNO5o/xqQjhSdmRd7yC4zHNgApGjk5zMqWNcrtxP4H\nni283wRYR1q/t9qPSD6bS3mhSU6CIBjkn6IonFiIll7mLiHFGrrkm2SdHF7r\n6B05bzMPq7JLe5r11E10PGnFjGWHDm8p9x7rRuBF3BQVmyFYzQDnvzVhfIYO\nlozqt7HCthSI2POCluxQVcNng1OxSWw3TyhdXf2re7oMquOT7v/2Zi4N1/Rw\n7JqnIugTrurWHlw8qrLYCgBrkNwFuH2UmD3BGdof8L/UYH1/JyL/vE29hfuA\nT5nIzyQDaHJdbHdDUNCFJGTBq78Te6QEz9LE7BzqOn0q/MWmGEYlVQH0h11Z\nLlB9AdJUj7Vx5FB+0HoouCdxSIEChs/gEleBSFOVnYjCVKCqREIB1CHon6Eg\nKByCI0z3oshaEZ16UQVsIHL4Ropw754t6YLx9/rUI/0vJIlcNv07AJ7q45bd\nFgqAc6hzelkMhutQRo/cu9+gFgXKs5C3sR8RXJ7Seqdw08rjMFhwr2ofU0Wl\npBFAy82JxlL5kj49jPV57w0gr/fTP3heQazWdv8Nj5z0Rn7VECD1lBLLB+9x\nRVFlpOkRYk9iP6jRxiO5QLhOZaq5iBDh+vbA/dhTFKEo/hbpjFBvcQyN5Nxe\nMQ97\r\n=9tl3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.5","jest":"^26.4.0","axios":"^0.19.2","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.26.3","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.1.4","ts-node":"^8.10.2","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","css-loader":"^4.2.1","nightwatch":"^1.3.7","size-limit":"^4.5.6","typescript":"^3.9.7","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.10","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^84.0.1","style-loader":"^1.2.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.5","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.3.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^6.1.0","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^14.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.27","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^8.4.0","@size-limit/preset-small-lib":"^4.5.6"},"peerDependencies":{"vue":"^3.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.7_1597843195127_0.9779486867007599","host":"s3://npm-registry-packages"}},"4.0.0-beta.8":{"name":"vue-router","version":"4.0.0-beta.8","license":"MIT","_id":"vue-router@4.0.0-beta.8","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"7d09e0a93726a6a5bedbf5c355bfc38638acab1a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.8.tgz","fileCount":16,"integrity":"sha512-/fl0N8hqNFeQecrq5ucD5Nz6rSpj5OgvI2+U28qQm7zKAhXpTA/cSAJOwKO77sX/At/9XzoJ7fYDEJU9sLm+eQ==","signatures":[{"sig":"MEUCIQCE4cDGofcePLdXslCASrrpPafNFBCZ4GRy3CfTfP3nNgIgdHoOAaz4SgSPm5J5aaX2DMhBg3xhVEWf4uimiTVM02c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":633906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTnprCRA9TVsSAnZWagAAFKoP/jZitsEuyeyYdClvSviu\nmMAuveqE2KTofi70Ow3sAF53E1nxBNyTD7/H3GH4DJyEG+jcY9eHxO5ygk3A\n0pkGFS35wjJjJEsfvSKCVnou9Gcqk67w3YKZoiCGcFOOksAGiJUdRDW15Osx\nPfZlvRrtGv8JJ2oJLBNOGwy9+/wcfrwxnVi9Oo/JMatz+ZfEgf4bwXyowlFo\nVM4U6Bc3/sChJRB6n8coXpGMAcormew+Jb7Ktkd9qoQvdL6lHEveIUS2l0Aq\nP7WST4oi5kd/zpHS0m9ygjyu+aJSSERVeXhQhKK6U7APVpRTPWTI6E7XvH+3\n+nxVzhBa5QF23v+YjQrlui+FYgEegTnTAXfAR8TbrjMmgVEWXIZVXSYYk2Yt\nlS6D8a6S8cdt8P247kNyAjBLGCHYdBhUDufOO4AFg+VeGW806XYE7VzXKVT2\n7xts2EiADb+Teoatan02H5gU310xjOB/FAxVQXfyPQqjDN++xVwZkJKdxC+D\ndfjRjVY9STtysI6qF+T2FMUFS3+OdUtHbV1PR7+XOju2al5yyPdLaiFQlfJi\nf8jGLImMw+2ein2CEQGSN9qT9WRWYAGuClf8UaggXsHBafd0x7X/1SjUevmh\n7pGsVoOOPe6eDULYo1S9IBItR2Puv4onTO4hAFrrxNI/r7egJfaB/wXrGwSI\nGT8w\r\n=yU4y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","postinstall":"patch-package","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.26.9","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.2.0","ts-node":"^9.0.0","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","vitepress":"^0.5.0","css-loader":"^4.2.1","nightwatch":"^1.3.7","size-limit":"^4.5.7","typescript":"^4.0.2","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.4.1","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.1","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.0.0","postinstall-postinstall":"^2.1.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.36","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.5.7"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.8_1598978667161_0.460548828712692","host":"s3://npm-registry-packages"}},"4.0.0-beta.9":{"name":"vue-router","version":"4.0.0-beta.9","license":"MIT","_id":"vue-router@4.0.0-beta.9","maintainers":[{"name":"posva","email":"posva13@gmail.com"},{"name":"yyx990803","email":"yyx990803@gmail.com"}],"dist":{"shasum":"8552c38c9b015527e74c9c6cb4c54868219d601e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.9.tgz","fileCount":16,"integrity":"sha512-k8AGMm3LCTqnsEuF37AD4kcZVMwtnFEzdjACgmIII/xbLnTj3+o5XyH/zREBZutgv5q2hzlLltMVglqDQYMd/A==","signatures":[{"sig":"MEYCIQCwrmeDV1fOjLIPIyeIesjh9SEUEZdO39KrLGO9QiSzywIhAMnXR9pnjynnbqV4oJ9vUKrq9Nyi183DV3yadAGmHBuW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":633978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfToqZCRA9TVsSAnZWagAANsAP/jcLld7mRd5UXeQIUvNE\n82/zXsxsNOWyB4SatiQ8ZXFIvg/19kPwZ+0FbkJ6qr5K5E22A9am2lzafERl\nV3CbF2DfbEi8SoOoNcCxPg7yfWN1IP9rIA7Hk5vjWvL3x3ohHIY0cV3lQdEU\nQ4ySI2mzkxlDTR3z1Vxs5rls4RJ/J+QkqJVfRnH5ig/jv+WTYYZF94XZYHgK\nQDkBtY5pW0UMuW3kEdGg0wukD3eShD/PJsYINdA327arAqYJw0NfjjRceHNN\nBMrsozPO30ilsd5OEOFqeKepnlPeu58Cbhnyc3U8egpwMmUTwGo6wsCQ+37a\nVA9TT91nhno9K/23QLOmUMlr02moCWIPwE+oYXBJZUpkLS1kGCpy8uCRE9kj\nVjglW11UHPJZ7/kNJqUG3a/sa9yEuBgyF9EsIsv6ENFTbS2p1IaMJlZnRMhN\noGRIX+iLkrq9waUAMvERMxDuxfRI9IVg/pG3MxYMGwBJFJJCbzk9kQawqGs6\niXx+5cznUIWCwEa/zE6QQxCO9EAfYXQIGR7dPr96l3Kioz/nySTzhJF6S7vq\nw0LedW+dcCwbTj9IoJwzlZc7x5luKpGOAcp/HzRpdq6jaedjfBO4JPOQX+zk\nb8+wbteyOdfd2fa+iKdsnjOJzSXCz8/dve87zuydPaVD1i8mFs+DuBsGPDwL\niqE7\r\n=/CBm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.26.9","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.2.0","ts-node":"^9.0.0","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","vitepress":"^0.5.0","css-loader":"^4.2.1","nightwatch":"^1.3.7","size-limit":"^4.5.7","typescript":"^4.0.2","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.4.1","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.1","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.36","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.5.7"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.9_1598982809264_0.7619974736102146","host":"s3://npm-registry-packages"}},"4.0.0-beta.10":{"name":"vue-router","version":"4.0.0-beta.10","license":"MIT","_id":"vue-router@4.0.0-beta.10","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"45f9e6fee6fcc7094b696e90c2c9f76c3aaf40ed","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.10.tgz","fileCount":17,"integrity":"sha512-y3YxV8rO9e4mgFqdyskytRMLzwbxR65ZaAW59xZL+T3M3kHX5p+/XB6j7K5cVm/EgZFOLRb+Zht3ShVaEonn/A==","signatures":[{"sig":"MEUCIDaoOHy26f3xFSG9rwNp/PnhVy1qC4xC6oos+QO65ODyAiEAr5kk3AJ3jPrA7u8EO2MRpVveB7VS+Wqs3crgiYF/xXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":759352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZITTCRA9TVsSAnZWagAA7v0P/2EZm77Bcazb83AoHQId\nL/BTCFT4MVhew5lYiMqCBAyJFeHhYBw1ELGZk4+akorVUEctIyluEIZabWT3\nqlHostyyI2rAVT+jbPLhTKWFeWHz/RFr9JjocVf1RRb85UAA6Nn5xlaUFGkH\n48zsih0BUjVO/eLGqKx8k1AmAXAjjwvWWHl0TyEWuaNQAWFwXatkMphfyDW/\nGhCcwfAsZ7riRsp0v2wa5zNII2M5Q5ktax9XGEjN1M/VPh5T1dwPHvk0271c\n1Ao7KZ2hC9sWHLt4p1TmNZ33JoPwi0OKDVPhqC2JaqNKJqMQwvXW2GdbFFKp\noN2WIijo7LZGZLp7pBpPaPBmjlN3cjUPxgu+aZqyZ40xv6Ko9C/zM7Y/xQp6\n9jlirWAjMcIyH7fPm+N1aBL77htLaN5IEZmZd/m6TlihVBF22umkccZ/tCi6\nC3Of2ztTMsbUV/gR50e8jh/x3NDzO7L5qii42Texh9hGFgSzWy6+LEEvmpst\nzfMZGwoDCpAw6mCq8sI/DUxB+DHp4FvL/CPldnYZbLlEQlVQI81mFoyGiNhe\nZD0OwsrM5o0bkGKieFfuqlPWnlPXLtqyKtQaJS+BPn7Hy5HDpfGP+Z4gcOSx\nXnf8WCNCaa8HGSoU4mycSw/0whb0s1Ls0pqvrNSuanEbp1v6VK26pfUgKT03\nSp4Q\r\n=Zl8Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm-browser.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.26.10","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.2.0","ts-node":"^9.0.0","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","vitepress":"^0.6.0","css-loader":"^4.2.1","nightwatch":"^1.4.2","size-limit":"^4.6.0","typescript":"^4.0.2","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.4.1","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.47","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.6.0"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.10_1600423123276_0.6717442848365964","host":"s3://npm-registry-packages"}},"4.0.0-beta.11":{"name":"vue-router","version":"4.0.0-beta.11","license":"MIT","_id":"vue-router@4.0.0-beta.11","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"a236e2c4ab65cfba6c37c9e2c9d8653dc9e7c46c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.11.tgz","fileCount":17,"integrity":"sha512-7t1PTGvgjA8WrSNZw1qOouuRRB61GqfBzcCKjQHk/lKn30Y4hc7iVh29LgBdr0Ch7i/0RCgHcrea/jYp3/0Dtw==","signatures":[{"sig":"MEQCICciXHin1kBbpWwsm1lOxGocBboOocSTwWK8BIy5l9xaAiBGsovO5Za+iuwXt6PWwWarEz0/RBQiHAHqstxct98wVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":759870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZxP8CRA9TVsSAnZWagAAWuEP/RfOl80+PeyE19gmvoW2\n4MxQX4P8TGSjjtavLuIwfBR0V3v5+nVy77JfYyBRefdPE+Uqq742dXdMaoi8\nMM5TO6gUp/m5+po3XI0fEggQ7PcBcSaXjRSWHeay7YYmymqSbZH/Z3vfQkK0\n8BY+Bl/3xy0o/1EF/2GEpS3UH47gYXKWL5ONWUDMqQp4O9nA1/c9D3CuEU+N\nPQaXMlyqQQXe+3VpWOeWRBeRdDk+UMUXhiWYYMf8UrfNAo81My5KWPidmYxr\nzjYtsJLf4nGjtCvdX8DxRFGRxekWsmRtTbjGMl/AKOYrp11FHpFHpSlIDqmQ\nrKPmsoHzSwcSl1fMBx6gwEEgaS6sUrDvxFlMtir+Vsm24cyHqHZRO6OFwXfb\n5ekq9vt1Z0YExB27zaeAl7aZdT0ITGvkwe7OQsFZTJP0ns+4SU4WSFEriVso\n6vSUBFa+BjCKKDwHo0KL9NUoFynG1Z3JrdZN265xUcJoLTEbBvul8T5Qggra\n98xHPMozHm95bwSPHMNkuRfhfIEvY6Jj2OplwKoakPAzkrU5Cx/KLg1ZPhIi\nwZmGTi0+0AwyJBxCrnkpofs17CGdyrAawhHXmeUieSSS4bIKejdQdVcrJihc\nod44zB/VNToQg1iEydwXG/R8uVzKi+eZHxnqEBNA1X8tHX2L7l+qe7Oo196v\nluXq\r\n=ZHe0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","browser":"dist/vue-router.esm-browser.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.26.10","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.2.0","ts-node":"^9.0.0","webpack":"^4.44.1","prettier":"^2.0.5","ts-loader":"^8.0.2","vitepress":"^0.6.0","css-loader":"^4.2.1","nightwatch":"^1.4.2","size-limit":"^4.6.0","typescript":"^4.0.2","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.4.1","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.47","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.11_1600590843988_0.3989644711499867","host":"s3://npm-registry-packages"}},"3.4.4":{"name":"vue-router","version":"3.4.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ad0c27f6353107ed527afa3afc5da69ce3ea3841","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.4.tgz","fileCount":47,"integrity":"sha512-qFfwwLvxUYq+iDJ0UoE8HMnuZEDtIDA+p573brVMb7NZr0t1vhMeMWDTvgF2b8MqAFOc77bNOTSSwYcR4pCZlg==","signatures":[{"sig":"MEYCIQCeGPUswVQmN26vk5hNujc4EWj6XTGKt6XFFJwDxhkWlQIhAOJ45azubsQBrjW/jXe7DrmUvBObkoAxnGLpAkgHyOIb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":482204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbNg9CRA9TVsSAnZWagAAD1MP/2fNgxCb5mWbYakuVlcJ\nKghJJpImuLVo1bKj6cmOjXGTPn4O20C5nW4uN9BNZGscJvkdjzhLEeL3Csso\n1PJGj7OGd+FudLFO4EXPQzcjhLEr7/FEkp9q8qLYW1sNho5DACoXEE4PkPNX\nODDwHz3GS5K/bWcHnys4qKQx8RKDfK7ywxdclZ/gg5AmTCaPUsb4cUpRww96\nY9ZYlscFA2KIPNoJHXBqdFBz92oun4xxKd7EVaND7YvjJRGWiJSPws7HZsTZ\nhXHYtzxkMJqfN/dj4N3e5v6Ougg7kv7H/CORDXN1vKr8bG66JrARN2FPoDo+\nyPzsZwCJlBd7Zizve1EmS0osjd+QrzVD8WgcBBC6UUWmYEYafkzVlvsX1jUs\nWLyN3rWe+8somdhzI3m60NR6PRsL9Fx0zU2wG1mBXSpUOXqi01pwx435eThB\n+pDjkIAf/U0bgVX5dOJS3AT2043Y+3FCPVc9JE3hVSoD+O7YW+UOLwFQu/FS\nkIt9NzVEaJcS0jBki4xUwi5Qh46L7As+UmoTzCpSGoTmj8o6162sA67Ado2A\nLppoiwSLoI5ZRGbLk6lCMQnXGhGk9qMCulEVyjzdsz9MAMmWVp48/Jt/puC1\nr38hwBOZts+/BGrPXpXkWWWiVLdeHZrv+GTYHtF18pK9Tc9Ij7r31la/uUVO\nBkPc\r\n=LRsH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"https://github.com/vuejs/vue-router.git","type":"git"},"description":"Official router for Vue.js 2","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2013-present Evan You\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.4_1600968765147_0.11112429046823613","host":"s3://npm-registry-packages"}},"4.0.0-beta.12":{"name":"vue-router","version":"4.0.0-beta.12","license":"MIT","_id":"vue-router@4.0.0-beta.12","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"873d1bbd16882ab2ae35973e3e691412104f3914","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.12.tgz","fileCount":16,"integrity":"sha512-prbqAs2hSlKGt3U/Iyq8G62q/oprwmEd//a6x5M1uqP1aZxwjq0s27ZG8hfUSOOPB7SYg4NOydwy6zi/b3S2Ww==","signatures":[{"sig":"MEYCIQD+9Ig5rHSoFEY7wZFCKFzJi2rk1TRk1FaWHpQZBFNI2gIhALShhmHeXGMX3ZjJkOIctbbyZeazFKSIoPISZyXm0u3t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":650492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbaYDCRA9TVsSAnZWagAApdsP/3qaXZelSxeX0559GOSh\nql5Lf/K4OPZiErCaHWSMGXR57K84dS/BliNBe+rwAKdt8EnUJriooL/mKXKD\ntFtv1MOf2jEvQxYqw/ND+lHwHPjuhSwnk1UuEE891oAtuFMrqHomE+InWbqw\nYkQsAMxmL0zEbDUZ3wDV7EdnI1I2vONMIU5961Yvw3aEh3FVMNb4QUJJj2wz\nC6aA5XRiYNb2NwGK4xDJ0o9CqrDe8TUZIxZ+ClpnDLFTfGdTzjOrn3tRZu0o\nNrfupcoaFlFgl2R+p6vvLwSHUJ6Rmjpxh8Gy5+dfyIUhgrednEh6SZjwhsNv\nd1yBfj8fSGFtpS6C1+rUi9sxs0kJ7Ibw3ZuKcci2b09nJoPq3PMFzig8OvJG\nOaCcW7og9ExbD0ULmzHbx+RVGRBLZ8tfUtcMuF5aHwmNzn2on4pVtjX5BPHy\n4EGW3j9zZRFYN7FSCDYy+ySBpaabYySo+9AyaA0zpbb0itrQa7Pax6oZvPxo\nG+xlhL5hridC27ESKnNcf/Nn0aqTfI6XLVYmrI6d1/j+83i1JKH5xraxxTqJ\nVJEZHCFgbAf0elO8ef5t2sHKDOT0G2FFVk1j8Bkf6LvFgUAGxIZJDbZuJYD0\nPhha5c0klCBkFUo2YWDu/hiT/kiR2DgowcbOCWKq9D8naSiFI5VUPdabE06Q\njOn1\r\n=i/XT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.28.1","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.4.0","ts-node":"^9.0.0","webpack":"^4.44.2","prettier":"^2.0.5","ts-loader":"^8.0.4","vitepress":"^0.6.0","css-loader":"^4.2.1","nightwatch":"^1.4.2","size-limit":"^4.6.0","typescript":"^4.0.3","vue-loader":"^16.0.0-beta.5","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.1.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.53","rollup-plugin-typescript2":"^0.27.2","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.12_1601021443143_0.801869407937488","host":"s3://npm-registry-packages"}},"3.4.5":{"name":"vue-router","version":"3.4.5","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"d396ec037b35931bdd1e9b7edd86f9788dc15175","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.5.tgz","fileCount":39,"integrity":"sha512-ioRY5QyDpXM9TDjOX6hX79gtaMXSVDDzSlbIlyAmbHNteIL81WIVB2e+jbzV23vzxtoV0krdS2XHm+GxFg+Nxg==","signatures":[{"sig":"MEQCIDWAa5IDYlQQrfAIbbKgw5Y4h+Aj2Hcq6e3g3gh6TKJKAiAMA0czd4umG8XDdkKIqtTmEbC5d9qAsWaiAJ0rg9AsIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":482599,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfb1igCRA9TVsSAnZWagAAlTsP/Ajt5Sazq2Z4o09f8U6N\n1+rncDe+8UO0KUSLMM2N4ovceKu20UWwrNC1/CvqE2gQWkix5MmoEJgTvHJt\nmX7P8ifAGVZEhpOq26JcW20F1GgwqIBNzkvjH5F+RV1o3xPk37JaOHA/m+dB\nL0XZAtMlt1OREXoMiX54He9BV1rMfQt1ykjeLb/lLVe7UNFqRtEUYAMrTKNi\nhvLKZ2zOvuxIpgEyVi4IPtK7LLgKH8OiuV1sXhggSd64TtK59ZdFssS/JJzm\ntZih5aW5rOW8O1okUX/0Ps41zwyjUs0DF/KJlpFibDReAUyMdqGLPnwnUmIk\n/wPr6ZD0nO2DFVylFK2SDo2RpK8OGJeUz+OwkgUcQ8RiBFhCuCkmcAWlesAG\n7kTtt8dhLPKSLdQCe3hGwcHlExWeg1x0ViHStN0tAqG3tEXgqREMiy6h62ne\n/jE9EaS9i8EaMXPEsUIY8qj0lvSxG8aV9XFq6vXFm4uOYGmXCK8Fsf20bis9\nKocy06+Pv6qTvyy2v1JTw1scLF/R4fF04c8yRSTpMACsBI8JeNQrfsP6BqA1\nVghI0fKBSe3LthububZePHXdYA/AfVctBptmEMUcGYNDbtGc4mAWHLk+/GjD\n/D7dMImuNnN2QGbgmCcjDTtiyDd1PXlg2UONaWB6CqGfZ3dWks/Altjx6SK1\nZyl/\r\n=UGW/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"1c2e47b5c993f1e8a08796b3736762d7b33b4427","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.13.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.5_1601132703802_0.7366991050238405","host":"s3://npm-registry-packages"}},"4.0.0-beta.13":{"name":"vue-router","version":"4.0.0-beta.13","license":"MIT","_id":"vue-router@4.0.0-beta.13","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"4611d09a9e44f231cc401ecc294a7f2dcb30e6a6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-beta.13.tgz","fileCount":16,"integrity":"sha512-dYv9qpHPaojQlfujViiTkPkf1Bf5RCFzkCkdVFc1cENzWJYAGJanpIHiyjyKoM4u7IDFBZMItci+U4ieaEWA8A==","signatures":[{"sig":"MEUCIQDjia/9tQRe9hykyDHVxOaESXR5gsa7uIL6SO8SDUadBQIgNajBqNWGQ7q91mnk+bZLqBF/pUG1Ezzi4PsuqCEtWZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":654733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdwvmCRA9TVsSAnZWagAAwzcQAJWNcteR1+RjgbbQZt8w\n8YNIgCAib25SqEwu5ZKYJw09vj1M8y2YLgxbuv+fdDVRhXWWhMLkV3O3a8D/\nnj5xeUuwu7S0tYbDlCRWLB27Kcq9CkHuRO+OkToMRrB7L1RlcecwaaDzeryt\n/jVOAeWoVPXKuhPPdci9WhNKGqCMccBn4Bz4B7O50orgltrCpMBcz6LKYS2r\nYopv8nPxIORQlOP3A+kKzQQFKDZDu1jvytXNS0mWpV5kc9fq3IsReZYo665F\npDRjHgrfMIj1PdYlfwK81pXBKQxEK6r2CdJLUlcK+Tll/J6KmjUU7ZIVr0lt\n+JWcl2MqIFErW9acaF4//VsJLsVWO+msF+UqQUemU9B95a7GzB7tNZtZa4Cm\nuBcCFjwk8XJIs5Js6j1fDbfkFDb3plRL3TarPiYDU8X2S0zl917yR0rpiG7L\nDWy3ER86mWxI8oZNfkG+qFN8pD5FqsmcWAVLqdBkImO3md5dkugXtME7x/2B\neTQR9nbuxsuee81GzVizBfpJ3i37E6W0EcIoOzmcU/DwJosx1Qk9U4oKFq8x\nAWwY71Zr8pXM2uVJmp7GA84sxAti4itXegq70YP4188NSS/GzK0jcTPDl4LD\nYRcdOqhaaqfrrtcaU+P7Kwo/yxeLg07viMymLSunDMY8fyMQj5QQJq7UGHDw\ngV05\r\n=68jr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack-dev-server --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","size":"size-limit","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack-dev-server --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","size-limit":[{"path":"size-checks/webRouter.js"},{"path":"size-checks/webRouterAndVue.js"}],"description":"## Status: Beta","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.4.2","axios":"^0.20.0","chalk":"^4.1.0","dotenv":"^8.2.0","rollup":"^2.28.2","yorkie":"^2.0.0","codecov":"^3.7.2","ts-jest":"^26.4.0","ts-node":"^9.0.0","webpack":"^4.44.2","prettier":"^2.0.5","ts-loader":"^8.0.4","vitepress":"^0.6.0","css-loader":"^4.2.1","nightwatch":"^1.4.2","size-limit":"^4.6.0","typescript":"^4.0.3","vue-loader":"^16.0.0-beta.8","@types/jest":"^26.0.12","lint-staged":"^10.2.11","webpack-cli":"^3.3.12","@types/jsdom":"^16.2.3","chromedriver":"^85.0.0","style-loader":"^1.2.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.0-rc.9","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.0-rc.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.1.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"^7.8.1","@microsoft/api-documenter":"^7.8.56","rollup-plugin-typescript2":"^0.27.3","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0","@size-limit/preset-small-lib":"^4.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-beta.13_1601637349651_0.25392523867512673","host":"s3://npm-registry-packages"}},"3.4.6":{"name":"vue-router","version":"3.4.6","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"f7bda2c9a43d39837621c9a02ba7789f5daa24b2","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.6.tgz","fileCount":39,"integrity":"sha512-kaXnB3pfFxhAJl/Mp+XG1HJMyFqrL/xPqV7oXlpXn4AwMmm6VNgf0nllW8ksflmZANfI4kdo0bVn/FYSsAolPQ==","signatures":[{"sig":"MEUCIG6eMSc0uQr3a02tsCoR7JrnH2oBSeZWP83mFgCAcx3IAiEAkxp+GCF2yLDKI5CzLRFnvyCbgyykN52cAkIsenf4iXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":481575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffb9CCRA9TVsSAnZWagAALWwP/2MnHOE28ckdDyvvS6Fs\nVXwG9smmOEWN48PFLc8m9KrfUpPPfgjMpNOtKCi54+MRGhtbg8HSBqj88jar\n84wxGC3oT0ELS+Ae2Ic1VcItx/E/VSJ7gKXwnQgO9uBQO1qB6A2Ka+JBETmK\neK6QXTCHf40dJRuPUnO7lR4LfRwAqdIDclhXb9N1hqsPTTFD54iGkTLHIIZ/\nXCEvctrACsweAjKv3tpJgbWbwgNqv44JvetqeOF23+B3lv6kfguOmBmD9g5b\nEe6By1W9YGvUP2OVZHH4n9B7RATKEKeg+wducfVXRwu6NrC1g7+PUcc2vwuL\nF/t61G7nmWkqfjQ8d2ynoOiinXtS5uflUG2A0p2hcC8SSMHZCJx15cDoUIa7\neDQMZlV/bZr0DgVn9HFZ7FVjM5X17imJTvJr7w7Lm/2D1t8gEQ8+NcXxfmu3\nuEB3gl7UGXTzwzdFzSM69CrCu2grBOrfjQmaTvXELQDs152Y7R1vufLZBdXP\nnTxMbZKroraeg0HAiBCGy0Af8COuN+salq1IIPucj+do9CD7hmsiJQl96NyH\nNk8IX99v1Hx32Q67AzzU+LFqlvofbTx1l/74OoX5WxLdTDH0brkwHP0AUtJa\nWyIcm59tIcnM+/x7rKcX3NFwgtrLboYkyZqcQeUPVwBDvjssh2aKKYZbRwiA\nBPV+\r\n=UKrd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"4b99d77946ad4a553cda1f4a2ae5c80d84edff2d","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.11","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.0.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^6.0.5","es6-promise":"^4.2.8","geckodriver":"^1.19.1","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^83.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.0","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.11","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.6_1602076481724_0.21293761182492355","host":"s3://npm-registry-packages"}},"3.4.7":{"name":"vue-router","version":"3.4.7","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.7","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"bf189bafd16f4e4ef783c4a6250a3090f2c1fa1b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.7.tgz","fileCount":39,"integrity":"sha512-CbHXue5BLrDivOk5O4eZ0WT4Yj8XwdXa4kCnsEIOzYUPF/07ZukayA2jGxDCJxLc9SgVQX9QX0OuGOwGlVB4Qg==","signatures":[{"sig":"MEUCIEtn2CxDR/0AigCGdwILf5LSkxIHVb0zMSxN3JQnpjh6AiEAoiESWM50AX0cmAYnR0P5aZKh3TWzqOl/iGRI+uLff/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":482506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiWBQCRA9TVsSAnZWagAAn4gQAJPhDRhLeDsC9dNAZFOX\nSRp9V45ZHHckBBDQVSuKFEVE0d/+jz5Vy2F4yQHmFqtIoUkoScAir3sO7e8A\nUuQDcNOL9C4EiB2H1flYPgKJjPIEzgCefqKLYjsXPhkPwggYXlCfQOT2Ch7S\npuQGu2DYRiEqwj/049/5M6X2Xg6MDbnK+2MQL6tMSPxre04L19u0dXG6bzcP\nVqq5hge9c1cETWx9NI6Rq14uXO8t/6xaYYiYie8OSPwlYDmRfN6gZAj559mN\n6RY0GCJebokmsq2lSTM12IqSnEoSWf9/q9bs8AKefD6BHZzE7u9kj7LY4Ze3\nY2P8i85weXZzp7rIQ4AOC5lxZfzEwBAO57UsJN+f8KpOY7S9SiCma2Z4IFbO\nqQjVTa/QMsTnwdjqLJebSV+CinXXP5N0keCNHAhvEGiHcYrDnLD2Jc01S07E\n6r53TJljcDg6OkyMIYe0xazc9ejsfKfgVCBu3UhKOabF5mq3lDKeadcsFS7g\nk/SbaFZfGvYRnl7TRmboHVTa2dMYQ6dNBvI2AexKIxu0g4K8Qh629n4XADQM\nwKdMR+zGCsD2DwY7P8mLcE4v1e5Gbgt9v6atuNhdD20vE588JNLUtA7kQEvJ\nIAP/LOMaaROqX2UPuQi+3rBpaIHl1Vgb8VBJEwVVxzPSWxwQbutrq3sNTyY1\npjSX\r\n=P4sL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"f1b95551eca903c69d433f5a1300017a1d605569","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^86.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.7_1602838607708_0.42283080202159207","host":"s3://npm-registry-packages"}},"4.0.0-rc.1":{"name":"vue-router","version":"4.0.0-rc.1","license":"MIT","_id":"vue-router@4.0.0-rc.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"42f41315849163a1243886c9aa6d7c14f24fd003","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.1.tgz","fileCount":17,"integrity":"sha512-N3SSOIiRFo1/D6EkHGuahUSuyDvFhKizN5zVXkALX7wv0hYYndV49KwzRF5lKsAIt+OlDl7y+sNmwNewb7a4iw==","signatures":[{"sig":"MEYCIQDsdwE/OQDQmVRDSnbgILW0UgyWHJMdffT3AE6/ngE65gIhAP7pmH8FqxkTxdUQc1ot7yZXureJzRF44lVhacbuzdjA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":772284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfktc9CRA9TVsSAnZWagAArUAP/2doH/pxt3Je1yx4R0ye\nlIHpt4+VD8caDJf0W43SaH//C5pjlEVBnUcpzKPCUaWw2qaXqehMst09BINo\nXnn4+YDSbJ8kJGptrvVA3PZnk1h7syVLdqJ3WF+wzlw6Osam7aKDy+FQ4ife\nPRMApi+ZRFgA21eT61CLKcG7E9bXq4oy1mn6VJyKl6czYAHaCp1/f67F+g5q\nlo/htPe1bDESXJIK238N8kQzQTo6TkJJ3zsmjykZaxt/qahUTHaz2ZWXuGH/\nYzFmmbl4Q+7fWru+ZhTc94jXnCZ2wTi+S5yWlVFTQehKpRz6hLZG778sjv0J\n7tDJx92vFG5gnKhT7lF5hwHGwp9zfrZsuQ9qnhKE1E3HGhKXcrbEErXfjPbu\nNiyaEKUuUAOu3aZA4c3kNOprKENCvednEnK/C+fu3WYkpoSJH2wyPJQErdVx\nYw9CaZKKHovZ6V8sgArxl3Z7c6yxxYdwZnrnqedaOUiLo/ahMEByNNjF5O40\nZyW9vwJch7ohEA5H/RdY6IFW5PPyruExGjTM1tPJf2O3Gwp6CKp3zdAbLy+L\n1e+L2wh8NiNWbh4ric5misEAvGGATN1ZbxPGZ3Sxl2q8WVqH6T4AnGQnQUbt\nh83wpAY8Sn5NFxq76KMUHuKCcUvWPfowPKNnHtTBIYY3mENyUwLYJosnt3kd\nqymh\r\n=vER7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.0-rc.9","jest":"^26.6.0","axios":"^0.20.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.32.0","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.0","ts-node":"^9.0.0","webpack":"^5.1.3","prettier":"^2.0.5","ts-loader":"^8.0.5","vitepress":"^0.7.0","css-loader":"^5.0.0","nightwatch":"^1.4.2","typescript":"^4.0.3","vue-loader":"^16.0.0-beta.8","@types/jest":"^26.0.12","lint-staged":"^10.4.2","webpack-cli":"^4.1.0","@types/jsdom":"^16.2.3","chromedriver":"^86.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.5.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.1","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.1","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.3","@rollup/plugin-commonjs":"^15.1.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.27.3","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^9.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.1_1603458877240_0.624334352683215","host":"s3://npm-registry-packages"}},"3.4.8":{"name":"vue-router","version":"3.4.8","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.8","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"2c06261d35d8075893470352d42d70b6287b8194","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.8.tgz","fileCount":39,"integrity":"sha512-3BsR84AqarcmweXjItxw3jwQsiYNssYg090yi4rlzTnCJxmHtkyCvhNz9Z7qRSOkmiV485KkUCReTp5AjNY4wg==","signatures":[{"sig":"MEYCIQDNV5EOn+AiH/rhQ+w/ksMNQdp9OU/Dn7vovJz57plqZwIhAJ43m06U8YGiAUNRs3NtTaVwHsiComo9kuqj93jrI/R1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":484403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflq49CRA9TVsSAnZWagAAeeAQAJHhjFgDqzK08NnSKVDe\nfaxrncD/LjfeKRI315KuKHM/8MNg7s2e9gC5wibN1f9gl1vcH2Alf2DEd3ns\n7YLycQJsxqrDNgkfrkqY2uv1wg+RtTYXherDid+EywaKtBoTrYEi5EeZZn4u\n9NximyX8ybVSz7d80EUW7aI9FretHv89U3hM5LzsthifOwAF/6CNZLhq+fJ8\nQIhN5a6J19AQL2uwR6zWqLaH1SH4ZjQJLc+VwfetPLLp8uaJBCYhod8Spcp9\nWwy70eka41NeX0UOdU+eyZmbtjYYOSa4Y+oRWDBul+O2PkWEfxih2eG0LNu2\nXCNLq3oXc1docstChr24LfuPpT2NyfKhWYoWKl41z026SF/jy9/XWi4xMyEy\nZcJdgP1Yvm97l04WxTq4xYldFFxG/uIjSjIr+w3IWQuOCyHj3FBiLl2YhQMa\nR2oMMAcx3awCneP8wj0CMiv0PoKsT+V2I5ssN9v6rVnJs36wNrLR9VP7UTi6\nJpNRPmhS04t3PqOuH2oP4+q3duSGq0W8qGZJptLFUFUYEbqNWgj66XQOSRxi\nH6Ij1809Gw7q3HKcx+9LgJ30oLxaEJQQRcLdFQoQugpW6uILvqvnZagN2kT8\nJJs05CoLS+3TbEHI3gcM95bcmyRSVN+4BNyp4FuYlZ2bUy/ucnnfR4LsbFku\nYAlZ\r\n=cGmv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"eafdcee51c9e21a6d1084016fc2031c1ba52ee18","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^86.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.8_1603710524913_0.32598091324662404","host":"s3://npm-registry-packages"}},"4.0.0-rc.2":{"name":"vue-router","version":"4.0.0-rc.2","license":"MIT","_id":"vue-router@4.0.0-rc.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"8545cab76a05ca4f6dffbe6c6a671a4dbf585ab2","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.2.tgz","fileCount":17,"integrity":"sha512-51mBp39rzBFpk1nyU9SkhPcwR67gBzWIH8p3pyeDmtNYgWzGF3q8MneD/xbMwsfTQkw2H1qBk6uwRaVy3M8Nxw==","signatures":[{"sig":"MEUCIHne6lGYv9m6mHbf/A5qb5nheKJUYavdLXrol7LOh6LmAiEA04asyaDyqgH3AqUt/r5H4JYRgTRRady4MbJCUDDkeis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":839288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo+uxCRA9TVsSAnZWagAAs24P/0HsY4MJf47xhmv6DM33\nvDE+mYVJiETXA+OPaK0GOqUuxNdXeU5nCd5Zgjn5TBJnwOnao4nS0c02bq8j\n9lbArEODNTQzRHAiKhBHw4giqxpe4/9j3JKMOPATmgK/KmntXgHc9LGZJ+wn\noBpK0zobgSk2Wm0ZgYclNxEApMWPAGpXYQz1BjcWl5oJHKCGj6abu+iIWtta\nQt+UVt4r4LCnHitTEPVF2nw8BDwnQWMipQ0BFTm6llfbqbJOcpnhX9F2e8B8\nUAHoo7xwhRKX7YNpRZwjZlyPJjdFgSLf1bLdnGxXju1PsYRmfP26KsA4JUC+\nIcS5J1dTLywnMS/LEE+s194iJup+YTcGIQTS8Rkh5zoKgkwhpIXlrIkAwpeG\nikb1eM3QllbRJ4p7fiJtSA5NLtzMV6xW6MVYWsNvSDivQWCjyYEDmoYWpLDf\nt9DmBkHbolPYmrDkPwXqDbDnxJSidshtdpBAKC2ePH1Ik5IctIkvqSHSkCOM\nUhRbwc+21OA+96sNAs0X+aHVbhWqL+z5Naey526EvfYzNvkUzaQijEWdD0AS\n3BGDa+SiJE2GWACxNYCS7dt+VxW4O/WkZoTq50y/i1nuefdBWFqdxFSqk9eI\nW0uyz5VDJFhnmwUIcuA9143BAsPMygQSAXyNN7toSoY9HDqxQxJ3URfRdAIV\n52WH\r\n=UcDa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"patch-package && vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.2","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.33.1","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.3","ts-node":"^9.0.0","webpack":"^5.3.2","prettier":"^2.0.5","ts-loader":"^8.0.9","vitepress":"^0.7.0","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.0.3","vue-loader":"^16.0.0-beta.8","@types/jest":"^26.0.15","lint-staged":"^10.5.1","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^86.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.5.1","faked-promise":"^2.2.2","patch-package":"^6.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.2","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^3.8.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.0","@rollup/plugin-node-resolve":"^10.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.2_1604578224863_0.5272683673470895","host":"s3://npm-registry-packages"}},"3.4.9":{"name":"vue-router","version":"3.4.9","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.4.9","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"c016f42030ae2932f14e4748b39a1d9a0e250e66","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.4.9.tgz","fileCount":39,"integrity":"sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA==","signatures":[{"sig":"MEUCIBWwZUkYwUXcHk19NEU7snNdqie9zCFTdH25ZxNcveYEAiEAqykihjWDrvYT7r72A1seZX3pX2s/Hho6Sznp9kAwq3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":485719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpGtXCRA9TVsSAnZWagAAtQoP/RwuEZ3cByDnitPIF+n/\nOdctFkqy1OXogWGkkuPaaVwPlGW4fcuTgvT+rQJOocldRzbwpiSJPL/UM7Zf\nQMX436sUrPV5f78bBGrWlrO1fIX2Nc1HCP/tu1zaklHZfn3DcwEy0CqvZPI9\nga1/JtGP0v6f2ZBb2g9wanDWZ6i8Tk2P8PCj9OCEEOvWSL0V+uBXbl62L0zt\nebAzXm7ekWk1Ag810K+szCcV1FBzbhxlaTeM1RQN18g3gwgHNkLTXrkr8Qjq\n5QSSgHGfwTNu/645nNPSuCFpGmbtQLmp7fbkvmKaghKfagQZzUyshXGtZpWP\nQ67PltPGa/Mp+rFX4PrsxSO/u8oP7t1vUTGBkiSt4ZsJGgKf9RUAtR3agiRz\nbLwRbIxd+CQnQmSl318E4NtCRhU8AuhJ4LEEGkQuXFz0UQQP7s2lKQYcIwS4\neGq4RV04Lt2WWabJHOnTvi7ND25nPj9B9axEh93x/lrBrzDwrLSLkoeX+5Tf\nWO2nEXzz/RxMiXjWjdL7jNJtlNcb99UJxaknOBPdfyiY7s1C0Me5yZGFDRMM\njFVXRKVvFhEP329s/PAiSPX1eKDfI4prZYXHx1WCUst1CWr38kjcBYznnwKU\n1ZqABL5Bz/HpJsL9uj6EVTrQPvpzYqNs8skI7RJFHO+8uBde/v3OoV9/d0gY\nqDnI\r\n=lHKT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"314d09b5f80edadd77b11351c3f1757c70622e12","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^1.20.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^86.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","rollup-plugin-commonjs":"^10.0.2","webpack-dev-middleware":"^3.7.0","conventional-changelog-cli":"^2.0.11","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.4.9_1604610902594_0.9014198714477095","host":"s3://npm-registry-packages"}},"4.0.0-rc.3":{"name":"vue-router","version":"4.0.0-rc.3","license":"MIT","_id":"vue-router@4.0.0-rc.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"70d18e90030bc6a25e81a30401d673223998ec6b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.3.tgz","fileCount":17,"integrity":"sha512-NnPqWIfanEhJC4wu8BEFBmnEDIrx9ST0/HtmBiE+oV2MQlhyRk1TmdttWwVqx6Sh7kONsrI10GQV9l3YEkcWXg==","signatures":[{"sig":"MEQCIExR/pXf8pm3X/n7TvoowMIURXBNsxBDfEMfIlrlnC3wAiBl6Ahf29hSYDrwtQFtmTMVX71pZxii/WRM+tWvATK7pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":843343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfr7ocCRA9TVsSAnZWagAA+TgP/iD6UJw6FLcc2xB7BCSA\niDrbyVzlPSWf88tymHZkho0f7FPqkegr5LfIdH1u9kbwgb2L8RqAPrp7TY6z\nuSG1O+i02RuG/RRZGJ73Mu/7I5tJOgYFnSZNFh+xEzREu3UVUUii5DS8f3mb\ndcX+2Yek6NHOMDYFyooF7yRC24/3p638i2PBM8VTVgyJqFDIALTOIVBiI3K7\n45WnjxUmDd5wu4U4t927IrUYg+JCcCW5Jft8py/fzS/573e3t2ruV+DcnbGS\ncGVEqMOxLUMRiRoCsXu3IUCjDrtlZNjHd1jGGFaT/URGsc0q2LLpo1ku1Xja\ndtx7t43Qc0OP4BKDaWYJaynj0AuOHSvzNkkWtw/hHQhHTPthsitNFy6/3XEr\nL8/5uJptE29UgZs5hfmUQPCn79RpAdUbs/zjX7F+oukk8e//9kDbJ0BRdTaM\nrCLi00lMNNVnptAhAJ+jS8h48LhzrGPdNR7tEkWrG0eorrS+pH/rLZT7Kaog\nuunDhHzL5TuVXtb5Onyi7Sq5KORFKCbl3tIKrcfOte05Fcovf8sc/XUaGi5T\nT8jQuNeyKjdoGFjjmJt0O++GEH9golPApBALMvZT5ROR3QodaPi56zheAUIR\nU8G/+/+i4nicOni5WuCUwwpA8KZfW79iSsbWSgrNaOOuBtRGSnH41GOWSfk3\n4/jk\r\n=pI2r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.2","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.33.1","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.3.2","prettier":"^2.0.5","ts-loader":"^8.0.10","vitepress":"^0.7.3","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.0.3","vue-loader":"^16.0.0-rc.1","@types/jest":"^26.0.15","lint-staged":"^10.5.1","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^86.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.5.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.21","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.2","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.1.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^10.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.3_1605351963835_0.8871867604115469","host":"s3://npm-registry-packages"}},"4.0.0-rc.4":{"name":"vue-router","version":"4.0.0-rc.4","license":"MIT","_id":"vue-router@4.0.0-rc.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"623a92abf374c52e7b866396d3fbf681fa8d1794","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.4.tgz","fileCount":17,"integrity":"sha512-dvZasUlD0cXAcnXXoUjfKih6UHlWSykA4XrcQVl9HmOW1JG6/dUoAkmhlFyC/GM7hWVqkOVSHGCkRJPlUBxWhw==","signatures":[{"sig":"MEUCIFEdeE8dzsoJbxqdDorIshuztWiitj1g/oQgNwotKkpXAiEAmhNp/GD+1Bw+cCHIIe4er0rU5ctVJ/LFUozhQqKiFSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":846193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuAJECRA9TVsSAnZWagAAAnoP/14cddriEWKvJ/ZXdiO5\nw/IxiNSODQsA+HCTf+wtstQPBYphFLhwTRTL4bEl0/yErZD1SbKUxnJrqD1E\nxeoa8YiQC3Kjzf9olQluHUW7dEFo0MWYKSsYNdgT+H/l9TMj4RBQ9X/b1+ow\nTh4H1f77AjU5u106B0BcTdQwFR3YrliCTu2DbIXdL4iOE6nZjqa3dX42qRXx\npyABY9wLejP/Glb/V7SsxEbMTXdXB8+FzOos7gcjz8Vv6UNPrG5TnTaVPow1\nHjevp0TwYSxZRlddCz9/+cwkA5jpbnj2ge6o1kRefQ8Vnc1Li9VsM0GA4mtS\nTNW41EqM/sFxlQ8JTVtX0pLOULsehWC/9K1nT3TQ8Mw/43wtVLY4xx7C2wUc\nbsLFlrYeo+oe/rL7C7EgvlCo2FG1Ceu7j8aNY5obageeAiQIA9zPRmVyTW9o\nSi6u+locb/toyTyKWGh1tIqdHXG4G8gQWble8YAmfmcrtLouBQH7WITKI/Gm\nXvU8wwnhZKBg7IVOwoyF95rWS/GVFHjg8Kktrn/VCKqzXw4l5MN7+/HUd7+x\nV9Lfw6yuXw0CKQDQwhy3vOIY6fRpdzEOJ+hcwYbN5Ai7QOStKGg9lcMPYDt8\nocVueVF+qfYHY/4biw0hLSilgT2d1ZiF8jTevAyVqr4Cqhq59+iOJtiGPfUH\nVo4w\r\n=fD3W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.2","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.33.2","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.3.2","prettier":"^2.0.5","ts-loader":"^8.0.11","vitepress":"^0.8.0","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.0.3","vue-loader":"^16.0.0-rc.1","@types/jest":"^26.0.15","lint-staged":"^10.5.1","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^86.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.2","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.1.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^10.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.4_1605894724054_0.6010323829405853","host":"s3://npm-registry-packages"}},"4.0.0-rc.5":{"name":"vue-router","version":"4.0.0-rc.5","license":"MIT","_id":"vue-router@4.0.0-rc.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"191d32e3d5276641ff21e881d34e33a71dc6e8f0","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.5.tgz","fileCount":17,"integrity":"sha512-Q8Tt6VGwGMN5qASeIdjSydU3uRADK9AUkqnbnzmTz+zZKS0W6GZOAuP235lf3y5/MqEFSKRJGaTWPEY0t+Rjmg==","signatures":[{"sig":"MEYCIQC/w4JWF1wIN3m87F9Y9zJ/WuxGjXugO+65fYcfzLoZMgIhAOiF6wTGQMIdjkHoskfArdHUyFak2KjBWdRm9onO3RaH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":846623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuOK7CRA9TVsSAnZWagAAuqkP/32ax+qigY6z7CoTW9tr\nGxutQYj8itRepom4OXMG5QEfhlh1+jrwQv/O9arY5UDD9yQnYFVQ6CMfqXh4\njLgKeJfDKL/SQEN0qSOURa3AIwAfDQ3He5BPbNpfh8GRahs48TkRL85jMogx\nOjeEdED9JyLTCxytz1kJK1Dek9rdMsRerW4Xv1zfREaRKZvux3uthC1PnddV\nQZ8FHr/NWJOkgiG415vLYIhztFLFh1TXrGQgAVh5DFv/BWVCni6RUlP3V0jL\ninl66paqdRImxACo1e6Mm11FyRNzgxSgNMloPqKme014C8jfZv6cv9MeMK/z\nlmwMkLQLTOsCKY4JcBqypDcqG9biyippskgFvQ/k8446XR4hh+JMiAtHs1Gr\n2MwrMQBsxOYSZdCNv9g1uSniMFEeJIUoZB50vwt+vrvZ164kK9kvsPtvU74G\ncP3krjjmLPgfJeVZolJon6uXO7hE6KNUd6xXBi9UD6hdepljMz/4y9uAdkRx\nhcOH24tKZEIML2uWDffajZUeeK5qnzY6kWm2Qq2lXUtIHE3Qn/PfusO/jc6+\n1PTMkdQi4r9oa61RNEvJ/IJ9SGZaJF/aIJvh32tqmFchLswIUaFuIEbRNktC\nF/FEMvTj7NMxxhaUjKXtI2Ktvf83/pGCeU0BjrLBWr8rjyhf6D8uH5wcbvqC\nna7O\r\n=ii7r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.2","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.33.2","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.3.2","prettier":"^2.0.5","ts-loader":"^8.0.11","vitepress":"^0.8.1","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.0.3","vue-loader":"^16.0.0-rc.1","@types/jest":"^26.0.15","lint-staged":"^10.5.1","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^86.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.2","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.15.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.1.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^10.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.5_1605952187356_0.5699357071900502","host":"s3://npm-registry-packages"}},"4.0.0-rc.6":{"name":"vue-router","version":"4.0.0-rc.6","license":"MIT","_id":"vue-router@4.0.0-rc.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"8fa9e2d612c28ccf9b2bfa9421052932808ce24b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.6.tgz","fileCount":16,"integrity":"sha512-hVHC8A4/0yku1Z6+oUtX9odeHv78XwDI7putt1hd7os27P7mLabkjArN7f3TI3e/cz17MxAUz5Yp+m8ZE3sPsw==","signatures":[{"sig":"MEYCIQC7Wp89h9Z91RIwhu4c9jjCl2eDxF9Vk8nsYORCa1n6IwIhALRZUSW5ay+fk64UgfuYGuBCHrDLXOYBZssodZMRC9H8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":739168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxK7YCRA9TVsSAnZWagAAL+oQAIZAfqF/8vH+CL8Ojurn\no+3916pPHWsGTkNAmo8MuBZBGwPIu4f8MZb4pGGYkUUySHD0T8vRVmfrVWSD\nalbZ+JlfMo/H9bG/MGb6XzQf4THw0zQ9BuGFqYMYvcDo2Z0DpvNFi2Y6w+iY\nItuZDBivZBo0jeoA7N3dD35eX+jhXoRMxCF6veKjTdjl3eEi2A7nJvAltgJ1\nbIX+RSNfEU5xyVOPHpZoOmiU6WjS3fMyu+BW+CTuzitB+lUaiqn8WtCs8e1z\n/KBNcxpkTHw8w2zNvhTLRqj4KE43m2nbflNbOCfa5NiocIc992kxEpoiyIUs\nS5qftwRxM/rDYDXPIRQH/RJUlX5GDDh5ZgNXqoqYlv29Mx/7n2mZs3tYaZrl\n3ewoDBlwPrTmy5mnn1XIgdZxzphOAEmlo/4Te/mrPwX/e6KuZYvRUDL8BZj3\nIb8juQjV3VrwA8Z5CgbqFLtdexAeIjlBl5HGX0TD1XxLlRZrunlbwpV60kSf\n7oPHxsIPAKTTo/WBUrrlGpmOQ0nt0h0GFs12fhww/q129ZCsSnNiI0HgFkQ6\nRx3WwHujbt930CVVpei3FQx2XyYII1BhjcohWjW+y71EefWYm1/uX3C21EZ0\nbd11TsWySYwcB56tFgfXKbzkSaO03Zs/7a2dpVuxDISKfQdodSkFOuBWcluH\nczrI\r\n=PuNh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"## Status: Release Candidate","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.2","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.33.3","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.6.0","prettier":"^2.2.0","ts-loader":"^8.0.11","vitepress":"^0.8.1","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.1.2","vue-loader":"^16.0.0-rc.2","@types/jest":"^26.0.15","lint-staged":"^10.5.2","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^87.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.2","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.1.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^10.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-rc.6_1606725335731_0.9916432464694236","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"vue-router","version":"4.0.0","license":"MIT","_id":"vue-router@4.0.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"1fbf642ec66a6b06305af288b70cc2ad6ff2b9d3","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0.tgz","fileCount":16,"integrity":"sha512-RiAsDsSV73TBqppgpAKghb5exHHKsFuTii7hbhj9QHjWJNDE4lBDTr7bVALG9DH9vVcFI+7PUTBGYbytBFsWsQ==","signatures":[{"sig":"MEUCIHOmWZoSHwgitgUm79dzoMlGD7tRFTX7LULOfaqOPC0dAiEA4RpvbEKR54ZwQMKvcIjLOKz7LYCeOcZ7MUnq4nfQpOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzgHJCRA9TVsSAnZWagAAUBYP+wd/p9IM8Wyb/NAoqSNh\noe5rXqKFBtm27TAlPZza1hC89FrlhzyqN9k4qrbn891lM43hEKwv+xg2RC1t\nWDUqiEm149tvQKS9Gvx2NtcaPiKyclhlUoTwu/j2h6uWzdSp+Gsgsufmayt+\ntnebof3bnqHeIK5B/zjunTQMV3QAlpq9TfnAe7nHVrzQikAbSjBVBFMqHY15\nekyfXl9pJvxBFZHCu3BrztHvPzObZFpNxz73PauuYFPz6CWXkNdb0CHwlfSz\nZCaWfBe1IjWuQpJR8T1BTV/2KaSysHjYm4SbtUGS5/tkzdqA+xp9K0Fh3y9x\ntgjBY+K10HmBu+ZfgCDtkv0sTJvxHjAdqpd9hYjry7YR/yDUrh4Q0sIS7TGa\nix5nUa7NcwNX37ZrnNAjg+5Lt7PpY0y/bErraykGMCco7ileOUaX9xh7KzbN\nuuivjwEySQ9glhzgLDU1Z/E8AGOguRVtc8EZAfSPaoER1DGbPMhI4RPGfWyf\n9IBUQNLW3I9Uf29n73tVpTBaWlEg+ELhyUWUWJr9oD1gOGKf37EEQ2jGMxzB\nFOTHa0HQQ8z9rO67pcuyK3vYNoChD8KHSqk9blhljUcbeEg5k3sP3S3d+DE1\nCRiHhF/y12b7VSPNUJH9qbYPGVRBGaYVrc/tQ6dSAKPkK8vgeH5vnCbtzAKJ\nJthy\r\n=Zbg9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.3","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.34.0","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.10.0","prettier":"^2.2.1","ts-loader":"^8.0.11","vitepress":"^0.8.1","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.1.2","vue-loader":"^16.1.0","@types/jest":"^26.0.16","lint-staged":"^10.5.3","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^87.0.2","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.3","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.3","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.3","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^17.0.0","webpack-bundle-analyzer":"^4.2.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0_1607336392503_0.22331227205360182","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"vue-router","version":"4.0.1","license":"MIT","_id":"vue-router@4.0.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"309240e50524b1e7d4e82e27f0a0fa25fe3d1d71","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.1.tgz","fileCount":16,"integrity":"sha512-2C2nRxA2nCusgJyUpvcbd9Bnc9kACp/VLUCK4drXtgeRXHjQliZJcgjjP268vkGvvEKun9jjp8Ic1PpzUgbYKg==","signatures":[{"sig":"MEUCIQC5K64zOZVoeXL5uD1H6vzzr711unppBLwhoAiFNVSSPAIgStwSjG7Ezsxy+JY38M0yM2ZKp9MGwSTdB6j6Rd92YjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":743300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzjMqCRA9TVsSAnZWagAAcbgP/iEh7u0LKVvBReRMhytF\ngeLdUOlq7x4ndTt/qHFGoHix7JQMRrwiSlvYmkmTQrhA7t6e1VA11Q2RN3wp\nHPPGNCMba1jLr9X/89G+2mTCwu99MkAvVIYapEN6RmEjoXnpGfrb23d+wBQX\n6hQoJWyxmFDIpfXr7v7onaoRCx++34UPcsnnVfm7C4jA1GshhrppVFCUr3AE\np6mSbF6UdyRt9fiVPnT+nIF7nKQMUmdfzc8Qb0obsCmy61Kx20ut1hc3eQVG\n/b5VZ1X+2S5n6qA/tYHXApsNrKtKWceMY8E1PJVE/QwseDLsuqd5Bp0juwfJ\nl03DTI3ArvTY0zMxV8fVnrmnuXMNw0tK3T0UP2FcD1UScjlb7c7xTypXOjHT\nFs+JhoBaYZfbs3OAm6MHU6eC91qS2YOmqgzmTgbdNNyKL19AvUBTODKlXeE9\nBa2aHBOUpLP9HbmzSyigW29GOwN4Z9Ou4D53aQXj/w7YM4zSNTQDAXK7ksXx\nePEKuzUaj9YNBxp3rakk3OWf8YWLWV6K1nLQHKmtIZLk+sx5xdW6ks/NJ64+\nIjhlCL4LTuYrnjJwdzYJAn6QB5Plk1+10otwKpY4V+0PZHrF8qhUFSynmNcK\nO9mhIpciubrj/1YG2cE+7px18c6LItv+rwWtYHWvWFnTfze+VriMSIzmioC9\nsPu6\r\n=L7Qy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.3","jest":"^26.6.1","axios":"^0.21.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.34.0","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.0.0","webpack":"^5.10.0","prettier":"^2.2.1","ts-loader":"^8.0.11","vitepress":"^0.8.1","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.1.2","vue-loader":"^16.1.0","@types/jest":"^26.0.16","lint-staged":"^10.5.3","webpack-cli":"^4.2.0","@types/jsdom":"^16.2.3","chromedriver":"^87.0.2","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.3","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.3","@vue/devtools-api":"^6.0.0-beta.2","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.3","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.2.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.1_1607349033810_0.05609036745609197","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"vue-router","version":"4.0.2","license":"MIT","_id":"vue-router@4.0.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"5702bf8fa14535b80142fde226bf41a84917b1f4","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.2.tgz","fileCount":16,"integrity":"sha512-LCsTSb5H25dZCxjsLasM9UED1BTg9vyTnp0Z9UhwC6QoqgLuHr/ySf7hjI/V0j2+xCKqJtecfmpghk6U8I2e4w==","signatures":[{"sig":"MEYCIQCImCMXOotyC4USLR1NJpgIvrq+wUSUA+LR5q0nwDHcgAIhAKamd9hvWDONZ/TrDBnCBWJOnsRLoNh7pss1K3ykBVjV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":725694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6RkbCRA9TVsSAnZWagAA+zUP/AzU6lGPMfbUm60iclQq\nwsdM/mTYaY3f/26uWFX6qjy27CkadrwAin/EoFZ5E4fB/tfdD3eMIhBubRT/\nEljpxN89oOFz/SbGNHvUTMpr4FitgGjYUQf91ROl1aM5YAQSk/UCvOXigFaE\n3fN1gtZU6ChTV7FgrXNjjsxe+lb2HWW1MFE+FXuJRMY7ezuZ0QbdcDrThZaN\niDPG73lSaExJVmGc8clDi0UbViPpxxiycIAkox6MLlGhIDFFYX3jeBz+vHCE\nXNqq+ZY/Hg5Xn3/dS6JvSWpdjQjdOlH2NiKX6Zg//S0ZFDaSiabsDTZz6JkQ\nO6vnGOcxPdw9u0SAHjHvqc4LrXz12Uq2A2A/DAVvz6dt64fXBjm7/b8oGFQk\n5eZ31mXLQ8v974LzlTn2EMsWYsFJXzXeCfMphph6lljKe78Ri9lDNhY0XO6m\nZ8/BpKUWPK58neJIQZnjnoZoMsc3V/RzmjefMlOGrV2uGGC5erFXSKSLfWle\n83zkIX1GoAL3eKkXl+gOsq7BtUTTq2TaCz3pwsOo9g+ccJsOxAWoidRQJtC1\nBzxjutfQCmwM0slRq616m3EDEduFsx/bWLz1dd+WWK7l1RJIj6Q7cNfZ1eqz\n6gxk5CW+A1yfCewyuWv++kNEXH57KK/Dcb8vAM6i9brxeMn2Rk1VT/8MeiST\nCsaf\r\n=Zb2I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.3","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.35.1","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.1.1","webpack":"^5.11.0","prettier":"^2.2.1","ts-loader":"^8.0.12","vitepress":"^0.8.1","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.1.3","vue-loader":"^16.1.2","@types/jest":"^26.0.19","lint-staged":"^10.5.3","webpack-cli":"^4.3.0","@types/jsdom":"^16.2.3","chromedriver":"^87.0.4","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.3","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.3","@vue/devtools-api":"^6.0.0-beta.3","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.0","html-webpack-plugin":"^4.5.0","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.3","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.3.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.0.1"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.2_1609111834567_0.38207471494361345","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"vue-router","version":"4.0.3","license":"MIT","_id":"vue-router@4.0.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"8b26050c88b2dec7e27a88835f71046b365823ec","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.3.tgz","fileCount":16,"integrity":"sha512-AD1OjtVPyQHTSpoRsEGfPpxRQwhAhxcacOYO3zJ3KNkYP/r09mileSp6kdMQKhZWP2cFsPR3E2M3PZguSN5/ww==","signatures":[{"sig":"MEUCIFl21aL8UtYCb87ipIP8McPAk2m2iWOp5qDbSrYWOM+yAiEA1IFpJv09jw5PUBellmGuEMZuHG+VSTCDhpsQKt//6HU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":733819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/BxxCRA9TVsSAnZWagAA9xwQAIExyzYdZ5cwD2Eu5Oz5\nr+LJYcRK6BwODWu/ArzVzweVw9keugdSca74nXylBixtNx+CtXwTPI2kH+rB\nhsmGpuJjss9iP5pku08LPeonPta4CRoLLD4IwlzRnrangTsPFbN1rhNa2QyL\nDdJMd6H+uXtJ5MsJK+L/b0bwUABLFwgE6guGQxXPS+DaUXoCJFKcHslIf7ur\ni9V4wIorDMRGr+oFoXNZ1KuXcaXjtV6x9Hp3XVBvYMJYN1GGLTZ75hvh7cnP\nB9gu8q9ykJggG2YubrJcKYnzM/MQ+arjsCngTul0mdpIvNlLxHpLgQxZ/UcC\ngbLvTrXf1Em9TfJTzho9Iu9hy+/SqRUGN9lZnF1ShfPcN7t264kYzICf+sxI\nWKl724ymuHV1fhv7cI7PnyhxwcT8FrVhoeOukcxac2taI0HW4+YmQuBgDbhT\naizl1PTv3XckgyDcvrbqoglATbtvs66hCfFyyGEXPEt+jSH446pZy7xFeopH\n0bUSdA67RfBZylvu1NrqTs4P3TOhhYAMfgjBaGskR7v+vEUhIHUGdbtVJeVY\n+Idn1Xc9oilPPFEzDfKylOV/W8mD8pnTmkr76OR5bxjNZf8Kj2GNVN6DF/IK\nWKz0tFXoaApPh9QHkv3jYxGcwPfeQb+LieJ6treixz6zBB+5vrfJXITEotgQ\nKsR/\r\n=l6c5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.5","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.36.1","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.4.4","ts-node":"^9.1.1","webpack":"^5.11.1","prettier":"^2.2.1","ts-loader":"^8.0.14","vitepress":"^0.10.2","css-loader":"^5.0.1","nightwatch":"^1.5.1","typescript":"^4.1.3","vue-loader":"^16.1.2","@types/jest":"^26.0.20","lint-staged":"^10.5.3","webpack-cli":"^4.3.1","@types/jsdom":"^16.2.3","chromedriver":"^87.0.4","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.3","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.25","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-beta.13","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.5","@vue/devtools-api":"^6.0.0-beta.3","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.1","html-webpack-plugin":"^4.5.1","@rollup/plugin-alias":"^3.1.1","@vue/server-renderer":"^3.0.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.3.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.29.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.0.1"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.3_1610357873034_0.9029424527634704","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"vue-router","version":"3.5.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.5.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ae49da16a2939f8d28d66d5784b14167d661192f","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.5.0.tgz","fileCount":39,"integrity":"sha512-QYrPzHMJiJCq20ezhlGok+NbrmjzhQDG6pnpJaD14Eg3NvT07s3acYz2ktxJ7vGHd/Ts4TgG9Tt8a2PA+Js5fw==","signatures":[{"sig":"MEQCICrhMiqydA8bFui8TBaNur4rrXhZH5OViQTztT/P5z0uAiBzs77PVbjZfTeoGeMNsqy4Iq7nAXraRWfDO/Ov/irjNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":502640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDtl/CRA9TVsSAnZWagAApFsP/0rML8+eoas+kV5UmRwF\nB9kurq5FIfIatMQWWVPwopuTG7XhLp9yQcmQrEWrtkBJfeCQu0Pc6ZR0NKJJ\nv+9vqWNSpwpsTjLo04OQxybuTpxln7wcPgzKCdruoauartKcWoB+vtGzeich\nAGcS7FdmTArtD2qVOaA86+i8jBB4GK9qQfjMhBIKfo8mlIJHUV3suOkwrrEL\nqWpvDQ8yK51Yb17gL1MWJc4OcX6KOXdpqBKJwjOrPlwaq8i9q0zLfA94Xm4M\nczmS7ddbzNWPlK2pGTWuIHvZqOOlkjkp35PeSTcDQsMykGeT0XAvveXTxXtg\nqdkMY56P8CSLi3xO93Wlw3oGWiJ+o8CT0Y0Oqf3crgbctLDJ0cSW93fdBjUO\nR7eYFcqEElcQ0+C5Y4RB2/v/nVZ7ViLFJ0yB4muCrJO/2mh8afZnGKoUYkWu\nlzGxxx/dEIpJQMCe0mYBZrqeJRPxb8Z6fqLojgOvNMok7ABDjlI8zrKIQBV4\nD8dP3t48C+5spDw2ObrTB/FPIznPUSs+YW1Takbn00kfo1lh7cmHmZuuXbL4\n88ysbw2jRs9Qd/K9gFx+it4LV7Ksf4GsBV8cJbx1H+77MpogMKo/OFWHMtYF\nWWc79L/CWSWSl5A0MkNMcGZuycIuRnR9CMvQS6LMnGinoXZAt2TqDYOO1K03\n4GMP\r\n=Ltmt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"711315e70d873ddaf75972e20e1dfc2060e0167b","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.4","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"12.18.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^86.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.5.0_1611585918965_0.895228338035289","host":"s3://npm-registry-packages"}},"3.5.1":{"name":"vue-router","version":"3.5.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.5.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"edf3cf4907952d1e0583e079237220c5ff6eb6c9","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz","fileCount":39,"integrity":"sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==","signatures":[{"sig":"MEUCIQCl5yhtkzszXLGNbvN/TX/rSekA2EQvrOjlgw7iSLzmMQIgJ102976gdU6oFjdhODy1REABLPUfDQyi/ZpLusDM/us=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":503220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgD970CRA9TVsSAnZWagAAP2EP/38uIHRGEzWtr/0AMly2\nkdIVtYMpR1qlB8GyKb0oo2cX3wAqhcsgHTb+Smmt2JIVS5xEXvcyY2C1pIvD\n9cLrxs2F2Bz1+wS/j+jK4OQtiQhWpiqiulDJufdmHsgAve7lY5Wj+tHZCNOn\npki6FOLYZk4subIrE81a//9eAFycW1M1Ojtoabir1o5Z25u83NsNEVjRQ5Dv\nNJ+rqVHCRJD4Lr2d+8tpFZL04MpInFFlZ77qeOPKeGDCisSA+MNYlWaN8DOB\nikO0rKILErJzu0m9AjPmEtL9/HIvvBDk6aBK+AOufH05ETWEX5SWe3k6m41v\n+VaUTHHVmNfy3O5iKV+1BQOkNek6Sbr/Jgd8FRLh3Dh5Vq5z8STRGnj3OnUC\nSdGvHUBdLMPPnAwXJMjBQ8Bb6TpV3BPjp6FFPj14Ot95Uq5Fu+uoNyuNVyPw\n+0/JaWIPd7R8b2T/oQMvRLMpQa8X8C+3gPbDI+FW/SerSZsrPnuDSyyr4WrY\nuFXZH0foP7dOE0KGWCcZpKSDO9T0bnmqzekwF0QfuDSQuv8G8FU6Hd4uu/Tu\nBP8ns3nDV9Q0hPKvAe3WdLemoZtG8FeDb7oyLQg5irfgkbF20R1xI8d7E9yt\nXYhO1Homhhz4ygpYr1tZzYfaGARIY1ZmiJEIIDDHzuH6/EV80IkR8J8ZGnnS\noum3\r\n=OZiv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"7fefb813a0f4b3f63cff7361eeed2bf8a82f8f51","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"7.3.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"15.5.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.19.0","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^86.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.5.1_1611652851888_0.7242502882106949","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"vue-router","version":"4.0.4","license":"MIT","_id":"vue-router@4.0.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"ad9b4b7bbdad622407b4ff189b1646f48c1e9053","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.4.tgz","fileCount":17,"integrity":"sha512-uN6PDEaYdU9aRO7mU+Dkr1uaY49hV3fucEDG/Vre/Qj8ct3RoJS16vcPrvKVzn69zDDjBV5b9Xw7fZA9r6b/Iw==","signatures":[{"sig":"MEYCIQDzAizqnLRpsrIi5IbYHRwdnMlamS8GlA2N3y+qPClH3AIhAJu+X+ZfoNdR37mDE939IENcz3uuZVWgnv38IytUF0/E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":850272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL7pSCRA9TVsSAnZWagAAo00P/i0uG4QcoqupbjgmYFuz\nr/A6qCdmuRI3NKUmV1KEeqh6AzOZBID2uOR6NzxZhbYMC9adNonqbw1+Fa3u\nXiZIeMVuqZeFuUam5KOeNT+6q1ky1XHT9idg52Ysc6KiRJJY1qdgjv6jszfL\nLjR8sk7Vatw7fC21PCwXcoLDEo95tJDW9fIUPiCtJ7+qMKqYiWKVvt1oxdPl\nGDGWRTXmlS9Mhi93g5Xjo6HDqdQE6RowKyDPbVhh1tVojxzhL6By4OuSt4xU\nqM1pr5tB/+5vgkDL6SQlKgPTlLjz9yXNN0I3HqE1SE8hM21aiO/aUDRpCg/d\nAtni5rPH87F6Qc+jEDO1+HInrTGellvapT/qBLXwcU0UXyzbOddGbAjQ2Zma\nnTH+bW/58oFsKnuGoTUq6ZueMU7fkAuFhFH1X/cXD4oPCbGJFNuC1Tphf4vI\npLPMyvFH+pVUij/RVq4K4z00sw64UOVs37x/1QStMjDwuEP/orOwDkxB+rz/\nKazlZiH7HENK8cfXV3Udlb2Amt+y2iL6kBytaLu4/DXsKuhyBY7xpfxTsZ9G\nA7hvWzC1V+Ta+zfazySrollwa5y1RdebkXjU5yonFikGELdf1fZLILH7XnVc\nCdGCc9Y752BKTPbIIy1y+09MJGfTG42tzEjNKY22ynN35ruVTzRJpwnE57yn\ngOh/\r\n=S/YZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env.prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env.prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.5","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.39.0","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.5.1","ts-node":"^9.1.1","webpack":"^5.21.2","prettier":"^2.2.1","ts-loader":"^8.0.17","vitepress":"^0.12.0","css-loader":"^5.0.2","nightwatch":"^1.5.1","typescript":"^4.1.5","vue-loader":"^16.1.2","@types/jest":"^26.0.20","lint-staged":"^10.5.4","webpack-cli":"^4.5.0","@types/jsdom":"^16.2.6","chromedriver":"^88.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.5","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.26","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.1","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.5","@vue/devtools-api":"^6.0.0-beta.7","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^4.5.1","@rollup/plugin-alias":"^3.1.2","@vue/server-renderer":"^3.0.5","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.3.4","@rollup/plugin-commonjs":"^16.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.2.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.4_1613740625385_0.7049848349129915","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"vue-router","version":"4.0.5","license":"MIT","_id":"vue-router@4.0.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"dd0a4134bc950c37aef64b973e9ee1008428d8fa","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.5.tgz","fileCount":16,"integrity":"sha512-AQq+pllb6FCc7rS6vh4PPcce3XA1jgK3hKNkQ4hXHwoVN7jOeAOMKCnX7XAX3etV9rmN7iNW8iIwgPk95ckBjw==","signatures":[{"sig":"MEQCIHXRoJYjoQIGtW1OkbZN5E0BevP1VG4wzrjL0rlHJRCbAiAGULltLWsdMHrqGEQM2D9JRaV310SFpE4DSnjLU+uJsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":752405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSjfmCRA9TVsSAnZWagAA2W4P/1aY/7WYCWv4aGzKAJb0\nMqyt3gHTcMUG8VNgUjUeuhR2GNWjJPW9qhtqT0HSOgH/O7OZq7YBpykepObv\nEnvX8elkJ0iQxf76HOipeszsrC2tNjvYXYaHmLME9XsbTOIzMo3+02PmBSy2\n2yzu4goSXQwvEtozAlTvm6YP3KqoVe8Owl4s2LT2OYZmDiWA1375MzWvAaF0\n3H96E3w8oKKgVBPNDtF1J11xvWUI8h9apEusJzP/XvyFErjRty04vNEEiSKV\nn6HgL4+dhISYTV1AosawmT9/nBL0szddzZrAurPEpA+uYMNF4pjsICTdYhAd\nbVjmtt7IMQVwPjWWYcKBPjtZ0Flf/xIYuE7HSYBK2AB3fR32oSf0h66KmD8N\nCqVi4AhTAjE1LJfup2zw8RKqJTYcmm/G3TZd3nMmaMEtjPnufZNmwWNYR0SY\n4TjIOlzi80sIib9JCyKX4NbgZ10p+6jVfW09U1/hTjn+ov20/8MYiBFoEKOo\nTJC9s/L9opKawKxoIb8qbgQ0qr5FabQmTSJ25RBBztS0++rDlmudkO6M+R39\nTRx/VQnClrpispsCdN3CmfsvLXtEJbY5WEs0HewXZzdV4yAW/w/sKDERlUQG\nBHK+k30dz7ZWSG7Kz7Ws1m5PGSd970hCuAPlPanaF7a/x3u+mGsxLPpgW4HX\n8d3s\r\n=UNr9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.41.0","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.5.3","ts-node":"^9.1.1","webpack":"^5.24.3","prettier":"^2.2.1","ts-loader":"^8.0.17","vitepress":"^0.12.2","css-loader":"^5.0.2","nightwatch":"^1.5.1","typescript":"^4.2.3","vue-loader":"^16.1.2","@types/jest":"^26.0.20","lint-staged":"^10.5.4","webpack-cli":"^4.5.0","@types/jsdom":"^16.2.6","chromedriver":"^88.0.0","style-loader":"^2.0.0","@docsearch/js":"^1.0.0-alpha.27","algoliasearch":"^4.8.5","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@docsearch/css":"^1.0.0-alpha.27","@types/webpack":"^4.41.26","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.7","@vue/devtools-api":"^6.0.0-beta.7","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^4.5.1","@rollup/plugin-alias":"^3.1.2","@vue/server-renderer":"^3.0.7","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^17.1.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.2.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.5_1615476709758_0.6628888856190069","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"vue-router","version":"4.0.6","license":"MIT","_id":"vue-router@4.0.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"91750db507d26642f225b0ec6064568e5fe448d6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.6.tgz","fileCount":16,"integrity":"sha512-Y04llmK2PyaESj+N33VxLjGCUDuv9t4q2OpItEGU7POZiuQZaugV6cJpE6Qm1sVFtxufodLKN2y2dQl9nk0Reg==","signatures":[{"sig":"MEQCIAUZh1Qn+Tat70QYOjTrPmSm328l1vJCzoL++run/4fTAiBXy0H0EgLBb6Ye0cqGs5+te8YAQ7yjc1/ZCIDg+eCfSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":754825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbBuYCRA9TVsSAnZWagAA5KkQAJSSjjjH1oDhbZHpKdEz\nk/CFaGgjRGT4zvXqm6o/7g9AwM8BoVBSPEZNgiMub40AO/vpR0OCMrtHnDXf\nM+c0bYZs1xT5bPZ+QRqH5pTw9cMvEMiga0o0nMjTvYuBofebcG6PfMPdSfPO\nQH2s8tsDHWN0+YhRZsqQ1T6t25dst1A/K6Hgd3oaIYMID3HXMJkPavABycU1\nkzStPLEag7mKUYWtUUPAZaQXjbL58tjuGty8c/ljUvu1mUI0mh3R5R5VcOqG\n9rSXwVMePiWWj+ySP7FgenTvKs4luQ4BQITjSwH/BIqvn7xsseFCmIjmatg2\ng/VsHmN8jauM7UOYgjTWnGUvlvDjWF8NCiTtPK+vg8H4fe65V48pu/CW8IkK\nqOurUmlilUkYi1IZctBXLDGNE43nS41FyQ5tXdKt3+b6vyRgTLTmghYc+WSS\nFCimrIFrRD86mGQkvbLr6lVRLASBI/3swtLCoNIs5Oga8/lwUTf1gK+iPMla\nPpXGApyFH4bukunYTuYcHn/PmLAK7tTVA/TW+LMmujlg+ApQcs3sAs6Ijmss\n6xw60poCVzkP5qayegbwrwFd2uf89Nk9aKGpsXqHhZ+VW0v7SF4Wjj2TDxpj\nTXnDKKgELWf2R5zMxGXZEGd6nyiw75wq9wPnn0DwSNC4My0R+pCgSs3RVhZA\ndlAt\r\n=41Fh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^8.2.0","rollup":"^2.42.2","yorkie":"^2.0.0","codecov":"^3.8.0","ts-jest":"^26.5.4","ts-node":"^9.1.1","webpack":"^5.27.1","prettier":"^2.2.1","ts-loader":"^8.0.18","vitepress":"^0.12.2","css-loader":"^5.1.3","nightwatch":"^1.5.1","typescript":"^4.2.3","vue-loader":"^16.1.2","@types/jest":"^26.0.21","lint-staged":"^10.5.4","webpack-cli":"^4.5.0","@types/jsdom":"^16.2.7","chromedriver":"^89.0.0","style-loader":"^2.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.7","@vue/devtools-api":"^6.0.0-beta.7","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^5.3.1","@rollup/plugin-alias":"^3.1.2","@vue/server-renderer":"^3.0.7","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^18.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^11.2.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.6_1617697687765_0.35487653109037054","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"vue-router","version":"4.0.7","license":"MIT","_id":"vue-router@4.0.7","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"46f17ac7f3233c41f0267d55b2baf2dd6ccc8553","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.7.tgz","fileCount":16,"integrity":"sha512-3pVrWYM0w51EL2lO07VRZTC5S8jljZd9Ly75ZFK14tnQxoOzKLX6/TomcwRNB+pyqNq5fJnhxfP5g6KEqBULRg==","signatures":[{"sig":"MEYCIQDLnN13HKqem47qeEw/T30inXU6eDFcZwq3pIW/6k2omQIhAPQxGqndvKtAJ/99iukuHNVxhvYTlPVkQjHkjR2LfhGT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnOFqCRA9TVsSAnZWagAA3P0P/iC9eMpq6w7msB0lnuHW\nP2c/uLEOy8VFcR1f1bA5R8aUpBtD+aqxdILSt/IVp4lgIpCCwwmJmVX1/x4e\nQM0sfB51eN/6Q9WELd95ZlUySb34AnZhW1mPC+RlmnKzX+nEtfBD5jmmgiQ3\nnLHESExsWaiNxADJajpBEnRZcY+tWID9NeKy4NAajH3Ho0VR2b32i0IKxcs+\nJZVIcS8DfpSflpn5xsVFO28pyRnntoVrc5c+cAgRBrdb+/2YcEoO/ruhHGCf\nwYP54vTP+nhnK+Tr0iAkW0+kq22vhCGypFX3O0ybpzYaHy7ifXuDfQPeGp9T\ndbTe7hcAtRtQiJ+k3tYnezxa4oq5hv4TnlE7+LDdlg91YsRnI2XWYQ89wgF+\npEXzqlL+QT6cTs+ASfSulZSMNAFnPfJkIu9BpJOxlY+iYIeTh5zq+6uXHThx\nMDqiUV7ha3D7r1i6P2W6dwCklutnyQvQCUB+dolmzul9wSCsFR7erbRQjAMr\nhqdTZmLtSVg0pLAhdyvTy1b8edeF7JzLfY8Z3oM48ceEG5Z/T33f50d48LRn\nbdZ5lkCj/a6h8wkUODHXdYPbfnnPxSOCNuurJQ2/Ndeym2R9FZUKjCN++vND\nqj8bzZUiEdmM6NtuR4I5NNiBFiUUIV/CD3Oy2XW2zoGEhOVXlx93ppJdwUQq\nyZHJ\r\n=omX5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:html --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^9.0.2","rollup":"^2.47.0","yorkie":"^2.0.0","codecov":"^3.8.2","ts-node":"^9.1.1","webpack":"^5.37.0","prettier":"^2.3.0","ts-loader":"^9.1.2","vitepress":"^0.13.0","css-loader":"^5.1.3","nightwatch":"^1.6.4","typescript":"^4.2.3","vue-loader":"^16.1.2","@types/jest":"^26.0.21","lint-staged":"^11.0.0","webpack-cli":"^4.7.0","@types/jsdom":"^16.2.7","chromedriver":"^90.0.0","style-loader":"^2.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.7","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^5.3.1","@rollup/plugin-alias":"^3.1.2","@sucrase/jest-plugin":"^2.1.0","@vue/server-renderer":"^3.0.7","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^19.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.7_1620894058266_0.3757754741205377","host":"s3://npm-registry-packages"}},"4.0.8":{"name":"vue-router","version":"4.0.8","license":"MIT","_id":"vue-router@4.0.8","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"55d4290a3122444edbc91a3cd2492bb1d0cef494","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.8.tgz","fileCount":16,"integrity":"sha512-42mWSQaH7CCBQDspQTHv63f34VEnZC20g9QNK4WJ/zW8SdIUeT6TQ2i/78fjF/pVBUPLBWrGhvB7uDnaz7O/pA==","signatures":[{"sig":"MEUCIHYQTQPGWtb9TqOwffKg7okeqeUXmkV/nOQiFmf+oOeqAiEA8g0FMN/nQfz/3aTBwdMWhtA8lmyBzk+IbbFDUdVFkoI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":775249,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnPapCRA9TVsSAnZWagAA8XkP/idOrmG3EQTA+/e6ZTK2\ng95bvBVYAuEuHP0QUwTjZ1UkfGaqpOVm2tePDsXoTOZSRcAnGSssDl8B3BqJ\nd/G1Mrqg71LYUymWbWH08dw3lcgc6PcW1d9oycBVjHxxge2QI1E6hZCOWg5q\nr+or+7mNIRapB1321lA2To4cf81Pd2yX0juszBBr8RNHTr/z/WLgJKfupFbN\nu8Z4wAD0kBkjwgAbwdq+pMD4+oEEMdSjJ26vYuZ+u/imaARAiymJtK3sq/oN\ngtZseZQz8KTMXJF6iZvUK/7XpQc9kj2A9akRAoEMBtLE+7f+r2Il241Kfeyw\niuKhwMZa9pBW8bPzE/U++Q2pvVJ51yHnPqkqvBqaEzBP5x7u0/MvaR0QoVn3\nBjaDhyQPlQ7uAghgcZOmzT2UKNBXbSuHH5DpzXYxHzqrtYp6Tk3vgns0Ef/4\nHaArbTkwGjxTvIdQIzclGLvJ1sdnhFeHJ1cq4Hdh53vKUbACZb5+ARU+wAml\nKdYTn6147jFwltb0taOOGm4wOcrr1BKodK6Rfok6TplRe4FjS9k0GUoy0U9j\nfMW0Ef9M5mWXOl0RlLKw1H/FM3XVywRg5DUGfdwxIFW/cCPoIra44lO/6bvu\nQJC/No3Cgtq6ffJcuCdQgxaNpq1PDj2Upir7QHOfuqxUizQI2XlNL76Kcp+8\noXH2\r\n=4F3h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:html --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^9.0.2","rollup":"^2.47.0","yorkie":"^2.0.0","codecov":"^3.8.2","ts-node":"^9.1.1","webpack":"^5.37.0","prettier":"^2.3.0","ts-loader":"^9.1.2","vitepress":"^0.13.0","css-loader":"^5.1.3","nightwatch":"^1.6.4","typescript":"^4.2.3","vue-loader":"^16.1.2","@types/jest":"^26.0.21","lint-staged":"^11.0.0","webpack-cli":"^4.7.0","@types/jsdom":"^16.2.7","chromedriver":"^90.0.0","style-loader":"^2.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.0.7","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^5.3.1","@rollup/plugin-alias":"^3.1.2","@sucrase/jest-plugin":"^2.1.0","@vue/server-renderer":"^3.0.7","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^19.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.8_1620899496565_0.8511608211718238","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"vue-router","version":"4.0.9","license":"MIT","_id":"vue-router@4.0.9","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"248496941b79c4c1010f6ebfcf235cd4267d85da","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.9.tgz","fileCount":16,"integrity":"sha512-i3IaZJ57YeMbRHQlqKyXdUMr5NzTCcJkn3f8u38TsZjYWtGcd3IX2zRd3389SCOwuRf11mgfHAyngR6FVDE9og==","signatures":[{"sig":"MEUCIQClrmqOuU+Ji40g8kf1CzEmujwCSJJAjjJOK/mmZ9LGQAIgJbJieBbb1oPny7qrzbS/MbYV8dx46dNahszdj9/Phj4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":786424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgybiUCRA9TVsSAnZWagAA1XQQAJOZKHcp3JrtJXMv4MfU\nKnoNjZLYgpAliQSaivZKIV9YS/mvvMgN54CoYmP8GPFoqaN676xqcZ0Fqls7\n1RmUl6ZwbjqZJOS8G6Zed3YE13K275/nN0g+3o0IaKsftgdJfguzJdhQRUo2\ndfrb9+E5Fr+zGMZ1lkHjNmYEklwE7x5zrmEjBeLYpe2dwUbPSJqGEk+f9A42\nRwwxQYECNDatu9GSFglRFFk53fcFy5wmrI9STZkWRDAQGYAXtHYt8E4G70MF\nmL0ysPIUtbvkhyFTPi8WK3ZJ0gZBUDj1xpmF0SPidVrN0yeafSGamX072doP\nEpOte1mzcb/LSrFgRGrjiRYh6wJI5E99bVHhP1YE3BpORzjblvzQucF8bHRw\noKV7EB0cdmhuL9EcCBVceOxWPv9AFVG+8775hwhQdqLcMVbMxVk75o+KdkPs\n7uZbYF5TmSTZ/WMZdexU9fYQEh0SkjZmZo3r8ejEoE9Nkf0vigCu3ldEH2K4\n0R82I4WCBKMt4imzg6NhjfAAofxkPIMyA73sGIq2rWHnfvgRGo1KsvawViKj\nNefaas6JyRxVi/wefuSZimFP8iLcJRAb/sdE2mBPH6ORGvCz9d5ZTGTrkSUR\nF6U4+/VGBNXa++hveMomAQqIVFz03jn4xpkU6VzBIMcahwzPLSANUgnCXSDY\nzbXo\r\n=y0+x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^10.0.0","rollup":"^2.51.2","yorkie":"^2.0.0","codecov":"^3.8.2","ts-node":"^10.0.0","webpack":"^5.38.1","prettier":"^2.3.1","ts-loader":"^9.2.3","vitepress":"^0.14.1","css-loader":"^5.1.3","nightwatch":"^1.7.3","typescript":"^4.2.3","vue-loader":"^16.1.2","@types/jest":"^26.0.21","lint-staged":"^11.0.0","webpack-cli":"^4.7.2","@types/jsdom":"^16.2.11","chromedriver":"^91.0.0","style-loader":"^2.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.1.1","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^5.3.1","@rollup/plugin-alias":"^3.1.2","@sucrase/jest-plugin":"^2.1.0","@vue/server-renderer":"^3.1.1","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^19.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.9_1623832723986_0.6518999612657346","host":"s3://npm-registry-packages"}},"3.5.2":{"name":"vue-router","version":"3.5.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.5.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"5f55e3f251970e36c3e8d88a7cd2d67a350ade5c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.5.2.tgz","fileCount":39,"integrity":"sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==","signatures":[{"sig":"MEYCIQCvMFjQXKeo90GRf99HFx+n0HMZk+VITYeMSyYKyY2eowIhAOc6Z5vwcYbzRJdX+l/uYNz6dQv34h9WGlaeRxaieb91","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":506830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0KWJCRA9TVsSAnZWagAAVk4QAJdZ+XPx5IgtUl/V/f2a\nzwjXzuSqpAxNc/mwigNgoqacMW4Yb5ZivKv+MzN0Tqj0fOuTC2OHkU7sezWw\nrGc3BpTJUfGgADlPcdyL48qOgkl9nBhMq70lSNErKZQdnrkyTugWG+gmvm0E\nCHhYirFazMt+z6Kjhk0Raw4fHFQk6aC8dI9klFRf7JfoCN5IaeZcZ+NRqs/y\nY7zQbc4pQmgDtfZCmb9tIrDmdjBMHbECbEUF0TviskatyUCzPMypCFGkhqV/\n3JyXF9e5H6lrz8Z2YNWdBaImIlvhpCtMGexoa+z2DePnvZIvF/KiHsecIOBB\nGhD753rAAzLzoG46ZhyUDdCAuqHWX8qyn9ZDl72im1Rr+nBcfbaltk/UW7Fc\nmXB6UUylE+KmswaaayWzbrTQrNq0+AlExvjvmeDCIGMhR3xah7i/tLooWijL\nuQrXUszMbFhR49j+yWfnBEZmoFRRENuXRw41NVzBgLR8L/NrzYJgO0IFdMqF\nmRVv5EjhRtcQy+/cRu1GJvie0mloSobpeQeYL1Utq4c3R/VnL5pOPrUlSqLx\nYU+a+I+16pQHsWt7GPx5oh9xnWxmqdJOAPi3feg9VlcfAUQPF5rE2Rw3GiZD\n53OWEaMArRrG6foULUqRIT3VCMCVZXPknlOUYQzhuG+clvnMYHxiGD19jNYE\nbpV1\r\n=k6P8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"080a9c54957d93b0cc8a55226259c26718139a35","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"6.14.10","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"14.15.4","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^90.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.5.2_1624286601124_0.8449435649936321","host":"s3://npm-registry-packages"}},"4.0.10":{"name":"vue-router","version":"4.0.10","license":"MIT","_id":"vue-router@4.0.10","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"ec8fda032949b2a31d3273170f8f376e86eb52ac","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.10.tgz","fileCount":16,"integrity":"sha512-YbPf6QnZpyyWfnk7CUt2Bme+vo7TLfg1nGZNkvYqKYh4vLaFw6Gn8bPGdmt5m4qrGnKoXLqc4htAsd3dIukICA==","signatures":[{"sig":"MEUCIQCbF6gVdF22j9FyoEmVXSd09jOeNjhQy2TVr8BpqpXlawIgCBNfZRL1Q1V3f979gQ8VmR1CimJpF2xote4+evpGn74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":788919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0KawCRA9TVsSAnZWagAAgsIQAJoimQ2QawatSRyUDFro\nIDYCA/P9IcXzKUln+8z+uZ2SDpI40ESHF6Aql0gMh5OHmtKE4Ljc5Ffu9Jmb\nZnZlLZlisP1b2CDGVKj4IjNAplT0213oahg8Q5AxbeLLzZP+rr9885Ph1hqL\n3uWaWPl3RP/zjtLw3mvWOvIEGCB59BgKabSJjMjCcwNZuhmIJll/8AjFbegO\nc7exWMb5cGDMWZ2RcbndzQIByEqUb2b5sQLsxCN0/+7rzeoksklWvqDkE1Ap\ndxiPTXsoK4nzWarBhCEFCOS5olOMf1WU1QCnwoBlHUl5J9jmZNehLmnukMuH\n5PYfFX2wpOjt5+4ZedJ+p0bm4gs0Xxi08uHRXCXyqcNK7uYfnJ8apT4jbLvi\naYa2W7BoajCcj909CceVAI62OtJxxTG8EP3jVpb2Hh0LkOWZkgKhLUMC4DlL\n0sbsXJY3ntbm90IfGou5akwiz9I+gPt/Sr0gwvHf4UPpwkO7xCatOO2wZdNF\nNuT9TcV9viwpWSyXiklDpccA9RUzY2Z5V452CdW7sRgjY8OQnE69DErZ0iIK\nPSw7MVLkZoxbIXsENhAjpQ5xdUiQC3ARXwZMUe0LEJdlTsIWwqKtUQrhiIqz\nQj6oTfhhxi7IjIh2Ul6yvNz9KOYCHyt1yEGcmlNaqXeq1x9o50bPz7vlNvL0\nMYLM\r\n=5rM8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"webpack serve --mode=development","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"webpack serve --mode=development --config e2e/webpack.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"webpack --env prod --config e2e/webpack.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"webpack --env prod","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.0.7","jest":"^26.6.1","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^10.0.0","rollup":"^2.52.2","yorkie":"^2.0.0","codecov":"^3.8.2","ts-node":"^10.0.0","webpack":"^5.39.1","prettier":"^2.3.1","ts-loader":"^9.2.3","vitepress":"^0.14.1","css-loader":"^5.1.3","nightwatch":"^1.7.5","typescript":"^4.3.4","vue-loader":"^16.1.2","@types/jest":"^26.0.21","lint-staged":"^11.0.0","webpack-cli":"^4.7.2","@types/jsdom":"^16.2.11","chromedriver":"^91.0.0","style-loader":"^2.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.1.1","@types/webpack-env":"^1.16.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","webpack-dev-server":"^3.11.2","html-webpack-plugin":"^5.3.1","@rollup/plugin-alias":"^3.1.2","@sucrase/jest-plugin":"^2.1.0","@vue/server-renderer":"^3.1.1","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^2.4.0","@rollup/plugin-commonjs":"^19.0.0","webpack-bundle-analyzer":"^4.4.0","@microsoft/api-extractor":"7.8.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.10_1624286896294_0.9057442091754737","host":"s3://npm-registry-packages"}},"4.0.11":{"name":"vue-router","version":"4.0.11","license":"MIT","_id":"vue-router@4.0.11","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"cd649a0941c635281763a20965b599643ddc68ed","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.11.tgz","fileCount":16,"integrity":"sha512-sha6I8fx9HWtvTrFZfxZkiQQBpqSeT+UCwauYjkdOQYRvwsGwimlQQE2ayqUwuuXGzquFpCPoXzYKWlzL4OuXg==","signatures":[{"sig":"MEYCIQDZVGIzkN0QKzGnb/sQ4ZAackQ1zj1xLUmLfg2bvWJM5gIhALVbP/e3YSmgW09gGP5cpxRpnhIpTUrqyYQPaCQxIDNa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":793991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEN59CRA9TVsSAnZWagAAT6kQAIJ4fyKRUOM78Qrr1Ssd\nbzMkhHVQFewxafukXAvlBirBGaAvbFwfyilzNWuhYQYIdgugCR9J6CTzeaDu\nhLDg084gTSbYxqldJHw4Wpwg/W/qF7l3fhiP3IhGOicSl7svb5gzT1bKlBKc\nvo7Ybd2NQHQIiwHdRVhA/bNBMSj1qqvg+981jLrUWI/zsSCa0r6OvIiIn5Vo\n2jRZdOVwkyIPxYBqAD2TXwLoa0/Xot1UosKzsXPMs3sXeuUtBWAarMIQhx6v\nl+AKO4jktWh5VQQ3oAaoszH37QI7eyq9rooxcV77kfAHTFW57wPhHxxeouKo\nNHHU4ySp892WyCw3lpuDr8zAr5uMkEHXLHYVC2DWY3/zpjXnfpLXPNku79OD\neCCdoe7n63DUOmvPbImnGo4gBYBIy90uv+vPumFDlWryzdu+rBYGWYyd8ZFG\nMOGrbzU1sDQ4ZeMvspLftUQHG1wP45UYPS/sogoOMuW22hCO7MHLraX04utZ\nUcuql5SL3J7Yj/1N+iZMfJHkvmRAMzlFJEYplFxMbrhher7sjrCldMr9T0XW\nvB+rUdqXPXC1GXMjZs/2WZrqiepgKp59qkhTXPYQ1bsh2kog1Xm3Fmg/RfsU\nMyJcCfIu+O1+UNUPhWCOacZ/fcMTRbGZ5sKQ6OhiedrXQejnweVITJcdtMN+\nL42N\r\n=fPjk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.14"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.1.0","jest":"^27.0.6","vite":"~2.3.0","axios":"^0.21.1","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^10.0.0","rollup":"^2.56.1","yorkie":"^2.0.0","codecov":"^3.8.2","vue-tsc":"^0.2.2","prettier":"^2.3.2","vitepress":"^0.14.1","css-loader":"^6.0.0","nightwatch":"^1.7.5","typescript":"^4.3.5","@types/jest":"^26.0.24","lint-staged":"^11.1.2","@types/jsdom":"^16.2.13","chromedriver":"^92.0.1","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.1.0","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^1.4.0","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.1.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^3.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^20.0.0","@microsoft/api-extractor":"^7.16.1","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.2","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.11_1628495484789_0.96114562546994","host":"s3://npm-registry-packages"}},"4.0.12":{"name":"vue-router","version":"4.0.12","license":"MIT","_id":"vue-router@4.0.12","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"8dc792cddf5bb1abcc3908f9064136de7e13c460","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.12.tgz","fileCount":16,"integrity":"sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==","signatures":[{"sig":"MEQCIHxC7yQO+IN0INxjL+8wOcPagmZyl+vY8JfL/qQxhz+DAiAbz7VFL3caN97T41qjHouwfZpjxPu7uEYvHyd0IZrZ1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":805789},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.18"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.1.0","jest":"^27.2.3","vite":"~2.5.10","axios":"^0.21.4","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^10.0.0","rollup":"^2.57.0","yorkie":"^2.0.0","codecov":"^3.8.2","vue-tsc":"^0.3.0","prettier":"^2.4.1","vitepress":"^0.19.2","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.0.2","lint-staged":"^11.1.2","@types/jsdom":"^16.2.13","chromedriver":"^94.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.19","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^1.9.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.19","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^3.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^20.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.12_1634226885532_0.9441352959208009","host":"s3://npm-registry-packages"}},"4.0.0-329e962":{"name":"vue-router","version":"4.0.0-329e962","license":"MIT","_id":"vue-router@4.0.0-329e962","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"dist":{"shasum":"fc438e1a589e10d155a276a98eff36c020dbe3a6","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-329e962.tgz","fileCount":21,"integrity":"sha512-u4KPkA63qzx5tn+Xj3h+usUNYd+Y7jvuJCyw027gDVoIkFINsMCMfxT/bC6afoSN+fp2uCrJukcEm74bXa/DxA==","signatures":[{"sig":"MEUCIQC3xwjY2SAc/TGkJcaSZWo5QoqV3xxiRYlaEffbs4peygIgRPYPdI1lLZs/qYCqidJgXNn2QtCgUz+MxwkMMkczlSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":806956},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0-beta.18"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.1.0","jest":"^27.2.3","vite":"~2.5.10","axios":"^0.21.4","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^10.0.0","rimraf":"^3.0.2","rollup":"^2.57.0","yorkie":"^2.0.0","codecov":"^3.8.2","vue-tsc":"^0.3.0","prettier":"^2.4.1","vitepress":"^0.19.2","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.0.2","lint-staged":"^11.1.2","@types/jsdom":"^16.2.13","chromedriver":"^94.0.0","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.19","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^1.9.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.19","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^3.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^20.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.30.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.0-329e962_1634662739483_0.5647259735590016","host":"s3://npm-registry-packages"}},"3.5.3":{"name":"vue-router","version":"3.5.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.5.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"041048053e336829d05dafacf6a8fb669a2e7999","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz","fileCount":38,"integrity":"sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==","signatures":[{"sig":"MEQCID2dhxG2V/9hCq3OtM/QUCjbEpdtxIvm2R6Rv4YfM2ojAiBQYibgeLBtvVgKv0HrDwOcuJ9Q4snfgg6yclKTvZ8JOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":483916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3AbUCRA9TVsSAnZWagAAy3QQAIvNAHDjLEAdtu+noRfK\nysld6EdJgknt9yJMTfpsD57qi8N2XXKETzMxIDu9a6/uYo+81vuAZff3SCE9\nO9Ye06AGYBIYjlYpyOx9tgMaY0MCqL+GdDyVy1KZn1Lr7jKfBR41ZN+x8/MU\n85iBlOyaxQ7BrrUP0hTyPaVeRBanVLHrOfz9Yvf21DoxTk3OVzcqkX64tm/M\nmwuV11/D0eLllAxNxhsHbNI9lajM59dk63QgnhMPp/iF63/MdeK3BGKGZ7ay\nVn9rg2h6jCSrvKQgkX1AlpY0LKfUlZVT/hthC14CV0lLzA7z/4ZQnQWlPuk4\nmyFOsqSW3K8Iy6RVF24+d6loR5Ovbsy5b/1Qsc1Y0OBB6p4J5PAMl8NpNqa5\nL7K0S/wjUIqCcLKN27DyXkivT9cdf+EIPcW+AFqMLub5A3LvbL142QCWALDn\nSd8ou0dZzDBH7VlW6/PrLP5pXds1DDQK0jgoS/A1MxYmf8UBOeUwSAxKd5C2\nIn9IJYxgoPmONvWtRqP6nlXuu/12tPs1/woY7Shcx1rKFR/5JPQORQ8sxrFz\niaqs8aOXKCEPYeW02BIsbDQTgOwKIo36bZYx90+ihqbc+D8lRZ177mJoM96k\nubnxzgdtIpGQ/CEjYjnDfwWZMFFnF5xBFEHz9VHgdS6bvUUKX7RcAKLHWYyb\n7npb\r\n=ELWO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"084e7785f3eb9364d3a0c26ab68358f6cf142e21","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.1.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.12.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^90.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.5.3_1635259620811_0.5250428701099386","host":"s3://npm-registry-packages"}},"4.0.13":{"name":"vue-router","version":"4.0.13","license":"MIT","_id":"vue-router@4.0.13","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"47f06e2f8ff6120bfff3c27ade1356cc9de7d870","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.13.tgz","fileCount":16,"integrity":"sha512-LmXrC+BkDRLak+d5xTMgUYraT3Nj0H/vCbP+7usGvIl9Viqd1UP6AsP0i69pSbn9O0dXK/xCdp4yPw21HqV9Jw==","signatures":[{"sig":"MEQCIFk0AEw7d3xkatZpnbXVvYKjQmYEVecQReaYRnyyheoLAiAsTTiwPOE7c4d+1bPUfuDcr5hZj02sOJXGdJEXtBfAuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":805614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHOW5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqsiw//e5KEaz5PwV+iTHgzMGKR6f81jq/tzoYFWlMRsmPb8UXmc/pK\r\nTb263arvcKs4oxkVK57hcnRGRAPYvFg+R9xMjHqib0z/XNCDXm1E2Ez1u2HO\r\n6CfsbdiPnH2FKkBvLVbbc3YcK7ehz28agJ1jQvJE3mtbylwgzrVVQaVZL6GK\r\neHNbw3azuCrgBRok57WjR1W2CIU2V6q5g/de2jdw/Ziycc9a1Fud/9PxzOjl\r\nuK7F6s8RHYEE2OMRJ9kqD90etpI9XRHOuzB8OIXsVgkNas2DJwExP1Iv8VbR\r\n6pe1e1X5MAFFGf/Z+507swWBNNEBKH96weyXB0DRUTLDWtdN2T7XseRLwYuQ\r\nRj5cI04HfSPArhQHDAK43TlSrXm9aZLQihO4nLJzDhQf0lnzKQugAwMjrWWW\r\nrP6SJSfY753WNb33CscZrdhZ3j/TkFS7MSwOrBg8H0R00q0lUi1wPn1ylDNn\r\nPJiwY13URsmv2XRGddjrC8KwVy6zwoevI2EmKhXIofvA9PFuwMI24BjtOT+r\r\nZByVGlOfjg2ENrtx9X3pAFNOAdA7j+e2m/gw6hQbmdPqK2w4i+I00HMmDZhZ\r\nDF5qDUXQAsW6DS4kKR6p/ewPWzf+ZJsGCB80rap3Q6cPz/oo+StXVej562fk\r\nvQat+2xjA1XW9jO1jNn0TowSRwIOa0d3E1Y=\r\n=f6ua\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.13_1646060985511_0.7649443634474307","host":"s3://npm-registry-packages"}},"4.0.14":{"name":"vue-router","version":"4.0.14","license":"MIT","_id":"vue-router@4.0.14","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"ce2028c1c5c33e30c7287950c973f397fce1bd65","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.14.tgz","fileCount":16,"integrity":"sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==","signatures":[{"sig":"MEUCIAecM44nBWAFb/WC4CmYQt48iz1nJnnF3JubQ5myn45fAiEA9nAddMoaRMXIWT36+dIvR4dXuYfQQUnL3Mj3IR8/I1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":805825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkOcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo39Q//ekYNnvdBIOuOklYPtfdsRXyC3F/uLx3sfco/v3uBYjIOa8BY\r\nh8fLX7PooFkF2E+kD3U4z+HiBn/eFo2EBlW7vGvci5wdC0F2GdBSCB8wwvPo\r\n6I+xqbjkgDvvWRydVqLXIgW5HR7wPnflZQxZxfypRi0aAev2AsKU9n+1tB/g\r\n1+t9AVxC9gHLpmODLzW3+LS5H/lXWpVhhqhwyDQJQMLbOAzkW+3QltGzwyIC\r\nqBNzcQHjwkPYTmB20Tc8UrQe0fFQTV6wL2kXZP36Tt7B6/PtrxnBMWKgJDS2\r\nTaZshqD5kRc/sHgVDMrr4QU8K5Mw5yga4AacjU90xmWreRza3yBOaGC8xI6N\r\n+wrvHOcjmPNkrHPxGyBmyiBDligStEILdzYyzpwDY9UCwhk2EoqfoBJIsNwd\r\ntsLMjUty1g1iSERMZ+S6Q/k4zxX+6u3E3yFsSfmnClsXYmWXty3Ih9+043bA\r\nFKMTDo8GiSSd9G/1pWhVy6TtuYoQOEWG2+zf8J6y1E83yqg3BrRHEIC1vCAR\r\n2Mz/Rc9H9vh+seIbxQKpY4GwpvFsd6OakftbZdst9LPlPw3CkllZaZ1tQowm\r\nYGjNtsBRTpdDCfqRCk3q7woaMw9918IArwk13OzUlNDXoQafmevLf5S5HPqV\r\nQ07tT6l39iGa/ymebXExr8LJjtr27dTjmrU=\r\n=Gnw9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.14_1646936988465_0.004801991689338259","host":"s3://npm-registry-packages"}},"4.0.15":{"name":"vue-router","version":"4.0.15","license":"MIT","_id":"vue-router@4.0.15","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b4a0661efe197f8c724e0f233308f8776e2c3667","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.15.tgz","fileCount":16,"integrity":"sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==","signatures":[{"sig":"MEUCIQDMiaho6TENa0X6LchEjZqL7oiPwDIhyrWg0idHX+BV3QIgF6O/rKGj0HaVJn/VyzoUSRwjr6+SCcfBhO0ClEB/qvM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":809661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicjZlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEJw/+NPioM7e/UXWG6Q96SDT/q19CemZ+VjPiNnfJB13uYewT35cg\r\n9LJR1GN1O3HTO5WkNHDJwNUCtND+cqM7QWzWMby5bpmdH1MuEucPmoOVAr0b\r\nQobjNcRUYfZRn2egJjLDRhQjWpSwpD6sEBNlYyNihf4YF5MTWV2wF+MrJT9v\r\n1frcjb1733lb5ZUOiCMBwAyxh1kV0tssLj+0nfq8lZRVijcC76knAcu4cg30\r\nOAbt5a2Dp9v6nukXEn0Z6dPDrpKShyDAv8k6AO1DD5OI65Xj/2+skdQg+g2q\r\nNFlBgWst/pGmuhVYrUV14MxmQRXU+W8lP/1eyeezQCYJsVkGqvZQABSf6qRw\r\nHV7PtwFs9opnRLuhoEtHqNmi5UmMM1x+jKPjqgZrf3JsFWv7u4WJbOH+vkHp\r\n3zE04gMEN62weYvZumZEv4jFsN2UqQCE+3XxtmSuItoOffJnxfeDFRoOvGQB\r\nLfIS7FwyWDhRZzv2ppI5ytquGUHhHNeCapGhWjawRLArlFWKuBrKVrL6w2dD\r\nWk1JBGjsHuwvv2GxZ6/cmJtf1afKjfwnd25/tOlgwsODC/PJW037ObjQI4CO\r\nQEYPrPDiAj6t4p+0TDs8YUFAsK9DqZSVkAhLt7WClcdPOOA4dV2xWF3vd5Zt\r\nIHvryartF4tH10Ep57cLo0FiupFBVtNQt4I=\r\n=QhAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.15_1651652197400_0.44442156853039183","host":"s3://npm-registry-packages"}},"4.1.0-aabe509":{"name":"vue-router","version":"4.1.0-aabe509","license":"MIT","_id":"vue-router@4.1.0-aabe509","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"34b69b615f201845c76d3b2aa3d5b95891f7c126","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-aabe509.tgz","fileCount":16,"integrity":"sha512-9E0uUTagZYEZvBt6THi/F0kzzrcMITvLKYi/Qz5mBO/1KYPZO6Xc6StteAdRA+DeYYHLBXxMhOtrhMKbzvkd8g==","signatures":[{"sig":"MEYCIQDdLLiuWNs4UdNLcz6DiT2PjRCfPWn/KZfRKj5TMN4IRgIhALmw6y1g2YE4cEiOTLMIf9dQ4TwD4YsvOxZ5MVxqErVR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":833446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieTXBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotgQ/+O/q/W8SpzY++UIitzF78wM84LAuW2apmNL4EbRPtJ0+JKTll\r\nMMq34zE7B+arFdR5so2n7LZnBt2GLcZKuUkAa2LFoFSvXqIc1JNBxRKsoKU9\r\nm+BRiFmgT5DV2QGBapOySWgNoSeJELFP6pOpNsZbaZP1NKdaEdTg147eglWn\r\npc+Vj2uTD27yqGUJTk4fRwEv/5cfPXIPxK0X2omgLCnynB9Y6FFmcWulj3+C\r\nyQ9wkPquqKRJy5XT9LK7Tmd9CIPeYPOZCDr1aSM5MBNNdg1g1rDrFdD9OM8k\r\nkdsDUEjeI46vvECT92c7OCxzesKWoeMSxPEhqveylmgXER99MrT2J9lyuCGa\r\nrKlkq0WEolLUsBqAeRCvqqOWWTioWlK8pPOuJvVmGdcExbxglBM/vr9rgOpz\r\nlcFESN1zlPXSb8TASq88FYdeLHa39enPj5BdQj3jRc4c2w0SB55LeuGwWDOS\r\nRveC2biyKkE9hkvMcQfD7ej8dSZI4IPL+8u8PV+6AUPTlyRaTY9m79+qp23L\r\nTi2D1AoOUAR1Qv3oQLvA3AamjomUMZ4aKRw9b0og8HnkdK3FdLOOzgCqRi9A\r\nJX1M3KNlyxFaf5YX6s2rvOxq2wPmQnbh5bk81r/VG87l9d8oZM0Lnqx1YE9q\r\n9oTi4HSEdOMMz01jWdUEGmREZFs4gGmNFsw=\r\n=PQsQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-aabe509_1652110785354_0.826253595997088","host":"s3://npm-registry-packages"}},"4.1.0-c113369":{"name":"vue-router","version":"4.1.0-c113369","license":"MIT","_id":"vue-router@4.1.0-c113369","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"f1c71ef88e0165bb81ca1a30d5cf1ab7a6603ab3","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-c113369.tgz","fileCount":20,"integrity":"sha512-IC8AKw8FDiT4ZpAcoCAFm493n9IcPvP1lBekTMju0QiR9AFNJU6l5sceh8gEHK5tHDAbJk9AVJM8Ocijf9tp8A==","signatures":[{"sig":"MEQCIHbQ4oHI7MKCuRZX78WJGWFR0GwMUHaNIdcl3qCSR290AiATxzOq2rjVdQmR0tJfZ6FSMr79xryhQoOEZvXLdFSmVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":838715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiglPkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoWRAAhIHpOxuYW4HwiFAHuOGNeGJss+r5T1KGHYJS1hdKinh2z1M0\r\nGiA+6/wfsmz+JPtZhrTE/373nq5Jt7CWcIowaUK+xTW3GEuf259VccIHduW7\r\n5y3rBKTpP2SJhlrURztf7rbixr4NGH2Hb89be6D1xydI/gk9MrnDeTRmczcu\r\nk985cCWn29+4RCBfQ6LDD2Zy4vYvt9ioIGXAtPfCnyUrqaycrWk/rGEeFkkr\r\nfUU+Xws3NoS19QYKGInO68wpxGIEjIdg7/Ayoztw/ggL0SJHoa3yA0kcFgTF\r\n4wqSIqGaUXcTC63Wtfj6PQzRDfF54tx3F2wiaqp40RMqARpPWLwinl6WnaJd\r\njF131nTUpD4569ap8bDDmevtxNJ+RM2fkXZomlEXxXRg6I4uVbKT9vw3HWtE\r\nOADjElOpo2rX0kONt19wa2CF7DPLRRnko9oQd/DAla9DhBIC6CZ1vLE4cHak\r\n3PETvyPPa1CWbsNxLDxiNnamfE3MJTMM4VWSKbu8JH+ZNSokQCw09jOuq3nt\r\nBQGICuaxhKYYDaxXtyB9/tP2pOXNTEoZiYo5I6BvGlUFOTashUsZOLY8Lxkk\r\nnThWjptUhHvhWxRR6JBSJtj0s0kXU29G09uWAjrKzZ1Fd0bcMAys8l2kTye0\r\nNGciCzmLtYmAl37sRI0i+9BHdq++zrSZM9g=\r\n=CkYQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-c113369_1652708323762_0.39051393475926943","host":"s3://npm-registry-packages"}},"4.1.0-4da5e55":{"name":"vue-router","version":"4.1.0-4da5e55","license":"MIT","_id":"vue-router@4.1.0-4da5e55","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"3c9ed4decf028ba10ca2143600975ab51d55819e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-4da5e55.tgz","fileCount":21,"integrity":"sha512-SAf6k51DPeSzAbOATBTFS8vaSISpwftCy+tQqMGwaHlRpDY4ksJ7sGDMRkI2tO2p0HYTzTwNx1RHAj4FH9m2+A==","signatures":[{"sig":"MEUCIB7dGoxMTLhfgEhzB6VI4gjI1rOH9VaHCyjTFzsTJjzdAiEA8DPbRe3S4DE0IzecwYvmbFyHNO7PSFoQB6rQrJvlCeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":838801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigmL/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIsA//U04noXjtxGN/tQ1h8UsGe7Pg6ak/scDAAthk+dbH2psgGfn4\r\nraz44rX3IL1O7U/RWrK2A6Z31KxZWM9CYanXRdHGXnGIHg+O91Gm++hi/cD9\r\n8Rtv3ZE+Jj3lbL5k3zB9O8fDxbMXWBS4lFsLAMB/scbejVLWgxnDFXUHvIs4\r\nlDHFb2K3QFWy99RfiApSGZeUU2nZbdq1s5qOTgsp7Pw9dsqHIRYhk5a9UI3E\r\nvZrupnMx3OPgAI4c2lBdhOl2QMaRc2xeVNNBoUyQ+RV3klWvMtmjsWVswM23\r\ne3Quse0wtMg/GrkPTbYknYY5JOgLJi5rFUVb7l0iyvbg/XdNhXTRS7lM2ebv\r\nTgmHHjpNRcTePblruRG1QA0OGX0OdMBu70ifD5CjmX16emY7APN+ZFb72dz+\r\n7BGGfCXyoLDVXgeZRfqnH8vzAp0ysjOhrMseRQvNLT3UnJf6R6apPcMMU/1B\r\njlvA/QOdJWyTvs28gPCyTKJZcIlB5KtW0p4KKlPakvrznjb6XSWMuC8Kt9mf\r\nTGk83mAkH5fEsah4JDsTO+bwdUUho/+1BEy6ZbeTJyD2ev6ImkChhE26IO1p\r\njTUJgwo6XXryP0NFYxKxUr9mUyxYep25rVqKwQQJFc6VAB0NL7XIrVemBCw2\r\ngxeI+9+9q2Ispg84J657ekZbad2PaTjDOy0=\r\n=OPgj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-4da5e55_1652712190903_0.7603761485074847","host":"s3://npm-registry-packages"}},"3.5.4":{"name":"vue-router","version":"3.5.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.5.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"c453c0b36bc75554de066fefc3f2a9c3212aca70","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.5.4.tgz","fileCount":38,"integrity":"sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ==","signatures":[{"sig":"MEUCIQDjaTSanyVmgG39bB9ESZoF35PQgbXMB36fmUYBWD9BXgIgO/zOcGhXFXeVNEh4T0wrMCwu8TGbE3enB/+DX1aWVB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":485601,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigmcOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9eQ//c7C9oCrtAAKvCi6mJnb2UL6AEF4bQ4p0ILSXEtfFyelA7DEI\r\nMKoyXb4jZW+rJsusmv6RXQYYNVF9nNvw2HklEmiC3zZmdj5FBe8VcJWnDkh4\r\nJc3smipfF7/tElh3pAM0NseuZh1PgMoOubzORJ/luOKPC6ZcL2QQ8mtBy7zn\r\nAJI8z5bSIk7XSUe4stEX5uB+T7tQWLuKXPS6rcQVdS2bdnkpIC92nKakMmbm\r\nb+atzyta+shrvfR5b3t8qkJo57VfohYKl+H5Q/4FwxAvywynGx+Dq7AiaM7p\r\ngpV8Hmm5zoyJ+q7Efe0ahZPZh08wytEoxTqD78GuHiggQ0PrCOsTyepagjxE\r\nRjkOotHMRdkO8fZ+T6/b8rkO/BdVa//tTeO5u7dK2ne8ThzeCkqhDaZLkg5c\r\n1hcnB1iR3B695UEj4OJU8P03K6jc3lBsmL/VyDAGfl4BI7LvFYpSq9BdVMra\r\nWb4eCWQ56qQ3gmYG8Eu1UkX578XgQX0tLE8wu0aNq0Ex4HfhRGsbiQHOy7MG\r\nGFLmInWZKz8rdSNOg3jV9WyX+j4lgVFJDZhkdtgPPiu9FUNA69A67M/PS2mZ\r\nQbFgebnilZfRmUKOS7dNjYu0JuLsqts1z4Mci24aMBX45fa54jsYGGhDi1Rv\r\nYzKp0QKt9oqQQ08HE/XwN8Frrw7HaF7ND74=\r\n=Kssl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","gitHead":"9365e5b7ee362b4bed067709ca74f48cdbb69800","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.3.1","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.14.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.6.12","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^3.5.2","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^90.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.6.12","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.6.12","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.5.4_1652713230031_0.1386624395786027","host":"s3://npm-registry-packages"}},"4.0.16":{"name":"vue-router","version":"4.0.16","license":"MIT","_id":"vue-router@4.0.16","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"9477beeeef36e80e04d041a1738801a55e6e862e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.0.16.tgz","fileCount":16,"integrity":"sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==","signatures":[{"sig":"MEUCIQDerzJlk3kD8Ui8UaQzvhna6RtaOXj3sYhhuN9GwZXTGgIgFpe2WQ0QblJB2s3SvJov4/EyUndQXQQQ6dsSAEAJYYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":812126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiokOmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP3hAAh9Tgl7FbV+Z65Z73o47R66mNU7EvZEqQj62PBU2/x4dUH6dg\r\nfKXJ3NFVGrZoA3XS61VBMjQFwIuO9QqVNG2j4hfbHMH6YpidJfGIrB0q9Jc/\r\nYwDuXcL9NoEnSFI8MQcby030HprSws/L/wOI8ZX6muFggtFrcKUjK1GPB3fx\r\n+b0qxSwmjQpogXY0K22ZWPOj6p8wsBOOhXAxrYax3h/SrACZKsFO+PUPPzOR\r\nziGB0P7zdnMpKJDel7CfGpOX5MktLT9sagUUmCwK/rQAfIYXlRNCKGW51c9w\r\nemFuvdaKuu0rFXqnd5dsbteKigdYk9bTXpDIGZn9TcVXlRQSuSdWJL/Go7oI\r\n2YQqTFFhwsjyEW1MuCYD4QXKe9YVeRg2RBXvuQnCc79C3qnWP22dCt5FaESl\r\nyOq7KzFafgJFY9LOL0BJ59sZ/u1N+kmfS8zbZEqvDkVo960/wWuEwOubYpCM\r\nDsCxFNkyMI8KXzokP5kIlhT+3pmDKY1Iz9+Htx9//b2HWyppW26Gf2LLiD/j\r\nVGitug/je1CTxhMpaZbOUCiTlux73m76/ldmjXGWvE5wU15+uncxqJSOsqie\r\nDuzU3GCGlS7i106e6naXsskc/73iH9cFuN3NzksGx+oYoOSta833UEDGtdbS\r\naRv61tO7WG2fIwlF2Pzn1QrSm3zIRMugMSo=\r\n=t0+E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.cjs.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm-bundler.js","funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"yarn run lint:script && yarn run lint:html","test":"yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e","build":"rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","release":"bash scripts/release.sh","lint:fix":"yarn run lint:script --write && yarn run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"yarn run test:e2e:headless && yarn run test:e2e:native","build:dts":"api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"yarn run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack","test:e2e:ci":"node e2e/runner.js -e firefox --retries 2","test:e2e:native":"node e2e/runner.js -e chrome --tag no-headless","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:headless":"node e2e/runner.js -e chrome-headless --skiptags no-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommit.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"description":"> This is the repository for Vue Router 4 (for Vue 3)","directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.js":["prettier --write"],"*.ts?(x)":["prettier --parser=typescript --write"]},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.8.4","axios":"^0.26.0","chalk":"^4.1.0","brotli":"^1.3.2","dotenv":"^16.0.0","rollup":"^2.68.0","yorkie":"^2.0.0","vue-tsc":"^0.32.0","prettier":"^2.4.1","vitepress":"^0.20.0","css-loader":"^6.3.0","nightwatch":"^1.7.11","typescript":"~4.4.3","@types/jest":"^27.4.1","lint-staged":"^12.3.4","@types/jsdom":"^16.2.13","chromedriver":"^97.0.4","faked-promise":"^2.2.2","serve-handler":"^6.1.3","@types/webpack":"^5.28.0","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","selenium-server":"^3.141.59","@vue/compiler-sfc":"^3.2.31","@types/webpack-env":"^1.16.2","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","html-webpack-plugin":"^5.3.2","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^21.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.31.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.0.16_1654801318596_0.38503812017943684","host":"s3://npm-registry-packages"}},"4.1.0-9e62c00":{"name":"vue-router","version":"4.1.0-9e62c00","license":"MIT","_id":"vue-router@4.1.0-9e62c00","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"64b70762d755e2e998f86b55cf9ab8d753659b78","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-9e62c00.tgz","fileCount":20,"integrity":"sha512-iFRkmg0wee2UxXG2i7XlYH5xQ0NE+jgnbsajjybwhZrUoEagt498wHxzGE8BalGwQioi5J0TftKSYsSObwlyGA==","signatures":[{"sig":"MEUCIQDG+B1VggNOdfNT++gOXtu+dEYHuNavUyJd1tEU3qwz1QIgJECQPC8/mz4tZzRZvNt16e00El9gZiQW94pUAPCaPFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":849836,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJio1wWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogZQ/8CcjfWThzxuHcplAP8LlTMHo5E+75qvbDp0p9rvEkRWcObo34\r\nga1Kh+JIKDg8OxTZq0TIE8ziPa2gity4VV9IN26GMWPvBk4dHkxDz6yHcqYL\r\nVzaDsyMG+Bqu3ysywdAz5ZYbEi08xjzk4hZgn0rs7bmFnprKMWW8W7I1lWgc\r\n62+yclfSHPAk/k4WxdiP6Y0LhSO+v4kPpkcLJeC0PqKNh+ewrI+NE/JoO8we\r\nztt+POnbnEeazJreH0s5eFtf1202ZRRvq+VxUSyrJM1BzrhduJYVG+1I7iUs\r\nkIbqQVZ+g5/VTUrhuZlh91XHqFTAhLyvgG6CiP5Aizsjca5fsjC+AkS+58TQ\r\nVW5ldO2tRK+IdRmDkJHE0Y6k7MM7kCZ6tD5SaAr2KXfhcg7EKN08TsjGTvp6\r\nvA+PNttvbiGHnlFWjGt5dDVzDOHnPqtE+8BsmZd6lsGkWhku2FKZI95iGuM9\r\ngmiRNrBGitlJsOCmhFgSHrS1CBin3nI52ZwiEqVEuROVwk2vXkKvMT1YQiqZ\r\nSnJuq8jv9TAFFqjMRFr3pe0ytwoBsOoGixbdQJkVpAdaEgu4ByJA1rzWg+b6\r\nQtXxwCKl2P5jdBWh33pinZsZVlyKYhEnj49L4hUmvB+Befh4c8lpNgsZqOfi\r\ntJPw9wi2jBUQvAMhNytA/CI4doCfzuKIMho=\r\n=riVv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","docs":"vitepress dev docs","lint":"pnpm run lint:script && pnpm run lint:html","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","lint:fix":"pnpm run lint:script --write && pnpm run lint:html --write","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","lint:html":"prettier -c --parser html \"{playground,e2e}/**/*.html\"","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","docs:build":"vitepress build docs","test:types":"tsc --build tsconfig.json","lint:script":"prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.31","jest":"^27.5.1","vite":"~2.9.10","axios":"^0.27.2","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","vue-tsc":"^0.37.2","prettier":"^2.4.1","nightwatch":"^2.0.0","typescript":"~4.7.3","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0-rc.3","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.2.2","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.31","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-9e62c00_1654873110513_0.32091223821862824","host":"s3://npm-registry-packages"}},"4.1.0-730eb15":{"name":"vue-router","version":"4.1.0-730eb15","license":"MIT","_id":"vue-router@4.1.0-730eb15","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b4c3debd301fda3514c9abe801ea631cf697bcb8","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-730eb15.tgz","fileCount":20,"integrity":"sha512-RKlTBZSN9LclUhHuoxY93y0feq11z3+W0nae1JhrDLvnzl7F0JjQbGacyFbUKbNtTA4r64dvx+bxfMw4Nx27Tg==","signatures":[{"sig":"MEUCIEepigZHLtskyDV30g1q8uQyJwbaTt648ZxoMgLcxOC5AiEA8sDtfNwtZD7RqyrHxEb1irvghQWc6C9l7rj6vsYwa5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":847971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqLMWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2fQ//b9Tp5TEj6yw/hNpcS9t5z0cDuoYZ7dVEgktp6+q3MZ+4gHP+\r\n3rEE8mbkdRzQ5eN6+hS1E8mAeaxn26kAO2hWSvD84JNWxgKw64Q46UkmACmc\r\nwtHhZh6gnryc8n+U5TffefCPT7K6UD3XxeQ7GVFED5ENvWk8HyOB+JLV8rb6\r\nToL+9hOMGViUltaC43LuukP6E5Fubb27VUFAGZ0zuuAjW6pmBrcWzyVf3Unq\r\n1BKlzS7tLDrWJ/lU35NHUYIFpgPT62mL89aMwUu9CE9nwvchnGtDQjI+lVme\r\nmPQD5NRkbt/y0YY5HOudsBfR88YrLS8+x2EtmqeFqqISmHupWsPIeVhMZTY/\r\nUoqf9WM8a7Qbixh63xlwk9bMruuWhETbWtkyP5KmZn/YrjSqRV2nEA3HMUOG\r\n8Dp+4YNROaIwP/YZ896qB+53FS+uPueQXa4OCeQTj3NqCbTmWZsz9WI9rQeh\r\n0jFQHvBpvD8mwM+dylgsWJcvbHnikqJ+IrpjYcbZPkphszlpNIok+uGaNspO\r\nTskr4N4joe2t38byLPAgC92r8Pbl1kpxQ6pk0tK36MQicChNd0eyKnYJeOFw\r\nUDwK4ncld9azCIr7mMkn1F9lmzBvhJNDMi+GLa+mJ8JsL7xcfC3n5s8u4kJc\r\nxf12sKwOa8hXZdC/Ka4jireF1pwDPOnaxDY=\r\n=2lqS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-730eb15_1655223061451_0.008271435351119072","host":"s3://npm-registry-packages"}},"4.1.0-51021cc":{"name":"vue-router","version":"4.1.0-51021cc","license":"MIT","_id":"vue-router@4.1.0-51021cc","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"c66e76e7d30acb3cba0fab04f980a1b615ae52fe","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-51021cc.tgz","fileCount":20,"integrity":"sha512-Y4RYZoZF/Pl2H83g7xy2ChMuqq3jPNKfI4msF8o5JV6HOq7qGUwju9Kr4wbUslHEDFpGgUb6J+OmFEpMke4ihA==","signatures":[{"sig":"MEUCIQDBqULoVH7SgsoFi9UqtEbjpoLAZuZPMa5ZuJw3cw5tDwIgC15JgFbmnGMj/WUNcE8wZj7Wy2ZpvXFqn0XRgRjhTWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":848378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqgrNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE8xAAk2N6mAznHT7bKYdK5d9dKH+8H7BsVRfwUo480NdkV2P3/Vfi\r\nf27DZpTyWDTcyh6lwMJcbu+EasZc+sT7VYmMoOTe1xS+eBsN6JsgwehKiSs8\r\n3QSUMx/sT1OnD5kyk7G+iGDgaB7rlqypimpTAz5Yzcxd4pV/G1sOux+gweT1\r\nFfMTnYc77iZTZgpwzP+q4Z+klGL7wvxZWuBuN6utu2vcYiWy6+3twTKfhWDA\r\n5nPpXfbKHsCDYGIHplH3PH055B1ZI1XT4lbwoUs4alfsoF4m3aTXvkaHs7iV\r\nNK9stGRfV0H6L0+cdLJwWWsAL4StbpGZryKqcyaMznltzDL6uRLyTF7s2XLT\r\ndh0uxP1XD1SgjU1yibI52j4YfyM1AYLb20oEtu/sPWNbZCvqAIr9KDwX/Nnf\r\noGcAnvG/TXQ8yOfLh8xPy4U1/OdruhYY3ONt5EkPgeAUaxFLFzczC5cwdxYl\r\nu95yVcM/Cyu3ASHtiX+PaY0G1568aISI/ZBDciGY9tiYUzSr49pm9ixAzvnu\r\nHxAGI3yovOWKS5K7juHXPQ6rpWVoAK3/6IsX4J7EOp5YHexVXu4JrWcoeXAu\r\nDd2hlKs1Jn3ugqQRSHHFasswCEV/qd44v+7OMoqeONgJqHd/c/d1pSQmboX0\r\n0Y4g4x+dOskmWXwG0wJQ7HdudMsNaRrN9fk=\r\n=S//J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"licenseText":"The MIT License (MIT)\n\nCopyright (c) 2020 Eduardo San Martin Morote\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-51021cc_1655311052745_0.0029843951761674425","host":"s3://npm-registry-packages"}},"4.1.0-beta.0":{"name":"vue-router","version":"4.1.0-beta.0","license":"MIT","_id":"vue-router@4.1.0-beta.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"d015aa8b9182f727acd34ddb827a534720a3a117","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-beta.0.tgz","fileCount":19,"integrity":"sha512-HmE6TRucb5io3nUEk/mccg8DswTcFl7L3JZY6P0MFMD1wnH1YVYB3rqxbZOGO78AwTMdSXLUnsB2j4w0gUUbSg==","signatures":[{"sig":"MEUCIQC+pAWEKOe3VPFa4sTanKSNeBE/NfPxhUS0Kezku94adQIgW2fDTQ4aREdMgDFXFJeYfxgA1nt5J8QU6Qgdf6RmI4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":835758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivFNgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+RBAAlKQw9b2m3AwEWtYl7eYEWm3OdC4wlUeGH9DiRyjIVlE3Q+zg\r\nj2L1xskWsb7ofQFkHuL6BckQcgCq0MOZ+HQNxuGkQquz/G4smCuJPfG+rOnl\r\nbmePTAEKeNIRRwK2PYK5whCNW8JkYdht/R0TQZIUbE//N/O/gZVuZdS5dxsz\r\n7X0a4W0ANC7bBWIkmEwR2q1lQbqHl42FeyIVf6Rtrsk05qR0Y4fziznI8iEY\r\n8QC3UpYUtw0IbitRAxBI/fRTnNTpaOWXmam4g3UN3R3/r54I2/u4JAvGIhFZ\r\neSBRgRQpSaXDulOmsvq7WhGOmq4VBOEsokvexjeLRF2nD9suOKxgNeNBfkoN\r\nAb5Igf+NVwD38HCnwaE5nAFPqR5EOoaQTqLrEQW/qDU7LXnzZlUxnJbXNref\r\n69kcvnVKF6EfHg8B/k2W4eOi1GoMfDFl+Nh8posv3u4Wjpgoz7L/l6QPJ+fP\r\nsCuOFXc3qv7cMZUH1uHoD5Qs3IXj0AXjkvCXGuD1oznObcN+b4FxeM2mkTlR\r\nFwJYYNggz0L1ENs4b8JmMIoEX1QqzXXR9VcX8mHIwbHMC8edbk6XjmroVxvx\r\nzGzrlUwEGxpaI8HqnkkuKm6Sp8ifLBGeyj0cFO6+MGTAdjPZfiGV3/ahIGRY\r\n283zVFMSlR/j/59PSa9cSGuck1nf9/IWgeE=\r\n=C6Aj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-beta.0_1656509280175_0.7096225320409579","host":"s3://npm-registry-packages"}},"4.1.0-beta.1":{"name":"vue-router","version":"4.1.0-beta.1","license":"MIT","_id":"vue-router@4.1.0-beta.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"8708c2c0378be40796b5ba7e66c2815ed9e3d3e3","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-beta.1.tgz","fileCount":19,"integrity":"sha512-9M+A3L6VMj3vvCyxK0nmK8upoAq1oqkiLsM1KgNkStFZy71FQ2Ho27BCH2hyfs8Eb6uOvQsp4lxK3jXHip3zxw==","signatures":[{"sig":"MEUCIQChPNXf8Og9s4gZIGTfqL3JPd9sCJXGDemmpilIehAzxAIgR1RXEPDQYKBSosEUuuy5XJkqgfuq8c2Lg4GUdCbKBhw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":836470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivHztACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNqQ/+NA/TX20A+O9k+vsYGvQc9HLl9e2ZPpu0NWxgccHG23VP/m0e\r\nBgCkEhdzaPBpDETI+mwsAEs7hpnbX/dYbW5SBgZdnyT+hL0E4FoN4BjyUWSK\r\nsy8Qc6XDuXs/MlLTY/bUprdulQiSqolCK3zctn0zYnAL861uGLio78LDxKpu\r\n29W30CzQ1JxjhnNBHMfRZ8nCORgNe6AS92Ok5FlFG8s7aPyBQcPwFuk7QhFc\r\nmXHSt6XM63nfpIzX/piDOkn/tqjiAaBxjvzLE5Q9jOBG8ZiO8M2LQlDv38mx\r\nfQ3uJBZaZMqrrv+z835FJfujLXCPUul4dyMCKqpxBjvSClpRN7+d0ibqNeg9\r\n7VD+b+kKqO4xprnT+7rFjzJ+a9HeJTW8CoXd2NM1y5k78GVemluxH/HOPeTx\r\nOUhXKCyk0oyd6/CIC3W2ra2w2LheWxP35urblf1HK4KApB8wuzQj9cP9JO1Y\r\n6hjcHFdRJ8BF/CJ1AavlRKQRzHnh+6IUOibrLd4h3DXG0yev3qODIRfzwjJS\r\nYTNohWN25QTTxLRFaVSr9mHK80mYBeA+2H7l0YyFTDGa/DGA4JI++s1FcwF2\r\nGy6Pfxdgnu6C0Izu2rwsmPWWsrglCXlLb0V6mSSHRgsjCK+kLrwenIqNCIda\r\n4iVysApTpPT48zauMOoHjPUNCFCnP89umdw=\r\n=NccR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-beta.1_1656519917330_0.06180775444115616","host":"s3://npm-registry-packages"}},"4.1.0-beta.2":{"name":"vue-router","version":"4.1.0-beta.2","license":"MIT","_id":"vue-router@4.1.0-beta.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"c314b33b8e6984344b084659c2409863aca740f5","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0-beta.2.tgz","fileCount":19,"integrity":"sha512-VHjGqlG+uUYLvAxKPnUYXL3ienH1eQsB3ZumdsSCEgxVpb6i/yKk2yrcoQkuEmk3aYJndYScmTWBr8Z5KDMCMg==","signatures":[{"sig":"MEUCIG5x68Art+UdqfvuURaYfq2Ny5feLLsiltkCZZdZoNJtAiEA1jKUDJN6DfVGTAnplB+btPZXwATxIT9pbVM2LuNoh24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":836470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivwdqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwuA//Ro40s0Hl2TkZqRueJlSVODrVm9Sj7RtOrHLA3ATUVJh/dGFT\r\nV8CjyBXXrfbdHtZbwG/7KeNuozMx9rIovP9BKS0cy0o49uWvvKsIgK/LX8CB\r\nAALpgtI7824KTplje5p7vuYkpRUrsMBEoYmx4QdujuzPKEg3/JjT5dVFbv1C\r\nR0iIS1+C39rv3qIXDNS5k8RF7s9sChFFeKeQkoVFDuYwTf/YI+6icBc/rb0t\r\nLzX2p3HlktH0/zMEJzqb9Vf+BVkNS33KL66FtzPaAYHm+OR8vCt+6TRBczIn\r\n57PJDMStH0KGe4kLCAY3pfnfziF+oeeG4s4z5+YlJsIQk482ETTTuKC9QBpt\r\nCWqyBNIPJnpcXDjaeP8XG1LJHkALopJqTDDQGVFC9Bp6ncSTfeazEgSO0Fuz\r\nR5q/xdig4H2PZlCwA+U3lQRjQbR6nkr8i36mRSiGtXPoATSYyC8NlmVDhwsS\r\n0AIhDbxro+rnYpoibJPVPTUdOKRuw9QVHfP9URj/fgXKSIYcaeNxWIWMavfZ\r\noB7NuQ77ho29cF2jTVP16H7Fize+fb2KGXTvr9tNJZ1IHukI3SJb17PVPbf+\r\nCZ9+9IoRiER4ywlB12Iz65+4ySYLId3piua+BCneQWCfI7NgbYoym5+ifEC/\r\ng75AEhuKYUtdft6ob32sOiE0q9yU3Xu3fkQ=\r\n=4Gva\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"directories":{},"sideEffects":false,"dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0-beta.2_1656686442203_0.48126265916731836","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"vue-router","version":"4.1.0","license":"MIT","_id":"vue-router@4.1.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"3029bf815885954ec02330e5f6fa8a00a7e5f53c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.0.tgz","fileCount":16,"integrity":"sha512-A+dYO0ZXLJFZ40ebW3XtqehCW0Wv2xNH4lFddOByDja4NtItEdyirrShTlvD3UA4xc5a5mG2RRI30BusYpOb9g==","signatures":[{"sig":"MEYCIQDMPXAWTD8UYmQM6Xj0BN3+eHzbp63HAerYu3YooDeYiAIhAOeEO7wloEBWbZrsNo3VwqHVqjFsY9tB4iLVDpRg+yRW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":787711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiwt7hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1Aw//QhgWU9a1dQZU/IxNoaxSo9Y6L2tUGpDRhp45/0LPHZVGOYux\r\n1AayFIbbrFb6MX0J5X2rb4GiLrROTLhtCyv+5sD4r9RIBpqAQKtfnHk1mTaG\r\niCHKGZqJbQrxS/4Xew6WHpaIqGlU9GH6M2NX7/sXPE1rUjsUh5L02dhtFQ0F\r\nKLhTPt8leCiU1HkPYTcFnqx7modfoqIDu/lfbDYhS8klup5rcjB9AzZLhp3M\r\n/CCWwEh0Mb0oLukbKTIkyqU+5GTmwFYe2RNmt1eIzldjb1lzE8cfQrf2TJkA\r\noUD8dcEU3MthFUD/wR/qAQnCJJJJAHgiD9bC9asR3hTgzk+0XgAido1c+JBz\r\nCZEjGR9rmcWe9TC7B8BDA9Zf7mWfXjToTHXbnfi62UfdeQu2HxCGQAb+fCgI\r\nANzALdtMpDj3+AORkHqCImLJDHanfwFqBTtl0XbVvE3+ba7JKXQa1Du2SxL/\r\ntBKmahdjxCVN8LEjKSwxqYe0hfIkvMjg48dM6dDiLSrgZX74KO8rbDpE5RJ6\r\ne02YIC4lWMAmwdKt6ZmO7VfHh68qgGvh+v0W5Ndtc0nUhj7XGZFKZl4Y881U\r\n+g0u3deDrSpEbVKQqTfbpTQimffB18u2LjX2WO9MYf9Ijiz3rzzWSXJLYL8o\r\n/tHCQW5OMibtSYvB2B4kWA8a9Od3C6412Tg=\r\n=Amt0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs","browser":"./dist/vue-router.esm-browser.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/49f10ed222adcb7860eb3bf9a0e89a69/vue-router-4.1.0.tgz","_integrity":"sha512-A+dYO0ZXLJFZ40ebW3XtqehCW0Wv2xNH4lFddOByDja4NtItEdyirrShTlvD3UA4xc5a5mG2RRI30BusYpOb9g==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.0_1656938208919_0.8779938507171834","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"vue-router","version":"4.1.1","license":"MIT","_id":"vue-router@4.1.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"90cc533efafdcf90d157bdc20a376760cdb59c10","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.1.tgz","fileCount":16,"integrity":"sha512-Wp1mEf2xCwT0ez7o9JvgpfBp9JGnVb+dPERzXDbugTatzJAJ60VWOhJKifQty85k+jOreoFHER4r5fu062PhPw==","signatures":[{"sig":"MEYCIQCUES+ZsJpNOjqaNqXi7mvxBRHAoAxx4LJvHJlmm+mxtAIhAPZ2EGh9JHICviYuW4z6J5bgGK+GQZgVoERJzCxz/+MB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":787322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixFFEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGLQ/5APqQSDEb81TFJfdHKVA5tZPZx2+MyMTmJGoDViv2eflutswh\r\nRntJydfWFxJxcJme8Vazt0dpnib7u4pM7Df98zgqRtVjVFdoABHU5LuSdacl\r\n0OzlJRO5z4GZY0trsLxb6Tbk201b6LaDQrsVn6097htukcIa6/fJX79KheLo\r\nidEROTK59SpbWKZPaAgAXHTHKbn/0HcjAsvV9uaFZ0fQvEB/zsVX3duoqOhY\r\nTyN55w9tMyYqDwD7jYpcZjfnggcLSE6/7591npj6Cv9/42g48m1rnY1tZj5X\r\nWiIvKEzep+LDy+ozzZ4TYIf1xFIv5BWbSfjv7U3OPZ+jM3W8eYzyj6xEklXi\r\nm1acOuEMx17U239IwjrMiWPpJk1iUZ8YaL+DnNb+wTeigLRDmqUrA6g1qWZI\r\nrCH5wkUatykqbTfPHzYCsAz9Ofh6/2ZGQO1p61Th4m/paunExA61jgXn6pNX\r\nVXSA1WupJFP9LiHyj0BKNA4QxEk0247Bv41n8faLBv9zftrduX1bRm+qJoqR\r\nkjY2at9GBk6vQN0c3hi+4DNOArb2yijlHFG+P351j20IajCIThGKcF/uMVIK\r\ng5G/raFRLamidGAHpPKl9oaXWt9DvHVDh+VHKfphEawKdphQcvH7GPaDPfTC\r\n1/unAvpI5YQHeZC2B+mZT42VnNeSye+tZTU=\r\n=HJbQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"import":"./dist/vue-router.mjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/17745ae36a62179d2d457c97f0f57e22/vue-router-4.1.1.tgz","_integrity":"sha512-Wp1mEf2xCwT0ez7o9JvgpfBp9JGnVb+dPERzXDbugTatzJAJ60VWOhJKifQty85k+jOreoFHER4r5fu062PhPw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.1_1657033028431_0.7193843033147269","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"vue-router","version":"4.1.2","license":"MIT","_id":"vue-router@4.1.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"ae08f63c9610afa6bff6743e8f128b7054d4c9f5","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.2.tgz","fileCount":16,"integrity":"sha512-5BP1qXFncVRwgV/XnqzsKApdMjQPqWIpoUBdL1ynz8HyLxIX/UDAx7Ql2BjmA5CXT/p61JfZvkpiFWFpaqcfag==","signatures":[{"sig":"MEUCIGuUz10x9l0kpmWJln+0eZpCfyg4XBMacl7if17QBh5gAiEA/Nvsw4ZcOoPaI2akEcWpoYG+Y0JqSJsbvnxyLk9yBXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":787596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiy+IZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqR8RAAmywl5WIr3NjVztbV2zOQm8P4kdJEcry2Hoxk7N6yCUNXJPTB\r\nyU8HDbIyjZPcNQyfIJEjP+zjrY0D/JSfSjHl8PhXQ0PVvnBLunrHhbKyo+in\r\n509gGOgTiiI9cM2VGyT5pHh7ZdE2N9tZ3ZBBJAllrPCIApdauSNYJ0NCdFSJ\r\ntdxjK5tVIY3PtZ0tawZfPJSCRrVo2n0OgL7jygbwfzvPmKBP55DAu83bq9TX\r\ngF+j3l/hl6z8LQCW+z+3RorNwbRG9MFUFc1qh2FXx5XdUTXkCjPNpq7dhnqx\r\nSWrTsGgBVdDVSCwKuWwkdFSSjszujBY0+qiqZ7LSos2Eaju3vQAOLTmvhx2I\r\nj5pjKhwYH0V3gu18/uWYLcF0G/xKqF0ugN49xVN339pqK6IVYu+0G08HWk0N\r\npS748/0EZpWmyUkkCopGCPypNAuIYdDvLR8IuHg6hFrmcHGvZwQRzTKuK+fl\r\n3oSQW3cJNIWM1Ve/NLMDRjThUJ8CVmSozgFJiyxKIH3PkpnTjhNYc/JP2x4Y\r\nNV0b7+/EyuCRQ9ho82C0G+8Z6Hl9/wP/11vhh4h66QJiWNzU8YHg/QQDTmnT\r\n+HyEPeSv05uQLR1WdpWnmILgT06Jy8Do1iBUjwbWKyW51tejD4kwuSKFd8lL\r\nVnFrrWYHClAzqobarjMxrxrhbxzJZ7dFhuA=\r\n=sJlM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.2.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/adc1ee0bd858201c0ea790df72a236da/vue-router-4.1.2.tgz","_integrity":"sha512-5BP1qXFncVRwgV/XnqzsKApdMjQPqWIpoUBdL1ynz8HyLxIX/UDAx7Ql2BjmA5CXT/p61JfZvkpiFWFpaqcfag==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.68.0","nightwatch":"^2.0.0","typescript":"~4.7.2","@types/jest":"^27.4.1","geckodriver":"^3.0.1","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.0","@types/nightwatch":"^2.0.8","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.0","@microsoft/api-extractor":"^7.18.11","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.2_1657528857108_0.3830282704170731","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"vue-router","version":"4.1.3","license":"MIT","_id":"vue-router@4.1.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"f8dc7931a2253cc5aa9b740f8b98969d08ca283c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.3.tgz","fileCount":16,"integrity":"sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA==","signatures":[{"sig":"MEUCIDDkAnWKAtxtFJ0sxELx2qzkNF/5Qy7QfUwM34wWkJS9AiEAkngR6OJzX7VVzBOKYKdw7lmvLU4PZe+iFf4dOZ4I9X4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":789947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4Q71ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVGg/8CfqcBZU6mJgO1GUOdjZUtxCm3yQ64yu6kd/0SzV3wXUfAuOL\r\nSV84p1P/az5Jq2IA+h/DA39Ha1rV8TspzxO0Nd5BryEOLW4FmtarEebkp1KM\r\nuGcnJ1CqKrUfE9TziryuPhbaZM7zK3P0OX8VsjWV4OsEjiDu0VKaWhQTIWvF\r\nN2oPhghVJaQ64quJIoMcd4zmvImpNRiVUTd0jpTyfRKGQGs5dT8RelmjEGOC\r\njep3L+2rId2oa6Wjbzz5aWpasnhQHvG9/vz0lr2neXqZG5AYbtCxq3ZHg8ER\r\nMmutf3pPb+/j1hmz0GNhWxjQ5odiWhhHRLpXTkS2RMC8TAwQ2g1v7FouSJye\r\ndWdTPKS0O1NZpsDkSA6wrGaQdb/CipmVPA4nPu2+XtlPZvW5jPka67j5vL6g\r\nSrNwDzJUVLG0kzmmEXcmhqyAoX2lCc2/JSau06Iv4YCElNmDNEc8WboxSYND\r\nAnmZqJjzOCQzdiNZmtWHBzBoPOYUcJMzdmbfXqumpzspFA5Bibgzyb89D7yn\r\ntR0zyE5XOYA2MCU7fqyt4TpEuaNeBMnxI9+dzke4iGw5JIBkbwa37uUQwfc1\r\nQGlMoBeRXXV/OQDYvVAoHlK9ctFVNA2epUq+hZGQu1oRvdv+NkH2625iK+Qn\r\n5UcY61VhnMAL3+FjiREEjHlXicb1aQIQ5yY=\r\n=mfRv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.3.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"vite --config playground/vite.config.js","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/3b982b107cb0743886657d3b5f591556/vue-router-4.1.3.tgz","_integrity":"sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.77.0","nightwatch":"^2.2.3","typescript":"~4.7.4","@types/jest":"^27.4.1","geckodriver":"^3.0.2","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.2","@types/nightwatch":"^2.0.9","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.1","@microsoft/api-extractor":"^7.28.4","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.3_1658916595809_0.5302926111915447","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"vue-router","version":"3.6.0","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"d598616ccb9e04ee0a6dc027452c619c36e8ab08","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.0.tgz","fileCount":49,"integrity":"sha512-pcU/wpHhsCMNkRyBKWbutP1D9+i4XlRy4dZbxb0L2MCrlbivSaea1o++wBECsK4b+dog/B0p9lajx3tUMf4UtQ==","signatures":[{"sig":"MEUCIQDOt5SHyIS6wknNSJAeF7CRXxSs6d5dEktGlkPEroWQowIgZwxQkzm3iuZNqKsnoyJCABo6ISv6SDNe7pntleVrG14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA4NJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+fQ//dzYORjsHJrBFcMuSi+dGCB3xRzFc0GEvMkqivh677/OdyhlQ\r\nHnVGb35Ol4qD8Q/ip10MSVdKLS49qQPuhowCNLNoAi/qSFeWqRsYJcPjVZBc\r\ntYdmWAUG0Tl/fr6FltSrefIhjxLWWd0qevLfjD/W1xIOau3kGTTyj3OVBSL2\r\nnPJfMe5MynFs1JyyjKUMRVKX4ED1gYPJS5CZNdIH4AM7XFqGwFf4hoVQvSOh\r\nOLRZWHISG7JL2z76vsqCrxNN8WZISyHw+nObTIHGlaCYxyQi8+TF1LnBhpR5\r\nlp0Nidd41bvaXGx6BzvJ8/Iu5YgY6qZRoRoFqf40fzBheBlUgmBEKEaWTjCx\r\n0bKSqadSm2BlVE3ICbtvPNLJCAjVtz2kO/9cvozH2IYkjBTY/Zxf22fIRqSR\r\nlfbBKaT1YRUmwG/2Ci/Bqjuq55G+yaSa2Pqg2UXMUvGvSvZsdxW4m1MCr4EJ\r\nEA7CAVK6tkOa2JrNqd7yOjgJyYDNPDXPJmGZa6l3LSyG0CqGhIdDL4V0ufTz\r\nDqkkQdBRi88AphJ9s07JN/8UVXKxozVo7SXWTaUbtkQyWWsLjW73gIhi2MWy\r\nl96j2O/KZa3qPaopyL/HdQGWgypHtxeLeIG7FvbiLhC38FB1Yqt0v8qWsxs1\r\nDK78iBHITg3AoK3guaHrGOn4Xef3voG6USI=\r\n=5KiM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./types/composables.d.ts","import":"./dist/composables.mjs","require":"./dist/composables.js"},"./package.json":"./package.json"},"gitHead":"c0be82bd5cf29f42950ef8da793e2df72e3e5806","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.3.1","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.0_1661174601313_0.18215999686443562","host":"s3://npm-registry-packages"}},"4.1.4":{"name":"vue-router","version":"4.1.4","license":"MIT","_id":"vue-router@4.1.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"290540caaf2c54e37a14dec047bd074002eca175","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.4.tgz","fileCount":16,"integrity":"sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==","signatures":[{"sig":"MEYCIQCP0shZiBKKd5WBpbLgJ7hJo3vnB8o9A5A4PxCC5ngW2AIhAMjboTOGuCE50NwmiwSFTT2+mxm0ijU3tvWenuVDwHAm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":792627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA4STACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoREA/+Plj83hxBceI9bf+KJQIIsKe7niXapgRTurQLxK/DNqC/s9WH\r\nTqJhlkY81s8SrcpwGOqbPyOf1aVKkp8Cxa9OvjJ8vD9eVyHDCeCw/1skLD9p\r\n35LppA+daE0hXFiqYzmjCLOlxaSshQVc+Y2sr1Owx3tZxtQWTqnn24wXq87Z\r\nEIo6AiTmxS0NYYhE/CcZxZcgYyIG8oXfuR2Yb1sdAcHVyKxi5Rgxa4S1PIcp\r\nDq2ximYgFGu05k3oUf/9NfyFwfnzGz5+tw8YlXKkYpele/4Zv16InNPqk/sM\r\nZeE7gZT03HLa83J7dkuG3qof/HZ8lyooIGU4YYI5l3JYtYa+06un+VpijI7e\r\nb9/XAYifuiuOMZgzP8jNR484lZhENNIB2FhKPX5MCDAaDVSZDttpb7fsRDSL\r\nuASmkWZU6W45B5IPdpy1ogGIXAUiTdgwZwiuWR5aUc+iutCgC0Q6cbKvZ5xI\r\neJ+h1L7ukKPmv2a4FFsiW/kpYVu+BDBc/Rcf+4vojsxtqSKmglwzU1Ul9ML2\r\nvZ+UBU1cEu5eaEp2pal5QjV8tcd2lXfvIl76QadeDRDZtZp/VdhFvd0GN/Oe\r\npD4JGxfwJ94ps2AKUZ3Dwk+36pI280sA0K4+akSo5zFoKNSZyZRud+kpoqFU\r\n2trJRF52GMg57yZhF/GkfnOEX6WmqYUYw+g=\r\n=/j7K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.4.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/1e8f77d93b1ce5dc2de62032f2e2407e/vue-router-4.1.4.tgz","_integrity":"sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.78.0","nightwatch":"^2.3.0","typescript":"~4.7.4","@types/jest":"^27.4.1","geckodriver":"^3.0.2","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.2","@types/nightwatch":"^2.3.3","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.2","@microsoft/api-extractor":"^7.29.2","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.4_1661174931136_0.20699542337539545","host":"s3://npm-registry-packages"}},"3.6.1":{"name":"vue-router","version":"3.6.1","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"ac5b634cb4c2e91ea0f8279e83a1d2c1e93bd7b4","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.1.tgz","fileCount":49,"integrity":"sha512-e1GSqNascDndl6IZR4XMn9jtjyGM8Jpu3Q9DBiPrWw1Dr/9KfRZoyL3b49wXfz+H4jwDQjASUXxKTEaip9yF5A==","signatures":[{"sig":"MEUCIDF0Lh1xNIU8Pznr6FjsIVOYEH/z5So9gNR6Q5TnMiEcAiEA1Fz//nhI3ia29paGx2vqzVoXRazk5/WGCC/FWE+JTP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBHhpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnCw/+OD4GHP8BbH62Rn0iL0BzZ9lxZwgIGO4TjxcXkZ+8NPQLi65W\r\nklUPPtjb7QcBM40zwOEnR+UqtQ/eCq5iM0Z6wCIyep6mWB9HuKE1utU2ZxPG\r\nYQ0eljmjTNUvonjy/qLgvoDa5pJEcu+aRIV0bXqEhxztMpqDAjJOLhOp8tn7\r\nMUyyqLfkLsI8U0PSl0PUmO+JA5K1DOPVUS3lvlCNDabqKoQxzSiYERKe6Qrz\r\nAoFBN8MJt/GB7RwJfeikwMjU0vZW0jy/Me/f2hR80BfpMLHG8w7YLbWXT6Ol\r\n7RktVwxYmfkCqeL6cmb9FX8TybQ7b/2NkzbFSorKUxFIkbt5X1OWTOi144XO\r\nPAe+RaYhdUzfDeBqACduLHTqclPJw92t+/Sjjxt56mEXxIU7YYPRTXRqYnSh\r\nMe2x0d2YBfB538jNtoi4I9UGifwMoVPZE4KzAZcBrZ3qPcse9xpyjErwrf/L\r\nk6pDbn3H0eensIRH5MlXZsKgWsIa8Wu6yNVFaNYgSgV6g9Zb0XZBMZ1sNIyB\r\nzMpPTc1U0XLaGlCqJ6iTr0TxJd1Wp0J9punUGleK0dCRjxHrfyseE/rFBV9e\r\n1loFqWjMUxtV+0mz3f1phWW6F8/71tv5YaYFOfCfYNRctyEYVb4uVM0fgxsx\r\nBC7R1kPXE5GXT5Yv7um9fzRDu4uh9rDvP9Y=\r\n=7dnd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./types/composables.d.ts","import":"./dist/composables.mjs","require":"./dist/composables.js"},"./package.json":"./package.json"},"gitHead":"1826ab49c4c8fb752f3e3ad73912f5b2ada48d2e","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.3.1","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.1_1661237353223_0.8241485151006047","host":"s3://npm-registry-packages"}},"3.6.2":{"name":"vue-router","version":"3.6.2","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"f2fafe34645bbca3dac9bd3b91f65eccc013aa72","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.2.tgz","fileCount":50,"integrity":"sha512-gpdFaRw98Hf+NeKe15+Y1p9XUvurA56U2QXb8CIrI9CVhCexn5PmJh/WrRuR5zvz4Hk41QIoLUCS0KBM5TVxaA==","signatures":[{"sig":"MEUCIQC9Bu+iYpPRfSXJz6rNYltKFU+lfP5Gz3/r/0syQvYleQIgZ+PXS8pNDUOk/p+BXWBMMpYZzdeLURJtb14265rwXNE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":603962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBLymACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6pRAAjstw9pxO7o7t4ucIFyoYEYvlGhCuH50OUUc5YJJggGbuAPHu\r\n0xUx4a5cZFIBFicEkf6LujpIu5rahAIh6m758183tuFYLWPghi2Dib0pznws\r\nzfkPWqAABy+UghhGWPHgorcOxzEaF3ZmqnZcneZmRBd/sX5IoVyzIvUZguPB\r\nGXJ1hTiMfnawE1zFiwdIP3BFr39qUPymO+lxw1P84HxsP7SDh+RgJ4kxA/Rh\r\nDFvenBHt3jlLRwLtWM/wFepbzmpYrzqoscAN8S73xlqM1Sh62KuHgrHzZVCd\r\nfnFcEAAXc9Tu/g7ax0h9U20+sECXqrpdgb1pcgBFDgoCfZ9OFT+bD8BQgwc+\r\nM+NJlTXZbFGxeAxIgHQPuSwOr9sHtDRNEFRlM4ojB/+DXSO+3ni3XJ79UJHD\r\nMk9HNTFyDjlWmwN5UtKzSJQhSH1/XMZf6mZAscrr3I7JLKtaWDqwxlUkxMiB\r\nWyFP9ha0LQ032PBYYcOegBg9rdD0Sr8SezuflI/p38kf4fR6xYYrxYLTHSkp\r\nCLj6nd2+Gx1PMj8k6zl/aEIqvKnqco1T+j9jJ5WKh3aZBk5NYrxZAk47OGTg\r\ndbgyCPiSOZc7bxUaz65N7oo+WzLSmT65o8N87OvMIK6UtqTlSXF/9G8EPd4S\r\nIsPFFleCs4eaPI9owOCSE2Svgm/PK0miFpk=\r\n=hAGC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./types/composables.d.ts","import":"./dist/composables.mjs","require":"./dist/composables.js"},"./package.json":"./package.json"},"gitHead":"a385e9bec70c2898ef6f765691c74f7985784b16","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.3.1","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.2_1661254822213_0.5636941207500636","host":"s3://npm-registry-packages"}},"3.6.3":{"name":"vue-router","version":"3.6.3","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"121f8028186104fe6c3b71fe3065f45ec84d215c","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.3.tgz","fileCount":50,"integrity":"sha512-G21CKd8o/Mr3h8Xgi6zwg2ixJ5OxBG9G5w/b5McEFfLBqyQJc/7HDGsibf2FAl2enpZla+OJ3IlYipRusGN/4w==","signatures":[{"sig":"MEYCIQD/b3Jmi/aIiuga+SIahL9gdlPoGTyvZqz0lr5alxYYEgIhALD/PBeXam+OX8hJS9bYFJiZcC4N+SJZbDlmXNS+aDPp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":604217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBQSrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpsyg/7BvITwktS4opbBUYllSkNV8ySWhNJilE4xEePjCl8KMFeHzEF\r\nOmEel/9n5rkoBaVX839HToC64htcLscYXQPtNe4TCX8EyaHmASGZREfbydGr\r\nbe4Ky6DIj/XN5bEhm97Q1bpva4k6nDkpAHYPoyFUCoevtX24GnLscphYRsF/\r\nV92pgzTqN9K8Cn6gVC4bGMNThrf6WU7BoSVUJxmmZxBYf8yhJD52XYgXFIYs\r\n44rlZatcZhR+23Pk/VCRbb98rCrLKPUk2b4r5BALvCMZmKHfM9ywQphIeoS2\r\nyOwfpXmOrKY2ACVfbbvT0CsdM1ffAZZ8HBf0oMxp5WfWR5BOLFoc8ftFwIF0\r\nhrvka54aEBYLe1NCmgVvmd6p/SZiehscAedUsOSB/Bq5Z5qA6osjMnxUGt97\r\nOXpm2hqiD73dakgteE/kzKTuebKXEB4y5wji9JnNWijvrWDfR7I8hsjyDLUG\r\nJ0C+LmaVIbD3vX0XgsAanJIgnLHFJmQY7zf7IWaYQqTi/fOXJocu/R+ZbGwl\r\nEDBVMhYNnELWILYMcdHhTOSo8m04rEmgtyjNy3tcU+cemiziEVsiEkS1Wvyq\r\nxAwcYbRTw6CzdaK3sP0SgBf57KYvct+WloiBEFvt90j5kGtn9VhyyMFJc02X\r\ngDbyYdB+ycy1k5FAZ4B5JzkYDiYZJcDCh/E=\r\n=Bf1Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./types/composables.d.ts","import":"./dist/composables.mjs","require":"./dist/composables.js"},"./package.json":"./package.json"},"gitHead":"03effee8ac35cbe592b5669789c06bc84e7b0089","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.15.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.3_1661273259191_0.7093403498348119","host":"s3://npm-registry-packages"}},"3.6.4":{"name":"vue-router","version":"3.6.4","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"46b77eca93cd69f6840c4730b13976a130144ecc","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz","fileCount":51,"integrity":"sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==","signatures":[{"sig":"MEUCIEGIM562/QUL9YKp0QcQSoFqB+yyfXMDidZZanAD/np1AiEAn/xzdjLZKkyLPrEnY+9F8Ij4CScDaDnScLhTqwt6B1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":604131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBxcuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOcg/+J5E8tz0vNzfPJBtawvGV86MS+KLKH0z0VwLjnzxdxxzzFbD+\r\ntQgMg5gfqI3i71fXdrUK1Owa3TtsUJlqm286mbyhqoiqQcQy2fhFMKhpHIkr\r\nCP3yPrUHf2KuiKqXuhehWEWk7nvLtU89cxfqMS0ep4rqds+CzJql+VVr/KhT\r\n6qfqvIgksHiLjuMOHRMsR3/Fe2K/9aE6JVhtkNB/cXJhFYGCb3K1qdz2HPBE\r\nOC+v/09BzoxllQfSHWr8vdW4v8UihcA+ZhDFFoIK6RosCQlnFMvYtuI9bGVp\r\nvV+s/ZLTWopw7Vj90clUgsyxyk8JKp7u6TB+Jy9FSLCdptGqx+Im8E/z46Qv\r\nVx4rPx42VmCwnLedKYH+LRTN9Kuhy78ZjyNnzJOCxP97+3mX97vvQamFi4MB\r\nnNUJpwTIZxUkDiZm8+0Mhw+NIHPOp+KxdYuLMKkTMOyk6OX4TucSXSAg5nDr\r\nXY5zpsHHdkKIqD0fOYh4nPZfjr2TJ5bqb3nmnplad4R52WUrHmcvssFDo3Lr\r\nFirO5r1/cqdbzAeoHiGuBie5UmBG2eM6l8PrN1DeMlPUvuiDijGItYIYT7M2\r\nbCUKT8D6DIJqXFYzMNKxLrOHabBhmVazedw+uhTXXlCSCsvre9Z2OZGp5nth\r\nsqKdesrfu1XQ4XYKvd7goBplLlXfnbZzzz4=\r\n=swoM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./composables.d.ts","import":"./composables.mjs","require":"./composables.js"},"./package.json":"./package.json"},"gitHead":"ede092d031bf9144433b600b8cce61143cec3c6c","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.15.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.4_1661409069808_0.3176741185761487","host":"s3://npm-registry-packages"}},"4.1.5":{"name":"vue-router","version":"4.1.5","license":"MIT","_id":"vue-router@4.1.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"256f597e3f5a281a23352a6193aa6e342c8d9f9a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.5.tgz","fileCount":16,"integrity":"sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==","signatures":[{"sig":"MEUCICevo8hotWd/xZOcer+LLV49sLJiDNlf/MTYRVyKuW5RAiEA/pHNmEJVLVLW5LlhNlvf0q+wgvI/pIIuACjSGXslYE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":794898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCJkOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgNBAAj7OyRdWuPBctKM/+pEuuJfRJ3oE7/XfxxGGlBOls6OCPn6pN\r\nPRc2VLvuiHcsczZMvsnzNTmkYXaHYtMttxHjDjh2C5LQICG9MteHEogR805f\r\nSEXlVhVE40y+za9RXAQc76NNXeq2SGT6c3pL6fmVmhULy/7XlT52GKCkrkJJ\r\n9l3Dv24Bi1JgSvP8BeCljSNKlufqirAmSovzVLiBuNCvWbgWxVz286VnqCN2\r\nKYdfV3edV0WIcvNEYcnNmno+X+EKYI9WR+B/PKC8idGBNqfKuVO9BBoCxxi+\r\nOZTalDebselY0vxm6c8WfQ2R5+6KwMg32K/lrPxmb6y4kwPX84j4QtiHrwh+\r\n+DtSkqJuhMRFP2DRft38XfIZ3z1iZGJh9by4XXZNENQJgOPZlc1tQOIfN1i3\r\nd0TOOLNmGCGgUvJnTtWZn5Wj+vdtdVrdz0R6uh8rCU9r4rZqg9kuif/LKQg9\r\nSYCBhgT2BuKoR2yUpCtfoi9Mj6/q3e7HLnJoRPI7oqifl1TWxa05D/3IPAAm\r\nCSon1zUFNHbumO+MQGoiVI7xd5T2tmTips4KmKr3UPq51Ihb9whFvWzU8gN6\r\nPlplZyGokn6NvPGxMxIduzobm8KqjbDQpHEADnZb9tuKY9vzSKnzI+vBskjd\r\n6KcWq7uHnSkYyYgW9KbMH0DPLQd6AOKRgWo=\r\n=IvJf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.5.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":{"url":"https://github.com/sponsors/posva"},"scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/565c9013b17190668f297cf824e11725/vue-router-4.1.5.tgz","_integrity":"sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.3.1","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@vue/devtools-api":"^6.1.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.37","jest":"^27.5.1","vite":"^2.9.9","dotenv":"^16.0.0","rimraf":"^3.0.2","rollup":"^2.78.0","nightwatch":"^2.3.0","typescript":"~4.7.4","@types/jest":"^27.4.1","geckodriver":"^3.0.2","@types/jsdom":"^16.2.13","chromedriver":"^102.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.0.2","@types/nightwatch":"^2.3.3","@vue/compiler-sfc":"^3.2.31","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.37","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.2","@microsoft/api-extractor":"^7.29.2","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.5_1661507853733_0.31492780879640137","host":"s3://npm-registry-packages"}},"3.6.5":{"name":"vue-router","version":"3.6.5","keywords":["vue","router","routing"],"author":{"name":"Evan You"},"license":"MIT","_id":"vue-router@3.6.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/vue-router#readme","bugs":{"url":"https://github.com/vuejs/vue-router/issues"},"dist":{"shasum":"95847d52b9a7e3f1361cb605c8e6441f202afad8","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz","fileCount":51,"integrity":"sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==","signatures":[{"sig":"MEUCIBbsyxOjSSm1Qk7wThBe3esk+V+cEC1YDbexpsJKfQVKAiEAyZzOUBMWdu4UNq+xFQh0P5aQC9wo4cNQyRz4vJAU4GE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":604126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFxyOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmob/Q//csCSBZY62oveA+yJAYyFkcP3VhH4XJzoq6UZx+Wzdl7QnG0/\r\nCXzmdaaOczf9USobonnzVxuIikZ9W23UtcJOVg13u4IiiMiAkRTMCuZphKAm\r\nSOfFYkNW3wZyYSpfJ6y1Y30j4zV8zbHOccBotbMH+92DOuE8DwckxWs7CWAF\r\nOH7PdbEABhSVE4sV8mBc9xrlpVHw67b/Czd3b9h3o/1CgpYjnyiE2oP5kw1Y\r\nvBvLbziumGkrt5ngmsVuGFc2pA4/lwkgSL+BnDwjAgftjhbx0LXRYIa8ZBk+\r\nrQ7RS3mK6SJUANatm6ix7drw0Ds4Xw8R0eh5fQx4j4LGSX2gABV/GHuUaHlu\r\nAle9y5Z3mnlGuWrXvkB5QpGPiDhxuKOWTxJTxv5mxXIfMMfaJJmaU9Rq8VFv\r\npDnK9k352Wp5LIz2E5csd7bT+iTAFTGQit9ZsoF+k0QYKpMSWiP+loISeOuQ\r\nvyjGNYRHIlFQanF9i+ZKuxQRt2GGp5stKyA/9LACy1XwSzUhJ4uFr4qTifEc\r\nYhmrCo1QyUcJxfQxLApBrObT+SnvvbZteH9PCVEJfeKpK4MYlOumU+5NMebe\r\n8fz1Ygr+tOKOarhnC/JtFdir/AuvhuiavDxxSbG/8FbWFP4U5eBjJyOxAl37\r\nyuWqgmQAamatU564X/iiLYOXBDXEw+aXK7Q=\r\n=BFL7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/vue-router.common.js","unpkg":"dist/vue-router.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.esm.js","exports":{".":{"types":"./types/index.d.ts","import":{"node":"./dist/vue-router.mjs","default":"./dist/vue-router.esm.js"},"require":"./dist/vue-router.common.js"},"./dist/*":"./dist/*","./types/*":"./types/*","./composables":{"types":"./composables.d.ts","import":"./composables.mjs","require":"./composables.js"},"./package.json":"./package.json"},"gitHead":"4d73be31f3e6781fcdcaecbd487c38084fd11f92","scripts":{"dev":"node examples/server.js","docs":"vuepress dev docs","flow":"flow check","lint":"eslint src examples test","test":"npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types","build":"node build/build.js","commit":"git-cz","release":"bash scripts/release.sh","dev:dist":"rollup -wm -c build/rollup.dev.config.js","test:e2e":"node test/e2e/runner.js","changelog":"conventional-changelog -p angular -r 2 -i CHANGELOG.md -s","test:unit":"jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json","docs:build":"vuepress build docs","test:types":"tsc -p types/test","test:e2e:ci":"node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js","test:e2e:ff":"node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js","test:e2e:ie9":"node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail"},"typings":"types/index.d.ts","_npmUser":{"name":"posva","email":"posva13@gmail.com"},"gitHooks":{"commit-msg":"node scripts/verifyCommitMsg.js","pre-commit":"lint-staged"},"jsdelivr":"dist/vue-router.js","repository":{"url":"git+https://github.com/vuejs/vue-router.git","type":"git"},"_npmVersion":"8.15.0","description":"Official router for Vue.js 2","directories":{},"lint-staged":{"*.{js,vue}":["eslint --fix","git add"]},"sideEffects":false,"_nodeVersion":"16.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^2.7.0","axios":"^0.21.1","buble":"^0.19.8","dotenv":"^8.2.0","eslint":"^4.19.1","rollup":"^2.34.1","terser":"^4.2.0","yorkie":"^2.0.0","express":"^4.17.1","jasmine":"2.8.0","webpack":"^4.35.2","flow-bin":"^0.66.0","vuepress":"^1.5.3","babel-core":"^6.24.1","css-loader":"^2.1.1","nightwatch":"^1.3.6","typescript":"^4.7.0","vue-loader":"^15.9.3","cross-spawn":"^7.0.3","es6-promise":"^4.2.8","geckodriver":"^1.20.0","lint-staged":"^8.2.0","babel-eslint":"^10.0.2","babel-loader":"^7.1.3","chromedriver":"^96.0.0","rollup-watch":"^4.0.0","path-to-regexp":"^1.8.0","selenium-server":"^3.141.59","babel-preset-env":"^1.6.1","browserstack-local":"^1.4.8","express-urlrewrite":"^1.2.0","nightwatch-helpers":"^1.0.0","vuepress-theme-vue":"^1.1.1","@vuepress/theme-vue":"^1.5.3","rollup-plugin-buble":"^0.19.8","vue-server-renderer":"^2.7.0","@vuepress/plugin-pwa":"^1.5.3","babel-preset-flow-vue":"^1.0.0","eslint-plugin-jasmine":"^2.10.1","rollup-plugin-replace":"^2.0.0","vue-template-compiler":"^2.7.0","eslint-plugin-flowtype":"^2.46.1","eslint-plugin-vue-libs":"^2.1.0","webpack-dev-middleware":"^3.7.0","@rollup/plugin-commonjs":"^17.0.0","conventional-changelog-cli":"^2.0.11","@rollup/plugin-node-resolve":"^11.0.0","rollup-plugin-flow-no-whitespace":"^1.0.0","babel-plugin-syntax-dynamic-import":"^6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_3.6.5_1662459022130_0.7229416013380339","host":"s3://npm-registry-packages"}},"4.1.6":{"name":"vue-router","version":"4.1.6","license":"MIT","_id":"vue-router@4.1.6","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b70303737e12b4814578d21d68d21618469375a1","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz","fileCount":16,"integrity":"sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==","signatures":[{"sig":"MEQCIGwNDhAT6MLEoR9DDebqWFcwPljiUcG9ODYAk6ERZ4LVAiB9OtH2PJILVrtdmdT4YtkaUSSpQNlpA4rWsij+E7AHRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":797639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVkb3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZRA/+K0344/uMneYLeWmMhazUOogcyNtq+zRrPk5nqothUV70BC5f\r\ndlImSrlpCylW8O53LwJaWEBd87/7z/pPgJ8BPf/aYjeqep68JFWKm3ZVyNh6\r\n9GSVpemRJOwQhSUZW8Nrtw6hBpyJm2Nb0hvBe5FljCjIra6ynueI0sMZ/XBT\r\nIogbIhBkyAoWkggXTN8lzPfU0wUS1bEstV4R9o5lujTROkTyR8/LVegNU7qY\r\n13xp6TIMOasWHeatg3pt9tfdXfJcMuJZCmFUxTVqaEuLEgAiRhgDEn/YR1Uj\r\n4seQxAs5oDUyeCPa82uBWtQYSjrnRBLy0ZIOh8whmuDhYl2KDKVkA4BEzs75\r\nUoCG4dzS1NW0r4PNMIEQa5QI8x6FadLDgtwAvGPXx0RAbtjS2gd9BLZLpl23\r\nmb8MgLnEYDDPG63OKeUpfrK8A6+15/2UwyULLNBuQmJ/13B4VDYzy1/q42Rd\r\nBQNG2K1E7rU6rIoZdSpA9rar15sClkD8Q1hql6pH+64KZXAobRr/5htST363\r\n6wZaKY0WS06O6zw0VuN6wdsMisgV2a5lpIRb/UWE0afSihH3tHOPUexEG6DA\r\njn8nABDAhuHVA7QkMrBRWza6B26CUahL74dTQ4849cZs2KcRL0bqaRUKqEN2\r\n6b9cF0Ogsc0hUhSfll6zFdyU+50SbblPRyU=\r\n=SoNp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:vue-router-4.1.6.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.js","dev:e2e":"vite --config e2e/vite.config.js","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.js","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.js","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.js --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.js --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.js --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.js","test:e2e:bs-test":"node e2e/runner.js --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.js --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/c59bc242fb4d0ff53caa17c6784d9372/vue-router-4.1.6.tgz","_integrity":"sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"8.15.0","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"@vue/devtools-api":"^6.4.5"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.2.41","jest":"^27.5.1","vite":"^3.1.8","dotenv":"^16.0.3","rimraf":"^3.0.2","rollup":"^2.78.0","nightwatch":"^2.4.1","typescript":"~4.7.4","@types/jest":"^27.4.1","geckodriver":"^3.2.0","@types/jsdom":"^16.2.13","chromedriver":"^106.0.1","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.2.0","@types/nightwatch":"^2.3.12","@vue/compiler-sfc":"^3.2.41","@vitejs/plugin-vue":"^2.3.3","browserstack-local":"^1.4.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^3.1.4","@sucrase/jest-plugin":"^2.1.1","@vue/server-renderer":"^3.2.41","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^4.0.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^22.0.2","@microsoft/api-extractor":"^7.29.2","rollup-plugin-typescript2":"^0.32.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^13.0.5","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.1.6_1666598647356_0.29169500086686284","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"vue-router","version":"4.2.0","license":"MIT","_id":"vue-router@4.2.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"558f31978a21ce3accf5122ffdf2cec34a5d2517","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.0.tgz","fileCount":16,"integrity":"sha512-c+usESa6ZoWsm4PPdzRSyenp5A4dsUtnDJnrI03fY1IpIihA9TK3x5ffgkFDpjhLJZewsXoKURapNLFdZjuqTg==","signatures":[{"sig":"MEUCIASE0vhUfafro/mF8FRU9nzswxjYgvktzinTTthk3JvfAiEAgS1ikgR4w/pghCgQlRzSaa3fGwxUp3lz4jngbnK/95k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":803979},"main":"index.js","_from":"file:vue-router-4.2.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/51ff8a85054936777973b02b456ed198/vue-router-4.2.0.tgz","_integrity":"sha512-c+usESa6ZoWsm4PPdzRSyenp5A4dsUtnDJnrI03fY1IpIihA9TK3x5ffgkFDpjhLJZewsXoKURapNLFdZjuqTg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.1","jest":"^29.4.3","vite":"^4.3.5","dotenv":"^16.0.3","rimraf":"^3.0.2","rollup":"^3.17.2","sucrase":"^3.29.0","nightwatch":"^2.6.20","typescript":"~4.9.4","@types/jest":"^29.4.0","geckodriver":"^3.2.0","@types/jsdom":"^20.0.1","chromedriver":"^113.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.3.2","@types/nightwatch":"^2.3.19","@vue/compiler-sfc":"^3.3.1","@vitejs/plugin-vue":"^4.2.2","browserstack-local":"^1.5.2","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^4.0.3","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.1","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.4.3","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^24.0.1","@microsoft/api-extractor":"^7.34.4","rollup-plugin-typescript2":"^0.34.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.0.1","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.0_1683802431323_0.13352444803790897","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"vue-router","version":"4.2.1","license":"MIT","_id":"vue-router@4.2.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"f8ab85c89e74682cad71519480fdf2b855e8c9e0","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.1.tgz","fileCount":16,"integrity":"sha512-nW28EeifEp8Abc5AfmAShy5ZKGsGzjcnZ3L1yc2DYUo+MqbBClrRP9yda3dIekM4I50/KnEwo1wkBLf7kHH5Cw==","signatures":[{"sig":"MEUCICD194SVx4MzJlbHIvdKjiF5wIcu9MawYOTBX8dwVJnnAiEAhv3fzKdY/iflHJXACCJiz0ivkI1MTPl6K0xWhpJCpPk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":804054},"main":"index.js","_from":"file:vue-router-4.2.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/5767583c2af7d615ad09b117e51aa8a3/vue-router-4.2.1.tgz","_integrity":"sha512-nW28EeifEp8Abc5AfmAShy5ZKGsGzjcnZ3L1yc2DYUo+MqbBClrRP9yda3dIekM4I50/KnEwo1wkBLf7kHH5Cw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.2","jest":"^29.4.3","vite":"^4.3.5","dotenv":"^16.0.3","rimraf":"^3.0.2","rollup":"^3.17.2","sucrase":"^3.29.0","nightwatch":"^2.6.20","typescript":"~4.9.4","@types/jest":"^29.4.0","geckodriver":"^3.2.0","@types/jsdom":"^20.0.1","chromedriver":"^113.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.3.2","@types/nightwatch":"^2.3.19","@vue/compiler-sfc":"^3.3.2","@vitejs/plugin-vue":"^4.2.3","browserstack-local":"^1.5.2","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^4.0.3","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.2","rollup-plugin-terser":"^7.0.2","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.4.3","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^24.0.1","@microsoft/api-extractor":"^7.34.4","rollup-plugin-typescript2":"^0.34.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.0.1","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.1_1684424938575_0.5925514327282035","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"vue-router","version":"4.2.2","license":"MIT","_id":"vue-router@4.2.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b0097b66d89ca81c0986be03da244c7b32a4fd81","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.2.tgz","fileCount":17,"integrity":"sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==","signatures":[{"sig":"MEUCIQCKDBVpZyqQuaJLFG90r390d2i3ABd+cQOUWYbq81O+fgIgSyuhgh5ga0jCbcba0CjGdP1zuPqej6lyjLVHXvBjstM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":808380},"main":"index.js","_from":"file:vue-router-4.2.2.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/daf7bcf298ab0c0ea4b5c21a1e980f2c/vue-router-4.2.2.tgz","_integrity":"sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.4","jest":"^29.5.0","vite":"^4.3.8","dotenv":"^16.0.3","rimraf":"^5.0.1","rollup":"^3.22.0","sucrase":"^3.32.0","nightwatch":"^2.6.21","typescript":"~4.9.4","@types/jest":"^29.5.1","geckodriver":"^3.2.0","@types/jsdom":"^21.1.1","chromedriver":"^113.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.3.2","@types/nightwatch":"^2.3.23","@vue/compiler-sfc":"^3.3.4","@vitejs/plugin-vue":"^4.2.3","browserstack-local":"^1.5.2","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.0.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.4","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.5.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.0","@microsoft/api-extractor":"^7.34.4","rollup-plugin-typescript2":"^0.34.1","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.0.2","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.2_1685350844031_0.3389624342802813","host":"s3://npm-registry-packages"}},"4.2.3":{"name":"vue-router","version":"4.2.3","license":"MIT","_id":"vue-router@4.2.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b1680efaea1bf8c45094bd504f4db49ef5b6e8b4","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.3.tgz","fileCount":17,"integrity":"sha512-ynQ/edCZNUC/9koONOSgxGJbEBXZ1nUA0lKI3xTiOd3Ywe4QRCf2q8pGCG1v5ovdzPggoq3M09FxNCZTM9pZfw==","signatures":[{"sig":"MEQCIHv/KmiGeFvJlKrfsKCT5w+n5maMFLrPvIOvT/8YbPNTAiAXxIDX1/q8TyeFdTwq6+f6dU7NAnSSI44tLF5/uajvwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":791512},"main":"index.js","_from":"file:vue-router-4.2.3.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/1c81aa519017e66043c32da5135b0336/vue-router-4.2.3.tgz","_integrity":"sha512-ynQ/edCZNUC/9koONOSgxGJbEBXZ1nUA0lKI3xTiOd3Ywe4QRCf2q8pGCG1v5ovdzPggoq3M09FxNCZTM9pZfw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.4","jest":"^29.5.0","vite":"^4.3.8","dotenv":"^16.0.3","rimraf":"^5.0.1","rollup":"^3.26.1","sucrase":"^3.32.0","nightwatch":"^2.6.21","typescript":"~5.1.6","@types/jest":"^29.5.1","geckodriver":"^3.2.0","@types/jsdom":"^21.1.1","chromedriver":"^113.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.3.2","@types/nightwatch":"^2.3.23","@vue/compiler-sfc":"^3.3.4","@vitejs/plugin-vue":"^4.2.3","browserstack-local":"^1.5.2","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.0.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.4","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.5.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.0","@microsoft/api-extractor":"^7.36.0","rollup-plugin-typescript2":"^0.35.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.0.2","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.3_1688564207772_0.3686443377325048","host":"s3://npm-registry-packages"}},"4.2.4":{"name":"vue-router","version":"4.2.4","license":"MIT","_id":"vue-router@4.2.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"382467a7e2923e6a85f015d081e1508052c191b9","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.4.tgz","fileCount":17,"integrity":"sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==","signatures":[{"sig":"MEUCIQCHfR92LfU2op3J9F/3yDLaFlREjJONuBS/864FEzhMxAIgLH4u2FXnAgKIq7zG1WYlYPvNaSRuoj18fU0XftEhGcU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":791554},"main":"index.js","_from":"file:vue-router-4.2.4.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/ad146102f9017ce7c29b51e4613dc1c7/vue-router-4.2.4.tgz","_integrity":"sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.4","jest":"^29.5.0","vite":"^4.3.8","dotenv":"^16.0.3","rimraf":"^5.0.1","rollup":"^3.26.1","sucrase":"^3.32.0","nightwatch":"^2.6.21","typescript":"~5.1.6","@types/jest":"^29.5.1","geckodriver":"^3.2.0","@types/jsdom":"^21.1.1","chromedriver":"^113.0.0","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.3.2","@types/nightwatch":"^2.3.23","@vue/compiler-sfc":"^3.3.4","@vitejs/plugin-vue":"^4.2.3","browserstack-local":"^1.5.2","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.0.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.4","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.5.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.0","@microsoft/api-extractor":"^7.36.0","rollup-plugin-typescript2":"^0.35.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.0.2","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.4_1688661241224_0.06775993216582288","host":"s3://npm-registry-packages"}},"4.2.5":{"name":"vue-router","version":"4.2.5","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.2.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"b9e3e08f1bd9ea363fdd173032620bc50cf0e98a","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz","fileCount":17,"integrity":"sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==","signatures":[{"sig":"MEYCIQCFFIsvSfWX5sHtsybzL0nTzUQ8w0em6GmmyZRHTUkKggIhAJoRQFOWMz/CYtVKEvwxQ+o5h2w1FCLSYo2cz6N1bWru","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":792737},"main":"index.js","_from":"file:vue-router-4.2.5.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/428c32aa00c511d4649f7cdbbd472370/vue-router-4.2.5.tgz","_integrity":"sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"9.5.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"@vue/devtools-api":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.3.4","jest":"^29.6.2","vite":"^4.4.9","dotenv":"^16.3.1","rimraf":"^5.0.1","rollup":"^3.28.0","sucrase":"^3.34.0","nightwatch":"^2.6.21","typescript":"~5.1.6","@types/jest":"^29.5.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.1","chromedriver":"^115.0.1","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.1","@types/nightwatch":"^2.3.25","@vue/compiler-sfc":"^3.3.4","@vitejs/plugin-vue":"^4.2.3","browserstack-local":"^1.5.4","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.0.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.4","@rollup/plugin-terser":"^0.4.3","@rollup/plugin-replace":"^5.0.2","jest-environment-jsdom":"^29.6.2","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.4","@microsoft/api-extractor":"^7.36.4","rollup-plugin-typescript2":"^0.35.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.1.0","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.2.5_1695374701867_0.9126465615642161","host":"s3://npm-registry-packages"}},"4.3.0-alpha.0":{"name":"vue-router","version":"4.3.0-alpha.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.0-alpha.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"e04ccc55c27ad5064077e8599a1a99c18197bb54","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.0-alpha.0.tgz","fileCount":19,"integrity":"sha512-j6JyB8jlX2d9yqwU4aRgkV5n12Fzgxd10HvnhiiA3Yh0KZjQ/A7PCNCsN2BgExZuieze99/5it6AkJTziUJn1Q==","signatures":[{"sig":"MEQCIFLUhN/1U6R0DCJfRYXD+RG8MqprbyjYv9x8HwW1J2SmAiAkHmhmg17AcHTc56+yh4mkT+Rskj0al4PrgNzRoR+JSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":793885},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","gitHead":"2d1dd2ad721d7e62d801d6788ba056444aa09bad","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.1.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.9.0","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.11","jest":"^29.7.0","vite":"^5.0.7","dotenv":"^16.3.1","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.11","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^119.0.1","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.3","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.3.11","@vitejs/plugin-vue":"^4.5.2","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.11","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.38.5","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.0-alpha.0_1705593803783_0.23523925234347742","host":"s3://npm-registry-packages"}},"4.3.0-alpha.1":{"name":"vue-router","version":"4.3.0-alpha.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.0-alpha.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"3e36216455831ad0b06e124c21cb49ba3d520bfe","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.0-alpha.1.tgz","fileCount":19,"integrity":"sha512-ArFiJFTotNCBnE/gDHpcIBDjPzL51Yk7MbLKub3Mp8PaJ3dgojWotNOO7YaCl2JBe2ljJ6zckytofzk4r6zkfA==","signatures":[{"sig":"MEUCIDs+fhuCs9jSMlg+G2uGAGzSDttVCYBDHykOn+cLMnHXAiEA3g4CWfWWVv6Vtx+DDXOrPCmcLg+vGcwkPIXaOkd/8fY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":793893},"main":"index.js","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","gitHead":"2d1dd2ad721d7e62d801d6788ba056444aa09bad","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.1.0","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.9.0","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.11","jest":"^29.7.0","vite":"^5.0.7","dotenv":"^16.3.1","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.11","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^119.0.1","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.3","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.3.11","@vitejs/plugin-vue":"^4.5.2","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.3.11","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.38.5","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.0-alpha.1_1705596395136_0.9092514648041201","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"vue-router","version":"4.3.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"d5913f27bf68a0a178ee798c3c88be471811a235","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.0.tgz","fileCount":19,"integrity":"sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==","signatures":[{"sig":"MEUCIC16OtVPSLkqb0QfqoiMkytcSkUO2WFvOrw8VOI2Bb2EAiEAx74chASPy8QfG1AJ8Fm7L8a3DqzAV/Lr5XBFmEniHF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":796175},"main":"index.js","_from":"file:vue-router-4.3.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/1b7ecae4690af2c22de941bb66db1126/vue-router-4.3.0.tgz","_integrity":"sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.19","jest":"^29.7.0","vite":"^5.1.1","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.19","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.19","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.0_1708535506182_0.6620344775466176","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"vue-router","version":"4.3.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"05943e16781d8feb5195a932824afecd4d0b8282","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.1.tgz","fileCount":19,"integrity":"sha512-D0h3oyP6vp28BOvxv2hVpiqFTjTJizCf1BuMmCibc8UW0Ll/N80SWqDd/hqPMaZfzW1j+s2s+aTRyBIP9ElzOw==","signatures":[{"sig":"MEUCIA1hcofxpJEsy87YAsEc+j9Yy7d/vHHueWyRpTYtTBKmAiEAxksa/G47nYEe4c7k2WEdigE9EgzcJVRC6VDQ9Re46dM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":804365},"main":"index.js","_from":"file:vue-router-4.3.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/1e74bfc15d6196f78b5b006ed2668cdb/vue-router-4.3.1.tgz","_integrity":"sha512-D0h3oyP6vp28BOvxv2hVpiqFTjTJizCf1BuMmCibc8UW0Ll/N80SWqDd/hqPMaZfzW1j+s2s+aTRyBIP9ElzOw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.1_1713344765308_0.01677215280127875","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"vue-router","version":"4.3.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"08096c7765dacc6832f58e35f7a081a8b34116a7","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.2.tgz","fileCount":19,"integrity":"sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==","signatures":[{"sig":"MEQCICZJRmQWNRb+huUQGYhdE4Fc6AMrWJLdoVy7/OqzaXOPAiBz4PtF60MWEVLC+vCYeRFy0RoXWf80QrXPZefm44nzew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":802466},"main":"index.js","_from":"file:vue-router-4.3.2.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/521ab35bdbfca5dd24996dcb5b8e7c67/vue-router-4.3.2.tgz","_integrity":"sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.2_1713434437782_0.05514961272350627","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"vue-router","version":"4.3.3","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.3.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"7505509d429a36694b12ba1f6530016c5ce5f6bf","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.3.3.tgz","fileCount":19,"integrity":"sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==","signatures":[{"sig":"MEQCIEMpUiYE9rrcNINO7L7pTTByh3mkzWt2Al/rwNsfOVRAAiB2t3nie14cxDCGliE0o5axn4rDoYajPRXpUND1vv9tmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":809273},"main":"index.js","_from":"file:vue-router-4.3.3.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/30da91e7ac3403153dd9957ae8c89f07/vue-router-4.3.3.tgz","_integrity":"sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.3.3_1718026424129_0.15246821133126964","host":"s3://npm-registry-packages"}},"4.4.0-alpha.0":{"name":"vue-router","version":"4.4.0-alpha.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.0-alpha.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"03f7364273a21445202666e8f17aef42672c0d81","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.0-alpha.0.tgz","fileCount":19,"integrity":"sha512-KskOM6/B4Mxj9bpa1bv9B6zyUo+iho4F3VCqQLVPxr7hLv7acWCbfqXUWZbQoOYjpw2k08FP0tE1INj8Q/Tczg==","signatures":[{"sig":"MEQCIHXXIFi3PShQXOIIyj9GZXzmxLDjHEUFxF14iHsSVzKYAiAMYu1EaP4TrOicJbLqxlDd75CBs1jGgPiH9oBqjiB/Cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":821780},"main":"index.js","_from":"file:vue-router-4.4.0-alpha.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/4097c16965264af1aef28d8713fd1593/vue-router-4.4.0-alpha.0.tgz","_integrity":"sha512-KskOM6/B4Mxj9bpa1bv9B6zyUo+iho4F3VCqQLVPxr7hLv7acWCbfqXUWZbQoOYjpw2k08FP0tE1INj8Q/Tczg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.0-alpha.0_1718101474535_0.9274282874771103","host":"s3://npm-registry-packages"}},"4.4.0-alpha.1":{"name":"vue-router","version":"4.4.0-alpha.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.0-alpha.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"0ae2653e4b5d59be46477d3e826f052d837a699e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.0-alpha.1.tgz","fileCount":19,"integrity":"sha512-wWAf3NzCL2qvi2oEYQuYMavmqPNp7NUZhbF/qwVV1tH8RTqaHFqnhbdESflnc4nGan646EAFJNaxZf8gC+y2vQ==","signatures":[{"sig":"MEQCIE2AEuzAONWdxfIKFed0fLy8GJlJxCGJ4P8F5c3XgpPuAiBaEYUFNHTWZunGUqCoIgf1a2nMnwujzNLvg8cnbFSYlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":823895},"main":"index.js","_from":"file:vue-router-4.4.0-alpha.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/e100453f27d5f31735615fe9d60bbf2d/vue-router-4.4.0-alpha.1.tgz","_integrity":"sha512-wWAf3NzCL2qvi2oEYQuYMavmqPNp7NUZhbF/qwVV1tH8RTqaHFqnhbdESflnc4nGan646EAFJNaxZf8gC+y2vQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.0-alpha.1_1718182177238_0.11006712300316357","host":"s3://npm-registry-packages"}},"4.4.0-alpha.2":{"name":"vue-router","version":"4.4.0-alpha.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.0-alpha.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"549a8679c91247e42d91e26d1bb3792b8ce58060","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.0-alpha.2.tgz","fileCount":19,"integrity":"sha512-UDEWQIKLkMISuQIMCAxdkBPZufPRvWo7W8AunETZxqtG3h7WknFVgox4dYrA0a3h2EjYhgtXIZ+bA5PKvfBbLg==","signatures":[{"sig":"MEYCIQDKu0pJiO1QYg9MlLyQD55SIbPayU05lHxQWluuq7B4kwIhAKWZBN8B6vXwNdwFhHBCeo/IGZjDzuo/CJKt1zVsgb2u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":823923},"main":"index.js","_from":"file:vue-router-4.4.0-alpha.2.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"jest --watch","test":"pnpm run test:types && pnpm run test:unit && pnpm run build && pnpm run build:dts && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:dts":"tsc -p ./test-dts/tsconfig.json","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"jest --coverage","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/2a501949b4c70046999feb46cc9c4073/vue-router-4.4.0-alpha.2.tgz","_integrity":"sha512-UDEWQIKLkMISuQIMCAxdkBPZufPRvWo7W8AunETZxqtG3h7WknFVgox4dYrA0a3h2EjYhgtXIZ+bA5PKvfBbLg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.4.23","jest":"^29.7.0","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","sucrase":"^3.34.0","nightwatch":"^2.6.22","typescript":"~5.3.3","@types/jest":"^29.5.12","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","jest-mock-warn":"^1.1.0","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.0","@sucrase/jest-plugin":"^3.0.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","jest-environment-jsdom":"^29.7.0","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.0-alpha.2_1718182591184_0.008488435051304366","host":"s3://npm-registry-packages"}},"4.4.0-alpha.3":{"name":"vue-router","version":"4.4.0-alpha.3","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.0-alpha.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"8822a73348868e7d9320bee9b4193a7c0ebcbfbb","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.0-alpha.3.tgz","fileCount":19,"integrity":"sha512-PX3P164aAG2YjV7hHPLLle4U6GJYeUcs4K/62T9X6Zx0V+/k8RqozWuv1DMffGDNt98vQknZG/UqLyUZipWryw==","signatures":[{"sig":"MEQCIGwIhRjDaKtvz8QdycKH2VProHEWUAKJCF38bBzkOF4aAiA658FFopaf9pkJe7DAq2pfwWhRwQ4755qTJ10mo7FmvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":825323},"main":"index.js","_from":"file:vue-router-4.4.0-alpha.3.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run test:types && pnpm run build && pnpm run build:dts && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/2352d155f3ff0953b65f1081c0105ec5/vue-router-4.4.0-alpha.3.tgz","_integrity":"sha512-PX3P164aAG2YjV7hHPLLle4U6GJYeUcs4K/62T9X6Zx0V+/k8RqozWuv1DMffGDNt98vQknZG/UqLyUZipWryw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.4.23","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.5","rollup":"^3.29.4","vitest":"^1.6.0","sucrase":"^3.34.0","@vitest/ui":"^1.6.0","nightwatch":"^2.6.22","typescript":"~5.3.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.0-alpha.3_1718805430375_0.5046826510472273","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"vue-router","version":"4.4.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.0","homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"128e3fc0c84421035a9bd26027245e6bd68f69ab","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.0.tgz","fileCount":19,"integrity":"sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==","signatures":[{"sig":"MEYCIQDNDwV8G+vkrq0pmAV/BpJg5gvUPssbLqfOMxPWthiPOgIhAOFAjRGiDlS1ja9BL0fvDe3hjE/SVrTk337eJkWEbpry","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":825241},"main":"index.js","_from":"file:vue-router-4.4.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run test:types && pnpm run build && pnpm run build:dts && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/4dd8ea905f21bd61b460cfc6303482a3/vue-router-4.4.0.tgz","_integrity":"sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.5.1"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.23","vite":"^5.2.9","dotenv":"^16.4.5","rimraf":"^5.0.7","rollup":"^3.29.4","vitest":"^1.6.0","@vitest/ui":"^1.6.0","nightwatch":"^2.6.22","typescript":"~5.3.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.6","chromedriver":"^121.0.2","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.4","@types/nightwatch":"^2.3.30","@vue/compiler-sfc":"^3.4.23","@vitejs/plugin-vue":"^5.0.4","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"^3.4.23","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.0_1718977052218_0.4111475541317853","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"vue-router","version":"4.4.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"a22c39b9e240984bf068a7e0181d096167d49d68","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.1.tgz","fileCount":19,"integrity":"sha512-njTLt/6gYGgIhv+U8nc5J6JpJpntFgy4fptRJ9Dp2qWQRo/PekB5DbKRYRPt0kM6feXysPKl7A5BjOmOJL5Ttw==","signatures":[{"sig":"MEUCIGpK6RHoO5UNizt2ldVgwx/3Z3NRReW0Y9U6L4eeVNm0AiEA+4Jb6rCoAPZ3T+HIlGE5KRKg11owNdSUzlobvfklp5M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":826686},"main":"index.js","_from":"file:vue-router-4.4.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/ae11aee1baedc5b0d83f2dfad3e40b72/vue-router-4.4.1.tgz","_integrity":"sha512-njTLt/6gYGgIhv+U8nc5J6JpJpntFgy4fptRJ9Dp2qWQRo/PekB5DbKRYRPt0kM6feXysPKl7A5BjOmOJL5Ttw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.6.3"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.29","vite":"^5.3.1","dotenv":"^16.4.5","rimraf":"^5.0.7","rollup":"^3.29.4","vitest":"^1.6.0","happy-dom":"^14.12.3","@vitest/ui":"^1.6.0","nightwatch":"^2.6.22","typescript":"~5.3.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.7","chromedriver":"^121.0.2","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.31","@vue/compiler-sfc":"^3.4.29","@vitejs/plugin-vue":"^5.0.5","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"^3.4.29","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.1_1722444692611_0.3155718530650917","host":"s3://npm-registry-packages"}},"4.4.2":{"name":"vue-router","version":"4.4.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"bc7bf27f108fc15e5cc2a30b314a662275e2b2bb","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.2.tgz","fileCount":19,"integrity":"sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==","signatures":[{"sig":"MEQCIEGRDmkHyQBUAP04fT/1SlaxVYx2ZgTJ3g46BZEMH9LDAiApohF6y8JfBD2LuK2e7pO8YdSVitQ2WI8GlPRKNFYDTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":825974},"main":"index.js","_from":"file:vue-router-4.4.2.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/2802f23f4f8c084f1dce80f7ed7f7f57/vue-router-4.4.2.tgz","_integrity":"sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.6.3"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.29","vite":"^5.3.1","dotenv":"^16.4.5","rimraf":"^5.0.7","rollup":"^3.29.4","vitest":"^1.6.0","happy-dom":"^14.12.3","@vitest/ui":"^1.6.0","nightwatch":"^2.6.22","typescript":"~5.3.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.7","chromedriver":"^121.0.2","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.31","@vue/compiler-sfc":"^3.4.29","@vitejs/plugin-vue":"^5.0.5","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"^3.4.29","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.2_1722499250016_0.4161463894034063","host":"s3://npm-registry-packages"}},"4.4.3":{"name":"vue-router","version":"4.4.3","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"58a39dc804632bfb6d26f052aa8f6718bd130299","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.3.tgz","fileCount":19,"integrity":"sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==","signatures":[{"sig":"MEUCIQDtI2JxGMjeWcmPx1D5VgJUCkmM3KpTDP9D5Mb4ToPBuQIgeHaxeSBM1sY4p1rIo4JzlpqSTtP6uqjUbR3GwoHJhvY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":825974},"main":"index.js","_from":"file:vue-router-4.4.3.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/0f04ff7bf39d35234803bdbb9873b40f/vue-router-4.4.3.tgz","_integrity":"sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.6.3"},"_hasShrinkwrap":false,"devDependencies":{"vue":"^3.4.29","vite":"^5.3.1","dotenv":"^16.4.5","rimraf":"^5.0.7","rollup":"^3.29.4","vitest":"^1.6.0","happy-dom":"^14.12.3","@vitest/ui":"^1.6.0","nightwatch":"^2.6.22","typescript":"~5.3.3","geckodriver":"^3.2.0","@types/jsdom":"^21.1.7","chromedriver":"^121.0.2","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.31","@vue/compiler-sfc":"^3.4.29","@vitejs/plugin-vue":"^5.0.5","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"^3.4.29","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.5","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.7","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.1.1","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.3_1722958754758_0.7361296581928001","host":"s3://npm-registry-packages"}},"4.4.4":{"name":"vue-router","version":"4.4.4","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"4678d309c19c7513a05ef920ad14bdcd4db34fef","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.4.tgz","fileCount":19,"integrity":"sha512-3MlnDqwRwZwCQVbtVfpsU+nrNymNjnXSsQtXName5925NVC1+326VVfYH9vSrA0N13teGEo8z5x7gbRnGjCDiQ==","signatures":[{"sig":"MEQCIAWJmn4hxRICsoXm/XmZb9j08QTtJYXQP5Sc2MJ4PNBmAiAEf0LwGn0sdrRout8IkTD+cG/PKOaHxnUh9t6+JP+c7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":828309},"main":"index.js","_from":"file:vue-router-4.4.4.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/c4cb2804b857b0059b4d59b5d65827ea/vue-router-4.4.4.tgz","_integrity":"sha512-3MlnDqwRwZwCQVbtVfpsU+nrNymNjnXSsQtXName5925NVC1+326VVfYH9vSrA0N13teGEo8z5x7gbRnGjCDiQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.4.3","vite":"^5.4.3","dotenv":"^16.4.5","rimraf":"^6.0.1","rollup":"^3.29.4","vitest":"^1.6.0","happy-dom":"^15.7.3","@vitest/ui":"^1.6.0","nightwatch":"^2.6.25","typescript":"~5.3.3","geckodriver":"^4.4.4","@types/jsdom":"^21.1.7","chromedriver":"^128.0.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.31","@vue/compiler-sfc":"~3.4.3","@vitejs/plugin-vue":"^5.1.3","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"~3.4.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.7","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.8","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.2.2","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.4_1725991164574_0.09997340249065934","host":"s3://npm-registry-packages"}},"4.4.5":{"name":"vue-router","version":"4.4.5","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.4.5","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"bdf535e4cf32414ebdea6b4b403593efdb541388","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz","fileCount":19,"integrity":"sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==","signatures":[{"sig":"MEUCIHxWZGpPLJga7TshhV+yh6DQ/sf/4dPMji+n+olcm7WVAiEAhV2OOzDOoVmFbNVqT2sp4Ji8zzBaJSofMIxeW1jD7wM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":830590},"main":"index.js","_from":"file:vue-router-4.4.5.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/vz/93zczm2s0f9ds4p7d5bzxymc0000gn/T/ab9dba0054a17bbbfd7d5a74b2b117f9/vue-router-4.4.5.tgz","_integrity":"sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.2.4","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.4.3","vite":"^5.4.3","dotenv":"^16.4.5","rimraf":"^6.0.1","rollup":"^3.29.4","vitest":"^1.6.0","happy-dom":"^15.7.3","@vitest/ui":"^1.6.0","nightwatch":"^2.6.25","typescript":"~5.3.3","geckodriver":"^4.4.4","@types/jsdom":"^21.1.7","chromedriver":"^128.0.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.31","@vue/compiler-sfc":"~3.4.3","@vitejs/plugin-vue":"^5.1.3","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@vitest/coverage-v8":"^1.6.0","@rollup/plugin-alias":"^5.1.0","@vue/server-renderer":"~3.4.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.7","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.8","@microsoft/api-extractor":"^7.40.1","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.2.2","@rollup/plugin-node-resolve":"^15.2.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.4.5_1726209993732_0.5341627496137031","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"vue-router","version":"4.5.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.5.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"58fc5fe374e10b6018f910328f756c3dae081f14","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz","fileCount":19,"integrity":"sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==","signatures":[{"sig":"MEUCIQCsTsQjZIDOoX720ez0utstaRrDh8FNFswMpZzB5xXSEwIgesQFwKWsJjoKwvcIQxee3JkGpwguDp6XEuNqrw3cIaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":861324},"main":"index.js","_from":"file:vue-router-4.5.0.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/5c32207e410504176c6bce444f54c1be/vue-router-4.5.0.tgz","_integrity":"sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.9.0","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.5.13","vite":"^5.4.11","dotenv":"^16.4.5","rimraf":"^6.0.1","rollup":"^3.29.5","happy-dom":"^15.11.6","nightwatch":"^2.6.25","geckodriver":"^4.5.1","@types/jsdom":"^21.1.7","chromedriver":"^131.0.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.13","@vitejs/plugin-vue":"^5.2.0","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.1","@vue/server-renderer":"~3.5.13","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.7","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.8","@microsoft/api-extractor":"^7.48.0","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.2.2","@rollup/plugin-node-resolve":"^15.3.0","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.5.0_1732546803793_0.0734859391971856","host":"s3://npm-registry-packages"}},"4.5.1":{"name":"vue-router","version":"4.5.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.5.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://github.com/vuejs/router#readme","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"47bffe2d3a5479d2886a9a244547a853aa0abf69","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.5.1.tgz","fileCount":19,"integrity":"sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==","signatures":[{"sig":"MEUCIHc0ZZIFzThZm65sozH9tNhMm6Q1J4lNEN1C+roEjNG2AiEA2XPgZrdZEpdfKhoKtdUCeotYblxmPRMWNipU9aVJi2U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":862878},"main":"index.js","_from":"file:vue-router-4.5.1.tgz","types":"dist/vue-router.d.ts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./dist/vue-router.node.mjs","production":"./dist/vue-router.node.mjs","development":"./dist/vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"rimraf dist && rollup -c rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:dts":"api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/58177d60bf4c2966dbfa6dacf3325b51/vue-router-4.5.1.tgz","_integrity":"sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"10.9.0","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.5.13","vite":"^5.4.11","dotenv":"^16.4.5","rimraf":"^6.0.1","rollup":"^3.29.5","happy-dom":"^15.11.6","nightwatch":"^2.6.25","geckodriver":"^4.5.1","@types/jsdom":"^21.1.7","chromedriver":"^131.0.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.13","@vitejs/plugin-vue":"^5.2.0","browserstack-local":"^1.5.5","nightwatch-helpers":"^1.2.0","@rollup/plugin-alias":"^5.1.1","@vue/server-renderer":"~3.5.13","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^5.0.7","rollup-plugin-analyzer":"^4.0.0","@rollup/plugin-commonjs":"^25.0.8","@microsoft/api-extractor":"^7.48.0","rollup-plugin-typescript2":"^0.36.0","conventional-changelog-cli":"^2.2.2","@rollup/plugin-node-resolve":"^15.3.0","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.2.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.5.1_1745586181585_0.615338744870553","host":"s3://npm-registry-packages-npm-production"}},"4.6.0":{"name":"vue-router","version":"4.6.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.6.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"795a4c60f42e24885bd13e85920b3e82a7b67815","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.6.0.tgz","fileCount":20,"integrity":"sha512-YRrWLi4ayHe1d6zyH6sMPwF/WwcDY8XgUOfQGa0Kx4kmugSorLavD1ExrM/Y83B4X2NQMXYpJFSq2pbZh9ildQ==","signatures":[{"sig":"MEQCIFiKB/AO6uYwCCPujFztA91E1V9jNnQqU2wmxZDQsf0vAiBqwwnVAiNBwIHJBWFPtQpOaqN37P7ITu8eu+6XNf+mnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":540586},"main":"index.js","_from":"file:vue-router-4.6.0.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"}},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/a35ed610cb8c3b6a2f9c74b84ae17664/vue-router-4.6.0.tgz","_integrity":"sha512-YRrWLi4ayHe1d6zyH6sMPwF/WwcDY8XgUOfQGa0Kx4kmugSorLavD1ExrM/Y83B4X2NQMXYpJFSq2pbZh9ildQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.5.1","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"24.7.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.6.0-alpha.2","tsup":"^8.5.0","vite":"^7.1.9","dotenv":"^17.2.3","rimraf":"^6.0.1","rollup":"^3.29.5","tsdown":"^0.15.7","happy-dom":"^20.0.0","nightwatch":"^3.12.2","geckodriver":"^6.0.2","@types/jsdom":"^21.1.7","chromedriver":"^138.0.5","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.22","@vitejs/plugin-vue":"^6.0.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"~3.5.22","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.2","@rollup/plugin-commonjs":"^28.0.6","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20251013.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.5.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.6.0_1760433077412_0.27640678635369587","host":"s3://npm-registry-packages-npm-production"}},"4.6.1":{"name":"vue-router","version":"4.6.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.6.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"7a62cd755fd75f3beb15432c3fe93ffaf2e21116","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.6.1.tgz","fileCount":21,"integrity":"sha512-m6bVZMXKP4qPB+e2pU6Ptgfy58PDSI3Tf7bNCWqVAf0cIGe+9zR3qCu2nRmFO+CysfUxIfI+1uzD7zWVQ7zwtQ==","signatures":[{"sig":"MEUCIBAs0oaXLUqaMzkhItTC4Wn9VJxIgEn/Wjr2FWYzEyaUAiEA5MWbPwyCziz1ybAmchilVs8mLK0MRmgNZRLexGqybeI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":540751},"main":"index.js","_from":"file:vue-router-4.6.1.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"}},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/fdd66a92586ebf72eacb9f3db6e93a81/vue-router-4.6.1.tgz","_integrity":"sha512-m6bVZMXKP4qPB+e2pU6Ptgfy58PDSI3Tf7bNCWqVAf0cIGe+9zR3qCu2nRmFO+CysfUxIfI+1uzD7zWVQ7zwtQ==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.5.1","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"24.7.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.6.0-alpha.2","tsup":"^8.5.0","vite":"^7.1.10","dotenv":"^17.2.3","rimraf":"^6.0.1","rollup":"^4.52.4","tsdown":"^0.15.7","happy-dom":"^20.0.0","nightwatch":"^3.12.2","geckodriver":"^6.0.2","@types/jsdom":"^21.1.7","chromedriver":"^138.0.5","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.22","@vitejs/plugin-vue":"^6.0.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"~3.5.22","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.2","@rollup/plugin-commonjs":"^28.0.7","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20251013.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.5.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.6.1_1760538156933_0.5829138888773446","host":"s3://npm-registry-packages-npm-production"}},"4.6.2":{"name":"vue-router","version":"4.6.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.6.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"88dc6f9f5b4cd4264ea34a6733298cd00fef38a5","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.6.2.tgz","fileCount":21,"integrity":"sha512-my83mxQKXyCms9EegBXZldehOihxBjgSjZqrZwgg4vBacNGl0oBCO+xT//wgOYpLV1RW93ZfqxrjTozd+82nbA==","signatures":[{"sig":"MEUCIDwMuLAHuKBGgYV3fS79+YTkdlJqE/t7JZ5dF1cGdCKyAiEA08YnX/t2SLgbk1SnGX2vwWp1RXq/EpxdnONYNlGX29o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":540796},"main":"index.js","_from":"file:vue-router-4.6.2.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"}},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/682290de270c86a9c0483098f26225dd/vue-router-4.6.2.tgz","_integrity":"sha512-my83mxQKXyCms9EegBXZldehOihxBjgSjZqrZwgg4vBacNGl0oBCO+xT//wgOYpLV1RW93ZfqxrjTozd+82nbA==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.5.1","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"24.7.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.6.0-alpha.2","tsup":"^8.5.0","vite":"^7.1.10","dotenv":"^17.2.3","rimraf":"^6.0.1","rollup":"^4.52.4","tsdown":"^0.15.7","happy-dom":"^20.0.0","nightwatch":"^3.12.2","geckodriver":"^6.0.2","@types/jsdom":"^21.1.7","chromedriver":"^138.0.5","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.22","@vitejs/plugin-vue":"^6.0.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"~3.5.22","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.2","@rollup/plugin-commonjs":"^28.0.7","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20251013.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.5.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.6.2_1760538766140_0.1397115624578451","host":"s3://npm-registry-packages-npm-production"}},"4.6.3":{"name":"vue-router","version":"4.6.3","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.6.3","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"52a40a231b910806438a8203c065a411fd3f1faa","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz","fileCount":23,"integrity":"sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==","signatures":[{"sig":"MEUCIQDGNyrFw3dvMkGG/PLHdqkDteNpBvBlMRL23DYBMFNxOgIgVRWEg3QAHWNOE2FdmcnZVXNMjGkD8+9hlkc8C2aIO+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":670121},"main":"index.js","_from":"file:vue-router-4.6.3.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"}},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 1","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"posva","email":"posva13@gmail.com"},"jsdelivr":"dist/vue-router.global.js","_resolved":"/private/var/folders/0r/w6t5_v8d03b_763d_82ffzv80000gn/T/03f461a9119b374467c6bf6d99ec96e1/vue-router-4.6.3.tgz","_integrity":"sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.5.1","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).","directories":{},"sideEffects":false,"_nodeVersion":"24.7.0","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.6.0-alpha.2","tsup":"^8.5.0","vite":"^7.1.10","dotenv":"^17.2.3","rimraf":"^6.0.1","rollup":"^4.52.4","tsdown":"^0.15.7","happy-dom":"^20.0.0","nightwatch":"^3.12.2","geckodriver":"^6.0.2","@types/jsdom":"^21.1.7","chromedriver":"^138.0.5","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.22","@vitejs/plugin-vue":"^6.0.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"~3.5.22","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.2","@rollup/plugin-commonjs":"^28.0.7","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20251013.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.5.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.6.3_1760593165024_0.9026380435296693","host":"s3://npm-registry-packages-npm-production"}},"4.6.4":{"name":"vue-router","version":"4.6.4","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@4.6.4","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"a0a9cb9ef811a106d249e4bb9313d286718020d8","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz","fileCount":22,"integrity":"sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==","signatures":[{"sig":"MEUCIQCkuypnkRzdNl/BOtaCZiizVYcxdI9cX8hbrIzP30CGhQIgafns9SckqCdaF7sPIevPswzrlPO19DgvP7u8QjQbeDY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@4.6.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":663534},"main":"index.js","_from":"file:vue-router-4.6.4.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"}},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/2c96e058ed72d68f70cde580b038604f/vue-router-4.6.4.tgz","_integrity":"sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"@vue/devtools-api":"^6.6.4"},"_hasShrinkwrap":false,"devDependencies":{"vue":"~3.6.0-alpha.2","tsup":"^8.5.0","vite":"^7.1.10","dotenv":"^17.2.3","rimraf":"^6.0.1","rollup":"^4.52.4","tsdown":"^0.17.2","happy-dom":"^20.0.0","nightwatch":"^3.12.2","geckodriver":"^6.0.2","@types/jsdom":"^21.1.7","chromedriver":"^138.0.5","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"~3.5.22","@vitejs/plugin-vue":"^6.0.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"~3.5.22","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.2","@rollup/plugin-commonjs":"^28.0.7","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20251013.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^1.6.0"},"peerDependencies":{"vue":"^3.5.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-router_4.6.4_1765466077126_0.08775776767300325","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-beta.0":{"name":"vue-router","version":"5.0.0-beta.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.0-beta.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"a6590c92d04af08b2226318d6f56fe4a52c12246","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.0-beta.0.tgz","fileCount":71,"integrity":"sha512-MELYM8gaI0MnFbXfHz+G28YZzlqpNw+7xq51+GVeIl/p2gowPG/qc7ISbCP712ugmBRm3IU7Wv3TJ/lZbwL34w==","signatures":[{"sig":"MEUCIQDBzlzZLNVuKBR/ujd0qhzYL2Aup1Knp8sh8NdJ+lYr5QIgRffIF8A54w2R2p0QVp8IVwE41IqIgPpHRLetzNxA6TI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.0-beta.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1074862},"main":"index.js","_from":"file:vue-router-5.0.0-beta.0.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/c04c9d31c7c49107800e6035ba2cc6ba/vue-router-5.0.0-beta.0.tgz","_integrity":"sha512-MELYM8gaI0MnFbXfHz+G28YZzlqpNw+7xq51+GVeIl/p2gowPG/qc7ISbCP712ugmBRm3IU7Wv3TJ/lZbwL34w==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^2.3.11","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^6.6.4","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.1","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"0.20.0-beta.3","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^143.0.3","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":"^0.18.1","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.0-beta.0_1768830604053_0.8358327624955597","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-beta.1":{"name":"vue-router","version":"5.0.0-beta.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.0-beta.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"71258160e1ca902e66843cf9de0dd838023a4e3d","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.0-beta.1.tgz","fileCount":71,"integrity":"sha512-fUjmlkUveOc3RmDH6Ahm0K/JMNcaezodhoczGiGhSlOw2yygz4d7464S1DFJbv/nlsrg+rp8SdeNFAVQd/qCKA==","signatures":[{"sig":"MEQCIBUmplu5hT6Ph0qraywDZ5NQkXuZSctqAUidOWoeDi7DAiB+NLviXuzsa774qF+v8So9keY79hgLjfxYZOndAb6cuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.0-beta.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1066643},"main":"index.js","_from":"file:vue-router-5.0.0-beta.1.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/99ff50d6908f6785042ce728d476df35/vue-router-5.0.0-beta.1.tgz","_integrity":"sha512-fUjmlkUveOc3RmDH6Ahm0K/JMNcaezodhoczGiGhSlOw2yygz4d7464S1DFJbv/nlsrg+rp8SdeNFAVQd/qCKA==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^2.3.11","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^8.0.0","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.1","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"0.20.0-beta.3","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^143.0.3","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":"^0.18.1","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.0-beta.1_1769082330705_0.8372252726155753","host":"s3://npm-registry-packages-npm-production"}},"5.0.0-beta.2":{"name":"vue-router","version":"5.0.0-beta.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.0-beta.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"9019f32e16d9b93f7f72935c404dfa1f2fd94ae3","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.0-beta.2.tgz","fileCount":71,"integrity":"sha512-SaPH0KrYXSpsdHKo8Rm0/KFxtDV0hIeFF4yEndqvXKi99V6KH/zoCGEmzkD44/tbiva/zvMqE0FOl3CToGbfGg==","signatures":[{"sig":"MEUCIDpd1Y7i+QgFOewqjRSjMe8KflvSWf48Rs093Ch7jWcCAiEArlsjl3V/tI9p8R0SrRWCosz9xuCXn62pnjYNCajg7uI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.0-beta.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1070269},"main":"index.js","_from":"file:vue-router-5.0.0-beta.2.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto-routes.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/d5bf6df238024fbb198b2cf85b0f4a13/vue-router-5.0.0-beta.2.tgz","_integrity":"sha512-SaPH0KrYXSpsdHKo8Rm0/KFxtDV0hIeFF4yEndqvXKi99V6KH/zoCGEmzkD44/tbiva/zvMqE0FOl3CToGbfGg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^2.3.11","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^8.0.0","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.0","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"0.20.0-beta.3","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^144.0.0","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":"^0.18.1","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.0-beta.2_1769437616129_0.11876369396984443","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"vue-router","version":"5.0.0","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.0","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"d9f3310ae9ee4859b75012ca3e24a430bc047f58","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.0.tgz","fileCount":71,"integrity":"sha512-xWHlps4o1ScODWqvyapl0v1uGy0g7ozmsTSO/dguyGb/9RL6oSU2HfN/8oMXnoFOH1BuTaAkbiOz4OWdkfjcZg==","signatures":[{"sig":"MEUCIQDJraF/+AX3iQg3eDg1UeRHIZ5I7Qj3D1SnIpGeWMk9qgIgUyFe2gkKUBh13DpBS1Pde+e95aiMjNFfQNN4VLGeeMw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1071165},"main":"index.js","_from":"file:vue-router-5.0.0.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"types":"./vue-router-auto-routes.d.mts"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/d0a3bc23ad892c51bf203f26246efaa5/vue-router-5.0.0.tgz","_integrity":"sha512-xWHlps4o1ScODWqvyapl0v1uGy0g7ozmsTSO/dguyGb/9RL6oSU2HfN/8oMXnoFOH1BuTaAkbiOz4OWdkfjcZg==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^2.3.11","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^8.0.0","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.0","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"0.20.0-beta.3","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^144.0.0","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":"^0.18.1","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.0_1769707159522_0.5819143480313025","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"vue-router","version":"5.0.1","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.1","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"e19675c81f7cfdd8e3495c809e4a14610b0b822e","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.1.tgz","fileCount":71,"integrity":"sha512-t+lFugGXMdaq8lbn+vXG4j2H9UlsP205Tszz1wcDk9FyxqItBzcdJQ06IhpkQ2mHOfiTOHZeBshkskzPzHJkCw==","signatures":[{"sig":"MEUCIQD1BPJMcdvVir/kQnE431vCsdjtrxBSv+HGAhTFEqzDhQIgG+RDvgaOKoaCfX7/Fb1hK0LNu4UGN1ZmPeEDXk6jg2g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1071171},"main":"index.js","_from":"file:vue-router-5.0.1.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"types":"./vue-router-auto-routes.d.mts"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/bad10a7bdc0b7520190ec1409b160e1e/vue-router-5.0.1.tgz","_integrity":"sha512-t+lFugGXMdaq8lbn+vXG4j2H9UlsP205Tszz1wcDk9FyxqItBzcdJQ06IhpkQ2mHOfiTOHZeBshkskzPzHJkCw==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^2.3.11","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^8.0.0","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.0","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"0.20.0-beta.3","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^144.0.0","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":"^0.18.1","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.1_1769770019812_0.9927123529749005","host":"s3://npm-registry-packages-npm-production"}},"5.0.2":{"name":"vue-router","version":"5.0.2","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","_id":"vue-router@5.0.2","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"dist":{"shasum":"34e4ebb10069fc44e15570eddd9baabba942e07b","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.2.tgz","fileCount":71,"integrity":"sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w==","signatures":[{"sig":"MEUCIE60k5HTuCTfgd/YuOBO/6IaYdXO1zMGzIoH3lYB9Nj4AiEA0G6B1tN7kMrCrMkpMJr74dnRRMl+aQyM3qSfINYxiqg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1050392},"main":"index.js","_from":"file:vue-router-5.0.2.tgz","types":"dist/vue-router.d.mts","unpkg":"dist/vue-router.global.js","vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"module":"dist/vue-router.mjs","exports":{".":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./dist/vue-router.d.mts","import":"./dist/vue-router.mjs","require":"./index.js"},"./auto":{"node":{"import":{"default":"./vue-router.node.mjs","production":"./vue-router.node.mjs","development":"./vue-router.node.mjs"},"require":{"default":"./index.js","production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs"}},"types":"./vue-router-auto.d.ts","import":"./dist/vue-router.mjs","require":"./index.js"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./auto-routes":{"types":"./vue-router-auto-routes.d.mts"},"./experimental":"./dist/experimental/index.mjs","./package.json":"./package.json","./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"},"./experimental/pinia-colada":"./dist/experimental/pinia-colada.mjs"},"funding":"https://github.com/sponsors/posva","scripts":{"dev":"vitest --ui","test":"pnpm run build && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e","build":"tsdown","dev:e2e":"vite --config e2e/vite.config.mjs","test:e2e":"pnpm run test:e2e:headless","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:old":"rimraf dist && rollup -c rollup.config.mjs","test:unit":"vitest --coverage run","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","test:types":"tsc --build tsconfig.json","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:native":"node e2e/runner.mjs --env chrome","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"jsdelivr":"dist/vue-router.global.js","_resolved":"/tmp/1b5e66169cb0d99c8034cb898984b207/vue-router-5.0.2.tgz","_integrity":"sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w==","repository":{"url":"git+https://github.com/vuejs/router.git","type":"git"},"_npmVersion":"11.6.2","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"mlly":"^1.8.0","yaml":"^2.8.2","json5":"^2.2.3","pathe":"^2.0.3","scule":"^1.3.0","chokidar":"^5.0.0","unplugin":"^3.0.0","local-pkg":"^1.1.2","picomatch":"^4.0.3","tinyglobby":"^0.2.15","magic-string":"^0.30.21","muggle-string":"^0.4.1","unplugin-utils":"^0.3.1","@babel/generator":"^7.28.6","ast-walker-scope":"^0.8.3","@vue/devtools-api":"^8.0.0","@vue-macros/common":"^3.1.1"},"typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"volar/*":["./dist/volar/*.d.cts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"]}},"_hasShrinkwrap":false,"devDependencies":{"vue":"3.6.0-beta.2","tsup":"^8.5.1","vite":"^7.3.0","pinia":"^3.0.4","dotenv":"^17.2.3","rimraf":"^6.1.2","rollup":"^4.55.1","tsdown":"^0.20.1","happy-dom":"^20.3.0","nightwatch":"^3.14.0","geckodriver":"^6.1.0","@babel/types":"^7.28.6","chromedriver":"^144.0.0","@pinia/colada":"^0.21.1","faked-promise":"^2.2.2","@vue/test-utils":"^2.4.6","@playwright/test":"^1.57.0","@types/picomatch":"^4.0.2","@types/nightwatch":"^2.3.32","@vue/compiler-sfc":"3.6.0-beta.2","@vitejs/plugin-vue":"^6.0.3","@vue/language-core":"^3.2.1","browserstack-local":"^1.5.8","nightwatch-helpers":"^1.2.0","@vue/server-renderer":"3.6.0-beta.2","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-commonjs":"^28.0.9","@types/babel__generator":"^7.27.0","rollup-plugin-typescript2":"^0.36.0","@typescript/native-preview":"7.0.0-dev.20260106.1","@rollup/plugin-node-resolve":"^16.0.3","connect-history-api-fallback":"^2.0.0"},"peerDependencies":{"vue":"^3.5.0","pinia":"^3.0.4","@pinia/colada":">=0.21.2","@vue/compiler-sfc":"^3.5.17"},"peerDependenciesMeta":{"pinia":{"optional":true},"@pinia/colada":{"optional":true},"@vue/compiler-sfc":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue-router_5.0.2_1770024362952_0.9583859808475661","host":"s3://npm-registry-packages-npm-production"}},"5.0.3":{"name":"vue-router","version":"5.0.3","homepage":"https://router.vuejs.org","bugs":{"url":"https://github.com/vuejs/router/issues"},"license":"MIT","author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/vuejs/router.git"},"funding":"https://github.com/sponsors/posva","type":"module","sideEffects":false,"main":"index.cjs","module":"dist/vue-router.js","types":"dist/vue-router.d.ts","typesVersions":{"*":{"vite":["./dist/unplugin/vite.d.mts"],"unplugin":["./dist/unplugin/index.d.mts"],"unplugin/*":["./dist/unplugin/*.d.mts"],"volar/*":["./dist/volar/*.d.cts"]}},"unpkg":"dist/vue-router.global.js","jsdelivr":"dist/vue-router.global.js","exports":{".":{"types":"./dist/vue-router.d.ts","node":{"import":{"production":"./vue-router.node.mjs","development":"./vue-router.node.mjs","default":"./vue-router.node.mjs"},"require":{"production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs","default":"./index.cjs"}},"import":"./dist/vue-router.js","require":"./index.cjs"},"./dist/*":"./dist/*","./vetur/*":"./vetur/*","./package.json":"./package.json","./experimental":{"types":"./dist/experimental/index.d.ts","default":"./dist/experimental/index.js"},"./experimental/pinia-colada":{"types":"./dist/experimental/pinia-colada.d.ts","default":"./dist/experimental/pinia-colada.js"},"./auto-resolver":{"types":"./vue-router-auto-resolver.d.mts"},"./auto-routes":{"types":"./vue-router-auto-routes.d.mts"},"./auto":{"types":"./vue-router-auto.d.ts","node":{"import":{"production":"./vue-router.node.mjs","development":"./vue-router.node.mjs","default":"./vue-router.node.mjs"},"require":{"production":"./dist/vue-router.prod.cjs","development":"./dist/vue-router.cjs","default":"./index.cjs"}},"import":"./dist/vue-router.js","require":"./index.cjs"},"./vite":{"types":"./dist/unplugin/vite.d.mts","import":"./dist/unplugin/vite.mjs","require":"./dist/unplugin/vite.cjs"},"./unplugin":{"types":"./dist/unplugin/index.d.mts","import":"./dist/unplugin/index.mjs","require":"./dist/unplugin/index.cjs"},"./unplugin/*":"./dist/unplugin/*","./volar/sfc-route-blocks":{"types":"./dist/volar/sfc-route-blocks.d.cts","default":"./dist/volar/sfc-route-blocks.cjs"},"./volar/sfc-typed-router":{"types":"./dist/volar/sfc-typed-router.d.cts","default":"./dist/volar/sfc-typed-router.cjs"}},"dependencies":{"@babel/generator":"^7.28.6","@vue-macros/common":"^3.1.1","@vue/devtools-api":"^8.0.6","ast-walker-scope":"^0.8.3","chokidar":"^5.0.0","json5":"^2.2.3","local-pkg":"^1.1.2","magic-string":"^0.30.21","mlly":"^1.8.0","muggle-string":"^0.4.1","pathe":"^2.0.3","picomatch":"^4.0.3","scule":"^1.3.0","tinyglobby":"^0.2.15","unplugin":"^3.0.0","unplugin-utils":"^0.3.1","yaml":"^2.8.2"},"devDependencies":{"@babel/types":"^7.29.0","@pinia/colada":"^0.21.2","@playwright/test":"^1.58.1","@rollup/plugin-commonjs":"^28.0.9","@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-terser":"^0.4.4","@types/babel__generator":"^7.27.0","@types/nightwatch":"^2.3.32","@types/picomatch":"^4.0.2","@typescript/native-preview":"7.0.0-dev.20260106.1","@vitejs/plugin-vue":"^6.0.4","@vue/compiler-sfc":"3.6.0-beta.2","@vue/language-core":"^3.2.1","@vue/server-renderer":"3.6.0-beta.2","@vue/test-utils":"^2.4.6","browserstack-local":"^1.5.8","chromedriver":"^144.0.1","connect-history-api-fallback":"^2.0.0","dotenv":"^17.2.3","faked-promise":"^2.2.2","geckodriver":"^6.1.0","happy-dom":"^20.5.0","nightwatch":"^3.15.0","nightwatch-helpers":"^1.2.0","pinia":"^3.0.4","rimraf":"^6.1.2","rollup":"^4.57.1","rollup-plugin-typescript2":"^0.36.0","tsdown":"^0.20.1","tsup":"^8.5.1","vite":"^7.3.0","vue":"3.6.0-beta.2"},"peerDependencies":{"@pinia/colada":">=0.21.2","@vue/compiler-sfc":"^3.5.17","pinia":"^3.0.4","vue":"^3.5.0"},"peerDependenciesMeta":{"@vue/compiler-sfc":{"optional":true},"pinia":{"optional":true},"@pinia/colada":{"optional":true}},"vetur":{"tags":"vetur/tags.json","attributes":"vetur/attributes.json"},"scripts":{"dev":"vitest --ui","build":"tsdown","build:old":"rimraf dist && rollup -c rollup.config.mjs","build:playground":"vue-tsc --noEmit && vite build --config playground/vite.config.ts","build:e2e":"vue-tsc --noEmit && vite build --config e2e/vite.config.mjs","build:size":"pnpm run build && rollup -c size-checks/rollup.config.mjs","dev:e2e":"vite --config e2e/vite.config.mjs","test:types":"tsc --build tsconfig.json","test:unit":"vitest --coverage run","test":"pnpm run '/^(build|test:types)$/' && pnpm run '/^test:(unit|e2e|e2e:hmr)$/'","test:e2e":"pnpm run test:e2e:headless","test:e2e:hmr":"pnpm exec playwright test","test:e2e:headless":"node e2e/runner.mjs --env chrome-headless","test:e2e:native":"node e2e/runner.mjs --env chrome","test:e2e:ci":"node e2e/runner.mjs --env chrome-headless --retries 2","test:e2e:bs":"node e2e/runner.mjs --local -e android5 --tag browserstack","test:e2e:bs-test":"node e2e/runner.mjs --local --env browserstack.local_chrome --tag browserstack"},"_id":"vue-router@5.0.3","description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","_integrity":"sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==","_resolved":"/tmp/1a2e34fb1061609b21e9d16c1d8f9108/vue-router-5.0.3.tgz","_from":"file:vue-router-5.0.3.tgz","_nodeVersion":"24.13.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==","shasum":"de0fac20b25dfa36ab77476abe944b9f86840621","tarball":"https://registry.npmjs.org/vue-router/-/vue-router-5.0.3.tgz","fileCount":71,"unpackedSize":1068204,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/vue-router@5.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCJHW0lNga9+BI2/gI1ArdBSmi9Mwui47pZRecPjm5OuQIgZJlRiHD3zq6ME0rCD1VgxrFH8c+bSljHkSoXKoGCxz8="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:83feb04f-a306-4fe0-9791-b9b7ba3c9b0e"}},"directories":{},"maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/vue-router_5.0.3_1771531673282_0.9199826587464828"},"_hasShrinkwrap":false}},"time":{"created":"2014-11-24T20:33:49.570Z","modified":"2026-02-19T20:07:53.806Z","0.1.0":"2014-11-24T20:33:49.570Z","0.1.1":"2014-11-24T20:52:17.371Z","0.2.0":"2015-08-13T21:55:34.411Z","0.3.0":"2015-08-13T22:04:25.078Z","0.4.0":"2015-08-13T22:12:05.633Z","0.5.0":"2015-08-15T04:34:55.796Z","0.5.1":"2015-08-18T14:39:27.878Z","0.5.2":"2015-08-23T03:03:01.921Z","0.6.0":"2015-09-09T01:17:49.399Z","0.6.1":"2015-09-25T20:09:24.595Z","0.6.2":"2015-10-01T21:21:41.174Z","0.7.0":"2015-10-12T00:29:21.659Z","0.7.1":"2015-10-13T16:04:50.999Z","0.7.2":"2015-10-19T03:58:13.576Z","0.7.3":"2015-10-19T19:57:00.285Z","0.7.4":"2015-10-20T03:01:02.576Z","0.7.5":"2015-10-26T02:48:40.349Z","0.7.6":"2015-11-16T02:08:22.344Z","0.7.7":"2015-11-23T20:42:03.348Z","0.7.8":"2016-01-11T21:31:58.834Z","0.7.9":"2016-01-18T20:40:53.428Z","0.7.10":"2016-01-22T18:54:01.126Z","0.7.11":"2016-02-12T23:51:05.835Z","0.7.12":"2016-04-06T23:27:27.166Z","0.7.13":"2016-04-07T20:49:59.303Z","2.0.0-beta.1":"2016-07-26T05:53:55.693Z","2.0.0-beta.2":"2016-07-27T04:45:41.498Z","2.0.0-beta.3":"2016-07-28T20:20:36.786Z","2.0.0-beta.4":"2016-07-29T04:26:48.685Z","2.0.0-rc.1":"2016-08-04T03:30:25.366Z","2.0.0-rc.2":"2016-08-05T21:29:57.184Z","2.0.0-rc.3":"2016-08-11T05:56:43.670Z","2.0.0-rc.4":"2016-08-29T19:34:44.037Z","2.0.0-rc.5":"2016-09-13T19:38:28.329Z","2.0.0-rc.6":"2016-09-28T21:10:56.448Z","2.0.0-rc.7":"2016-09-29T07:30:16.576Z","2.0.0":"2016-09-30T18:42:29.702Z","2.0.1":"2016-10-13T07:00:04.294Z","2.0.2":"2016-11-14T19:16:28.555Z","2.0.3":"2016-11-18T16:05:11.352Z","2.1.0":"2016-11-29T11:36:32.590Z","2.1.1":"2016-12-01T18:30:03.701Z","2.1.2":"2017-01-18T20:12:00.616Z","2.1.3":"2017-01-19T16:18:17.879Z","2.2.0":"2017-01-27T00:34:11.172Z","2.2.1":"2017-02-14T02:26:14.957Z","2.3.0":"2017-02-26T14:46:29.008Z","2.3.1":"2017-03-29T08:00:05.196Z","2.4.0":"2017-04-08T06:01:42.636Z","2.5.0":"2017-04-24T07:23:57.348Z","2.5.1":"2017-04-24T09:32:21.825Z","2.5.2":"2017-04-25T04:59:06.036Z","2.5.3":"2017-05-01T08:11:17.541Z","2.6.0":"2017-06-17T15:57:51.512Z","2.7.0":"2017-06-29T03:57:46.509Z","2.8.0":"2017-10-11T22:11:12.913Z","3.0.0":"2017-10-11T22:16:40.594Z","2.8.1":"2017-10-13T16:01:34.822Z","3.0.1":"2017-10-13T16:24:49.612Z","3.0.2":"2018-11-23T15:53:13.724Z","3.0.3":"2019-04-08T12:55:43.521Z","3.0.4":"2019-04-12T14:09:15.824Z","3.0.5":"2019-04-15T11:04:42.985Z","3.0.6":"2019-04-17T09:12:20.374Z","3.0.7":"2019-07-03T14:28:58.026Z","3.1.0":"2019-08-06T09:06:18.864Z","3.1.1":"2019-08-06T13:28:24.482Z","3.1.2":"2019-08-08T13:47:47.058Z","3.1.3":"2019-08-30T13:13:24.613Z","3.1.4":"2020-01-14T11:09:16.292Z","3.1.5":"2020-01-15T12:42:44.322Z","4.0.0-alpha.0":"2020-02-21T14:48:05.545Z","3.1.6":"2020-02-26T09:37:53.310Z","4.0.0-alpha.1":"2020-02-26T17:04:07.138Z","4.0.0-alpha.2":"2020-03-14T16:20:40.290Z","4.0.0-alpha.3":"2020-03-14T16:25:25.922Z","4.0.0-alpha.4":"2020-03-28T20:45:30.844Z","4.0.0-alpha.5":"2020-04-08T10:55:22.101Z","4.0.0-alpha.6":"2020-04-17T09:42:50.255Z","4.0.0-alpha.7":"2020-04-17T18:40:25.794Z","4.0.0-alpha.8":"2020-04-29T17:40:39.795Z","4.0.0-alpha.9":"2020-04-29T21:35:41.669Z","4.0.0-alpha.10":"2020-05-05T07:32:24.657Z","4.0.0-alpha.11":"2020-05-12T09:36:09.231Z","3.2.0":"2020-05-19T11:30:43.195Z","4.0.0-alpha.12":"2020-05-19T12:23:47.513Z","3.3.0":"2020-05-27T10:20:09.432Z","3.3.1":"2020-05-27T17:13:17.859Z","3.3.2":"2020-05-29T13:39:06.048Z","3.3.3":"2020-06-12T08:44:25.948Z","3.3.4":"2020-06-13T09:06:48.277Z","4.0.0-alpha.13":"2020-06-18T10:36:40.394Z","4.0.0-alpha.14":"2020-07-01T13:39:05.681Z","4.0.0-beta.1":"2020-07-03T09:44:03.573Z","4.0.0-beta.2":"2020-07-07T08:47:46.924Z","4.0.0-beta.3":"2020-07-21T15:06:10.150Z","4.0.0-beta.4":"2020-07-25T19:22:22.201Z","4.0.0-beta.5":"2020-08-03T15:48:47.261Z","4.0.0-beta.6":"2020-08-05T08:34:41.691Z","3.4.0":"2020-08-05T08:43:00.225Z","3.4.1":"2020-08-06T08:15:29.692Z","3.4.2":"2020-08-07T09:18:41.274Z","3.4.3":"2020-08-11T15:36:23.767Z","4.0.0-beta.7":"2020-08-19T13:19:55.343Z","4.0.0-beta.8":"2020-09-01T16:44:27.295Z","4.0.0-beta.9":"2020-09-01T17:53:29.471Z","4.0.0-beta.10":"2020-09-18T09:58:43.422Z","4.0.0-beta.11":"2020-09-20T08:34:04.170Z","3.4.4":"2020-09-24T17:32:45.301Z","4.0.0-beta.12":"2020-09-25T08:10:43.484Z","3.4.5":"2020-09-26T15:05:03.924Z","4.0.0-beta.13":"2020-10-02T11:15:49.876Z","3.4.6":"2020-10-07T13:14:41.857Z","3.4.7":"2020-10-16T08:56:47.828Z","4.0.0-rc.1":"2020-10-23T13:14:37.390Z","3.4.8":"2020-10-26T11:08:45.089Z","4.0.0-rc.2":"2020-11-05T12:10:25.055Z","3.4.9":"2020-11-05T21:15:02.758Z","4.0.0-rc.3":"2020-11-14T11:06:04.042Z","4.0.0-rc.4":"2020-11-20T17:52:04.272Z","4.0.0-rc.5":"2020-11-21T09:49:47.485Z","4.0.0-rc.6":"2020-11-30T08:35:35.880Z","4.0.0":"2020-12-07T10:19:52.811Z","4.0.1":"2020-12-07T13:50:34.021Z","4.0.2":"2020-12-27T23:30:34.754Z","4.0.3":"2021-01-11T09:37:53.180Z","3.5.0":"2021-01-25T14:45:19.125Z","3.5.1":"2021-01-26T09:20:52.128Z","4.0.4":"2021-02-19T13:17:05.802Z","4.0.5":"2021-03-11T15:31:50.061Z","4.0.6":"2021-04-06T08:28:07.947Z","4.0.7":"2021-05-13T08:20:58.532Z","4.0.8":"2021-05-13T09:51:36.710Z","4.0.9":"2021-06-16T08:38:44.200Z","3.5.2":"2021-06-21T14:43:21.316Z","4.0.10":"2021-06-21T14:48:16.477Z","4.0.11":"2021-08-09T07:51:25.006Z","4.0.12":"2021-10-14T15:54:45.727Z","4.0.0-329e962":"2021-10-19T16:58:59.722Z","3.5.3":"2021-10-26T14:47:00.947Z","4.0.13":"2022-02-28T15:09:45.684Z","4.0.14":"2022-03-10T18:29:48.689Z","4.0.15":"2022-05-04T08:16:37.600Z","4.1.0-aabe509":"2022-05-09T15:39:45.502Z","4.1.0-c113369":"2022-05-16T13:38:43.975Z","4.1.0-4da5e55":"2022-05-16T14:43:11.123Z","3.5.4":"2022-05-16T15:00:30.236Z","4.0.16":"2022-06-09T19:01:58.789Z","4.1.0-9e62c00":"2022-06-10T14:58:30.810Z","4.1.0-730eb15":"2022-06-14T16:11:02.679Z","4.1.0-51021cc":"2022-06-15T16:37:32.977Z","4.1.0-beta.0":"2022-06-29T13:28:00.444Z","4.1.0-beta.1":"2022-06-29T16:25:17.535Z","4.1.0-beta.2":"2022-07-01T14:40:42.360Z","4.1.0":"2022-07-04T12:36:49.237Z","4.1.1":"2022-07-05T14:57:08.633Z","4.1.2":"2022-07-11T08:40:57.392Z","4.1.3":"2022-07-27T10:09:57.040Z","3.6.0":"2022-08-22T13:23:21.560Z","4.1.4":"2022-08-22T13:28:51.357Z","3.6.1":"2022-08-23T06:49:13.523Z","3.6.2":"2022-08-23T11:40:22.376Z","3.6.3":"2022-08-23T16:47:39.369Z","3.6.4":"2022-08-25T06:31:10.066Z","4.1.5":"2022-08-26T09:57:33.994Z","3.6.5":"2022-09-06T10:10:22.349Z","4.1.6":"2022-10-24T08:04:07.692Z","4.2.0":"2023-05-11T10:53:51.549Z","4.2.1":"2023-05-18T15:48:58.792Z","4.2.2":"2023-05-29T09:00:44.246Z","4.2.3":"2023-07-05T13:36:48.026Z","4.2.4":"2023-07-06T16:34:01.479Z","4.2.5":"2023-09-22T09:25:02.097Z","4.3.0-alpha.0":"2024-01-18T16:03:24.010Z","4.3.0-alpha.1":"2024-01-18T16:46:35.336Z","4.3.0":"2024-02-21T17:11:46.550Z","4.3.1":"2024-04-17T09:06:05.512Z","4.3.2":"2024-04-18T10:00:37.974Z","4.3.3":"2024-06-10T13:33:44.311Z","4.4.0-alpha.0":"2024-06-11T10:24:34.821Z","4.4.0-alpha.1":"2024-06-12T08:49:37.485Z","4.4.0-alpha.2":"2024-06-12T08:56:31.389Z","4.4.0-alpha.3":"2024-06-19T13:57:10.577Z","4.4.0":"2024-06-21T13:37:32.482Z","4.4.1":"2024-07-31T16:51:32.841Z","4.4.2":"2024-08-01T08:00:50.272Z","4.4.3":"2024-08-06T15:39:15.030Z","4.4.4":"2024-09-10T17:59:24.896Z","4.4.5":"2024-09-13T06:46:33.949Z","4.5.0":"2024-11-25T15:00:04.057Z","4.5.1":"2025-04-25T13:03:01.843Z","4.6.0":"2025-10-14T09:11:17.624Z","4.6.1":"2025-10-15T14:22:37.209Z","4.6.2":"2025-10-15T14:32:46.391Z","4.6.3":"2025-10-16T05:39:25.247Z","4.6.4":"2025-12-11T15:14:37.298Z","5.0.0-beta.0":"2026-01-19T13:50:04.210Z","5.0.0-beta.1":"2026-01-22T11:45:30.884Z","5.0.0-beta.2":"2026-01-26T14:26:56.358Z","5.0.0":"2026-01-29T17:19:19.701Z","5.0.1":"2026-01-30T10:47:00.005Z","5.0.2":"2026-02-02T09:26:03.144Z","5.0.3":"2026-02-19T20:07:53.508Z"},"bugs":{"url":"https://github.com/vuejs/router/issues"},"author":{"name":"Eduardo San Martin Morote","email":"posva13@gmail.com"},"license":"MIT","homepage":"https://router.vuejs.org","repository":{"type":"git","url":"git+https://github.com/vuejs/router.git"},"description":"> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router). > To see what versions are currently supported, please refer to the [Security Policy](./packages/router","maintainers":[{"name":"yyx990803","email":"yyx990803@gmail.com"},{"name":"posva","email":"posva13@gmail.com"}],"readme":"# vue-router [](https://www.npmjs.com/package/vue-router) [](https://github.com/vuejs/router/actions/workflows/test.yml) [](https://codecov.io/gh/vuejs/router)\n\n> - This is the repository for Vue Router 4 (for Vue 3)\n> - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).\n> To see what versions are currently supported, please refer to the [Security Policy](./packages/router/SECURITY.md).\n\n<h2 align=\"center\">Supporting Vue Router</h2>\n\nVue Router is part of the Vue Ecosystem and is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:\n\n- [Become a Sponsor on GitHub](https://github.com/sponsors/posva)\n- [One-time donation via PayPal](https://paypal.me/posva)\n\n<!--sponsors start-->\n\n<h4 align=\"center\">Gold Sponsors</h4>\n<p align=\"center\">\n <a href=\"https://www.coderabbit.ai/?utm_source=vuerouter&utm_medium=sponsor\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/coderabbitai-dark.svg\" media=\"(prefers-color-scheme: dark)\" height=\"72px\" alt=\"CodeRabbit\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/coderabbitai-light.svg\" height=\"72px\" alt=\"CodeRabbit\" />\n </picture>\n </a>\n</p>\n\n<h4 align=\"center\">Silver Sponsors</h4>\n<p align=\"center\">\n <a href=\"https://www.vuemastery.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/vuemastery-dark.png\" media=\"(prefers-color-scheme: dark)\" height=\"42px\" alt=\"VueMastery\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/vuemastery-light.svg\" height=\"42px\" alt=\"VueMastery\" />\n </picture>\n </a>\n <a href=\"https://www.controla.ai/?utm_source=posva\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/controla-dark.png\" media=\"(prefers-color-scheme: dark)\" height=\"42px\" alt=\"Controla\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/controla-light.png\" height=\"42px\" alt=\"Controla\" />\n </picture>\n </a>\n <a href=\"https://route4me.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/route4me.png\" media=\"(prefers-color-scheme: dark)\" height=\"42px\" alt=\"Route Optimizer and Route Planner Software\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/route4me.png\" height=\"42px\" alt=\"Route Optimizer and Route Planner Software\" />\n </picture>\n </a>\n <a href=\"https://jobs.sendcloud.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/sendcloud-dark.svg\" media=\"(prefers-color-scheme: dark)\" height=\"42px\" alt=\"SendCloud\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/sendcloud-light.svg\" height=\"42px\" alt=\"SendCloud\" />\n </picture>\n </a>\n</p>\n\n<h4 align=\"center\">Bronze Sponsors</h4>\n<p align=\"center\">\n <a href=\"https://stormier.ninja\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://avatars.githubusercontent.com/u/2486424\" media=\"(prefers-color-scheme: dark)\" height=\"26px\" alt=\"Stanislas Ormières\" />\n <img src=\"https://avatars.githubusercontent.com/u/2486424\" height=\"26px\" alt=\"Stanislas Ormières\" />\n </picture>\n </a>\n <a href=\"https://www.rtvision.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://avatars.githubusercontent.com/u/8292810\" media=\"(prefers-color-scheme: dark)\" height=\"26px\" alt=\"RTVision\" />\n <img src=\"https://avatars.githubusercontent.com/u/8292810\" height=\"26px\" alt=\"RTVision\" />\n </picture>\n </a>\n <a href=\"https://storyblok.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n <picture>\n <source srcset=\"https://posva-sponsors.pages.dev/logos/storyblok.png\" media=\"(prefers-color-scheme: dark)\" height=\"26px\" alt=\"Storyblok\" />\n <img src=\"https://posva-sponsors.pages.dev/logos/storyblok.png\" height=\"26px\" alt=\"Storyblok\" />\n </picture>\n </a>\n</p>\n\n<!--sponsors end-->\n\n---\n\nGet started with the [documentation](https://router.vuejs.org).\n\n## Quickstart\n\n- Via CDN: `<script src=\"https://unpkg.com/vue-router@4\"></script>`\n- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh)\n- Add it to an existing Vue Project:\n\n ```bash\n npm install vue-router@4\n ```\n\n## Changes from Vue Router 3\n\nPlease consult the [Migration Guide](https://router.vuejs.org/guide/migration/).\n\n## Contributing\n\nSee [Contributing Guide](https://github.com/vuejs/router/blob/main/.github/contributing.md).\n\n## Special Thanks\n\n<a href=\"https://www.browserstack.com\">\n <img src=\"https://github.com/vuejs/vue-router/raw/dev/assets/browserstack-logo-600x315.png\" height=\"80\" title=\"BrowserStack Logo\" alt=\"BrowserStack Logo\" />\n</a>\n\nSpecial thanks to [BrowserStack](https://www.browserstack.com) for letting the maintainers use their service to debug browser specific issues.\n","readmeFilename":"README.md","users":{"liyq":true,"hanhq":true,"jream":true,"cattle":true,"foxted":true,"hainuo":true,"splode":true,"ycolin":true,"yeming":true,"benrowe":true,"mubaidr":true,"xfloops":true,"dennila2":true,"fakefarm":true,"gurunate":true,"iamninad":true,"jens1101":true,"madarche":true,"shiva127":true,"sibawite":true,"wangfeia":true,"chironshi":true,"heartnett":true,"jkramorev":true,"largepuma":true,"m.m.farid":true,"sujeet555":true,"webnicola":true,"3creatives":true,"amirrustam":true,"cfleschhut":true,"johnny_kim":true,"juananto11":true,"nelson6e65":true,"flumpus-dev":true,"yanlaichang":true,"eliasribeiro":true,"jricardoprog":true,"martinspinks":true,"paulkolesnyk":true,"vinayakkulkarni":true}} |