|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "name": "saga-daping",
|
|
|
+ "name": "sagadaping",
|
|
|
"version": "0.1.0",
|
|
|
"lockfileVersion": 1,
|
|
|
"requires": true,
|
|
@@ -2253,6 +2253,14 @@
|
|
|
"integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "async-validator": {
|
|
|
+ "version": "1.8.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-1.8.5.tgz",
|
|
|
+ "integrity": "sha512-tXBM+1m056MAX0E8TL2iCjg8WvSyXu0Zc8LNtYqrVeyoL3+esHRZ4SieE9fKQyyU09uONjnMEjrNBMqT0mbvmA==",
|
|
|
+ "requires": {
|
|
|
+ "babel-runtime": "6.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
"asynckit": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.nlark.com/asynckit/download/asynckit-0.4.0.tgz",
|
|
@@ -2292,6 +2300,14 @@
|
|
|
"integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "axios": {
|
|
|
+ "version": "0.21.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
|
|
+ "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
|
|
+ "requires": {
|
|
|
+ "follow-redirects": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"babel-code-frame": {
|
|
|
"version": "6.26.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/babel-code-frame/download/babel-code-frame-6.26.0.tgz",
|
|
@@ -2351,6 +2367,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "babel-helper-vue-jsx-merge-props": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg=="
|
|
|
+ },
|
|
|
"babel-loader": {
|
|
|
"version": "8.2.2",
|
|
|
"resolved": "https://registry.npm.taobao.org/babel-loader/download/babel-loader-8.2.2.tgz?cache=0&sync_timestamp=1615270018746&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-loader%2Fdownload%2Fbabel-loader-8.2.2.tgz",
|
|
@@ -2363,6 +2384,38 @@
|
|
|
"schema-utils": "^2.6.5"
|
|
|
}
|
|
|
},
|
|
|
+ "babel-plugin-component": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-component/-/babel-plugin-component-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-WUw887kJf2GH80Ng/ZMctKZ511iamHNqPhd9uKo14yzisvV7Wt1EckIrb8oq/uCz3B3PpAW7Xfl7AkTLDYT6ag==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-module-imports": "7.0.0-beta.35"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": {
|
|
|
+ "version": "7.0.0-beta.35",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.35.tgz",
|
|
|
+ "integrity": "sha512-vaC1KyIZSuyWb3Lj277fX0pxivyHwuDU4xZsofqgYAbkDxNieMg2vuhzP5AgMweMY7fCQUMTi+BgPqTLjkxXFg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/types": "7.0.0-beta.35",
|
|
|
+ "lodash": "^4.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@babel/types": {
|
|
|
+ "version": "7.0.0-beta.35",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.35.tgz",
|
|
|
+ "integrity": "sha512-y9XT11CozHDgjWcTdxmhSj13rJVXpa5ZXwjjOiTedjaM0ba5ItqdS02t31EhPl7HtOWxsZkYCCUNrSfrOisA6w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "esutils": "^2.0.2",
|
|
|
+ "lodash": "^4.2.0",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"babel-plugin-dynamic-import-node": {
|
|
|
"version": "2.3.3",
|
|
|
"resolved": "https://registry.nlark.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz?cache=0&sync_timestamp=1618846790496&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbabel-plugin-dynamic-import-node%2Fdownload%2Fbabel-plugin-dynamic-import-node-2.3.3.tgz",
|
|
@@ -2402,6 +2455,27 @@
|
|
|
"@babel/helper-define-polyfill-provider": "^0.2.2"
|
|
|
}
|
|
|
},
|
|
|
+ "babel-runtime": {
|
|
|
+ "version": "6.26.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
|
|
+ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
|
|
+ "requires": {
|
|
|
+ "core-js": "^2.4.0",
|
|
|
+ "regenerator-runtime": "^0.11.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "core-js": {
|
|
|
+ "version": "2.6.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
|
|
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
|
|
|
+ },
|
|
|
+ "regenerator-runtime": {
|
|
|
+ "version": "0.11.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
|
|
+ "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"balanced-match": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.2.tgz?cache=0&sync_timestamp=1617714233441&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbalanced-match%2Fdownload%2Fbalanced-match-1.0.2.tgz",
|
|
@@ -4055,8 +4129,7 @@
|
|
|
"deepmerge": {
|
|
|
"version": "1.5.2",
|
|
|
"resolved": "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz?cache=0&sync_timestamp=1606805746825&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeepmerge%2Fdownload%2Fdeepmerge-1.5.2.tgz",
|
|
|
- "integrity": "sha1-EEmdhohEza1P7ghC34x/bwyVp1M=",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha1-EEmdhohEza1P7ghC34x/bwyVp1M="
|
|
|
},
|
|
|
"default-gateway": {
|
|
|
"version": "5.0.5",
|
|
@@ -4502,6 +4575,19 @@
|
|
|
"integrity": "sha1-xyXo24xb4YtHKpGeX1eQRRLfD8E=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "element-ui": {
|
|
|
+ "version": "2.15.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/element-ui/-/element-ui-2.15.5.tgz",
|
|
|
+ "integrity": "sha512-B/YCdz2aRY2WnFXzbTRTHPKZHBD/2KV6u88EBnkaARC/Lyxnap+7vpvrcW5UNTyVwjItS5Fj1eQyRy6236lbXg==",
|
|
|
+ "requires": {
|
|
|
+ "async-validator": "~1.8.1",
|
|
|
+ "babel-helper-vue-jsx-merge-props": "^2.0.0",
|
|
|
+ "deepmerge": "^1.2.0",
|
|
|
+ "normalize-wheel": "^1.0.1",
|
|
|
+ "resize-observer-polyfill": "^1.5.0",
|
|
|
+ "throttle-debounce": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"elliptic": {
|
|
|
"version": "6.5.4",
|
|
|
"resolved": "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.4.tgz",
|
|
@@ -5150,8 +5236,7 @@
|
|
|
"follow-redirects": {
|
|
|
"version": "1.14.2",
|
|
|
"resolved": "https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.14.2.tgz",
|
|
|
- "integrity": "sha1-zsuCUEfAD15msUL5D+1PUV3seJs=",
|
|
|
- "dev": true
|
|
|
+ "integrity": "sha1-zsuCUEfAD15msUL5D+1PUV3seJs="
|
|
|
},
|
|
|
"for-in": {
|
|
|
"version": "1.0.2",
|
|
@@ -7287,6 +7372,11 @@
|
|
|
"integrity": "sha1-suHE3E98bVd0PfczpPWXjRhlBVk=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "normalize-wheel": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/normalize-wheel/-/normalize-wheel-1.0.1.tgz",
|
|
|
+ "integrity": "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU="
|
|
|
+ },
|
|
|
"npm-run-path": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz",
|
|
@@ -8887,6 +8977,11 @@
|
|
|
"integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "resize-observer-polyfill": {
|
|
|
+ "version": "1.5.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
|
|
|
+ "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg=="
|
|
|
+ },
|
|
|
"resolve": {
|
|
|
"version": "1.20.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/resolve/download/resolve-1.20.0.tgz",
|
|
@@ -10012,6 +10107,11 @@
|
|
|
"neo-async": "^2.6.0"
|
|
|
}
|
|
|
},
|
|
|
+ "throttle-debounce": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg=="
|
|
|
+ },
|
|
|
"through2": {
|
|
|
"version": "2.0.5",
|
|
|
"resolved": "https://registry.npm.taobao.org/through2/download/through2-2.0.5.tgz",
|