Commit 4353d3d290a970e854368f7ca64442fed18a9c0e
Committed by
小小鲁班
1 parent
131e802a
chore: upgrade to strapi.beta.18.4
Showing
7 changed files
with
2515 additions
and
3114 deletions
back-end/h5-api/config/environments/development/database.json
back-end/h5-api/config/environments/production/database.heroku.json
back-end/h5-api/config/environments/production/database.json
back-end/h5-api/config/environments/production/security.json
back-end/h5-api/config/environments/staging/security.json
back-end/h5-api/package.json
| ... | ... | @@ -24,18 +24,17 @@ |
| 24 | 24 | "mysql": "latest", |
| 25 | 25 | "psd": "^3.2.0", |
| 26 | 26 | "sqlite3": "latest", |
| 27 | - "strapi": "3.0.0-beta.17.8", | |
| 28 | - "strapi-admin": "3.0.0-beta.17.8", | |
| 29 | - "strapi-hook-bookshelf": "3.0.0-beta.17.8", | |
| 30 | 27 | "strapi-hook-ejs": "3.0.0-beta.17.8", |
| 31 | - "strapi-hook-knex": "3.0.0-beta.17.8", | |
| 32 | - "strapi-plugin-content-manager": "3.0.0-beta.17.8", | |
| 33 | - "strapi-plugin-content-type-builder": "3.0.0-beta.17.8", | |
| 34 | - "strapi-plugin-documentation": "3.0.0-beta.17.8", | |
| 35 | - "strapi-plugin-email": "3.0.0-beta.17.8", | |
| 36 | - "strapi-plugin-upload": "3.0.0-beta.17.8", | |
| 37 | - "strapi-plugin-users-permissions": "3.0.0-beta.17.8", | |
| 38 | - "strapi-utils": "3.0.0-beta.17.8" | |
| 28 | + "strapi": "3.0.0-beta.18.4", | |
| 29 | + "strapi-admin": "3.0.0-beta.18.4", | |
| 30 | + "strapi-connector-bookshelf": "3.0.0-beta.18.4", | |
| 31 | + "strapi-plugin-content-manager": "3.0.0-beta.18.4", | |
| 32 | + "strapi-plugin-content-type-builder": "3.0.0-beta.18.4", | |
| 33 | + "strapi-plugin-email": "3.0.0-beta.18.4", | |
| 34 | + "strapi-plugin-graphql": "3.0.0-beta.18.4", | |
| 35 | + "strapi-plugin-upload": "3.0.0-beta.18.4", | |
| 36 | + "strapi-plugin-users-permissions": "3.0.0-beta.18.4", | |
| 37 | + "strapi-utils": "3.0.0-beta.18.4" | |
| 39 | 38 | }, |
| 40 | 39 | "author": { |
| 41 | 40 | "name": "A Strapi developer" | ... | ... |
back-end/h5-api/yarn.lock
| ... | ... | @@ -2,6 +2,37 @@ |
| 2 | 2 | # yarn lockfile v1 |
| 3 | 3 | |
| 4 | 4 | |
| 5 | +"@apollo/protobufjs@^1.0.3": | |
| 6 | + version "1.0.3" | |
| 7 | + resolved "https://registry.npm.taobao.org/@apollo/protobufjs/download/@apollo/protobufjs-1.0.3.tgz#02c655aedd4ba7c7f64cbc3d2b1dd9a000a391ba" | |
| 8 | + integrity sha1-AsZVrt1Lp8f2TLw9Kx3ZoACjkbo= | |
| 9 | + dependencies: | |
| 10 | + "@protobufjs/aspromise" "^1.1.2" | |
| 11 | + "@protobufjs/base64" "^1.1.2" | |
| 12 | + "@protobufjs/codegen" "^2.0.4" | |
| 13 | + "@protobufjs/eventemitter" "^1.1.0" | |
| 14 | + "@protobufjs/fetch" "^1.1.0" | |
| 15 | + "@protobufjs/float" "^1.0.2" | |
| 16 | + "@protobufjs/inquire" "^1.1.0" | |
| 17 | + "@protobufjs/path" "^1.1.2" | |
| 18 | + "@protobufjs/pool" "^1.1.0" | |
| 19 | + "@protobufjs/utf8" "^1.1.0" | |
| 20 | + "@types/long" "^4.0.0" | |
| 21 | + "@types/node" "^10.1.0" | |
| 22 | + long "^4.0.0" | |
| 23 | + | |
| 24 | +"@apollographql/apollo-tools@^0.4.3": | |
| 25 | + version "0.4.3" | |
| 26 | + resolved "https://registry.npm.taobao.org/@apollographql/apollo-tools/download/@apollographql/apollo-tools-0.4.3.tgz#938a50aea0935973a75155a73417f2f6fc7ac2ef" | |
| 27 | + integrity sha1-k4pQrqCTWXOnUVWnNBfy9vx6wu8= | |
| 28 | + dependencies: | |
| 29 | + apollo-env "^0.6.1" | |
| 30 | + | |
| 31 | +"@apollographql/graphql-playground-html@1.6.24": | |
| 32 | + version "1.6.24" | |
| 33 | + resolved "https://registry.npm.taobao.org/@apollographql/graphql-playground-html/download/@apollographql/graphql-playground-html-1.6.24.tgz#3ce939cb127fb8aaa3ffc1e90dff9b8af9f2e3dc" | |
| 34 | + integrity sha1-POk5yxJ/uKqj/8HpDf+bivny49w= | |
| 35 | + | |
| 5 | 36 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
| 6 | 37 | version "7.5.5" |
| 7 | 38 | resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| ... | ... | @@ -10,18 +41,18 @@ |
| 10 | 41 | "@babel/highlight" "^7.0.0" |
| 11 | 42 | |
| 12 | 43 | "@babel/core@^7.4.3": |
| 13 | - version "7.5.5" | |
| 14 | - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" | |
| 15 | - integrity sha1-F7JobvDWvFj5Y93daKtml1VYLDA= | |
| 44 | + version "7.7.7" | |
| 45 | + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9" | |
| 46 | + integrity sha1-7hVdLhIwC8wM/2qK1G8q9QY4A+k= | |
| 16 | 47 | dependencies: |
| 17 | 48 | "@babel/code-frame" "^7.5.5" |
| 18 | - "@babel/generator" "^7.5.5" | |
| 19 | - "@babel/helpers" "^7.5.5" | |
| 20 | - "@babel/parser" "^7.5.5" | |
| 21 | - "@babel/template" "^7.4.4" | |
| 22 | - "@babel/traverse" "^7.5.5" | |
| 23 | - "@babel/types" "^7.5.5" | |
| 24 | - convert-source-map "^1.1.0" | |
| 49 | + "@babel/generator" "^7.7.7" | |
| 50 | + "@babel/helpers" "^7.7.4" | |
| 51 | + "@babel/parser" "^7.7.7" | |
| 52 | + "@babel/template" "^7.7.4" | |
| 53 | + "@babel/traverse" "^7.7.4" | |
| 54 | + "@babel/types" "^7.7.4" | |
| 55 | + convert-source-map "^1.7.0" | |
| 25 | 56 | debug "^4.1.0" |
| 26 | 57 | json5 "^2.1.0" |
| 27 | 58 | lodash "^4.17.13" |
| ... | ... | @@ -29,133 +60,140 @@ |
| 29 | 60 | semver "^5.4.1" |
| 30 | 61 | source-map "^0.5.0" |
| 31 | 62 | |
| 32 | -"@babel/generator@^7.5.5": | |
| 33 | - version "7.5.5" | |
| 34 | - resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" | |
| 35 | - integrity sha1-hzp/k2o8iUkbQ1NtEiRbYmZk488= | |
| 63 | +"@babel/generator@^7.7.4", "@babel/generator@^7.7.7": | |
| 64 | + version "7.7.7" | |
| 65 | + resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45" | |
| 66 | + integrity sha1-hZrHM8RMdBSOGnKYCmTshLhfT0U= | |
| 36 | 67 | dependencies: |
| 37 | - "@babel/types" "^7.5.5" | |
| 68 | + "@babel/types" "^7.7.4" | |
| 38 | 69 | jsesc "^2.5.1" |
| 39 | 70 | lodash "^4.17.13" |
| 40 | 71 | source-map "^0.5.0" |
| 41 | - trim-right "^1.0.1" | |
| 42 | 72 | |
| 43 | -"@babel/helper-annotate-as-pure@^7.0.0": | |
| 44 | - version "7.0.0" | |
| 45 | - resolved "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" | |
| 46 | - integrity sha1-Mj053QtQ4Qx8Bsp9djjmhk2MXDI= | |
| 73 | +"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.4": | |
| 74 | + version "7.7.4" | |
| 75 | + resolved "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.7.4.tgz?cache=0&sync_timestamp=1574465857294&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce" | |
| 76 | + integrity sha1-uz+vHnS3S9VH6Gfkj1UfprCYts4= | |
| 47 | 77 | dependencies: |
| 48 | - "@babel/types" "^7.0.0" | |
| 78 | + "@babel/types" "^7.7.4" | |
| 49 | 79 | |
| 50 | -"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0": | |
| 51 | - version "7.1.0" | |
| 52 | - resolved "https://registry.npm.taobao.org/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f" | |
| 53 | - integrity sha1-a2lijf5Ah3mODE7Zjj1Kay+9L18= | |
| 80 | +"@babel/helper-builder-binary-assignment-operator-visitor@^7.7.4": | |
| 81 | + version "7.7.4" | |
| 82 | + resolved "https://registry.npm.taobao.org/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-builder-binary-assignment-operator-visitor%2Fdownload%2F%40babel%2Fhelper-builder-binary-assignment-operator-visitor-7.7.4.tgz#5f73f2b28580e224b5b9bd03146a4015d6217f5f" | |
| 83 | + integrity sha1-X3PysoWA4iS1ub0DFGpAFdYhf18= | |
| 54 | 84 | dependencies: |
| 55 | - "@babel/helper-explode-assignable-expression" "^7.1.0" | |
| 56 | - "@babel/types" "^7.0.0" | |
| 85 | + "@babel/helper-explode-assignable-expression" "^7.7.4" | |
| 86 | + "@babel/types" "^7.7.4" | |
| 57 | 87 | |
| 58 | -"@babel/helper-builder-react-jsx@^7.3.0": | |
| 59 | - version "7.3.0" | |
| 60 | - resolved "https://registry.npm.taobao.org/@babel/helper-builder-react-jsx/download/@babel/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4" | |
| 61 | - integrity sha1-oayVpdKz6Irl5UhGv0Yu64GzGKQ= | |
| 88 | +"@babel/helper-builder-react-jsx@^7.7.4": | |
| 89 | + version "7.7.4" | |
| 90 | + resolved "https://registry.npm.taobao.org/@babel/helper-builder-react-jsx/download/@babel/helper-builder-react-jsx-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-builder-react-jsx%2Fdownload%2F%40babel%2Fhelper-builder-react-jsx-7.7.4.tgz#da188d247508b65375b2c30cf59de187be6b0c66" | |
| 91 | + integrity sha1-2hiNJHUItlN1ssMM9Z3hh75rDGY= | |
| 62 | 92 | dependencies: |
| 63 | - "@babel/types" "^7.3.0" | |
| 93 | + "@babel/types" "^7.7.4" | |
| 64 | 94 | esutils "^2.0.0" |
| 65 | 95 | |
| 66 | -"@babel/helper-call-delegate@^7.4.4": | |
| 67 | - version "7.4.4" | |
| 68 | - resolved "https://registry.npm.taobao.org/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43" | |
| 69 | - integrity sha1-h8H4yhmtVSpzanonscH8+LH/H0M= | |
| 96 | +"@babel/helper-call-delegate@^7.7.4": | |
| 97 | + version "7.7.4" | |
| 98 | + resolved "https://registry.npm.taobao.org/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-call-delegate%2Fdownload%2F%40babel%2Fhelper-call-delegate-7.7.4.tgz#621b83e596722b50c0066f9dc37d3232e461b801" | |
| 99 | + integrity sha1-YhuD5ZZyK1DABm+dw30yMuRhuAE= | |
| 70 | 100 | dependencies: |
| 71 | - "@babel/helper-hoist-variables" "^7.4.4" | |
| 72 | - "@babel/traverse" "^7.4.4" | |
| 73 | - "@babel/types" "^7.4.4" | |
| 101 | + "@babel/helper-hoist-variables" "^7.7.4" | |
| 102 | + "@babel/traverse" "^7.7.4" | |
| 103 | + "@babel/types" "^7.7.4" | |
| 74 | 104 | |
| 75 | -"@babel/helper-create-class-features-plugin@^7.5.5": | |
| 76 | - version "7.5.5" | |
| 77 | - resolved "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4" | |
| 78 | - integrity sha1-QB8wLI3bwO3Tb3xrKIfY+hEi5aQ= | |
| 105 | +"@babel/helper-create-class-features-plugin@^7.7.4": | |
| 106 | + version "7.7.4" | |
| 107 | + resolved "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-class-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d" | |
| 108 | + integrity sha1-/OYJOf1QYYYQlCMgqNlRs7Y52i0= | |
| 79 | 109 | dependencies: |
| 80 | - "@babel/helper-function-name" "^7.1.0" | |
| 81 | - "@babel/helper-member-expression-to-functions" "^7.5.5" | |
| 82 | - "@babel/helper-optimise-call-expression" "^7.0.0" | |
| 110 | + "@babel/helper-function-name" "^7.7.4" | |
| 111 | + "@babel/helper-member-expression-to-functions" "^7.7.4" | |
| 112 | + "@babel/helper-optimise-call-expression" "^7.7.4" | |
| 83 | 113 | "@babel/helper-plugin-utils" "^7.0.0" |
| 84 | - "@babel/helper-replace-supers" "^7.5.5" | |
| 85 | - "@babel/helper-split-export-declaration" "^7.4.4" | |
| 114 | + "@babel/helper-replace-supers" "^7.7.4" | |
| 115 | + "@babel/helper-split-export-declaration" "^7.7.4" | |
| 86 | 116 | |
| 87 | -"@babel/helper-define-map@^7.5.5": | |
| 88 | - version "7.5.5" | |
| 89 | - resolved "https://registry.npm.taobao.org/@babel/helper-define-map/download/@babel/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" | |
| 90 | - integrity sha1-PewywgRvN+CbKMk+sLED/Sol02k= | |
| 117 | +"@babel/helper-create-regexp-features-plugin@^7.7.4": | |
| 118 | + version "7.7.4" | |
| 119 | + resolved "https://registry.npm.taobao.org/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59" | |
| 120 | + integrity sha1-bVdiNZ/TT02hUA5M/5lVtSmar1k= | |
| 121 | + dependencies: | |
| 122 | + "@babel/helper-regex" "^7.4.4" | |
| 123 | + regexpu-core "^4.6.0" | |
| 124 | + | |
| 125 | +"@babel/helper-define-map@^7.7.4": | |
| 126 | + version "7.7.4" | |
| 127 | + resolved "https://registry.npm.taobao.org/@babel/helper-define-map/download/@babel/helper-define-map-7.7.4.tgz#2841bf92eb8bd9c906851546fe6b9d45e162f176" | |
| 128 | + integrity sha1-KEG/kuuL2ckGhRVG/mudReFi8XY= | |
| 91 | 129 | dependencies: |
| 92 | - "@babel/helper-function-name" "^7.1.0" | |
| 93 | - "@babel/types" "^7.5.5" | |
| 130 | + "@babel/helper-function-name" "^7.7.4" | |
| 131 | + "@babel/types" "^7.7.4" | |
| 94 | 132 | lodash "^4.17.13" |
| 95 | 133 | |
| 96 | -"@babel/helper-explode-assignable-expression@^7.1.0": | |
| 97 | - version "7.1.0" | |
| 98 | - resolved "https://registry.npm.taobao.org/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6" | |
| 99 | - integrity sha1-U3+hP28WdN90WwwA7I/k6ZaByPY= | |
| 134 | +"@babel/helper-explode-assignable-expression@^7.7.4": | |
| 135 | + version "7.7.4" | |
| 136 | + resolved "https://registry.npm.taobao.org/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.7.4.tgz#fa700878e008d85dc51ba43e9fb835cddfe05c84" | |
| 137 | + integrity sha1-+nAIeOAI2F3FG6Q+n7g1zd/gXIQ= | |
| 100 | 138 | dependencies: |
| 101 | - "@babel/traverse" "^7.1.0" | |
| 102 | - "@babel/types" "^7.0.0" | |
| 139 | + "@babel/traverse" "^7.7.4" | |
| 140 | + "@babel/types" "^7.7.4" | |
| 103 | 141 | |
| 104 | -"@babel/helper-function-name@^7.1.0": | |
| 105 | - version "7.1.0" | |
| 106 | - resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" | |
| 107 | - integrity sha1-oM6wFoX3M1XUNgwSR/WCv6/I/1M= | |
| 142 | +"@babel/helper-function-name@^7.7.4": | |
| 143 | + version "7.7.4" | |
| 144 | + resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.7.4.tgz?cache=0&sync_timestamp=1574465949765&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" | |
| 145 | + integrity sha1-q24EHnE11DbY8KPsoV3ltno0Gi4= | |
| 108 | 146 | dependencies: |
| 109 | - "@babel/helper-get-function-arity" "^7.0.0" | |
| 110 | - "@babel/template" "^7.1.0" | |
| 111 | - "@babel/types" "^7.0.0" | |
| 147 | + "@babel/helper-get-function-arity" "^7.7.4" | |
| 148 | + "@babel/template" "^7.7.4" | |
| 149 | + "@babel/types" "^7.7.4" | |
| 112 | 150 | |
| 113 | -"@babel/helper-get-function-arity@^7.0.0": | |
| 114 | - version "7.0.0" | |
| 115 | - resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" | |
| 116 | - integrity sha1-g1ctQyDipGVyY3NBE8QoaLZOScM= | |
| 151 | +"@babel/helper-get-function-arity@^7.7.4": | |
| 152 | + version "7.7.4" | |
| 153 | + resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" | |
| 154 | + integrity sha1-y0Y0jS+ICOYy8KsEgXITDmNgBfA= | |
| 117 | 155 | dependencies: |
| 118 | - "@babel/types" "^7.0.0" | |
| 156 | + "@babel/types" "^7.7.4" | |
| 119 | 157 | |
| 120 | -"@babel/helper-hoist-variables@^7.4.4": | |
| 121 | - version "7.4.4" | |
| 122 | - resolved "https://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a" | |
| 123 | - integrity sha1-Api18lyMCcUxAtUqxKmPdz6yhQo= | |
| 158 | +"@babel/helper-hoist-variables@^7.7.4": | |
| 159 | + version "7.7.4" | |
| 160 | + resolved "https://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-hoist-variables%2Fdownload%2F%40babel%2Fhelper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12" | |
| 161 | + integrity sha1-YSOE49gj/fqvn84xVQ/l1NsPPRI= | |
| 124 | 162 | dependencies: |
| 125 | - "@babel/types" "^7.4.4" | |
| 163 | + "@babel/types" "^7.7.4" | |
| 126 | 164 | |
| 127 | -"@babel/helper-member-expression-to-functions@^7.5.5": | |
| 128 | - version "7.5.5" | |
| 129 | - resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" | |
| 130 | - integrity sha1-H7W47ERTqTxDnun+Ou6kqEt2tZA= | |
| 165 | +"@babel/helper-member-expression-to-functions@^7.7.4": | |
| 166 | + version "7.7.4" | |
| 167 | + resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.7.4.tgz?cache=0&sync_timestamp=1574465859608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74" | |
| 168 | + integrity sha1-NWQ44lad9zIagyZkTUt5DSEiy3Q= | |
| 131 | 169 | dependencies: |
| 132 | - "@babel/types" "^7.5.5" | |
| 170 | + "@babel/types" "^7.7.4" | |
| 133 | 171 | |
| 134 | -"@babel/helper-module-imports@^7.0.0": | |
| 135 | - version "7.0.0" | |
| 136 | - resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" | |
| 137 | - integrity sha1-lggbcRHkhtpNLNlxrRpP4hbMLj0= | |
| 172 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4": | |
| 173 | + version "7.7.4" | |
| 174 | + resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91" | |
| 175 | + integrity sha1-5aklKfiIi/MZpjdqv70c68SRrZE= | |
| 138 | 176 | dependencies: |
| 139 | - "@babel/types" "^7.0.0" | |
| 177 | + "@babel/types" "^7.7.4" | |
| 140 | 178 | |
| 141 | -"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4": | |
| 142 | - version "7.5.5" | |
| 143 | - resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" | |
| 144 | - integrity sha1-+E/4oJA43Lyh/UNVZhpQCTcWW0o= | |
| 179 | +"@babel/helper-module-transforms@^7.7.4", "@babel/helper-module-transforms@^7.7.5": | |
| 180 | + version "7.7.5" | |
| 181 | + resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835" | |
| 182 | + integrity sha1-0ETaf/2R7JZ9slzWdI9wS2skSDU= | |
| 145 | 183 | dependencies: |
| 146 | - "@babel/helper-module-imports" "^7.0.0" | |
| 147 | - "@babel/helper-simple-access" "^7.1.0" | |
| 148 | - "@babel/helper-split-export-declaration" "^7.4.4" | |
| 149 | - "@babel/template" "^7.4.4" | |
| 150 | - "@babel/types" "^7.5.5" | |
| 184 | + "@babel/helper-module-imports" "^7.7.4" | |
| 185 | + "@babel/helper-simple-access" "^7.7.4" | |
| 186 | + "@babel/helper-split-export-declaration" "^7.7.4" | |
| 187 | + "@babel/template" "^7.7.4" | |
| 188 | + "@babel/types" "^7.7.4" | |
| 151 | 189 | lodash "^4.17.13" |
| 152 | 190 | |
| 153 | -"@babel/helper-optimise-call-expression@^7.0.0": | |
| 154 | - version "7.0.0" | |
| 155 | - resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5" | |
| 156 | - integrity sha1-opIMVwKwc8Fd5REGIAqoytIEl9U= | |
| 191 | +"@babel/helper-optimise-call-expression@^7.7.4": | |
| 192 | + version "7.7.4" | |
| 193 | + resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.7.4.tgz?cache=0&sync_timestamp=1574465948578&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2" | |
| 194 | + integrity sha1-A0rzE3DSmVJCqk30AsO3eUstzfI= | |
| 157 | 195 | dependencies: |
| 158 | - "@babel/types" "^7.0.0" | |
| 196 | + "@babel/types" "^7.7.4" | |
| 159 | 197 | |
| 160 | 198 | "@babel/helper-plugin-utils@^7.0.0": |
| 161 | 199 | version "7.0.0" |
| ... | ... | @@ -169,60 +207,60 @@ |
| 169 | 207 | dependencies: |
| 170 | 208 | lodash "^4.17.13" |
| 171 | 209 | |
| 172 | -"@babel/helper-remap-async-to-generator@^7.1.0": | |
| 173 | - version "7.1.0" | |
| 174 | - resolved "https://registry.npm.taobao.org/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f" | |
| 175 | - integrity sha1-Nh2AghtvONp1vT8HheziCojF/n8= | |
| 176 | - dependencies: | |
| 177 | - "@babel/helper-annotate-as-pure" "^7.0.0" | |
| 178 | - "@babel/helper-wrap-function" "^7.1.0" | |
| 179 | - "@babel/template" "^7.1.0" | |
| 180 | - "@babel/traverse" "^7.1.0" | |
| 181 | - "@babel/types" "^7.0.0" | |
| 182 | - | |
| 183 | -"@babel/helper-replace-supers@^7.5.5": | |
| 184 | - version "7.5.5" | |
| 185 | - resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" | |
| 186 | - integrity sha1-+EzkPfAxIi0rrQaNJibLV5nDS8I= | |
| 187 | - dependencies: | |
| 188 | - "@babel/helper-member-expression-to-functions" "^7.5.5" | |
| 189 | - "@babel/helper-optimise-call-expression" "^7.0.0" | |
| 190 | - "@babel/traverse" "^7.5.5" | |
| 191 | - "@babel/types" "^7.5.5" | |
| 192 | - | |
| 193 | -"@babel/helper-simple-access@^7.1.0": | |
| 194 | - version "7.1.0" | |
| 195 | - resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c" | |
| 196 | - integrity sha1-Ze65VMjCRb6qToWdphiPOdceWFw= | |
| 197 | - dependencies: | |
| 198 | - "@babel/template" "^7.1.0" | |
| 199 | - "@babel/types" "^7.0.0" | |
| 200 | - | |
| 201 | -"@babel/helper-split-export-declaration@^7.4.4": | |
| 202 | - version "7.4.4" | |
| 203 | - resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" | |
| 204 | - integrity sha1-/5SJSjQL549T8GrwOLIFxJ2ZNnc= | |
| 205 | - dependencies: | |
| 206 | - "@babel/types" "^7.4.4" | |
| 207 | - | |
| 208 | -"@babel/helper-wrap-function@^7.1.0": | |
| 209 | - version "7.2.0" | |
| 210 | - resolved "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" | |
| 211 | - integrity sha1-xOABJEV2nigVtVKW6tQ6lYVJ9vo= | |
| 212 | - dependencies: | |
| 213 | - "@babel/helper-function-name" "^7.1.0" | |
| 214 | - "@babel/template" "^7.1.0" | |
| 215 | - "@babel/traverse" "^7.1.0" | |
| 216 | - "@babel/types" "^7.2.0" | |
| 217 | - | |
| 218 | -"@babel/helpers@^7.5.5": | |
| 219 | - version "7.5.5" | |
| 220 | - resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" | |
| 221 | - integrity sha1-Y5CNKnOUIinR5mhbwqDnMN3jt14= | |
| 222 | - dependencies: | |
| 223 | - "@babel/template" "^7.4.4" | |
| 224 | - "@babel/traverse" "^7.5.5" | |
| 225 | - "@babel/types" "^7.5.5" | |
| 210 | +"@babel/helper-remap-async-to-generator@^7.7.4": | |
| 211 | + version "7.7.4" | |
| 212 | + resolved "https://registry.npm.taobao.org/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-remap-async-to-generator%2Fdownload%2F%40babel%2Fhelper-remap-async-to-generator-7.7.4.tgz#c68c2407350d9af0e061ed6726afb4fff16d0234" | |
| 213 | + integrity sha1-xowkBzUNmvDgYe1nJq+0//FtAjQ= | |
| 214 | + dependencies: | |
| 215 | + "@babel/helper-annotate-as-pure" "^7.7.4" | |
| 216 | + "@babel/helper-wrap-function" "^7.7.4" | |
| 217 | + "@babel/template" "^7.7.4" | |
| 218 | + "@babel/traverse" "^7.7.4" | |
| 219 | + "@babel/types" "^7.7.4" | |
| 220 | + | |
| 221 | +"@babel/helper-replace-supers@^7.7.4": | |
| 222 | + version "7.7.4" | |
| 223 | + resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2" | |
| 224 | + integrity sha1-PIgaamp1cSdactguYQcSbsnizdI= | |
| 225 | + dependencies: | |
| 226 | + "@babel/helper-member-expression-to-functions" "^7.7.4" | |
| 227 | + "@babel/helper-optimise-call-expression" "^7.7.4" | |
| 228 | + "@babel/traverse" "^7.7.4" | |
| 229 | + "@babel/types" "^7.7.4" | |
| 230 | + | |
| 231 | +"@babel/helper-simple-access@^7.7.4": | |
| 232 | + version "7.7.4" | |
| 233 | + resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294" | |
| 234 | + integrity sha1-oWmgrbG19BjPwZ8iWGsuv1ipopQ= | |
| 235 | + dependencies: | |
| 236 | + "@babel/template" "^7.7.4" | |
| 237 | + "@babel/types" "^7.7.4" | |
| 238 | + | |
| 239 | +"@babel/helper-split-export-declaration@^7.7.4": | |
| 240 | + version "7.7.4" | |
| 241 | + resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" | |
| 242 | + integrity sha1-Vykq9gRDxKNiLPdAQN3Cjmgzb9g= | |
| 243 | + dependencies: | |
| 244 | + "@babel/types" "^7.7.4" | |
| 245 | + | |
| 246 | +"@babel/helper-wrap-function@^7.7.4": | |
| 247 | + version "7.7.4" | |
| 248 | + resolved "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace" | |
| 249 | + integrity sha1-N6t/7VFQ4i2dcmboMAcsDN2Lqs4= | |
| 250 | + dependencies: | |
| 251 | + "@babel/helper-function-name" "^7.7.4" | |
| 252 | + "@babel/template" "^7.7.4" | |
| 253 | + "@babel/traverse" "^7.7.4" | |
| 254 | + "@babel/types" "^7.7.4" | |
| 255 | + | |
| 256 | +"@babel/helpers@^7.7.4": | |
| 257 | + version "7.7.4" | |
| 258 | + resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" | |
| 259 | + integrity sha1-YsIVuebHEtrcFamg3Kt2ySqUAwI= | |
| 260 | + dependencies: | |
| 261 | + "@babel/template" "^7.7.4" | |
| 262 | + "@babel/traverse" "^7.7.4" | |
| 263 | + "@babel/types" "^7.7.4" | |
| 226 | 264 | |
| 227 | 265 | "@babel/highlight@^7.0.0": |
| 228 | 266 | version "7.5.0" |
| ... | ... | @@ -233,654 +271,708 @@ |
| 233 | 271 | esutils "^2.0.2" |
| 234 | 272 | js-tokens "^4.0.0" |
| 235 | 273 | |
| 236 | -"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5": | |
| 237 | - version "7.5.5" | |
| 238 | - resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.5.5.tgz?cache=0&sync_timestamp=1563398895618&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" | |
| 239 | - integrity sha1-AvB3rIgX099Kgy71neZ1Zeccyks= | |
| 274 | +"@babel/parser@^7.0.0", "@babel/parser@^7.7.4", "@babel/parser@^7.7.7": | |
| 275 | + version "7.7.7" | |
| 276 | + resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937" | |
| 277 | + integrity sha1-G4hllUGc+S2BExbVtxWlP/OLSTc= | |
| 240 | 278 | |
| 241 | -"@babel/plugin-proposal-async-generator-functions@^7.2.0": | |
| 242 | - version "7.2.0" | |
| 243 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e" | |
| 244 | - integrity sha1-somzBmadzkrSCwJSiJoVdoydQX4= | |
| 279 | +"@babel/plugin-proposal-async-generator-functions@^7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.7.4": | |
| 280 | + version "7.7.4" | |
| 281 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d" | |
| 282 | + integrity sha1-A1HFrAqeknhF//1bgq9HaUe3zm0= | |
| 245 | 283 | dependencies: |
| 246 | 284 | "@babel/helper-plugin-utils" "^7.0.0" |
| 247 | - "@babel/helper-remap-async-to-generator" "^7.1.0" | |
| 248 | - "@babel/plugin-syntax-async-generators" "^7.2.0" | |
| 285 | + "@babel/helper-remap-async-to-generator" "^7.7.4" | |
| 286 | + "@babel/plugin-syntax-async-generators" "^7.7.4" | |
| 249 | 287 | |
| 250 | 288 | "@babel/plugin-proposal-class-properties@^7.4.0": |
| 251 | - version "7.5.5" | |
| 252 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4" | |
| 253 | - integrity sha1-qXTPrh43wxEOcfPGouSLjnGVjNQ= | |
| 289 | + version "7.7.4" | |
| 290 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.7.4.tgz?cache=0&sync_timestamp=1574465953354&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-class-properties%2Fdownload%2F%40babel%2Fplugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba" | |
| 291 | + integrity sha1-L5ZPDLGLlIRQNidC4z4VIR53wro= | |
| 254 | 292 | dependencies: |
| 255 | - "@babel/helper-create-class-features-plugin" "^7.5.5" | |
| 293 | + "@babel/helper-create-class-features-plugin" "^7.7.4" | |
| 256 | 294 | "@babel/helper-plugin-utils" "^7.0.0" |
| 257 | 295 | |
| 258 | -"@babel/plugin-proposal-dynamic-import@^7.5.0": | |
| 259 | - version "7.5.0" | |
| 260 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.5.0.tgz?cache=0&sync_timestamp=1562245130508&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-dynamic-import%2Fdownload%2F%40babel%2Fplugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506" | |
| 261 | - integrity sha1-5TIgLbSDhyNpGxCme4zlCeOXxQY= | |
| 296 | +"@babel/plugin-proposal-dynamic-import@^7.7.4": | |
| 297 | + version "7.7.4" | |
| 298 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-dynamic-import%2Fdownload%2F%40babel%2Fplugin-proposal-dynamic-import-7.7.4.tgz#dde64a7f127691758cbfed6cf70de0fa5879d52d" | |
| 299 | + integrity sha1-3eZKfxJ2kXWMv+1s9w3g+lh51S0= | |
| 262 | 300 | dependencies: |
| 263 | 301 | "@babel/helper-plugin-utils" "^7.0.0" |
| 264 | - "@babel/plugin-syntax-dynamic-import" "^7.2.0" | |
| 302 | + "@babel/plugin-syntax-dynamic-import" "^7.7.4" | |
| 265 | 303 | |
| 266 | -"@babel/plugin-proposal-json-strings@^7.2.0": | |
| 267 | - version "7.2.0" | |
| 268 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317" | |
| 269 | - integrity sha1-Vo7MRGxhSK5rJn8CVREwiR4p8xc= | |
| 304 | +"@babel/plugin-proposal-json-strings@^7.7.4": | |
| 305 | + version "7.7.4" | |
| 306 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.7.4.tgz?cache=0&sync_timestamp=1574466144048&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-json-strings%2Fdownload%2F%40babel%2Fplugin-proposal-json-strings-7.7.4.tgz#7700a6bfda771d8dc81973249eac416c6b4c697d" | |
| 307 | + integrity sha1-dwCmv9p3HY3IGXMknqxBbGtMaX0= | |
| 270 | 308 | dependencies: |
| 271 | 309 | "@babel/helper-plugin-utils" "^7.0.0" |
| 272 | - "@babel/plugin-syntax-json-strings" "^7.2.0" | |
| 310 | + "@babel/plugin-syntax-json-strings" "^7.7.4" | |
| 273 | 311 | |
| 274 | -"@babel/plugin-proposal-object-rest-spread@^7.5.5": | |
| 275 | - version "7.5.5" | |
| 276 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" | |
| 277 | - integrity sha1-YZOXRPcbp2o65Gte6hilTBbSLlg= | |
| 312 | +"@babel/plugin-proposal-object-rest-spread@^7.7.7": | |
| 313 | + version "7.7.7" | |
| 314 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370" | |
| 315 | + integrity sha1-nycHUASrmb4IxcG9ZTophYE8s3A= | |
| 278 | 316 | dependencies: |
| 279 | 317 | "@babel/helper-plugin-utils" "^7.0.0" |
| 280 | - "@babel/plugin-syntax-object-rest-spread" "^7.2.0" | |
| 318 | + "@babel/plugin-syntax-object-rest-spread" "^7.7.4" | |
| 281 | 319 | |
| 282 | -"@babel/plugin-proposal-optional-catch-binding@^7.2.0": | |
| 283 | - version "7.2.0" | |
| 284 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5" | |
| 285 | - integrity sha1-E12B7baKCB5V5W7EhUHs6AZcOPU= | |
| 320 | +"@babel/plugin-proposal-optional-catch-binding@^7.7.4": | |
| 321 | + version "7.7.4" | |
| 322 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.7.4.tgz?cache=0&sync_timestamp=1574466142661&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-catch-binding%2Fdownload%2F%40babel%2Fplugin-proposal-optional-catch-binding-7.7.4.tgz#ec21e8aeb09ec6711bc0a39ca49520abee1de379" | |
| 323 | + integrity sha1-7CHorrCexnEbwKOcpJUgq+4d43k= | |
| 286 | 324 | dependencies: |
| 287 | 325 | "@babel/helper-plugin-utils" "^7.0.0" |
| 288 | - "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" | |
| 326 | + "@babel/plugin-syntax-optional-catch-binding" "^7.7.4" | |
| 289 | 327 | |
| 290 | -"@babel/plugin-proposal-unicode-property-regex@^7.4.4": | |
| 291 | - version "7.4.4" | |
| 292 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78" | |
| 293 | - integrity sha1-UB/9mCbAuR2iJpByByKsfLHKnHg= | |
| 328 | +"@babel/plugin-proposal-unicode-property-regex@^7.7.7": | |
| 329 | + version "7.7.7" | |
| 330 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e" | |
| 331 | + integrity sha1-Qz+p2sZPlTwSV4spYz9Fa2iDHE4= | |
| 294 | 332 | dependencies: |
| 333 | + "@babel/helper-create-regexp-features-plugin" "^7.7.4" | |
| 295 | 334 | "@babel/helper-plugin-utils" "^7.0.0" |
| 296 | - "@babel/helper-regex" "^7.4.4" | |
| 297 | - regexpu-core "^4.5.4" | |
| 298 | 335 | |
| 299 | -"@babel/plugin-syntax-async-generators@^7.2.0": | |
| 300 | - version "7.2.0" | |
| 301 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f" | |
| 302 | - integrity sha1-aeHw2zTG9aDPfiszI78VmnbIy38= | |
| 336 | +"@babel/plugin-syntax-async-generators@^7.7.4": | |
| 337 | + version "7.7.4" | |
| 338 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.7.4.tgz#331aaf310a10c80c44a66b238b6e49132bd3c889" | |
| 339 | + integrity sha1-MxqvMQoQyAxEpmsji25JEyvTyIk= | |
| 303 | 340 | dependencies: |
| 304 | 341 | "@babel/helper-plugin-utils" "^7.0.0" |
| 305 | 342 | |
| 306 | -"@babel/plugin-syntax-dynamic-import@^7.2.0": | |
| 307 | - version "7.2.0" | |
| 308 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612" | |
| 309 | - integrity sha1-acFZ/69JmBIhYa2OvF5tH1XfhhI= | |
| 343 | +"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.7.4": | |
| 344 | + version "7.7.4" | |
| 345 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.7.4.tgz?cache=0&sync_timestamp=1574466134311&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-dynamic-import%2Fdownload%2F%40babel%2Fplugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec" | |
| 346 | + integrity sha1-Kco7RBWr/kpew4HpA4Yq0aVMOuw= | |
| 310 | 347 | dependencies: |
| 311 | 348 | "@babel/helper-plugin-utils" "^7.0.0" |
| 312 | 349 | |
| 313 | -"@babel/plugin-syntax-json-strings@^7.2.0": | |
| 314 | - version "7.2.0" | |
| 315 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470" | |
| 316 | - integrity sha1-cr0T9v/h0lk4Ep0qGGsR/WKVFHA= | |
| 350 | +"@babel/plugin-syntax-json-strings@^7.7.4": | |
| 351 | + version "7.7.4" | |
| 352 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.7.4.tgz?cache=0&sync_timestamp=1574466138398&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-json-strings%2Fdownload%2F%40babel%2Fplugin-syntax-json-strings-7.7.4.tgz#86e63f7d2e22f9e27129ac4e83ea989a382e86cc" | |
| 353 | + integrity sha1-huY/fS4i+eJxKaxOg+qYmjguhsw= | |
| 317 | 354 | dependencies: |
| 318 | 355 | "@babel/helper-plugin-utils" "^7.0.0" |
| 319 | 356 | |
| 320 | -"@babel/plugin-syntax-jsx@^7.2.0": | |
| 321 | - version "7.2.0" | |
| 322 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7" | |
| 323 | - integrity sha1-C4WjtLx830zEuL8jYzW5B8oi58c= | |
| 357 | +"@babel/plugin-syntax-jsx@^7.7.4": | |
| 358 | + version "7.7.4" | |
| 359 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.7.4.tgz?cache=0&sync_timestamp=1574466135844&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-jsx%2Fdownload%2F%40babel%2Fplugin-syntax-jsx-7.7.4.tgz#dab2b56a36fb6c3c222a1fbc71f7bf97f327a9ec" | |
| 360 | + integrity sha1-2rK1ajb7bDwiKh+8cfe/l/Mnqew= | |
| 324 | 361 | dependencies: |
| 325 | 362 | "@babel/helper-plugin-utils" "^7.0.0" |
| 326 | 363 | |
| 327 | -"@babel/plugin-syntax-object-rest-spread@^7.2.0": | |
| 328 | - version "7.2.0" | |
| 329 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" | |
| 330 | - integrity sha1-O3o+czUQxX6CC5FCpleayLDfrS4= | |
| 364 | +"@babel/plugin-syntax-object-rest-spread@^7.7.4": | |
| 365 | + version "7.7.4" | |
| 366 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.7.4.tgz?cache=0&sync_timestamp=1574466135349&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-object-rest-spread%2Fdownload%2F%40babel%2Fplugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46" | |
| 367 | + integrity sha1-R88iDRnW0NexVDBHAfRo/BzG/0Y= | |
| 331 | 368 | dependencies: |
| 332 | 369 | "@babel/helper-plugin-utils" "^7.0.0" |
| 333 | 370 | |
| 334 | -"@babel/plugin-syntax-optional-catch-binding@^7.2.0": | |
| 335 | - version "7.2.0" | |
| 336 | - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c" | |
| 337 | - integrity sha1-qUAT1u2okI3+akd+f57ahWVuz1w= | |
| 371 | +"@babel/plugin-syntax-optional-catch-binding@^7.7.4": | |
| 372 | + version "7.7.4" | |
| 373 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.7.4.tgz?cache=0&sync_timestamp=1574466135469&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-optional-catch-binding%2Fdownload%2F%40babel%2Fplugin-syntax-optional-catch-binding-7.7.4.tgz#a3e38f59f4b6233867b4a92dcb0ee05b2c334aa6" | |
| 374 | + integrity sha1-o+OPWfS2IzhntKktyw7gWywzSqY= | |
| 338 | 375 | dependencies: |
| 339 | 376 | "@babel/helper-plugin-utils" "^7.0.0" |
| 340 | 377 | |
| 341 | -"@babel/plugin-transform-arrow-functions@^7.2.0": | |
| 342 | - version "7.2.0" | |
| 343 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550" | |
| 344 | - integrity sha1-mur75Nb/xlY7+Pg3IJFijwB3lVA= | |
| 378 | +"@babel/plugin-syntax-top-level-await@^7.7.4": | |
| 379 | + version "7.7.4" | |
| 380 | + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.7.4.tgz?cache=0&sync_timestamp=1574465929543&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-top-level-await%2Fdownload%2F%40babel%2Fplugin-syntax-top-level-await-7.7.4.tgz#bd7d8fa7b9fee793a36e4027fd6dd1aa32f946da" | |
| 381 | + integrity sha1-vX2Pp7n+55OjbkAn/W3RqjL5Rto= | |
| 345 | 382 | dependencies: |
| 346 | 383 | "@babel/helper-plugin-utils" "^7.0.0" |
| 347 | 384 | |
| 348 | -"@babel/plugin-transform-async-to-generator@^7.5.0": | |
| 349 | - version "7.5.0" | |
| 350 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e" | |
| 351 | - integrity sha1-iaOEigFmYjtbxIEWS1k2q5R+iH4= | |
| 385 | +"@babel/plugin-transform-arrow-functions@^7.7.4": | |
| 386 | + version "7.7.4" | |
| 387 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.7.4.tgz?cache=0&sync_timestamp=1574466137008&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-arrow-functions%2Fdownload%2F%40babel%2Fplugin-transform-arrow-functions-7.7.4.tgz#76309bd578addd8aee3b379d809c802305a98a12" | |
| 388 | + integrity sha1-djCb1Xit3YruOzedgJyAIwWpihI= | |
| 352 | 389 | dependencies: |
| 353 | - "@babel/helper-module-imports" "^7.0.0" | |
| 354 | 390 | "@babel/helper-plugin-utils" "^7.0.0" |
| 355 | - "@babel/helper-remap-async-to-generator" "^7.1.0" | |
| 356 | 391 | |
| 357 | -"@babel/plugin-transform-block-scoped-functions@^7.2.0": | |
| 358 | - version "7.2.0" | |
| 359 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190" | |
| 360 | - integrity sha1-XTzBHo1d3XUqpkyRSNDbbLef0ZA= | |
| 392 | +"@babel/plugin-transform-async-to-generator@^7.7.4": | |
| 393 | + version "7.7.4" | |
| 394 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-async-to-generator%2Fdownload%2F%40babel%2Fplugin-transform-async-to-generator-7.7.4.tgz#694cbeae6d613a34ef0292713fa42fb45c4470ba" | |
| 395 | + integrity sha1-aUy+rm1hOjTvApJxP6QvtFxEcLo= | |
| 361 | 396 | dependencies: |
| 397 | + "@babel/helper-module-imports" "^7.7.4" | |
| 362 | 398 | "@babel/helper-plugin-utils" "^7.0.0" |
| 399 | + "@babel/helper-remap-async-to-generator" "^7.7.4" | |
| 363 | 400 | |
| 364 | -"@babel/plugin-transform-block-scoping@^7.5.5": | |
| 365 | - version "7.5.5" | |
| 366 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.5.5.tgz?cache=0&sync_timestamp=1563398525770&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-block-scoping%2Fdownload%2F%40babel%2Fplugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" | |
| 367 | - integrity sha1-o185XlQCgi8Q0hGfb44EXjY5os4= | |
| 401 | +"@babel/plugin-transform-block-scoped-functions@^7.7.4": | |
| 402 | + version "7.7.4" | |
| 403 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.7.4.tgz?cache=0&sync_timestamp=1574466137204&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-block-scoped-functions%2Fdownload%2F%40babel%2Fplugin-transform-block-scoped-functions-7.7.4.tgz#d0d9d5c269c78eaea76227ace214b8d01e4d837b" | |
| 404 | + integrity sha1-0NnVwmnHjq6nYies4hS40B5Ng3s= | |
| 405 | + dependencies: | |
| 406 | + "@babel/helper-plugin-utils" "^7.0.0" | |
| 407 | + | |
| 408 | +"@babel/plugin-transform-block-scoping@^7.7.4": | |
| 409 | + version "7.7.4" | |
| 410 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.7.4.tgz#200aad0dcd6bb80372f94d9e628ea062c58bf224" | |
| 411 | + integrity sha1-IAqtDc1ruANy+U2eYo6gYsWL8iQ= | |
| 368 | 412 | dependencies: |
| 369 | 413 | "@babel/helper-plugin-utils" "^7.0.0" |
| 370 | 414 | lodash "^4.17.13" |
| 371 | 415 | |
| 372 | -"@babel/plugin-transform-classes@^7.5.5": | |
| 373 | - version "7.5.5" | |
| 374 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" | |
| 375 | - integrity sha1-0JQpnZvWgKFKKg7a44MFrWD7Tek= | |
| 416 | +"@babel/plugin-transform-classes@^7.7.4": | |
| 417 | + version "7.7.4" | |
| 418 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.7.4.tgz#c92c14be0a1399e15df72667067a8f510c9400ec" | |
| 419 | + integrity sha1-ySwUvgoTmeFd9yZnBnqPUQyUAOw= | |
| 376 | 420 | dependencies: |
| 377 | - "@babel/helper-annotate-as-pure" "^7.0.0" | |
| 378 | - "@babel/helper-define-map" "^7.5.5" | |
| 379 | - "@babel/helper-function-name" "^7.1.0" | |
| 380 | - "@babel/helper-optimise-call-expression" "^7.0.0" | |
| 421 | + "@babel/helper-annotate-as-pure" "^7.7.4" | |
| 422 | + "@babel/helper-define-map" "^7.7.4" | |
| 423 | + "@babel/helper-function-name" "^7.7.4" | |
| 424 | + "@babel/helper-optimise-call-expression" "^7.7.4" | |
| 381 | 425 | "@babel/helper-plugin-utils" "^7.0.0" |
| 382 | - "@babel/helper-replace-supers" "^7.5.5" | |
| 383 | - "@babel/helper-split-export-declaration" "^7.4.4" | |
| 426 | + "@babel/helper-replace-supers" "^7.7.4" | |
| 427 | + "@babel/helper-split-export-declaration" "^7.7.4" | |
| 384 | 428 | globals "^11.1.0" |
| 385 | 429 | |
| 386 | -"@babel/plugin-transform-computed-properties@^7.2.0": | |
| 387 | - version "7.2.0" | |
| 388 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da" | |
| 389 | - integrity sha1-g6ffamWIZbHI9kHVEMbzryICFto= | |
| 430 | +"@babel/plugin-transform-computed-properties@^7.7.4": | |
| 431 | + version "7.7.4" | |
| 432 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.7.4.tgz?cache=0&sync_timestamp=1574466138069&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-computed-properties%2Fdownload%2F%40babel%2Fplugin-transform-computed-properties-7.7.4.tgz#e856c1628d3238ffe12d668eb42559f79a81910d" | |
| 433 | + integrity sha1-6FbBYo0yOP/hLWaOtCVZ95qBkQ0= | |
| 390 | 434 | dependencies: |
| 391 | 435 | "@babel/helper-plugin-utils" "^7.0.0" |
| 392 | 436 | |
| 393 | -"@babel/plugin-transform-destructuring@^7.5.0": | |
| 394 | - version "7.5.0" | |
| 395 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.5.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-destructuring%2Fdownload%2F%40babel%2Fplugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a" | |
| 396 | - integrity sha1-9sCf3+P5RRb/B0/od9t7ye8FhVo= | |
| 437 | +"@babel/plugin-transform-destructuring@^7.7.4": | |
| 438 | + version "7.7.4" | |
| 439 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.7.4.tgz?cache=0&sync_timestamp=1574466137334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-destructuring%2Fdownload%2F%40babel%2Fplugin-transform-destructuring-7.7.4.tgz#2b713729e5054a1135097b6a67da1b6fe8789267" | |
| 440 | + integrity sha1-K3E3KeUFShE1CXtqZ9obb+h4kmc= | |
| 397 | 441 | dependencies: |
| 398 | 442 | "@babel/helper-plugin-utils" "^7.0.0" |
| 399 | 443 | |
| 400 | -"@babel/plugin-transform-dotall-regex@^7.4.4": | |
| 401 | - version "7.4.4" | |
| 402 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3" | |
| 403 | - integrity sha1-NhoUi8lRREMSxpRG127R6o5EUMM= | |
| 444 | +"@babel/plugin-transform-dotall-regex@^7.7.7": | |
| 445 | + version "7.7.7" | |
| 446 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b" | |
| 447 | + integrity sha1-PpcT8bafM56H+nlrCX1z3tFrk3s= | |
| 404 | 448 | dependencies: |
| 449 | + "@babel/helper-create-regexp-features-plugin" "^7.7.4" | |
| 405 | 450 | "@babel/helper-plugin-utils" "^7.0.0" |
| 406 | - "@babel/helper-regex" "^7.4.4" | |
| 407 | - regexpu-core "^4.5.4" | |
| 408 | 451 | |
| 409 | -"@babel/plugin-transform-duplicate-keys@^7.5.0": | |
| 410 | - version "7.5.0" | |
| 411 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853" | |
| 412 | - integrity sha1-xdv1EGv4TN9pEiLAl0wSsd+TGFM= | |
| 452 | +"@babel/plugin-transform-duplicate-keys@^7.7.4": | |
| 453 | + version "7.7.4" | |
| 454 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.7.4.tgz?cache=0&sync_timestamp=1574466141354&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-duplicate-keys%2Fdownload%2F%40babel%2Fplugin-transform-duplicate-keys-7.7.4.tgz#3d21731a42e3f598a73835299dd0169c3b90ac91" | |
| 455 | + integrity sha1-PSFzGkLj9ZinODUpndAWnDuQrJE= | |
| 413 | 456 | dependencies: |
| 414 | 457 | "@babel/helper-plugin-utils" "^7.0.0" |
| 415 | 458 | |
| 416 | -"@babel/plugin-transform-exponentiation-operator@^7.2.0": | |
| 417 | - version "7.2.0" | |
| 418 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008" | |
| 419 | - integrity sha1-pjhoKJ5bQAf3BU1GSRr1FDV2YAg= | |
| 459 | +"@babel/plugin-transform-exponentiation-operator@^7.7.4": | |
| 460 | + version "7.7.4" | |
| 461 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.7.4.tgz?cache=0&sync_timestamp=1574466136890&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-exponentiation-operator%2Fdownload%2F%40babel%2Fplugin-transform-exponentiation-operator-7.7.4.tgz#dd30c0191e3a1ba19bcc7e389bdfddc0729d5db9" | |
| 462 | + integrity sha1-3TDAGR46G6GbzH44m9/dwHKdXbk= | |
| 420 | 463 | dependencies: |
| 421 | - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0" | |
| 464 | + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4" | |
| 422 | 465 | "@babel/helper-plugin-utils" "^7.0.0" |
| 423 | 466 | |
| 424 | -"@babel/plugin-transform-for-of@^7.4.4": | |
| 425 | - version "7.4.4" | |
| 426 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556" | |
| 427 | - integrity sha1-Amf8c14kyAi6FzhmxsTRRA/DxVY= | |
| 467 | +"@babel/plugin-transform-for-of@^7.7.4": | |
| 468 | + version "7.7.4" | |
| 469 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.7.4.tgz?cache=0&sync_timestamp=1574466137301&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-for-of%2Fdownload%2F%40babel%2Fplugin-transform-for-of-7.7.4.tgz#248800e3a5e507b1f103d8b4ca998e77c63932bc" | |
| 470 | + integrity sha1-JIgA46XlB7HxA9i0ypmOd8Y5Mrw= | |
| 428 | 471 | dependencies: |
| 429 | 472 | "@babel/helper-plugin-utils" "^7.0.0" |
| 430 | 473 | |
| 431 | -"@babel/plugin-transform-function-name@^7.4.4": | |
| 432 | - version "7.4.4" | |
| 433 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.4.4.tgz#e1436116abb0610c2259094848754ac5230922ad" | |
| 434 | - integrity sha1-4UNhFquwYQwiWQlISHVKxSMJIq0= | |
| 474 | +"@babel/plugin-transform-function-name@^7.7.4": | |
| 475 | + version "7.7.4" | |
| 476 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.7.4.tgz#75a6d3303d50db638ff8b5385d12451c865025b1" | |
| 477 | + integrity sha1-dabTMD1Q22OP+LU4XRJFHIZQJbE= | |
| 435 | 478 | dependencies: |
| 436 | - "@babel/helper-function-name" "^7.1.0" | |
| 479 | + "@babel/helper-function-name" "^7.7.4" | |
| 437 | 480 | "@babel/helper-plugin-utils" "^7.0.0" |
| 438 | 481 | |
| 439 | -"@babel/plugin-transform-literals@^7.2.0": | |
| 440 | - version "7.2.0" | |
| 441 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1" | |
| 442 | - integrity sha1-aQNT6B+SZ9rU/Yz9d+r6hqulPqE= | |
| 482 | +"@babel/plugin-transform-literals@^7.7.4": | |
| 483 | + version "7.7.4" | |
| 484 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.7.4.tgz?cache=0&sync_timestamp=1574466139771&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-literals%2Fdownload%2F%40babel%2Fplugin-transform-literals-7.7.4.tgz#27fe87d2b5017a2a5a34d1c41a6b9f6a6262643e" | |
| 485 | + integrity sha1-J/6H0rUBeipaNNHEGmufamJiZD4= | |
| 443 | 486 | dependencies: |
| 444 | 487 | "@babel/helper-plugin-utils" "^7.0.0" |
| 445 | 488 | |
| 446 | -"@babel/plugin-transform-member-expression-literals@^7.2.0": | |
| 447 | - version "7.2.0" | |
| 448 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d" | |
| 449 | - integrity sha1-+hCqXFiiy2r88sn/qMtNiz1Imi0= | |
| 489 | +"@babel/plugin-transform-member-expression-literals@^7.7.4": | |
| 490 | + version "7.7.4" | |
| 491 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.7.4.tgz?cache=0&sync_timestamp=1574466140548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-member-expression-literals%2Fdownload%2F%40babel%2Fplugin-transform-member-expression-literals-7.7.4.tgz#aee127f2f3339fc34ce5e3055d7ffbf7aa26f19a" | |
| 492 | + integrity sha1-ruEn8vMzn8NM5eMFXX/796om8Zo= | |
| 450 | 493 | dependencies: |
| 451 | 494 | "@babel/helper-plugin-utils" "^7.0.0" |
| 452 | 495 | |
| 453 | -"@babel/plugin-transform-modules-amd@^7.5.0": | |
| 454 | - version "7.5.0" | |
| 455 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91" | |
| 456 | - integrity sha1-7wBDXUbaCllhqnKKHS7P8GPk+5E= | |
| 496 | +"@babel/plugin-transform-modules-amd@^7.7.5": | |
| 497 | + version "7.7.5" | |
| 498 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.7.5.tgz?cache=0&sync_timestamp=1575638332400&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-modules-amd%2Fdownload%2F%40babel%2Fplugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c" | |
| 499 | + integrity sha1-OeD7cXIktZR1swZAK7ju2rAecpw= | |
| 457 | 500 | dependencies: |
| 458 | - "@babel/helper-module-transforms" "^7.1.0" | |
| 501 | + "@babel/helper-module-transforms" "^7.7.5" | |
| 459 | 502 | "@babel/helper-plugin-utils" "^7.0.0" |
| 460 | 503 | babel-plugin-dynamic-import-node "^2.3.0" |
| 461 | 504 | |
| 462 | -"@babel/plugin-transform-modules-commonjs@^7.5.0": | |
| 463 | - version "7.5.0" | |
| 464 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74" | |
| 465 | - integrity sha1-QlEn5gRSMTYIWO6qR6cdde3tenQ= | |
| 505 | +"@babel/plugin-transform-modules-commonjs@^7.6.0", "@babel/plugin-transform-modules-commonjs@^7.7.5": | |
| 506 | + version "7.7.5" | |
| 507 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345" | |
| 508 | + integrity sha1-HSf16wvPdUPndJUOWy+nguY3s0U= | |
| 466 | 509 | dependencies: |
| 467 | - "@babel/helper-module-transforms" "^7.4.4" | |
| 510 | + "@babel/helper-module-transforms" "^7.7.5" | |
| 468 | 511 | "@babel/helper-plugin-utils" "^7.0.0" |
| 469 | - "@babel/helper-simple-access" "^7.1.0" | |
| 512 | + "@babel/helper-simple-access" "^7.7.4" | |
| 470 | 513 | babel-plugin-dynamic-import-node "^2.3.0" |
| 471 | 514 | |
| 472 | -"@babel/plugin-transform-modules-systemjs@^7.5.0": | |
| 473 | - version "7.5.0" | |
| 474 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249" | |
| 475 | - integrity sha1-51JmoT75QgLbKgYgl3dW9R1S0kk= | |
| 515 | +"@babel/plugin-transform-modules-systemjs@^7.7.4": | |
| 516 | + version "7.7.4" | |
| 517 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.7.4.tgz#cd98152339d3e763dfe838b7d4273edaf520bb30" | |
| 518 | + integrity sha1-zZgVIznT52Pf6Di31Cc+2vUguzA= | |
| 476 | 519 | dependencies: |
| 477 | - "@babel/helper-hoist-variables" "^7.4.4" | |
| 520 | + "@babel/helper-hoist-variables" "^7.7.4" | |
| 478 | 521 | "@babel/helper-plugin-utils" "^7.0.0" |
| 479 | 522 | babel-plugin-dynamic-import-node "^2.3.0" |
| 480 | 523 | |
| 481 | -"@babel/plugin-transform-modules-umd@^7.2.0": | |
| 482 | - version "7.2.0" | |
| 483 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae" | |
| 484 | - integrity sha1-dnjOdRafCHe46yI1U4wHQmjdAa4= | |
| 524 | +"@babel/plugin-transform-modules-umd@^7.7.4": | |
| 525 | + version "7.7.4" | |
| 526 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-modules-umd%2Fdownload%2F%40babel%2Fplugin-transform-modules-umd-7.7.4.tgz#1027c355a118de0aae9fee00ad7813c584d9061f" | |
| 527 | + integrity sha1-ECfDVaEY3gqun+4ArXgTxYTZBh8= | |
| 485 | 528 | dependencies: |
| 486 | - "@babel/helper-module-transforms" "^7.1.0" | |
| 529 | + "@babel/helper-module-transforms" "^7.7.4" | |
| 487 | 530 | "@babel/helper-plugin-utils" "^7.0.0" |
| 488 | 531 | |
| 489 | -"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5": | |
| 490 | - version "7.4.5" | |
| 491 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106" | |
| 492 | - integrity sha1-nSaf0oo3AlgZm0KUc2gTpgu90QY= | |
| 532 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.7.4": | |
| 533 | + version "7.7.4" | |
| 534 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.7.4.tgz#fb3bcc4ee4198e7385805007373d6b6f42c98220" | |
| 535 | + integrity sha1-+zvMTuQZjnOFgFAHNz1rb0LJgiA= | |
| 493 | 536 | dependencies: |
| 494 | - regexp-tree "^0.1.6" | |
| 537 | + "@babel/helper-create-regexp-features-plugin" "^7.7.4" | |
| 495 | 538 | |
| 496 | -"@babel/plugin-transform-new-target@^7.4.4": | |
| 497 | - version "7.4.4" | |
| 498 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5" | |
| 499 | - integrity sha1-GNEgQ4sMye6VpH8scryXaPvtYKU= | |
| 539 | +"@babel/plugin-transform-new-target@^7.7.4": | |
| 540 | + version "7.7.4" | |
| 541 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.7.4.tgz?cache=0&sync_timestamp=1574466140101&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-new-target%2Fdownload%2F%40babel%2Fplugin-transform-new-target-7.7.4.tgz#4a0753d2d60639437be07b592a9e58ee00720167" | |
| 542 | + integrity sha1-SgdT0tYGOUN74HtZKp5Y7gByAWc= | |
| 500 | 543 | dependencies: |
| 501 | 544 | "@babel/helper-plugin-utils" "^7.0.0" |
| 502 | 545 | |
| 503 | -"@babel/plugin-transform-object-super@^7.5.5": | |
| 504 | - version "7.5.5" | |
| 505 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" | |
| 506 | - integrity sha1-xwAh34NAc8ZethO4Z5zEo4HRqfk= | |
| 546 | +"@babel/plugin-transform-object-super@^7.7.4": | |
| 547 | + version "7.7.4" | |
| 548 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.7.4.tgz?cache=0&sync_timestamp=1574466136400&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-object-super%2Fdownload%2F%40babel%2Fplugin-transform-object-super-7.7.4.tgz#48488937a2d586c0148451bf51af9d7dda567262" | |
| 549 | + integrity sha1-SEiJN6LVhsAUhFG/Ua+dfdpWcmI= | |
| 507 | 550 | dependencies: |
| 508 | 551 | "@babel/helper-plugin-utils" "^7.0.0" |
| 509 | - "@babel/helper-replace-supers" "^7.5.5" | |
| 552 | + "@babel/helper-replace-supers" "^7.7.4" | |
| 510 | 553 | |
| 511 | -"@babel/plugin-transform-parameters@^7.4.4": | |
| 512 | - version "7.4.4" | |
| 513 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16" | |
| 514 | - integrity sha1-dVbPA/MYvScZ/kySLS2Ai+VXHhY= | |
| 554 | +"@babel/plugin-transform-parameters@^7.7.7": | |
| 555 | + version "7.7.7" | |
| 556 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007" | |
| 557 | + integrity sha1-eohLJGAWTcXxlPZoMyc2WEx2AAc= | |
| 515 | 558 | dependencies: |
| 516 | - "@babel/helper-call-delegate" "^7.4.4" | |
| 517 | - "@babel/helper-get-function-arity" "^7.0.0" | |
| 559 | + "@babel/helper-call-delegate" "^7.7.4" | |
| 560 | + "@babel/helper-get-function-arity" "^7.7.4" | |
| 518 | 561 | "@babel/helper-plugin-utils" "^7.0.0" |
| 519 | 562 | |
| 520 | -"@babel/plugin-transform-property-literals@^7.2.0": | |
| 521 | - version "7.2.0" | |
| 522 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905" | |
| 523 | - integrity sha1-A+M/ZT9bJcTrVyyYuUhQVbOJ6QU= | |
| 563 | +"@babel/plugin-transform-property-literals@^7.7.4": | |
| 564 | + version "7.7.4" | |
| 565 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.7.4.tgz?cache=0&sync_timestamp=1574466142212&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-property-literals%2Fdownload%2F%40babel%2Fplugin-transform-property-literals-7.7.4.tgz#2388d6505ef89b266103f450f9167e6bd73f98c2" | |
| 566 | + integrity sha1-I4jWUF74myZhA/RQ+RZ+a9c/mMI= | |
| 524 | 567 | dependencies: |
| 525 | 568 | "@babel/helper-plugin-utils" "^7.0.0" |
| 526 | 569 | |
| 527 | -"@babel/plugin-transform-react-display-name@^7.0.0": | |
| 528 | - version "7.2.0" | |
| 529 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-react-display-name%2Fdownload%2F%40babel%2Fplugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0" | |
| 530 | - integrity sha1-6/rth4NM6NxCeWCaTwwyTBVuPrA= | |
| 570 | +"@babel/plugin-transform-react-display-name@^7.7.4": | |
| 571 | + version "7.7.4" | |
| 572 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.7.4.tgz#9f2b80b14ebc97eef4a9b29b612c58ed9c0d10dd" | |
| 573 | + integrity sha1-nyuAsU68l+70qbKbYSxY7ZwNEN0= | |
| 531 | 574 | dependencies: |
| 532 | 575 | "@babel/helper-plugin-utils" "^7.0.0" |
| 533 | 576 | |
| 534 | -"@babel/plugin-transform-react-jsx-self@^7.0.0": | |
| 535 | - version "7.2.0" | |
| 536 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba" | |
| 537 | - integrity sha1-Rh4hrZR48QMd1eJ2EI0CfxtSQLo= | |
| 577 | +"@babel/plugin-transform-react-jsx-self@^7.7.4": | |
| 578 | + version "7.7.4" | |
| 579 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.7.4.tgz#81b8fbfd14b2215e8f1c2c3adfba266127b0231c" | |
| 580 | + integrity sha1-gbj7/RSyIV6PHCw637omYSewIxw= | |
| 538 | 581 | dependencies: |
| 539 | 582 | "@babel/helper-plugin-utils" "^7.0.0" |
| 540 | - "@babel/plugin-syntax-jsx" "^7.2.0" | |
| 583 | + "@babel/plugin-syntax-jsx" "^7.7.4" | |
| 541 | 584 | |
| 542 | -"@babel/plugin-transform-react-jsx-source@^7.0.0": | |
| 543 | - version "7.5.0" | |
| 544 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.5.0.tgz?cache=0&sync_timestamp=1562245140455&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-react-jsx-source%2Fdownload%2F%40babel%2Fplugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b" | |
| 545 | - integrity sha1-WDsQxJzwV+I3CFvL2MyWC9g72Ws= | |
| 585 | +"@babel/plugin-transform-react-jsx-source@^7.7.4": | |
| 586 | + version "7.7.4" | |
| 587 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.7.4.tgz#8994b1bf6014b133f5a46d3b7d1ee5f5e3e72c10" | |
| 588 | + integrity sha1-iZSxv2AUsTP1pG07fR7l9ePnLBA= | |
| 546 | 589 | dependencies: |
| 547 | 590 | "@babel/helper-plugin-utils" "^7.0.0" |
| 548 | - "@babel/plugin-syntax-jsx" "^7.2.0" | |
| 591 | + "@babel/plugin-syntax-jsx" "^7.7.4" | |
| 549 | 592 | |
| 550 | -"@babel/plugin-transform-react-jsx@^7.0.0": | |
| 551 | - version "7.3.0" | |
| 552 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290" | |
| 553 | - integrity sha1-8sq5kCZjHHZ+J0WlNoszHP6PUpA= | |
| 593 | +"@babel/plugin-transform-react-jsx@^7.7.4": | |
| 594 | + version "7.7.7" | |
| 595 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.7.7.tgz?cache=0&sync_timestamp=1576718101045&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-react-jsx%2Fdownload%2F%40babel%2Fplugin-transform-react-jsx-7.7.7.tgz#5cbaa7445b4a09f774029f3cc7bb448ff3122a5d" | |
| 596 | + integrity sha1-XLqnRFtKCfd0Ap88x7tEj/MSKl0= | |
| 554 | 597 | dependencies: |
| 555 | - "@babel/helper-builder-react-jsx" "^7.3.0" | |
| 598 | + "@babel/helper-builder-react-jsx" "^7.7.4" | |
| 556 | 599 | "@babel/helper-plugin-utils" "^7.0.0" |
| 557 | - "@babel/plugin-syntax-jsx" "^7.2.0" | |
| 600 | + "@babel/plugin-syntax-jsx" "^7.7.4" | |
| 558 | 601 | |
| 559 | -"@babel/plugin-transform-regenerator@^7.4.5": | |
| 560 | - version "7.4.5" | |
| 561 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f" | |
| 562 | - integrity sha1-Yp3IJRLFXO4BNB+ye9/LIQNUaA8= | |
| 602 | +"@babel/plugin-transform-regenerator@^7.7.5": | |
| 603 | + version "7.7.5" | |
| 604 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9" | |
| 605 | + integrity sha1-OodX7hongPOQ6J8kYGXs9Zwm/Ok= | |
| 563 | 606 | dependencies: |
| 564 | 607 | regenerator-transform "^0.14.0" |
| 565 | 608 | |
| 566 | -"@babel/plugin-transform-reserved-words@^7.2.0": | |
| 567 | - version "7.2.0" | |
| 568 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.2.0.tgz#4792af87c998a49367597d07fedf02636d2e1634" | |
| 569 | - integrity sha1-R5Kvh8mYpJNnWX0H/t8CY20uFjQ= | |
| 609 | +"@babel/plugin-transform-reserved-words@^7.7.4": | |
| 610 | + version "7.7.4" | |
| 611 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.7.4.tgz?cache=0&sync_timestamp=1574466144003&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-reserved-words%2Fdownload%2F%40babel%2Fplugin-transform-reserved-words-7.7.4.tgz#6a7cf123ad175bb5c69aec8f6f0770387ed3f1eb" | |
| 612 | + integrity sha1-anzxI60XW7XGmuyPbwdwOH7T8es= | |
| 570 | 613 | dependencies: |
| 571 | 614 | "@babel/helper-plugin-utils" "^7.0.0" |
| 572 | 615 | |
| 573 | 616 | "@babel/plugin-transform-runtime@^7.4.3": |
| 574 | - version "7.5.5" | |
| 575 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.5.5.tgz#a6331afbfc59189d2135b2e09474457a8e3d28bc" | |
| 576 | - integrity sha1-pjMa+/xZGJ0hNbLglHRFeo49KLw= | |
| 617 | + version "7.7.6" | |
| 618 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.7.6.tgz?cache=0&sync_timestamp=1575765084777&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.7.6.tgz#4f2b548c88922fb98ec1c242afd4733ee3e12f61" | |
| 619 | + integrity sha1-TytUjIiSL7mOwcJCr9RzPuPhL2E= | |
| 577 | 620 | dependencies: |
| 578 | - "@babel/helper-module-imports" "^7.0.0" | |
| 621 | + "@babel/helper-module-imports" "^7.7.4" | |
| 579 | 622 | "@babel/helper-plugin-utils" "^7.0.0" |
| 580 | 623 | resolve "^1.8.1" |
| 581 | 624 | semver "^5.5.1" |
| 582 | 625 | |
| 583 | -"@babel/plugin-transform-shorthand-properties@^7.2.0": | |
| 584 | - version "7.2.0" | |
| 585 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0" | |
| 586 | - integrity sha1-YzOu4vjW7n4oYVRXKYk0o7RhmPA= | |
| 626 | +"@babel/plugin-transform-shorthand-properties@^7.7.4": | |
| 627 | + version "7.7.4" | |
| 628 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.7.4.tgz?cache=0&sync_timestamp=1574466143471&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-shorthand-properties%2Fdownload%2F%40babel%2Fplugin-transform-shorthand-properties-7.7.4.tgz#74a0a9b2f6d67a684c6fbfd5f0458eb7ba99891e" | |
| 629 | + integrity sha1-dKCpsvbWemhMb7/V8EWOt7qZiR4= | |
| 587 | 630 | dependencies: |
| 588 | 631 | "@babel/helper-plugin-utils" "^7.0.0" |
| 589 | 632 | |
| 590 | -"@babel/plugin-transform-spread@^7.2.0": | |
| 591 | - version "7.2.2" | |
| 592 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406" | |
| 593 | - integrity sha1-MQOpq+IvdCttQG7NPNSbd0kZtAY= | |
| 633 | +"@babel/plugin-transform-spread@^7.7.4": | |
| 634 | + version "7.7.4" | |
| 635 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-spread%2Fdownload%2F%40babel%2Fplugin-transform-spread-7.7.4.tgz#aa673b356fe6b7e70d69b6e33a17fef641008578" | |
| 636 | + integrity sha1-qmc7NW/mt+cNabbjOhf+9kEAhXg= | |
| 594 | 637 | dependencies: |
| 595 | 638 | "@babel/helper-plugin-utils" "^7.0.0" |
| 596 | 639 | |
| 597 | -"@babel/plugin-transform-sticky-regex@^7.2.0": | |
| 598 | - version "7.2.0" | |
| 599 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1" | |
| 600 | - integrity sha1-oeRUtZlVYKnB4NU338FQYf0mh+E= | |
| 640 | +"@babel/plugin-transform-sticky-regex@^7.7.4": | |
| 641 | + version "7.7.4" | |
| 642 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.7.4.tgz?cache=0&sync_timestamp=1574466146247&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-sticky-regex%2Fdownload%2F%40babel%2Fplugin-transform-sticky-regex-7.7.4.tgz#ffb68c05090c30732076b1285dc1401b404a123c" | |
| 643 | + integrity sha1-/7aMBQkMMHMgdrEoXcFAG0BKEjw= | |
| 601 | 644 | dependencies: |
| 602 | 645 | "@babel/helper-plugin-utils" "^7.0.0" |
| 603 | 646 | "@babel/helper-regex" "^7.0.0" |
| 604 | 647 | |
| 605 | -"@babel/plugin-transform-template-literals@^7.4.4": | |
| 606 | - version "7.4.4" | |
| 607 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0" | |
| 608 | - integrity sha1-nSj+p7vOY3+3YSoHUJidgyHUvLA= | |
| 648 | +"@babel/plugin-transform-template-literals@^7.7.4": | |
| 649 | + version "7.7.4" | |
| 650 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.7.4.tgz?cache=0&sync_timestamp=1574466128847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-template-literals%2Fdownload%2F%40babel%2Fplugin-transform-template-literals-7.7.4.tgz#1eb6411736dd3fe87dbd20cc6668e5121c17d604" | |
| 651 | + integrity sha1-HrZBFzbdP+h9vSDMZmjlEhwX1gQ= | |
| 609 | 652 | dependencies: |
| 610 | - "@babel/helper-annotate-as-pure" "^7.0.0" | |
| 653 | + "@babel/helper-annotate-as-pure" "^7.7.4" | |
| 611 | 654 | "@babel/helper-plugin-utils" "^7.0.0" |
| 612 | 655 | |
| 613 | -"@babel/plugin-transform-typeof-symbol@^7.2.0": | |
| 614 | - version "7.2.0" | |
| 615 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2" | |
| 616 | - integrity sha1-EX0rzsL79ktLWdH5gZiUaC0p8rI= | |
| 656 | +"@babel/plugin-transform-typeof-symbol@^7.7.4": | |
| 657 | + version "7.7.4" | |
| 658 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.7.4.tgz?cache=0&sync_timestamp=1574466144984&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-typeof-symbol%2Fdownload%2F%40babel%2Fplugin-transform-typeof-symbol-7.7.4.tgz#3174626214f2d6de322882e498a38e8371b2140e" | |
| 659 | + integrity sha1-MXRiYhTy1t4yKILkmKOOg3GyFA4= | |
| 617 | 660 | dependencies: |
| 618 | 661 | "@babel/helper-plugin-utils" "^7.0.0" |
| 619 | 662 | |
| 620 | -"@babel/plugin-transform-unicode-regex@^7.4.4": | |
| 621 | - version "7.4.4" | |
| 622 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f" | |
| 623 | - integrity sha1-q0Y0u08U02cov1l4Mis1WHeHlw8= | |
| 663 | +"@babel/plugin-transform-unicode-regex@^7.7.4": | |
| 664 | + version "7.7.4" | |
| 665 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-unicode-regex%2Fdownload%2F%40babel%2Fplugin-transform-unicode-regex-7.7.4.tgz#a3c0f65b117c4c81c5b6484f2a5e7b95346b83ae" | |
| 666 | + integrity sha1-o8D2WxF8TIHFtkhPKl57lTRrg64= | |
| 624 | 667 | dependencies: |
| 668 | + "@babel/helper-create-regexp-features-plugin" "^7.7.4" | |
| 625 | 669 | "@babel/helper-plugin-utils" "^7.0.0" |
| 626 | - "@babel/helper-regex" "^7.4.4" | |
| 627 | - regexpu-core "^4.5.4" | |
| 628 | 670 | |
| 629 | 671 | "@babel/polyfill@^7.4.3": |
| 630 | - version "7.4.4" | |
| 631 | - resolved "https://registry.npm.taobao.org/@babel/polyfill/download/@babel/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893" | |
| 632 | - integrity sha1-eIAc89vmV4RO6r8xwcrjgoBR6JM= | |
| 672 | + version "7.7.0" | |
| 673 | + resolved "https://registry.npm.taobao.org/@babel/polyfill/download/@babel/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3" | |
| 674 | + integrity sha1-4QZuJR4XYG7HkIsFYX+bf4GA2PM= | |
| 633 | 675 | dependencies: |
| 634 | 676 | core-js "^2.6.5" |
| 635 | 677 | regenerator-runtime "^0.13.2" |
| 636 | 678 | |
| 637 | 679 | "@babel/preset-env@^7.4.3": |
| 638 | - version "7.5.5" | |
| 639 | - resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" | |
| 640 | - integrity sha1-vEcLU6yqSN9LjbJKVw1tof71PJo= | |
| 680 | + version "7.7.7" | |
| 681 | + resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac" | |
| 682 | + integrity sha1-wpQWe5HlPn422CDpQ+zo0Mf+Rqw= | |
| 641 | 683 | dependencies: |
| 642 | - "@babel/helper-module-imports" "^7.0.0" | |
| 684 | + "@babel/helper-module-imports" "^7.7.4" | |
| 643 | 685 | "@babel/helper-plugin-utils" "^7.0.0" |
| 644 | - "@babel/plugin-proposal-async-generator-functions" "^7.2.0" | |
| 645 | - "@babel/plugin-proposal-dynamic-import" "^7.5.0" | |
| 646 | - "@babel/plugin-proposal-json-strings" "^7.2.0" | |
| 647 | - "@babel/plugin-proposal-object-rest-spread" "^7.5.5" | |
| 648 | - "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" | |
| 649 | - "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" | |
| 650 | - "@babel/plugin-syntax-async-generators" "^7.2.0" | |
| 651 | - "@babel/plugin-syntax-dynamic-import" "^7.2.0" | |
| 652 | - "@babel/plugin-syntax-json-strings" "^7.2.0" | |
| 653 | - "@babel/plugin-syntax-object-rest-spread" "^7.2.0" | |
| 654 | - "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" | |
| 655 | - "@babel/plugin-transform-arrow-functions" "^7.2.0" | |
| 656 | - "@babel/plugin-transform-async-to-generator" "^7.5.0" | |
| 657 | - "@babel/plugin-transform-block-scoped-functions" "^7.2.0" | |
| 658 | - "@babel/plugin-transform-block-scoping" "^7.5.5" | |
| 659 | - "@babel/plugin-transform-classes" "^7.5.5" | |
| 660 | - "@babel/plugin-transform-computed-properties" "^7.2.0" | |
| 661 | - "@babel/plugin-transform-destructuring" "^7.5.0" | |
| 662 | - "@babel/plugin-transform-dotall-regex" "^7.4.4" | |
| 663 | - "@babel/plugin-transform-duplicate-keys" "^7.5.0" | |
| 664 | - "@babel/plugin-transform-exponentiation-operator" "^7.2.0" | |
| 665 | - "@babel/plugin-transform-for-of" "^7.4.4" | |
| 666 | - "@babel/plugin-transform-function-name" "^7.4.4" | |
| 667 | - "@babel/plugin-transform-literals" "^7.2.0" | |
| 668 | - "@babel/plugin-transform-member-expression-literals" "^7.2.0" | |
| 669 | - "@babel/plugin-transform-modules-amd" "^7.5.0" | |
| 670 | - "@babel/plugin-transform-modules-commonjs" "^7.5.0" | |
| 671 | - "@babel/plugin-transform-modules-systemjs" "^7.5.0" | |
| 672 | - "@babel/plugin-transform-modules-umd" "^7.2.0" | |
| 673 | - "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" | |
| 674 | - "@babel/plugin-transform-new-target" "^7.4.4" | |
| 675 | - "@babel/plugin-transform-object-super" "^7.5.5" | |
| 676 | - "@babel/plugin-transform-parameters" "^7.4.4" | |
| 677 | - "@babel/plugin-transform-property-literals" "^7.2.0" | |
| 678 | - "@babel/plugin-transform-regenerator" "^7.4.5" | |
| 679 | - "@babel/plugin-transform-reserved-words" "^7.2.0" | |
| 680 | - "@babel/plugin-transform-shorthand-properties" "^7.2.0" | |
| 681 | - "@babel/plugin-transform-spread" "^7.2.0" | |
| 682 | - "@babel/plugin-transform-sticky-regex" "^7.2.0" | |
| 683 | - "@babel/plugin-transform-template-literals" "^7.4.4" | |
| 684 | - "@babel/plugin-transform-typeof-symbol" "^7.2.0" | |
| 685 | - "@babel/plugin-transform-unicode-regex" "^7.4.4" | |
| 686 | - "@babel/types" "^7.5.5" | |
| 686 | + "@babel/plugin-proposal-async-generator-functions" "^7.7.4" | |
| 687 | + "@babel/plugin-proposal-dynamic-import" "^7.7.4" | |
| 688 | + "@babel/plugin-proposal-json-strings" "^7.7.4" | |
| 689 | + "@babel/plugin-proposal-object-rest-spread" "^7.7.7" | |
| 690 | + "@babel/plugin-proposal-optional-catch-binding" "^7.7.4" | |
| 691 | + "@babel/plugin-proposal-unicode-property-regex" "^7.7.7" | |
| 692 | + "@babel/plugin-syntax-async-generators" "^7.7.4" | |
| 693 | + "@babel/plugin-syntax-dynamic-import" "^7.7.4" | |
| 694 | + "@babel/plugin-syntax-json-strings" "^7.7.4" | |
| 695 | + "@babel/plugin-syntax-object-rest-spread" "^7.7.4" | |
| 696 | + "@babel/plugin-syntax-optional-catch-binding" "^7.7.4" | |
| 697 | + "@babel/plugin-syntax-top-level-await" "^7.7.4" | |
| 698 | + "@babel/plugin-transform-arrow-functions" "^7.7.4" | |
| 699 | + "@babel/plugin-transform-async-to-generator" "^7.7.4" | |
| 700 | + "@babel/plugin-transform-block-scoped-functions" "^7.7.4" | |
| 701 | + "@babel/plugin-transform-block-scoping" "^7.7.4" | |
| 702 | + "@babel/plugin-transform-classes" "^7.7.4" | |
| 703 | + "@babel/plugin-transform-computed-properties" "^7.7.4" | |
| 704 | + "@babel/plugin-transform-destructuring" "^7.7.4" | |
| 705 | + "@babel/plugin-transform-dotall-regex" "^7.7.7" | |
| 706 | + "@babel/plugin-transform-duplicate-keys" "^7.7.4" | |
| 707 | + "@babel/plugin-transform-exponentiation-operator" "^7.7.4" | |
| 708 | + "@babel/plugin-transform-for-of" "^7.7.4" | |
| 709 | + "@babel/plugin-transform-function-name" "^7.7.4" | |
| 710 | + "@babel/plugin-transform-literals" "^7.7.4" | |
| 711 | + "@babel/plugin-transform-member-expression-literals" "^7.7.4" | |
| 712 | + "@babel/plugin-transform-modules-amd" "^7.7.5" | |
| 713 | + "@babel/plugin-transform-modules-commonjs" "^7.7.5" | |
| 714 | + "@babel/plugin-transform-modules-systemjs" "^7.7.4" | |
| 715 | + "@babel/plugin-transform-modules-umd" "^7.7.4" | |
| 716 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4" | |
| 717 | + "@babel/plugin-transform-new-target" "^7.7.4" | |
| 718 | + "@babel/plugin-transform-object-super" "^7.7.4" | |
| 719 | + "@babel/plugin-transform-parameters" "^7.7.7" | |
| 720 | + "@babel/plugin-transform-property-literals" "^7.7.4" | |
| 721 | + "@babel/plugin-transform-regenerator" "^7.7.5" | |
| 722 | + "@babel/plugin-transform-reserved-words" "^7.7.4" | |
| 723 | + "@babel/plugin-transform-shorthand-properties" "^7.7.4" | |
| 724 | + "@babel/plugin-transform-spread" "^7.7.4" | |
| 725 | + "@babel/plugin-transform-sticky-regex" "^7.7.4" | |
| 726 | + "@babel/plugin-transform-template-literals" "^7.7.4" | |
| 727 | + "@babel/plugin-transform-typeof-symbol" "^7.7.4" | |
| 728 | + "@babel/plugin-transform-unicode-regex" "^7.7.4" | |
| 729 | + "@babel/types" "^7.7.4" | |
| 687 | 730 | browserslist "^4.6.0" |
| 688 | - core-js-compat "^3.1.1" | |
| 731 | + core-js-compat "^3.6.0" | |
| 689 | 732 | invariant "^2.2.2" |
| 690 | 733 | js-levenshtein "^1.1.3" |
| 691 | 734 | semver "^5.5.0" |
| 692 | 735 | |
| 693 | 736 | "@babel/preset-react@^7.0.0": |
| 694 | - version "7.0.0" | |
| 695 | - resolved "https://registry.npm.taobao.org/@babel/preset-react/download/@babel/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0" | |
| 696 | - integrity sha1-6GtLPZlDPHs+npF0fiZTlYvGs8A= | |
| 737 | + version "7.7.4" | |
| 738 | + resolved "https://registry.npm.taobao.org/@babel/preset-react/download/@babel/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707" | |
| 739 | + integrity sha1-P+LqaY2PtTbY54gaWSw8Hui/Vwc= | |
| 697 | 740 | dependencies: |
| 698 | 741 | "@babel/helper-plugin-utils" "^7.0.0" |
| 699 | - "@babel/plugin-transform-react-display-name" "^7.0.0" | |
| 700 | - "@babel/plugin-transform-react-jsx" "^7.0.0" | |
| 701 | - "@babel/plugin-transform-react-jsx-self" "^7.0.0" | |
| 702 | - "@babel/plugin-transform-react-jsx-source" "^7.0.0" | |
| 703 | - | |
| 704 | -"@babel/runtime@^7.0.0", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2": | |
| 705 | - version "7.7.6" | |
| 706 | - resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.7.6.tgz#d18c511121aff1b4f2cd1d452f1bac9601dd830f" | |
| 707 | - integrity sha1-0YxRESGv8bTyzR1FLxuslgHdgw8= | |
| 708 | - dependencies: | |
| 709 | - regenerator-runtime "^0.13.2" | |
| 742 | + "@babel/plugin-transform-react-display-name" "^7.7.4" | |
| 743 | + "@babel/plugin-transform-react-jsx" "^7.7.4" | |
| 744 | + "@babel/plugin-transform-react-jsx-self" "^7.7.4" | |
| 745 | + "@babel/plugin-transform-react-jsx-source" "^7.7.4" | |
| 710 | 746 | |
| 711 | -"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5": | |
| 712 | - version "7.5.5" | |
| 713 | - resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.5.5.tgz?cache=0&sync_timestamp=1563398515522&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" | |
| 714 | - integrity sha1-dPulbTXvvspEQJHHhQzNSU/S8TI= | |
| 747 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2": | |
| 748 | + version "7.7.7" | |
| 749 | + resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.7.7.tgz#194769ca8d6d7790ec23605af9ee3e42a0aa79cf" | |
| 750 | + integrity sha1-GUdpyo1td5DsI2Ba+e4+QqCqec8= | |
| 715 | 751 | dependencies: |
| 716 | 752 | regenerator-runtime "^0.13.2" |
| 717 | 753 | |
| 718 | -"@babel/template@^7.1.0", "@babel/template@^7.4.4": | |
| 719 | - version "7.4.4" | |
| 720 | - resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" | |
| 721 | - integrity sha1-9LiNEiVomgj1vDoXSDVFvp5O0jc= | |
| 754 | +"@babel/template@^7.7.4": | |
| 755 | + version "7.7.4" | |
| 756 | + resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.7.4.tgz?cache=0&sync_timestamp=1574465948896&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" | |
| 757 | + integrity sha1-Qop9nuz/4n3qwKmOI7+ONnXSp3s= | |
| 722 | 758 | dependencies: |
| 723 | 759 | "@babel/code-frame" "^7.0.0" |
| 724 | - "@babel/parser" "^7.4.4" | |
| 725 | - "@babel/types" "^7.4.4" | |
| 760 | + "@babel/parser" "^7.7.4" | |
| 761 | + "@babel/types" "^7.7.4" | |
| 726 | 762 | |
| 727 | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": | |
| 728 | - version "7.5.5" | |
| 729 | - resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.5.5.tgz?cache=0&sync_timestamp=1563399350354&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" | |
| 730 | - integrity sha1-9mT482jtMpiM1kjan3LVynDxZbs= | |
| 763 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.7.4": | |
| 764 | + version "7.7.4" | |
| 765 | + resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" | |
| 766 | + integrity sha1-nB58YPtnn+T8+qQlAIMzM8IFhVg= | |
| 731 | 767 | dependencies: |
| 732 | 768 | "@babel/code-frame" "^7.5.5" |
| 733 | - "@babel/generator" "^7.5.5" | |
| 734 | - "@babel/helper-function-name" "^7.1.0" | |
| 735 | - "@babel/helper-split-export-declaration" "^7.4.4" | |
| 736 | - "@babel/parser" "^7.5.5" | |
| 737 | - "@babel/types" "^7.5.5" | |
| 769 | + "@babel/generator" "^7.7.4" | |
| 770 | + "@babel/helper-function-name" "^7.7.4" | |
| 771 | + "@babel/helper-split-export-declaration" "^7.7.4" | |
| 772 | + "@babel/parser" "^7.7.4" | |
| 773 | + "@babel/types" "^7.7.4" | |
| 738 | 774 | debug "^4.1.0" |
| 739 | 775 | globals "^11.1.0" |
| 740 | 776 | lodash "^4.17.13" |
| 741 | 777 | |
| 742 | -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": | |
| 743 | - version "7.5.5" | |
| 744 | - resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" | |
| 745 | - integrity sha1-l7n3KOGCeFkJqkq1YmTwkKAo0Yo= | |
| 778 | +"@babel/types@^7.0.0", "@babel/types@^7.7.4": | |
| 779 | + version "7.7.4" | |
| 780 | + resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" | |
| 781 | + integrity sha1-UWVw1TnkTd8wjAdWnCWP+U/ekZM= | |
| 746 | 782 | dependencies: |
| 747 | 783 | esutils "^2.0.2" |
| 748 | 784 | lodash "^4.17.13" |
| 749 | 785 | to-fast-properties "^2.0.0" |
| 750 | 786 | |
| 751 | -"@buffetjs/styles@^1.0.0": | |
| 787 | +"@buffetjs/core@1.2.0", "@buffetjs/core@^1.1.3": | |
| 788 | + version "1.2.0" | |
| 789 | + resolved "https://registry.npm.taobao.org/@buffetjs/core/download/@buffetjs/core-1.2.0.tgz#d83af381b1214945ac5b192d76c3b9c7be38dbad" | |
| 790 | + integrity sha1-2DrzgbEhSUWsWxktdsO5x744260= | |
| 791 | + dependencies: | |
| 792 | + "@buffetjs/icons" "1.1.2" | |
| 793 | + "@buffetjs/styles" "1.2.0" | |
| 794 | + "@buffetjs/utils" "1.1.0" | |
| 795 | + "@fortawesome/fontawesome-svg-core" "^1.2.25" | |
| 796 | + "@fortawesome/free-regular-svg-icons" "^5.11.2" | |
| 797 | + "@fortawesome/free-solid-svg-icons" "^5.11.2" | |
| 798 | + "@fortawesome/react-fontawesome" "^0.1.4" | |
| 799 | + invariant "^2.2.4" | |
| 800 | + moment "^2.24.0" | |
| 801 | + rc-input-number "^4.5.0" | |
| 802 | + react-dates "^21.5.1" | |
| 803 | + react-moment-proptypes "^1.7.0" | |
| 804 | + | |
| 805 | +"@buffetjs/custom@^1.1.3": | |
| 806 | + version "1.2.0" | |
| 807 | + resolved "https://registry.npm.taobao.org/@buffetjs/custom/download/@buffetjs/custom-1.2.0.tgz#239bfcd67ddc281d885dee6bc7b17d358f725360" | |
| 808 | + integrity sha1-I5v81n3cKB2IXe5rx7F9NY9yU2A= | |
| 809 | + dependencies: | |
| 810 | + "@buffetjs/core" "1.2.0" | |
| 811 | + "@buffetjs/styles" "1.2.0" | |
| 812 | + "@buffetjs/utils" "1.1.0" | |
| 813 | + moment "^2.24.0" | |
| 814 | + react-moment-proptypes "^1.7.0" | |
| 815 | + | |
| 816 | +"@buffetjs/icons@1.1.2", "@buffetjs/icons@^1.1.2": | |
| 752 | 817 | version "1.1.2" |
| 753 | - resolved "https://registry.npm.taobao.org/@buffetjs/styles/download/@buffetjs/styles-1.1.2.tgz#df5af61566f2cc9527375d146e788839e5313d27" | |
| 754 | - integrity sha1-31r2FWbyzJUnN10UbniIOeUxPSc= | |
| 818 | + resolved "https://registry.npm.taobao.org/@buffetjs/icons/download/@buffetjs/icons-1.1.2.tgz#de91792c3bd123f677b8a84256be3d68fce52af8" | |
| 819 | + integrity sha1-3pF5LDvRI/Z3uKhCVr49aPzlKvg= | |
| 820 | + | |
| 821 | +"@buffetjs/styles@1.2.0", "@buffetjs/styles@^1.1.3": | |
| 822 | + version "1.2.0" | |
| 823 | + resolved "https://registry.npm.taobao.org/@buffetjs/styles/download/@buffetjs/styles-1.2.0.tgz#a9e79b51b94d67edae619759b9ccd9ed20844f56" | |
| 824 | + integrity sha1-qeebUblNZ+2uYZdZuczZ7SCET1Y= | |
| 755 | 825 | dependencies: |
| 826 | + "@fortawesome/fontawesome-free" "^5.12.0" | |
| 756 | 827 | "@fortawesome/fontawesome-svg-core" "^1.2.22" |
| 757 | 828 | "@fortawesome/free-regular-svg-icons" "^5.10.2" |
| 758 | 829 | "@fortawesome/free-solid-svg-icons" "^5.10.2" |
| 759 | 830 | "@fortawesome/react-fontawesome" "^0.1.4" |
| 760 | 831 | react-dates "^21.1.0" |
| 761 | 832 | |
| 762 | -"@emotion/cache@^10.0.17", "@emotion/cache@^10.0.9": | |
| 763 | - version "10.0.19" | |
| 764 | - resolved "https://registry.npm.taobao.org/@emotion/cache/download/@emotion/cache-10.0.19.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fcache%2Fdownload%2F%40emotion%2Fcache-10.0.19.tgz#d258d94d9c707dcadaf1558def968b86bb87ad71" | |
| 765 | - integrity sha1-0ljZTZxwfcra8VWN75aLhruHrXE= | |
| 833 | +"@buffetjs/utils@1.1.0", "@buffetjs/utils@^1.1.0": | |
| 834 | + version "1.1.0" | |
| 835 | + resolved "https://registry.npm.taobao.org/@buffetjs/utils/download/@buffetjs/utils-1.1.0.tgz#04a7abb81256506ecd32e255c5ab0a199560bbbd" | |
| 836 | + integrity sha1-BKeruBJWUG7NMuJVxasKGZVgu70= | |
| 837 | + dependencies: | |
| 838 | + yup "^0.27.0" | |
| 839 | + | |
| 840 | +"@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9": | |
| 841 | + version "10.0.27" | |
| 842 | + resolved "https://registry.npm.taobao.org/@emotion/cache/download/@emotion/cache-10.0.27.tgz#7895db204e2c1a991ae33d51262a3a44f6737303" | |
| 843 | + integrity sha1-eJXbIE4sGpka4z1RJio6RPZzcwM= | |
| 766 | 844 | dependencies: |
| 767 | - "@emotion/sheet" "0.9.3" | |
| 768 | - "@emotion/stylis" "0.8.4" | |
| 769 | - "@emotion/utils" "0.11.2" | |
| 770 | - "@emotion/weak-memoize" "0.2.4" | |
| 845 | + "@emotion/sheet" "0.9.4" | |
| 846 | + "@emotion/stylis" "0.8.5" | |
| 847 | + "@emotion/utils" "0.11.3" | |
| 848 | + "@emotion/weak-memoize" "0.2.5" | |
| 771 | 849 | |
| 772 | 850 | "@emotion/core@^10.0.9": |
| 773 | - version "10.0.22" | |
| 774 | - resolved "https://registry.npm.taobao.org/@emotion/core/download/@emotion/core-10.0.22.tgz#2ac7bcf9b99a1979ab5b0a876fbf37ab0688b177" | |
| 775 | - integrity sha1-Kse8+bmaGXmrWwqHb783qwaIsXc= | |
| 851 | + version "10.0.27" | |
| 852 | + resolved "https://registry.npm.taobao.org/@emotion/core/download/@emotion/core-10.0.27.tgz#7c3f78be681ab2273f3bf11ca3e2edc4a9dd1fdc" | |
| 853 | + integrity sha1-fD94vmgasic/O/Eco+LtxKndH9w= | |
| 776 | 854 | dependencies: |
| 777 | 855 | "@babel/runtime" "^7.5.5" |
| 778 | - "@emotion/cache" "^10.0.17" | |
| 779 | - "@emotion/css" "^10.0.22" | |
| 780 | - "@emotion/serialize" "^0.11.12" | |
| 781 | - "@emotion/sheet" "0.9.3" | |
| 782 | - "@emotion/utils" "0.11.2" | |
| 783 | - | |
| 784 | -"@emotion/css@^10.0.22", "@emotion/css@^10.0.9": | |
| 785 | - version "10.0.22" | |
| 786 | - resolved "https://registry.npm.taobao.org/@emotion/css/download/@emotion/css-10.0.22.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fcss%2Fdownload%2F%40emotion%2Fcss-10.0.22.tgz#37b1abb6826759fe8ac0af0ac0034d27de6d1793" | |
| 787 | - integrity sha1-N7GrtoJnWf6KwK8KwANNJ95tF5M= | |
| 788 | - dependencies: | |
| 789 | - "@emotion/serialize" "^0.11.12" | |
| 790 | - "@emotion/utils" "0.11.2" | |
| 791 | - babel-plugin-emotion "^10.0.22" | |
| 792 | - | |
| 793 | -"@emotion/hash@0.7.3": | |
| 794 | - version "0.7.3" | |
| 795 | - resolved "https://registry.npm.taobao.org/@emotion/hash/download/@emotion/hash-0.7.3.tgz#a166882c81c0c6040975dd30df24fae8549bd96f" | |
| 796 | - integrity sha1-oWaILIHAxgQJdd0w3yT66FSb2W8= | |
| 856 | + "@emotion/cache" "^10.0.27" | |
| 857 | + "@emotion/css" "^10.0.27" | |
| 858 | + "@emotion/serialize" "^0.11.15" | |
| 859 | + "@emotion/sheet" "0.9.4" | |
| 860 | + "@emotion/utils" "0.11.3" | |
| 861 | + | |
| 862 | +"@emotion/css@^10.0.27", "@emotion/css@^10.0.9": | |
| 863 | + version "10.0.27" | |
| 864 | + resolved "https://registry.npm.taobao.org/@emotion/css/download/@emotion/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c" | |
| 865 | + integrity sha1-OnRYGY+767U7AbK4f2Tl4hJB4Uw= | |
| 866 | + dependencies: | |
| 867 | + "@emotion/serialize" "^0.11.15" | |
| 868 | + "@emotion/utils" "0.11.3" | |
| 869 | + babel-plugin-emotion "^10.0.27" | |
| 870 | + | |
| 871 | +"@emotion/hash@0.7.4": | |
| 872 | + version "0.7.4" | |
| 873 | + resolved "https://registry.npm.taobao.org/@emotion/hash/download/@emotion/hash-0.7.4.tgz?cache=0&sync_timestamp=1577065770152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fhash%2Fdownload%2F%40emotion%2Fhash-0.7.4.tgz#f14932887422c9056b15a8d222a9074a7dfa2831" | |
| 874 | + integrity sha1-8UkyiHQiyQVrFajSIqkHSn36KDE= | |
| 797 | 875 | |
| 798 | 876 | "@emotion/is-prop-valid@^0.8.1": |
| 799 | - version "0.8.2" | |
| 800 | - resolved "https://registry.npm.taobao.org/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.2.tgz#b9692080da79041683021fcc32f96b40c54c59dc" | |
| 801 | - integrity sha1-uWkggNp5BBaDAh/MMvlrQMVMWdw= | |
| 877 | + version "0.8.6" | |
| 878 | + resolved "https://registry.npm.taobao.org/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.6.tgz#4757646f0a58e9dec614c47c838e7147d88c263c" | |
| 879 | + integrity sha1-R1dkbwpY6d7GFMR8g45xR9iMJjw= | |
| 802 | 880 | dependencies: |
| 803 | - "@emotion/memoize" "0.7.2" | |
| 804 | - | |
| 805 | -"@emotion/memoize@0.7.2": | |
| 806 | - version "0.7.2" | |
| 807 | - resolved "https://registry.npm.taobao.org/@emotion/memoize/download/@emotion/memoize-0.7.2.tgz#7f4c71b7654068dfcccad29553520f984cc66b30" | |
| 808 | - integrity sha1-f0xxt2VAaN/MytKVU1IPmEzGazA= | |
| 881 | + "@emotion/memoize" "0.7.4" | |
| 809 | 882 | |
| 810 | -"@emotion/memoize@0.7.3": | |
| 811 | - version "0.7.3" | |
| 812 | - resolved "https://registry.npm.taobao.org/@emotion/memoize/download/@emotion/memoize-0.7.3.tgz#5b6b1c11d6a6dddf1f2fc996f74cf3b219644d78" | |
| 813 | - integrity sha1-W2scEdam3d8fL8mW90zzshlkTXg= | |
| 814 | - | |
| 815 | -"@emotion/serialize@^0.11.12", "@emotion/serialize@^0.11.14": | |
| 816 | - version "0.11.14" | |
| 817 | - resolved "https://registry.npm.taobao.org/@emotion/serialize/download/@emotion/serialize-0.11.14.tgz#56a6d8d04d837cc5b0126788b2134c51353c6488" | |
| 818 | - integrity sha1-VqbY0E2DfMWwEmeIshNMUTU8ZIg= | |
| 819 | - dependencies: | |
| 820 | - "@emotion/hash" "0.7.3" | |
| 821 | - "@emotion/memoize" "0.7.3" | |
| 822 | - "@emotion/unitless" "0.7.4" | |
| 823 | - "@emotion/utils" "0.11.2" | |
| 883 | +"@emotion/memoize@0.7.4": | |
| 884 | + version "0.7.4" | |
| 885 | + resolved "https://registry.npm.taobao.org/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fmemoize%2Fdownload%2F%40emotion%2Fmemoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" | |
| 886 | + integrity sha1-Gb8PWvGRSREcQNmLsM+CEZ9dnus= | |
| 887 | + | |
| 888 | +"@emotion/serialize@^0.11.15": | |
| 889 | + version "0.11.15" | |
| 890 | + resolved "https://registry.npm.taobao.org/@emotion/serialize/download/@emotion/serialize-0.11.15.tgz#9a0f5873fb458d87d4f23e034413c12ed60a705a" | |
| 891 | + integrity sha1-mg9Yc/tFjYfU8j4DRBPBLtYKcFo= | |
| 892 | + dependencies: | |
| 893 | + "@emotion/hash" "0.7.4" | |
| 894 | + "@emotion/memoize" "0.7.4" | |
| 895 | + "@emotion/unitless" "0.7.5" | |
| 896 | + "@emotion/utils" "0.11.3" | |
| 824 | 897 | csstype "^2.5.7" |
| 825 | 898 | |
| 826 | -"@emotion/sheet@0.9.3": | |
| 827 | - version "0.9.3" | |
| 828 | - resolved "https://registry.npm.taobao.org/@emotion/sheet/download/@emotion/sheet-0.9.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fsheet%2Fdownload%2F%40emotion%2Fsheet-0.9.3.tgz#689f135ecf87d3c650ed0c4f5ddcbe579883564a" | |
| 829 | - integrity sha1-aJ8TXs+H08ZQ7QxPXdy+V5iDVko= | |
| 899 | +"@emotion/sheet@0.9.4": | |
| 900 | + version "0.9.4" | |
| 901 | + resolved "https://registry.npm.taobao.org/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" | |
| 902 | + integrity sha1-iUN0vqOeww9Im7/DQ4GSuXdNMuU= | |
| 830 | 903 | |
| 831 | -"@emotion/stylis@0.8.4": | |
| 832 | - version "0.8.4" | |
| 833 | - resolved "https://registry.npm.taobao.org/@emotion/stylis/download/@emotion/stylis-0.8.4.tgz#6c51afdf1dd0d73666ba09d2eb6c25c220d6fe4c" | |
| 834 | - integrity sha1-bFGv3x3Q1zZmugnS62wlwiDW/kw= | |
| 904 | +"@emotion/stylis@0.8.5": | |
| 905 | + version "0.8.5" | |
| 906 | + resolved "https://registry.npm.taobao.org/@emotion/stylis/download/@emotion/stylis-0.8.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Fstylis%2Fdownload%2F%40emotion%2Fstylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" | |
| 907 | + integrity sha1-3qyzib1u530ef8rMzp4WxcfnjgQ= | |
| 835 | 908 | |
| 836 | -"@emotion/unitless@0.7.4", "@emotion/unitless@^0.7.0": | |
| 837 | - version "0.7.4" | |
| 838 | - resolved "https://registry.npm.taobao.org/@emotion/unitless/download/@emotion/unitless-0.7.4.tgz#a87b4b04e5ae14a88d48ebef15015f6b7d1f5677" | |
| 839 | - integrity sha1-qHtLBOWuFKiNSOvvFQFfa30fVnc= | |
| 909 | +"@emotion/unitless@0.7.5", "@emotion/unitless@^0.7.0": | |
| 910 | + version "0.7.5" | |
| 911 | + resolved "https://registry.npm.taobao.org/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40emotion%2Funitless%2Fdownload%2F%40emotion%2Funitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" | |
| 912 | + integrity sha1-dyESkcGQCnALinjPr9oxYNdpSe0= | |
| 840 | 913 | |
| 841 | -"@emotion/utils@0.11.2": | |
| 842 | - version "0.11.2" | |
| 843 | - resolved "https://registry.npm.taobao.org/@emotion/utils/download/@emotion/utils-0.11.2.tgz#713056bfdffb396b0a14f1c8f18e7b4d0d200183" | |
| 844 | - integrity sha1-cTBWv9/7OWsKFPHI8Y57TQ0gAYM= | |
| 914 | +"@emotion/utils@0.11.3": | |
| 915 | + version "0.11.3" | |
| 916 | + resolved "https://registry.npm.taobao.org/@emotion/utils/download/@emotion/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" | |
| 917 | + integrity sha1-p1mGOGe++n5YNADTImUqP0SCCSQ= | |
| 845 | 918 | |
| 846 | -"@emotion/weak-memoize@0.2.4": | |
| 847 | - version "0.2.4" | |
| 848 | - resolved "https://registry.npm.taobao.org/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.4.tgz#622a72bebd1e3f48d921563b4b60a762295a81fc" | |
| 849 | - integrity sha1-Yipyvr0eP0jZIVY7S2CnYilagfw= | |
| 919 | +"@emotion/weak-memoize@0.2.5": | |
| 920 | + version "0.2.5" | |
| 921 | + resolved "https://registry.npm.taobao.org/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" | |
| 922 | + integrity sha1-ju2YLi7m9/TkTCU+EpYpgHke/UY= | |
| 850 | 923 | |
| 851 | 924 | "@fortawesome/fontawesome-common-types@^0.2.26": |
| 852 | 925 | version "0.2.26" |
| 853 | 926 | resolved "https://registry.npm.taobao.org/@fortawesome/fontawesome-common-types/download/@fortawesome/fontawesome-common-types-0.2.26.tgz#6e0b13a752676036f8196f8a1500d53a27b4adc1" |
| 854 | 927 | integrity sha1-bgsTp1JnYDb4GW+KFQDVOie0rcE= |
| 855 | 928 | |
| 856 | -"@fortawesome/fontawesome-svg-core@^1.2.22": | |
| 929 | +"@fortawesome/fontawesome-free@^5.11.2", "@fortawesome/fontawesome-free@^5.12.0": | |
| 930 | + version "5.12.0" | |
| 931 | + resolved "https://registry.npm.taobao.org/@fortawesome/fontawesome-free/download/@fortawesome/fontawesome-free-5.12.0.tgz#8ceb9f09edfb85ea18a6c7bf098f6f5dd5ffd62b" | |
| 932 | + integrity sha1-jOufCe37heoYpse/CY9vXdX/1is= | |
| 933 | + | |
| 934 | +"@fortawesome/fontawesome-svg-core@^1.2.22", "@fortawesome/fontawesome-svg-core@^1.2.25": | |
| 857 | 935 | version "1.2.26" |
| 858 | 936 | resolved "https://registry.npm.taobao.org/@fortawesome/fontawesome-svg-core/download/@fortawesome/fontawesome-svg-core-1.2.26.tgz#671569271d6b532cdea5e3deb8ff16f8b7ac251d" |
| 859 | 937 | integrity sha1-ZxVpJx1rUyzepePeuP8W+LesJR0= |
| 860 | 938 | dependencies: |
| 861 | 939 | "@fortawesome/fontawesome-common-types" "^0.2.26" |
| 862 | 940 | |
| 863 | -"@fortawesome/free-regular-svg-icons@^5.10.2": | |
| 941 | +"@fortawesome/free-brands-svg-icons@^5.11.2": | |
| 942 | + version "5.12.0" | |
| 943 | + resolved "https://registry.npm.taobao.org/@fortawesome/free-brands-svg-icons/download/@fortawesome/free-brands-svg-icons-5.12.0.tgz#b0c78627f811ac030ee0ac88df376567cf74119d" | |
| 944 | + integrity sha1-sMeGJ/gRrAMO4KyI3zdlZ890EZ0= | |
| 945 | + dependencies: | |
| 946 | + "@fortawesome/fontawesome-common-types" "^0.2.26" | |
| 947 | + | |
| 948 | +"@fortawesome/free-regular-svg-icons@^5.10.2", "@fortawesome/free-regular-svg-icons@^5.11.2": | |
| 864 | 949 | version "5.12.0" |
| 865 | 950 | resolved "https://registry.npm.taobao.org/@fortawesome/free-regular-svg-icons/download/@fortawesome/free-regular-svg-icons-5.12.0.tgz#9b7ed5dbd7581aab47960802cc116fdc8b6c8b7d" |
| 866 | 951 | integrity sha1-m37V29dYGqtHlggCzBFv3Itsi30= |
| 867 | 952 | dependencies: |
| 868 | 953 | "@fortawesome/fontawesome-common-types" "^0.2.26" |
| 869 | 954 | |
| 870 | -"@fortawesome/free-solid-svg-icons@^5.10.2": | |
| 955 | +"@fortawesome/free-solid-svg-icons@^5.10.2", "@fortawesome/free-solid-svg-icons@^5.11.2": | |
| 871 | 956 | version "5.12.0" |
| 872 | - resolved "https://registry.npm.taobao.org/@fortawesome/free-solid-svg-icons/download/@fortawesome/free-solid-svg-icons-5.12.0.tgz#8decac5844e60453cc0c7c51437d1461df053a35" | |
| 957 | + resolved "https://registry.npm.taobao.org/@fortawesome/free-solid-svg-icons/download/@fortawesome/free-solid-svg-icons-5.12.0.tgz?cache=0&sync_timestamp=1576027555383&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40fortawesome%2Ffree-solid-svg-icons%2Fdownload%2F%40fortawesome%2Ffree-solid-svg-icons-5.12.0.tgz#8decac5844e60453cc0c7c51437d1461df053a35" | |
| 873 | 958 | integrity sha1-jeysWETmBFPMDHxRQ30UYd8FOjU= |
| 874 | 959 | dependencies: |
| 875 | 960 | "@fortawesome/fontawesome-common-types" "^0.2.26" |
| 876 | 961 | |
| 877 | -"@fortawesome/react-fontawesome@^0.1.4": | |
| 962 | +"@fortawesome/react-fontawesome@^0.1.4", "@fortawesome/react-fontawesome@^0.1.7": | |
| 878 | 963 | version "0.1.8" |
| 879 | 964 | resolved "https://registry.npm.taobao.org/@fortawesome/react-fontawesome/download/@fortawesome/react-fontawesome-0.1.8.tgz#cb6d4dd3aeec45b6ff2d48c812317a6627618511" |
| 880 | 965 | integrity sha1-y21N067sRbb/LUjIEjF6ZidhhRE= |
| 881 | 966 | dependencies: |
| 882 | 967 | prop-types "^15.5.10" |
| 883 | 968 | |
| 969 | +"@koa/cors@^2.2.1": | |
| 970 | + version "2.2.3" | |
| 971 | + resolved "https://registry.npm.taobao.org/@koa/cors/download/@koa/cors-2.2.3.tgz#c32a9907acbee1e72fedfb0b9ac840d2e6f9be57" | |
| 972 | + integrity sha1-wyqZB6y+4ecv7fsLmshA0ub5vlc= | |
| 973 | + dependencies: | |
| 974 | + vary "^1.1.2" | |
| 975 | + | |
| 884 | 976 | "@koa/cors@^3.0.0": |
| 885 | 977 | version "3.0.0" |
| 886 | 978 | resolved "https://registry.npm.taobao.org/@koa/cors/download/@koa/cors-3.0.0.tgz#df021b4df2dadf1e2b04d7c8ddf93ba2d42519cb" |
| ... | ... | @@ -888,84 +980,132 @@ |
| 888 | 980 | dependencies: |
| 889 | 981 | vary "^1.1.2" |
| 890 | 982 | |
| 983 | +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": | |
| 984 | + version "1.1.2" | |
| 985 | + resolved "https://registry.npm.taobao.org/@protobufjs/aspromise/download/@protobufjs/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" | |
| 986 | + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= | |
| 987 | + | |
| 988 | +"@protobufjs/base64@^1.1.2": | |
| 989 | + version "1.1.2" | |
| 990 | + resolved "https://registry.npm.taobao.org/@protobufjs/base64/download/@protobufjs/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" | |
| 991 | + integrity sha1-TIVzDlm5ofHzSQR9vyQpYDS7JzU= | |
| 992 | + | |
| 993 | +"@protobufjs/codegen@^2.0.4": | |
| 994 | + version "2.0.4" | |
| 995 | + resolved "https://registry.npm.taobao.org/@protobufjs/codegen/download/@protobufjs/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" | |
| 996 | + integrity sha1-fvN/DQEPsCitGtWXIuUG2SYoFcs= | |
| 997 | + | |
| 998 | +"@protobufjs/eventemitter@^1.1.0": | |
| 999 | + version "1.1.0" | |
| 1000 | + resolved "https://registry.npm.taobao.org/@protobufjs/eventemitter/download/@protobufjs/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" | |
| 1001 | + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= | |
| 1002 | + | |
| 1003 | +"@protobufjs/fetch@^1.1.0": | |
| 1004 | + version "1.1.0" | |
| 1005 | + resolved "https://registry.npm.taobao.org/@protobufjs/fetch/download/@protobufjs/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" | |
| 1006 | + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= | |
| 1007 | + dependencies: | |
| 1008 | + "@protobufjs/aspromise" "^1.1.1" | |
| 1009 | + "@protobufjs/inquire" "^1.1.0" | |
| 1010 | + | |
| 1011 | +"@protobufjs/float@^1.0.2": | |
| 1012 | + version "1.0.2" | |
| 1013 | + resolved "https://registry.npm.taobao.org/@protobufjs/float/download/@protobufjs/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" | |
| 1014 | + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= | |
| 1015 | + | |
| 1016 | +"@protobufjs/inquire@^1.1.0": | |
| 1017 | + version "1.1.0" | |
| 1018 | + resolved "https://registry.npm.taobao.org/@protobufjs/inquire/download/@protobufjs/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" | |
| 1019 | + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= | |
| 1020 | + | |
| 1021 | +"@protobufjs/path@^1.1.2": | |
| 1022 | + version "1.1.2" | |
| 1023 | + resolved "https://registry.npm.taobao.org/@protobufjs/path/download/@protobufjs/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" | |
| 1024 | + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= | |
| 1025 | + | |
| 1026 | +"@protobufjs/pool@^1.1.0": | |
| 1027 | + version "1.1.0" | |
| 1028 | + resolved "https://registry.npm.taobao.org/@protobufjs/pool/download/@protobufjs/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" | |
| 1029 | + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= | |
| 1030 | + | |
| 1031 | +"@protobufjs/utf8@^1.1.0": | |
| 1032 | + version "1.1.0" | |
| 1033 | + resolved "https://registry.npm.taobao.org/@protobufjs/utf8/download/@protobufjs/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" | |
| 1034 | + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= | |
| 1035 | + | |
| 891 | 1036 | "@sailshq/lodash@^3.10.2", "@sailshq/lodash@^3.10.3": |
| 892 | 1037 | version "3.10.4" |
| 893 | 1038 | resolved "https://registry.npm.taobao.org/@sailshq/lodash/download/@sailshq/lodash-3.10.4.tgz#2299648a81a67f4c6ee222c6cf8e261bd9c3fa50" |
| 894 | 1039 | integrity sha1-IplkioGmf0xu4iLGz44mG9nD+lA= |
| 895 | 1040 | |
| 896 | -"@sentry/apm@5.10.2": | |
| 897 | - version "5.10.2" | |
| 898 | - resolved "https://registry.npm.taobao.org/@sentry/apm/download/@sentry/apm-5.10.2.tgz#41a401b3964b68514439f8a595b12c6fd05ab21a" | |
| 899 | - integrity sha1-QaQBs5ZLaFFEOfillbEsb9Basho= | |
| 1041 | +"@sentry/apm@5.11.0": | |
| 1042 | + version "5.11.0" | |
| 1043 | + resolved "https://registry.npm.taobao.org/@sentry/apm/download/@sentry/apm-5.11.0.tgz?cache=0&sync_timestamp=1578499046927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Fapm%2Fdownload%2F%40sentry%2Fapm-5.11.0.tgz#b1f375f72a586351fdcc63d81c2d413309ce665c" | |
| 1044 | + integrity sha1-sfN19ypYY1H9zGPYHC1BMwnOZlw= | |
| 900 | 1045 | dependencies: |
| 901 | - "@sentry/hub" "5.10.2" | |
| 902 | - "@sentry/minimal" "5.10.2" | |
| 903 | - "@sentry/types" "5.10.0" | |
| 904 | - "@sentry/utils" "5.10.2" | |
| 1046 | + "@sentry/hub" "5.11.0" | |
| 1047 | + "@sentry/minimal" "5.11.0" | |
| 1048 | + "@sentry/types" "5.11.0" | |
| 1049 | + "@sentry/utils" "5.11.0" | |
| 905 | 1050 | tslib "^1.9.3" |
| 906 | 1051 | |
| 907 | -"@sentry/core@5.10.2": | |
| 908 | - version "5.10.2" | |
| 909 | - resolved "https://registry.npm.taobao.org/@sentry/core/download/@sentry/core-5.10.2.tgz#1cb64489e6f8363c3249415b49d3f1289814825f" | |
| 910 | - integrity sha1-HLZEieb4NjwySUFbSdPxKJgUgl8= | |
| 1052 | +"@sentry/core@5.11.0": | |
| 1053 | + version "5.11.0" | |
| 1054 | + resolved "https://registry.npm.taobao.org/@sentry/core/download/@sentry/core-5.11.0.tgz?cache=0&sync_timestamp=1578499157412&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Fcore%2Fdownload%2F%40sentry%2Fcore-5.11.0.tgz#fc21acefbb58bacda7b1b33e4a67b56d7f7064b4" | |
| 1055 | + integrity sha1-/CGs77tYus2nsbM+Sme1bX9wZLQ= | |
| 911 | 1056 | dependencies: |
| 912 | - "@sentry/hub" "5.10.2" | |
| 913 | - "@sentry/minimal" "5.10.2" | |
| 914 | - "@sentry/types" "5.10.0" | |
| 915 | - "@sentry/utils" "5.10.2" | |
| 1057 | + "@sentry/hub" "5.11.0" | |
| 1058 | + "@sentry/minimal" "5.11.0" | |
| 1059 | + "@sentry/types" "5.11.0" | |
| 1060 | + "@sentry/utils" "5.11.0" | |
| 916 | 1061 | tslib "^1.9.3" |
| 917 | 1062 | |
| 918 | -"@sentry/hub@5.10.2": | |
| 919 | - version "5.10.2" | |
| 920 | - resolved "https://registry.npm.taobao.org/@sentry/hub/download/@sentry/hub-5.10.2.tgz#25d9f36b8f7c5cb65cf486737fa61dc9bf69b7e3" | |
| 921 | - integrity sha1-Jdnza498XLZc9IZzf6Ydyb9pt+M= | |
| 1063 | +"@sentry/hub@5.11.0": | |
| 1064 | + version "5.11.0" | |
| 1065 | + resolved "https://registry.npm.taobao.org/@sentry/hub/download/@sentry/hub-5.11.0.tgz?cache=0&sync_timestamp=1578499123130&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Fhub%2Fdownload%2F%40sentry%2Fhub-5.11.0.tgz#d427432fff13d9b34d83da8651ad5c4207260796" | |
| 1066 | + integrity sha1-1CdDL/8T2bNNg9qGUa1cQgcmB5Y= | |
| 922 | 1067 | dependencies: |
| 923 | - "@sentry/types" "5.10.0" | |
| 924 | - "@sentry/utils" "5.10.2" | |
| 1068 | + "@sentry/types" "5.11.0" | |
| 1069 | + "@sentry/utils" "5.11.0" | |
| 925 | 1070 | tslib "^1.9.3" |
| 926 | 1071 | |
| 927 | -"@sentry/minimal@5.10.2": | |
| 928 | - version "5.10.2" | |
| 929 | - resolved "https://registry.npm.taobao.org/@sentry/minimal/download/@sentry/minimal-5.10.2.tgz#267c2f3aa6877a0fe7a86971942e83f3ee616580" | |
| 930 | - integrity sha1-JnwvOqaHeg/nqGlxlC6D8+5hZYA= | |
| 1072 | +"@sentry/minimal@5.11.0": | |
| 1073 | + version "5.11.0" | |
| 1074 | + resolved "https://registry.npm.taobao.org/@sentry/minimal/download/@sentry/minimal-5.11.0.tgz?cache=0&sync_timestamp=1578499154191&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Fminimal%2Fdownload%2F%40sentry%2Fminimal-5.11.0.tgz#5a5f334794f03044e7d0316757abd0a236fcb1f3" | |
| 1075 | + integrity sha1-Wl8zR5TwMETn0DFnV6vQojb8sfM= | |
| 931 | 1076 | dependencies: |
| 932 | - "@sentry/hub" "5.10.2" | |
| 933 | - "@sentry/types" "5.10.0" | |
| 1077 | + "@sentry/hub" "5.11.0" | |
| 1078 | + "@sentry/types" "5.11.0" | |
| 934 | 1079 | tslib "^1.9.3" |
| 935 | 1080 | |
| 936 | 1081 | "@sentry/node@^5.7.1": |
| 937 | - version "5.10.2" | |
| 938 | - resolved "https://registry.npm.taobao.org/@sentry/node/download/@sentry/node-5.10.2.tgz#1f5d6deefb2c1549ddb542c10952cccf5f9a4ac2" | |
| 939 | - integrity sha1-H11t7vssFUndtULBCVLMz1+aSsI= | |
| 940 | - dependencies: | |
| 941 | - "@sentry/apm" "5.10.2" | |
| 942 | - "@sentry/core" "5.10.2" | |
| 943 | - "@sentry/hub" "5.10.2" | |
| 944 | - "@sentry/types" "5.10.0" | |
| 945 | - "@sentry/utils" "5.10.2" | |
| 1082 | + version "5.11.0" | |
| 1083 | + resolved "https://registry.npm.taobao.org/@sentry/node/download/@sentry/node-5.11.0.tgz?cache=0&sync_timestamp=1578499145298&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Fnode%2Fdownload%2F%40sentry%2Fnode-5.11.0.tgz#9342ae0669ad47389b6e0c3048ceed30464d68e7" | |
| 1084 | + integrity sha1-k0KuBmmtRzibbgwwSM7tMEZNaOc= | |
| 1085 | + dependencies: | |
| 1086 | + "@sentry/apm" "5.11.0" | |
| 1087 | + "@sentry/core" "5.11.0" | |
| 1088 | + "@sentry/hub" "5.11.0" | |
| 1089 | + "@sentry/types" "5.11.0" | |
| 1090 | + "@sentry/utils" "5.11.0" | |
| 946 | 1091 | cookie "^0.3.1" |
| 947 | - https-proxy-agent "^3.0.0" | |
| 1092 | + https-proxy-agent "^4.0.0" | |
| 948 | 1093 | lru_map "^0.3.3" |
| 949 | 1094 | tslib "^1.9.3" |
| 950 | 1095 | |
| 951 | -"@sentry/types@5.10.0": | |
| 952 | - version "5.10.0" | |
| 953 | - resolved "https://registry.npm.taobao.org/@sentry/types/download/@sentry/types-5.10.0.tgz#4f0ba31b6e4d5371112c38279f11f66c73b43746" | |
| 954 | - integrity sha1-TwujG25NU3ERLDgnnxH2bHO0N0Y= | |
| 1096 | +"@sentry/types@5.11.0": | |
| 1097 | + version "5.11.0" | |
| 1098 | + resolved "https://registry.npm.taobao.org/@sentry/types/download/@sentry/types-5.11.0.tgz?cache=0&sync_timestamp=1578499129654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Ftypes%2Fdownload%2F%40sentry%2Ftypes-5.11.0.tgz#40f0f3174362928e033ddd9725d55e7c5cb7c5b6" | |
| 1099 | + integrity sha1-QPDzF0Niko4DPd2XJdVefFy3xbY= | |
| 955 | 1100 | |
| 956 | -"@sentry/utils@5.10.2": | |
| 957 | - version "5.10.2" | |
| 958 | - resolved "https://registry.npm.taobao.org/@sentry/utils/download/@sentry/utils-5.10.2.tgz#261f575079d30aaf604e59f5f4de0aa21db22252" | |
| 959 | - integrity sha1-Jh9XUHnTCq9gTln19N4Koh2yIlI= | |
| 1101 | +"@sentry/utils@5.11.0": | |
| 1102 | + version "5.11.0" | |
| 1103 | + resolved "https://registry.npm.taobao.org/@sentry/utils/download/@sentry/utils-5.11.0.tgz?cache=0&sync_timestamp=1578499143012&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sentry%2Futils%2Fdownload%2F%40sentry%2Futils-5.11.0.tgz#c07313eaf2331ecdecfd240c350bb28c7bd38e9c" | |
| 1104 | + integrity sha1-wHMT6vIzHs3s/SQMNQuyjHvTjpw= | |
| 960 | 1105 | dependencies: |
| 961 | - "@sentry/types" "5.10.0" | |
| 1106 | + "@sentry/types" "5.11.0" | |
| 962 | 1107 | tslib "^1.9.3" |
| 963 | 1108 | |
| 964 | -"@sindresorhus/is@^0.7.0": | |
| 965 | - version "0.7.0" | |
| 966 | - resolved "https://registry.npm.taobao.org/@sindresorhus/is/download/@sindresorhus/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" | |
| 967 | - integrity sha1-mgb08TfuhNffBGDB/bETX/psUP0= | |
| 968 | - | |
| 969 | 1109 | "@sindresorhus/slugify@^0.9.1": |
| 970 | 1110 | version "0.9.1" |
| 971 | 1111 | resolved "https://registry.npm.taobao.org/@sindresorhus/slugify/download/@sindresorhus/slugify-0.9.1.tgz#892ad24d70b442c0a14fe519cb4019d59bc5069f" |
| ... | ... | @@ -974,21 +1114,77 @@ |
| 974 | 1114 | escape-string-regexp "^1.0.5" |
| 975 | 1115 | lodash.deburr "^4.1.0" |
| 976 | 1116 | |
| 1117 | +"@types/accepts@*", "@types/accepts@^1.3.5": | |
| 1118 | + version "1.3.5" | |
| 1119 | + resolved "https://registry.npm.taobao.org/@types/accepts/download/@types/accepts-1.3.5.tgz#c34bec115cfc746e04fe5a059df4ce7e7b391575" | |
| 1120 | + integrity sha1-w0vsEVz8dG4E/loFnfTOfns5FXU= | |
| 1121 | + dependencies: | |
| 1122 | + "@types/node" "*" | |
| 1123 | + | |
| 977 | 1124 | "@types/asap@^2.0.0": |
| 978 | 1125 | version "2.0.0" |
| 979 | 1126 | resolved "https://registry.npm.taobao.org/@types/asap/download/@types/asap-2.0.0.tgz#d529e9608c83499a62ae08c871c5e62271aa2963" |
| 980 | 1127 | integrity sha1-1SnpYIyDSZpirgjIccXmInGqKWM= |
| 981 | 1128 | |
| 982 | 1129 | "@types/bluebird@^3.5.26": |
| 983 | - version "3.5.27" | |
| 984 | - resolved "https://registry.npm.taobao.org/@types/bluebird/download/@types/bluebird-3.5.27.tgz#61eb4d75dc6bfbce51cf49ee9bbebe941b2cb5d0" | |
| 985 | - integrity sha1-YetNddxr+85Rz0num76+lBsstdA= | |
| 1130 | + version "3.5.29" | |
| 1131 | + resolved "https://registry.npm.taobao.org/@types/bluebird/download/@types/bluebird-3.5.29.tgz#7cd933c902c4fc83046517a1bef973886d00bdb6" | |
| 1132 | + integrity sha1-fNkzyQLE/IMEZRehvvlziG0AvbY= | |
| 1133 | + | |
| 1134 | +"@types/body-parser@*": | |
| 1135 | + version "1.17.1" | |
| 1136 | + resolved "https://registry.npm.taobao.org/@types/body-parser/download/@types/body-parser-1.17.1.tgz#18fcf61768fb5c30ccc508c21d6fd2e8b3bf7897" | |
| 1137 | + integrity sha1-GPz2F2j7XDDMxQjCHW/S6LO/eJc= | |
| 1138 | + dependencies: | |
| 1139 | + "@types/connect" "*" | |
| 1140 | + "@types/node" "*" | |
| 1141 | + | |
| 1142 | +"@types/connect@*": | |
| 1143 | + version "3.4.33" | |
| 1144 | + resolved "https://registry.npm.taobao.org/@types/connect/download/@types/connect-3.4.33.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fconnect%2Fdownload%2F%40types%2Fconnect-3.4.33.tgz#31610c901eca573b8713c3330abc6e6b9f588546" | |
| 1145 | + integrity sha1-MWEMkB7KVzuHE8MzCrxua59YhUY= | |
| 1146 | + dependencies: | |
| 1147 | + "@types/node" "*" | |
| 1148 | + | |
| 1149 | +"@types/cookies@*": | |
| 1150 | + version "0.7.4" | |
| 1151 | + resolved "https://registry.npm.taobao.org/@types/cookies/download/@types/cookies-0.7.4.tgz#26dedf791701abc0e36b5b79a5722f40e455f87b" | |
| 1152 | + integrity sha1-Jt7feRcBq8Dja1t5pXIvQORV+Hs= | |
| 1153 | + dependencies: | |
| 1154 | + "@types/connect" "*" | |
| 1155 | + "@types/express" "*" | |
| 1156 | + "@types/keygrip" "*" | |
| 1157 | + "@types/node" "*" | |
| 1158 | + | |
| 1159 | +"@types/cors@^2.8.4": | |
| 1160 | + version "2.8.6" | |
| 1161 | + resolved "https://registry.npm.taobao.org/@types/cors/download/@types/cors-2.8.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fcors%2Fdownload%2F%40types%2Fcors-2.8.6.tgz#cfaab33c49c15b1ded32f235111ce9123009bd02" | |
| 1162 | + integrity sha1-z6qzPEnBWx3tMvI1ERzpEjAJvQI= | |
| 1163 | + dependencies: | |
| 1164 | + "@types/express" "*" | |
| 986 | 1165 | |
| 987 | 1166 | "@types/events@*": |
| 988 | 1167 | version "3.0.0" |
| 989 | - resolved "https://registry.npm.taobao.org/@types/events/download/@types/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" | |
| 1168 | + resolved "https://registry.npm.taobao.org/@types/events/download/@types/events-3.0.0.tgz?cache=0&sync_timestamp=1572461527196&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fevents%2Fdownload%2F%40types%2Fevents-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" | |
| 990 | 1169 | integrity sha1-KGLz9Yqaf3w+eNefEw3U1xwlwqc= |
| 991 | 1170 | |
| 1171 | +"@types/express-serve-static-core@*": | |
| 1172 | + version "4.17.1" | |
| 1173 | + resolved "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fexpress-serve-static-core%2Fdownload%2F%40types%2Fexpress-serve-static-core-4.17.1.tgz#82be64a77211b205641e0209096fd3afb62481d3" | |
| 1174 | + integrity sha1-gr5kp3IRsgVkHgIJCW/Tr7YkgdM= | |
| 1175 | + dependencies: | |
| 1176 | + "@types/node" "*" | |
| 1177 | + "@types/range-parser" "*" | |
| 1178 | + | |
| 1179 | +"@types/express@*": | |
| 1180 | + version "4.17.2" | |
| 1181 | + resolved "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.2.tgz#a0fb7a23d8855bac31bc01d5a58cadd9b2173e6c" | |
| 1182 | + integrity sha1-oPt6I9iFW6wxvAHVpYyt2bIXPmw= | |
| 1183 | + dependencies: | |
| 1184 | + "@types/body-parser" "*" | |
| 1185 | + "@types/express-serve-static-core" "*" | |
| 1186 | + "@types/serve-static" "*" | |
| 1187 | + | |
| 992 | 1188 | "@types/formidable@^1.0.31": |
| 993 | 1189 | version "1.0.31" |
| 994 | 1190 | resolved "https://registry.npm.taobao.org/@types/formidable/download/@types/formidable-1.0.31.tgz#274f9dc2d0a1a9ce1feef48c24ca0859e7ec947b" |
| ... | ... | @@ -997,37 +1193,119 @@ |
| 997 | 1193 | "@types/events" "*" |
| 998 | 1194 | "@types/node" "*" |
| 999 | 1195 | |
| 1196 | +"@types/fs-capacitor@*": | |
| 1197 | + version "2.0.0" | |
| 1198 | + resolved "https://registry.npm.taobao.org/@types/fs-capacitor/download/@types/fs-capacitor-2.0.0.tgz#17113e25817f584f58100fb7a08eed288b81956e" | |
| 1199 | + integrity sha1-FxE+JYF/WE9YEA+3oI7tKIuBlW4= | |
| 1200 | + dependencies: | |
| 1201 | + "@types/node" "*" | |
| 1202 | + | |
| 1000 | 1203 | "@types/glob@^7.1.1": |
| 1001 | 1204 | version "7.1.1" |
| 1002 | - resolved "https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575" | |
| 1205 | + resolved "https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575" | |
| 1003 | 1206 | integrity sha1-qlmhxuP7xCHgfM0xqUTDDrpSFXU= |
| 1004 | 1207 | dependencies: |
| 1005 | 1208 | "@types/events" "*" |
| 1006 | 1209 | "@types/minimatch" "*" |
| 1007 | 1210 | "@types/node" "*" |
| 1008 | 1211 | |
| 1212 | +"@types/graphql-upload@^8.0.0": | |
| 1213 | + version "8.0.3" | |
| 1214 | + resolved "https://registry.npm.taobao.org/@types/graphql-upload/download/@types/graphql-upload-8.0.3.tgz#b371edb5f305a2a1f7b7843a890a2a7adc55c3ec" | |
| 1215 | + integrity sha1-s3HttfMFoqH3t4Q6iQoqetxVw+w= | |
| 1216 | + dependencies: | |
| 1217 | + "@types/express" "*" | |
| 1218 | + "@types/fs-capacitor" "*" | |
| 1219 | + "@types/koa" "*" | |
| 1220 | + graphql "^14.5.3" | |
| 1221 | + | |
| 1009 | 1222 | "@types/hoist-non-react-statics@^3.3.1": |
| 1010 | 1223 | version "3.3.1" |
| 1011 | - resolved "https://registry.npm.taobao.org/@types/hoist-non-react-statics/download/@types/hoist-non-react-statics-3.3.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fhoist-non-react-statics%2Fdownload%2F%40types%2Fhoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" | |
| 1224 | + resolved "https://registry.npm.taobao.org/@types/hoist-non-react-statics/download/@types/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" | |
| 1012 | 1225 | integrity sha1-ESSq/lEYy1kZd66xzqrtEHDrA58= |
| 1013 | 1226 | dependencies: |
| 1014 | 1227 | "@types/react" "*" |
| 1015 | 1228 | hoist-non-react-statics "^3.3.0" |
| 1016 | 1229 | |
| 1230 | +"@types/http-assert@*": | |
| 1231 | + version "1.5.1" | |
| 1232 | + resolved "https://registry.npm.taobao.org/@types/http-assert/download/@types/http-assert-1.5.1.tgz#d775e93630c2469c2f980fc27e3143240335db3b" | |
| 1233 | + integrity sha1-13XpNjDCRpwvmA/CfjFDJAM12zs= | |
| 1234 | + | |
| 1017 | 1235 | "@types/invariant@^2.2.30": |
| 1018 | - version "2.2.30" | |
| 1019 | - resolved "https://registry.npm.taobao.org/@types/invariant/download/@types/invariant-2.2.30.tgz#20efa342807606ada5483731a8137cb1561e5fe9" | |
| 1020 | - integrity sha1-IO+jQoB2Bq2lSDcxqBN8sVYeX+k= | |
| 1236 | + version "2.2.31" | |
| 1237 | + resolved "https://registry.npm.taobao.org/@types/invariant/download/@types/invariant-2.2.31.tgz?cache=0&sync_timestamp=1576823699600&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Finvariant%2Fdownload%2F%40types%2Finvariant-2.2.31.tgz#4444c03004f215289dbca3856538434317dd28b2" | |
| 1238 | + integrity sha1-RETAMATyFSidvKOFZThDQxfdKLI= | |
| 1239 | + | |
| 1240 | +"@types/keygrip@*": | |
| 1241 | + version "1.0.2" | |
| 1242 | + resolved "https://registry.npm.taobao.org/@types/keygrip/download/@types/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72" | |
| 1243 | + integrity sha1-UTq/0lbXrQvx7hhzYGMXszsbKnI= | |
| 1244 | + | |
| 1245 | +"@types/koa-bodyparser@^4.2.1": | |
| 1246 | + version "4.3.0" | |
| 1247 | + resolved "https://registry.npm.taobao.org/@types/koa-bodyparser/download/@types/koa-bodyparser-4.3.0.tgz#54ecd662c45f3a4fa9de849528de5fc8ab269ba5" | |
| 1248 | + integrity sha1-VOzWYsRfOk+p3oSVKN5fyKsmm6U= | |
| 1249 | + dependencies: | |
| 1250 | + "@types/koa" "*" | |
| 1251 | + | |
| 1252 | +"@types/koa-compose@*", "@types/koa-compose@^3.2.2": | |
| 1253 | + version "3.2.5" | |
| 1254 | + resolved "https://registry.npm.taobao.org/@types/koa-compose/download/@types/koa-compose-3.2.5.tgz#85eb2e80ac50be95f37ccf8c407c09bbe3468e9d" | |
| 1255 | + integrity sha1-hesugKxQvpXzfM+MQHwJu+NGjp0= | |
| 1256 | + dependencies: | |
| 1257 | + "@types/koa" "*" | |
| 1258 | + | |
| 1259 | +"@types/koa@*", "@types/koa@^2.0.46": | |
| 1260 | + version "2.11.0" | |
| 1261 | + resolved "https://registry.npm.taobao.org/@types/koa/download/@types/koa-2.11.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fkoa%2Fdownload%2F%40types%2Fkoa-2.11.0.tgz#394a3e9ec94f796003a6c8374b4dbc2778746f20" | |
| 1262 | + integrity sha1-OUo+nslPeWADpsg3S028J3h0byA= | |
| 1263 | + dependencies: | |
| 1264 | + "@types/accepts" "*" | |
| 1265 | + "@types/cookies" "*" | |
| 1266 | + "@types/http-assert" "*" | |
| 1267 | + "@types/keygrip" "*" | |
| 1268 | + "@types/koa-compose" "*" | |
| 1269 | + "@types/node" "*" | |
| 1270 | + | |
| 1271 | +"@types/koa__cors@^2.2.1": | |
| 1272 | + version "2.2.3" | |
| 1273 | + resolved "https://registry.npm.taobao.org/@types/koa__cors/download/@types/koa__cors-2.2.3.tgz#227154b4c70439083b33c89627eb780a517cd05b" | |
| 1274 | + integrity sha1-InFUtMcEOQg7M8iWJ+t4ClF80Fs= | |
| 1275 | + dependencies: | |
| 1276 | + "@types/koa" "*" | |
| 1277 | + | |
| 1278 | +"@types/long@^4.0.0": | |
| 1279 | + version "4.0.0" | |
| 1280 | + resolved "https://registry.npm.taobao.org/@types/long/download/@types/long-4.0.0.tgz?cache=0&sync_timestamp=1572463917434&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flong%2Fdownload%2F%40types%2Flong-4.0.0.tgz#719551d2352d301ac8b81db732acb6bdc28dbdef" | |
| 1281 | + integrity sha1-cZVR0jUtMBrIuB23Mqy2vcKNve8= | |
| 1282 | + | |
| 1283 | +"@types/mime@*": | |
| 1284 | + version "2.0.1" | |
| 1285 | + resolved "https://registry.npm.taobao.org/@types/mime/download/@types/mime-2.0.1.tgz#dc488842312a7f075149312905b5e3c0b054c79d" | |
| 1286 | + integrity sha1-3EiIQjEqfwdRSTEpBbXjwLBUx50= | |
| 1021 | 1287 | |
| 1022 | 1288 | "@types/minimatch@*": |
| 1023 | 1289 | version "3.0.3" |
| 1024 | - resolved "https://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" | |
| 1290 | + resolved "https://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.3.tgz?cache=0&sync_timestamp=1572464707542&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" | |
| 1025 | 1291 | integrity sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0= |
| 1026 | 1292 | |
| 1293 | +"@types/node-fetch@2.5.4": | |
| 1294 | + version "2.5.4" | |
| 1295 | + resolved "https://registry.npm.taobao.org/@types/node-fetch/download/@types/node-fetch-2.5.4.tgz#5245b6d8841fc3a6208b82291119bc11c4e0ce44" | |
| 1296 | + integrity sha1-UkW22IQfw6Ygi4IpERm8EcTgzkQ= | |
| 1297 | + dependencies: | |
| 1298 | + "@types/node" "*" | |
| 1299 | + | |
| 1027 | 1300 | "@types/node@*": |
| 1028 | - version "12.7.3" | |
| 1029 | - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.7.3.tgz#27b3f40addaf2f580459fdb405222685542f907a" | |
| 1030 | - integrity sha1-J7P0Ct2vL1gEWf20BSImhVQvkHo= | |
| 1301 | + version "13.1.6" | |
| 1302 | + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-13.1.6.tgz?cache=0&sync_timestamp=1578585994687&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-13.1.6.tgz#076028d0b0400be8105b89a0a55550c86684ffec" | |
| 1303 | + integrity sha1-B2Ao0LBAC+gQW4mgpVVQyGaE/+w= | |
| 1304 | + | |
| 1305 | +"@types/node@^10.1.0": | |
| 1306 | + version "10.17.13" | |
| 1307 | + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-10.17.13.tgz?cache=0&sync_timestamp=1578585994687&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-10.17.13.tgz#ccebcdb990bd6139cd16e84c39dc2fb1023ca90c" | |
| 1308 | + integrity sha1-zOvNuZC9YTnNFuhMOdwvsQI8qQw= | |
| 1031 | 1309 | |
| 1032 | 1310 | "@types/parse-json@^4.0.0": |
| 1033 | 1311 | version "4.0.0" |
| ... | ... | @@ -1035,28 +1313,43 @@ |
| 1035 | 1313 | integrity sha1-L4u0QUNNFjs1+4/9zNcTiSf/uMA= |
| 1036 | 1314 | |
| 1037 | 1315 | "@types/prop-types@*": |
| 1038 | - version "15.7.1" | |
| 1039 | - resolved "https://registry.npm.taobao.org/@types/prop-types/download/@types/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6" | |
| 1040 | - integrity sha1-8aEee6uww8rWgQC+OB0eBkxo8fY= | |
| 1316 | + version "15.7.3" | |
| 1317 | + resolved "https://registry.npm.taobao.org/@types/prop-types/download/@types/prop-types-15.7.3.tgz?cache=0&sync_timestamp=1572464318358&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fprop-types%2Fdownload%2F%40types%2Fprop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" | |
| 1318 | + integrity sha1-KrDV2i5YFflLC51LldHl8kOrLKc= | |
| 1041 | 1319 | |
| 1042 | -"@types/q@^1.5.1": | |
| 1043 | - version "1.5.2" | |
| 1044 | - resolved "https://registry.npm.taobao.org/@types/q/download/@types/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" | |
| 1045 | - integrity sha1-aQoUdbhPKohP0HzXl8APXzE1bqg= | |
| 1320 | +"@types/range-parser@*": | |
| 1321 | + version "1.2.3" | |
| 1322 | + resolved "https://registry.npm.taobao.org/@types/range-parser/download/@types/range-parser-1.2.3.tgz?cache=0&sync_timestamp=1572463876708&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Frange-parser%2Fdownload%2F%40types%2Frange-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" | |
| 1323 | + integrity sha1-fuMwunyq+5gJC+zoal7kQRWQTCw= | |
| 1046 | 1324 | |
| 1047 | 1325 | "@types/react@*": |
| 1048 | - version "16.9.2" | |
| 1049 | - resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268" | |
| 1050 | - integrity sha1-bRdlQxoa0Yd5eQE5BnMarjc94mg= | |
| 1326 | + version "16.9.17" | |
| 1327 | + resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.17.tgz?cache=0&sync_timestamp=1576825860124&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact%2Fdownload%2F%40types%2Freact-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e" | |
| 1328 | + integrity sha1-WPDMDp7CQl0UQd17YjQhqGeqJT4= | |
| 1051 | 1329 | dependencies: |
| 1052 | 1330 | "@types/prop-types" "*" |
| 1053 | 1331 | csstype "^2.2.0" |
| 1054 | 1332 | |
| 1333 | +"@types/serve-static@*": | |
| 1334 | + version "1.13.3" | |
| 1335 | + resolved "https://registry.npm.taobao.org/@types/serve-static/download/@types/serve-static-1.13.3.tgz#eb7e1c41c4468272557e897e9171ded5e2ded9d1" | |
| 1336 | + integrity sha1-634cQcRGgnJVfol+kXHe1eLe2dE= | |
| 1337 | + dependencies: | |
| 1338 | + "@types/express-serve-static-core" "*" | |
| 1339 | + "@types/mime" "*" | |
| 1340 | + | |
| 1055 | 1341 | "@types/shallowequal@^1.1.1": |
| 1056 | 1342 | version "1.1.1" |
| 1057 | 1343 | resolved "https://registry.npm.taobao.org/@types/shallowequal/download/@types/shallowequal-1.1.1.tgz#aad262bb3f2b1257d94c71d545268d592575c9b1" |
| 1058 | 1344 | integrity sha1-qtJiuz8rElfZTHHVRSaNWSV1ybE= |
| 1059 | 1345 | |
| 1346 | +"@types/ws@^6.0.0": | |
| 1347 | + version "6.0.4" | |
| 1348 | + resolved "https://registry.npm.taobao.org/@types/ws/download/@types/ws-6.0.4.tgz?cache=0&sync_timestamp=1574721032672&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fws%2Fdownload%2F%40types%2Fws-6.0.4.tgz#7797707c8acce8f76d8c34b370d4645b70421ff1" | |
| 1349 | + integrity sha1-d5dwfIrM6PdtjDSzcNRkW3BCH/E= | |
| 1350 | + dependencies: | |
| 1351 | + "@types/node" "*" | |
| 1352 | + | |
| 1060 | 1353 | "@webassemblyjs/ast@1.8.5": |
| 1061 | 1354 | version "1.8.5" |
| 1062 | 1355 | resolved "https://registry.npm.taobao.org/@webassemblyjs/ast/download/@webassemblyjs/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" |
| ... | ... | @@ -1203,6 +1496,13 @@ |
| 1203 | 1496 | "@webassemblyjs/wast-parser" "1.8.5" |
| 1204 | 1497 | "@xtuc/long" "4.2.2" |
| 1205 | 1498 | |
| 1499 | +"@wry/equality@^0.1.2": | |
| 1500 | + version "0.1.9" | |
| 1501 | + resolved "https://registry.npm.taobao.org/@wry/equality/download/@wry/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909" | |
| 1502 | + integrity sha1-sT4Yt6gFPGhYqmyFtUkR+zHjqQk= | |
| 1503 | + dependencies: | |
| 1504 | + tslib "^1.9.3" | |
| 1505 | + | |
| 1206 | 1506 | "@xtuc/ieee754@^1.2.0": |
| 1207 | 1507 | version "1.2.0" |
| 1208 | 1508 | resolved "https://registry.npm.taobao.org/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" |
| ... | ... | @@ -1226,32 +1526,37 @@ accepts@^1.3.5, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: |
| 1226 | 1526 | mime-types "~2.1.24" |
| 1227 | 1527 | negotiator "0.6.2" |
| 1228 | 1528 | |
| 1229 | -acorn-jsx@^5.0.2: | |
| 1230 | - version "5.0.2" | |
| 1231 | - resolved "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn-jsx%2Fdownload%2Facorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f" | |
| 1232 | - integrity sha1-hLaOpEs3PE+GhgI6VR9hoht8Sk8= | |
| 1529 | +acorn-jsx@^5.1.0: | |
| 1530 | + version "5.1.0" | |
| 1531 | + resolved "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384" | |
| 1532 | + integrity sha1-KUrbcbVzmLBoABXwo4xWPuHbU4Q= | |
| 1233 | 1533 | |
| 1234 | 1534 | acorn@^6.2.1: |
| 1235 | - version "6.3.0" | |
| 1236 | - resolved "https://registry.npm.taobao.org/acorn/download/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e" | |
| 1237 | - integrity sha1-AIdQkRn/pPwKAEHR6TpBfmjLhW4= | |
| 1535 | + version "6.4.0" | |
| 1536 | + resolved "https://registry.npm.taobao.org/acorn/download/acorn-6.4.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784" | |
| 1537 | + integrity sha1-tlnS/7r6JLr12xzbsslKmD7NJ4Q= | |
| 1238 | 1538 | |
| 1239 | -acorn@^7.0.0: | |
| 1240 | - version "7.0.0" | |
| 1241 | - resolved "https://registry.npm.taobao.org/acorn/download/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" | |
| 1242 | - integrity sha1-JrjRzZqbcANQtxwJBVRvZNEoTno= | |
| 1539 | +acorn@^7.1.0: | |
| 1540 | + version "7.1.0" | |
| 1541 | + resolved "https://registry.npm.taobao.org/acorn/download/acorn-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" | |
| 1542 | + integrity sha1-lJ028sKSU12mAig1hsJHfFfrLWw= | |
| 1543 | + | |
| 1544 | +add-dom-event-listener@^1.1.0: | |
| 1545 | + version "1.1.0" | |
| 1546 | + resolved "https://registry.npm.taobao.org/add-dom-event-listener/download/add-dom-event-listener-1.1.0.tgz#6a92db3a0dd0abc254e095c0f1dc14acbbaae310" | |
| 1547 | + integrity sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA= | |
| 1548 | + dependencies: | |
| 1549 | + object-assign "4.x" | |
| 1243 | 1550 | |
| 1244 | 1551 | addressparser@1.0.1: |
| 1245 | 1552 | version "1.0.1" |
| 1246 | 1553 | resolved "https://registry.npm.taobao.org/addressparser/download/addressparser-1.0.1.tgz#47afbe1a2a9262191db6838e4fd1d39b40821746" |
| 1247 | 1554 | integrity sha1-R6++GiqSYhkdtoOOT9HTm0CCF0Y= |
| 1248 | 1555 | |
| 1249 | -agent-base@^4.3.0: | |
| 1250 | - version "4.3.0" | |
| 1251 | - resolved "https://registry.npm.taobao.org/agent-base/download/agent-base-4.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fagent-base%2Fdownload%2Fagent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" | |
| 1252 | - integrity sha1-gWXwHENgCbzK0LHRIvBe13Dvxu4= | |
| 1253 | - dependencies: | |
| 1254 | - es6-promisify "^5.0.0" | |
| 1556 | +agent-base@5: | |
| 1557 | + version "5.1.1" | |
| 1558 | + resolved "https://registry.npm.taobao.org/agent-base/download/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c" | |
| 1559 | + integrity sha1-6Ps/JClZ20TWO+Zl23qOc5U3oyw= | |
| 1255 | 1560 | |
| 1256 | 1561 | airbnb-prop-types@^2.10.0, airbnb-prop-types@^2.14.0, airbnb-prop-types@^2.15.0: |
| 1257 | 1562 | version "2.15.0" |
| ... | ... | @@ -1299,12 +1604,12 @@ ansi-escapes@^3.2.0: |
| 1299 | 1604 | resolved "https://registry.npm.taobao.org/ansi-escapes/download/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" |
| 1300 | 1605 | integrity sha1-h4C5j/nb9WOBUtHx/lwde0RCl2s= |
| 1301 | 1606 | |
| 1302 | -ansi-escapes@^4.1.0: | |
| 1303 | - version "4.2.1" | |
| 1304 | - resolved "https://registry.npm.taobao.org/ansi-escapes/download/ansi-escapes-4.2.1.tgz#4dccdb846c3eee10f6d64dea66273eab90c37228" | |
| 1305 | - integrity sha1-TczbhGw+7hD21k3qZic+q5DDcig= | |
| 1607 | +ansi-escapes@^4.1.0, ansi-escapes@^4.2.1: | |
| 1608 | + version "4.3.0" | |
| 1609 | + resolved "https://registry.npm.taobao.org/ansi-escapes/download/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d" | |
| 1610 | + integrity sha1-pM4rM9ayFLeVDYWVwhLxKsnMVp0= | |
| 1306 | 1611 | dependencies: |
| 1307 | - type-fest "^0.5.2" | |
| 1612 | + type-fest "^0.8.1" | |
| 1308 | 1613 | |
| 1309 | 1614 | ansi-html@0.0.7: |
| 1310 | 1615 | version "0.0.7" |
| ... | ... | @@ -1326,14 +1631,19 @@ ansi-regex@^4.1.0: |
| 1326 | 1631 | resolved "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" |
| 1327 | 1632 | integrity sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc= |
| 1328 | 1633 | |
| 1634 | +ansi-regex@^5.0.0: | |
| 1635 | + version "5.0.0" | |
| 1636 | + resolved "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" | |
| 1637 | + integrity sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U= | |
| 1638 | + | |
| 1329 | 1639 | ansi-styles@^2.2.1: |
| 1330 | 1640 | version "2.2.1" |
| 1331 | - resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-2.2.1.tgz?cache=0&sync_timestamp=1566430679283&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" | |
| 1641 | + resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" | |
| 1332 | 1642 | integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= |
| 1333 | 1643 | |
| 1334 | 1644 | ansi-styles@^3.2.0, ansi-styles@^3.2.1: |
| 1335 | 1645 | version "3.2.1" |
| 1336 | - resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1566430679283&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | |
| 1646 | + resolved "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | |
| 1337 | 1647 | integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0= |
| 1338 | 1648 | dependencies: |
| 1339 | 1649 | color-convert "^1.9.0" |
| ... | ... | @@ -1359,23 +1669,181 @@ anymatch@~3.1.1: |
| 1359 | 1669 | normalize-path "^3.0.0" |
| 1360 | 1670 | picomatch "^2.0.4" |
| 1361 | 1671 | |
| 1672 | +apollo-cache-control@^0.8.11: | |
| 1673 | + version "0.8.11" | |
| 1674 | + resolved "https://registry.npm.taobao.org/apollo-cache-control/download/apollo-cache-control-0.8.11.tgz#726e4e3c5685bacbf26c8fbba1f41b4e6252c597" | |
| 1675 | + integrity sha1-cm5OPFaFusvybI+7ofQbTmJSxZc= | |
| 1676 | + dependencies: | |
| 1677 | + apollo-server-env "^2.4.3" | |
| 1678 | + graphql-extensions "^0.10.10" | |
| 1679 | + | |
| 1680 | +apollo-datasource@^0.6.4: | |
| 1681 | + version "0.6.4" | |
| 1682 | + resolved "https://registry.npm.taobao.org/apollo-datasource/download/apollo-datasource-0.6.4.tgz?cache=0&sync_timestamp=1577448782310&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fapollo-datasource%2Fdownload%2Fapollo-datasource-0.6.4.tgz#c0d1604b1a97e004844d4b61bd819a9a6b0a409f" | |
| 1683 | + integrity sha1-wNFgSxqX4ASETUthvYGammsKQJ8= | |
| 1684 | + dependencies: | |
| 1685 | + apollo-server-caching "^0.5.1" | |
| 1686 | + apollo-server-env "^2.4.3" | |
| 1687 | + | |
| 1688 | +apollo-engine-reporting-protobuf@^0.4.4: | |
| 1689 | + version "0.4.4" | |
| 1690 | + resolved "https://registry.npm.taobao.org/apollo-engine-reporting-protobuf/download/apollo-engine-reporting-protobuf-0.4.4.tgz#73a064f8c9f2d6605192d1673729c66ec47d9cb7" | |
| 1691 | + integrity sha1-c6Bk+Mny1mBRktFnNynGbsR9nLc= | |
| 1692 | + dependencies: | |
| 1693 | + "@apollo/protobufjs" "^1.0.3" | |
| 1694 | + | |
| 1695 | +apollo-engine-reporting@^1.4.14: | |
| 1696 | + version "1.4.14" | |
| 1697 | + resolved "https://registry.npm.taobao.org/apollo-engine-reporting/download/apollo-engine-reporting-1.4.14.tgz#71a6509ebe86385da43df500cd0940525a3e8674" | |
| 1698 | + integrity sha1-caZQnr6GOF2kPfUAzQlAUlo+hnQ= | |
| 1699 | + dependencies: | |
| 1700 | + apollo-engine-reporting-protobuf "^0.4.4" | |
| 1701 | + apollo-graphql "^0.3.7" | |
| 1702 | + apollo-server-caching "^0.5.1" | |
| 1703 | + apollo-server-env "^2.4.3" | |
| 1704 | + apollo-server-errors "^2.3.4" | |
| 1705 | + apollo-server-types "^0.2.10" | |
| 1706 | + async-retry "^1.2.1" | |
| 1707 | + graphql-extensions "^0.10.10" | |
| 1708 | + | |
| 1709 | +apollo-env@^0.6.1: | |
| 1710 | + version "0.6.1" | |
| 1711 | + resolved "https://registry.npm.taobao.org/apollo-env/download/apollo-env-0.6.1.tgz#12cc869c4276a5f794edf5e5f243676038d4fb07" | |
| 1712 | + integrity sha1-EsyGnEJ2pfeU7fXl8kNnYDjU+wc= | |
| 1713 | + dependencies: | |
| 1714 | + "@types/node-fetch" "2.5.4" | |
| 1715 | + core-js "^3.0.1" | |
| 1716 | + node-fetch "^2.2.0" | |
| 1717 | + sha.js "^2.4.11" | |
| 1718 | + | |
| 1719 | +apollo-graphql@^0.3.7: | |
| 1720 | + version "0.3.7" | |
| 1721 | + resolved "https://registry.npm.taobao.org/apollo-graphql/download/apollo-graphql-0.3.7.tgz#533232ed48b0b6dbcf5635f65e66cf8677a5b768" | |
| 1722 | + integrity sha1-UzIy7UiwttvPVjX2XmbPhnelt2g= | |
| 1723 | + dependencies: | |
| 1724 | + apollo-env "^0.6.1" | |
| 1725 | + lodash.sortby "^4.7.0" | |
| 1726 | + | |
| 1727 | +apollo-link@^1.2.3: | |
| 1728 | + version "1.2.13" | |
| 1729 | + resolved "https://registry.npm.taobao.org/apollo-link/download/apollo-link-1.2.13.tgz#dff00fbf19dfcd90fddbc14b6a3f9a771acac6c4" | |
| 1730 | + integrity sha1-3/APvxnfzZD928FLaj+adxrKxsQ= | |
| 1731 | + dependencies: | |
| 1732 | + apollo-utilities "^1.3.0" | |
| 1733 | + ts-invariant "^0.4.0" | |
| 1734 | + tslib "^1.9.3" | |
| 1735 | + zen-observable-ts "^0.8.20" | |
| 1736 | + | |
| 1737 | +apollo-server-caching@^0.5.1: | |
| 1738 | + version "0.5.1" | |
| 1739 | + resolved "https://registry.npm.taobao.org/apollo-server-caching/download/apollo-server-caching-0.5.1.tgz?cache=0&sync_timestamp=1577448791518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fapollo-server-caching%2Fdownload%2Fapollo-server-caching-0.5.1.tgz#5cd0536ad5473abb667cc82b59bc56b96fb35db6" | |
| 1740 | + integrity sha1-XNBTatVHOrtmfMgrWbxWuW+zXbY= | |
| 1741 | + dependencies: | |
| 1742 | + lru-cache "^5.0.0" | |
| 1743 | + | |
| 1744 | +apollo-server-core@^2.9.12: | |
| 1745 | + version "2.9.16" | |
| 1746 | + resolved "https://registry.npm.taobao.org/apollo-server-core/download/apollo-server-core-2.9.16.tgz#b4c869a6babfa6906fbbf1e6facf3b7231dbf777" | |
| 1747 | + integrity sha1-tMhpprq/ppBvu/Hm+s87cjHb93c= | |
| 1748 | + dependencies: | |
| 1749 | + "@apollographql/apollo-tools" "^0.4.3" | |
| 1750 | + "@apollographql/graphql-playground-html" "1.6.24" | |
| 1751 | + "@types/graphql-upload" "^8.0.0" | |
| 1752 | + "@types/ws" "^6.0.0" | |
| 1753 | + apollo-cache-control "^0.8.11" | |
| 1754 | + apollo-datasource "^0.6.4" | |
| 1755 | + apollo-engine-reporting "^1.4.14" | |
| 1756 | + apollo-server-caching "^0.5.1" | |
| 1757 | + apollo-server-env "^2.4.3" | |
| 1758 | + apollo-server-errors "^2.3.4" | |
| 1759 | + apollo-server-plugin-base "^0.6.10" | |
| 1760 | + apollo-server-types "^0.2.10" | |
| 1761 | + apollo-tracing "^0.8.11" | |
| 1762 | + fast-json-stable-stringify "^2.0.0" | |
| 1763 | + graphql-extensions "^0.10.10" | |
| 1764 | + graphql-tag "^2.9.2" | |
| 1765 | + graphql-tools "^4.0.0" | |
| 1766 | + graphql-upload "^8.0.2" | |
| 1767 | + sha.js "^2.4.11" | |
| 1768 | + subscriptions-transport-ws "^0.9.11" | |
| 1769 | + ws "^6.0.0" | |
| 1770 | + | |
| 1771 | +apollo-server-env@^2.4.3: | |
| 1772 | + version "2.4.3" | |
| 1773 | + resolved "https://registry.npm.taobao.org/apollo-server-env/download/apollo-server-env-2.4.3.tgz#9bceedaae07eafb96becdfd478f8d92617d825d2" | |
| 1774 | + integrity sha1-m87tquB+r7lr7N/UePjZJhfYJdI= | |
| 1775 | + dependencies: | |
| 1776 | + node-fetch "^2.1.2" | |
| 1777 | + util.promisify "^1.0.0" | |
| 1778 | + | |
| 1779 | +apollo-server-errors@^2.3.4: | |
| 1780 | + version "2.3.4" | |
| 1781 | + resolved "https://registry.npm.taobao.org/apollo-server-errors/download/apollo-server-errors-2.3.4.tgz#b70ef01322f616cbcd876f3e0168a1a86b82db34" | |
| 1782 | + integrity sha1-tw7wEyL2FsvNh28+AWihqGuC2zQ= | |
| 1783 | + | |
| 1784 | +apollo-server-koa@2.9.12: | |
| 1785 | + version "2.9.12" | |
| 1786 | + resolved "https://registry.npm.taobao.org/apollo-server-koa/download/apollo-server-koa-2.9.12.tgz#07d59355295d66f869bd981b55e9fdea0d0e0e6f" | |
| 1787 | + integrity sha1-B9WTVSldZvhpvZgbVen96g0ODm8= | |
| 1788 | + dependencies: | |
| 1789 | + "@apollographql/graphql-playground-html" "1.6.24" | |
| 1790 | + "@koa/cors" "^2.2.1" | |
| 1791 | + "@types/accepts" "^1.3.5" | |
| 1792 | + "@types/cors" "^2.8.4" | |
| 1793 | + "@types/koa" "^2.0.46" | |
| 1794 | + "@types/koa-bodyparser" "^4.2.1" | |
| 1795 | + "@types/koa-compose" "^3.2.2" | |
| 1796 | + "@types/koa__cors" "^2.2.1" | |
| 1797 | + accepts "^1.3.5" | |
| 1798 | + apollo-server-core "^2.9.12" | |
| 1799 | + apollo-server-types "^0.2.8" | |
| 1800 | + graphql-subscriptions "^1.0.0" | |
| 1801 | + graphql-tools "^4.0.0" | |
| 1802 | + koa "2.11.0" | |
| 1803 | + koa-bodyparser "^4.2.1" | |
| 1804 | + koa-compose "^4.1.0" | |
| 1805 | + koa-router "^7.4.0" | |
| 1806 | + type-is "^1.6.16" | |
| 1807 | + | |
| 1808 | +apollo-server-plugin-base@^0.6.10: | |
| 1809 | + version "0.6.10" | |
| 1810 | + resolved "https://registry.npm.taobao.org/apollo-server-plugin-base/download/apollo-server-plugin-base-0.6.10.tgz?cache=0&sync_timestamp=1577448787738&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fapollo-server-plugin-base%2Fdownload%2Fapollo-server-plugin-base-0.6.10.tgz#33d3e2bb82fca22a00b6648a2f1c6b2cc032a8a0" | |
| 1811 | + integrity sha1-M9Piu4L8oioAtmSKLxxrLMAyqKA= | |
| 1812 | + dependencies: | |
| 1813 | + apollo-server-types "^0.2.10" | |
| 1814 | + | |
| 1815 | +apollo-server-types@^0.2.10, apollo-server-types@^0.2.8: | |
| 1816 | + version "0.2.10" | |
| 1817 | + resolved "https://registry.npm.taobao.org/apollo-server-types/download/apollo-server-types-0.2.10.tgz?cache=0&sync_timestamp=1577448782847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fapollo-server-types%2Fdownload%2Fapollo-server-types-0.2.10.tgz#017ee0c812e70b0846826834eb2c9eda036c1c7a" | |
| 1818 | + integrity sha1-AX7gyBLnCwhGgmg06yye2gNsHHo= | |
| 1819 | + dependencies: | |
| 1820 | + apollo-engine-reporting-protobuf "^0.4.4" | |
| 1821 | + apollo-server-caching "^0.5.1" | |
| 1822 | + apollo-server-env "^2.4.3" | |
| 1823 | + | |
| 1824 | +apollo-tracing@^0.8.11: | |
| 1825 | + version "0.8.11" | |
| 1826 | + resolved "https://registry.npm.taobao.org/apollo-tracing/download/apollo-tracing-0.8.11.tgz#55822aac7381da77c703b52d35c4dab9393ec33c" | |
| 1827 | + integrity sha1-VYIqrHOB2nfHA7UtNcTauTk+wzw= | |
| 1828 | + dependencies: | |
| 1829 | + apollo-server-env "^2.4.3" | |
| 1830 | + graphql-extensions "^0.10.10" | |
| 1831 | + | |
| 1832 | +apollo-utilities@^1.0.1, apollo-utilities@^1.3.0: | |
| 1833 | + version "1.3.3" | |
| 1834 | + resolved "https://registry.npm.taobao.org/apollo-utilities/download/apollo-utilities-1.3.3.tgz#f1854715a7be80cd810bc3ac95df085815c0787c" | |
| 1835 | + integrity sha1-8YVHFae+gM2BC8Osld8IWBXAeHw= | |
| 1836 | + dependencies: | |
| 1837 | + "@wry/equality" "^0.1.2" | |
| 1838 | + fast-json-stable-stringify "^2.0.0" | |
| 1839 | + ts-invariant "^0.4.0" | |
| 1840 | + tslib "^1.10.0" | |
| 1841 | + | |
| 1362 | 1842 | aproba@^1.0.3, aproba@^1.1.1: |
| 1363 | 1843 | version "1.2.0" |
| 1364 | 1844 | resolved "https://registry.npm.taobao.org/aproba/download/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" |
| 1365 | 1845 | integrity sha1-aALmJk79GMeQobDVF/DyYnvyyUo= |
| 1366 | 1846 | |
| 1367 | -arch@^2.1.0: | |
| 1368 | - version "2.1.1" | |
| 1369 | - resolved "https://registry.npm.taobao.org/arch/download/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e" | |
| 1370 | - integrity sha1-j1wnMao1owkpIhuwZA7tZRdeyE4= | |
| 1371 | - | |
| 1372 | -archive-type@^4.0.0: | |
| 1373 | - version "4.0.0" | |
| 1374 | - resolved "https://registry.npm.taobao.org/archive-type/download/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70" | |
| 1375 | - integrity sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA= | |
| 1376 | - dependencies: | |
| 1377 | - file-type "^4.2.0" | |
| 1378 | - | |
| 1379 | 1847 | are-we-there-yet@~1.1.2: |
| 1380 | 1848 | version "1.1.5" |
| 1381 | 1849 | resolved "https://registry.npm.taobao.org/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" |
| ... | ... | @@ -1411,11 +1879,6 @@ array-each@^1.0.1: |
| 1411 | 1879 | resolved "https://registry.npm.taobao.org/array-each/download/array-each-1.0.1.tgz#a794af0c05ab1752846ee753a1f211a05ba0c44f" |
| 1412 | 1880 | integrity sha1-p5SvDAWrF1KEbudTofIRoFugxE8= |
| 1413 | 1881 | |
| 1414 | -array-find-index@^1.0.1: | |
| 1415 | - version "1.0.2" | |
| 1416 | - resolved "https://registry.npm.taobao.org/array-find-index/download/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" | |
| 1417 | - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= | |
| 1418 | - | |
| 1419 | 1882 | array-flatten@1.1.1: |
| 1420 | 1883 | version "1.1.1" |
| 1421 | 1884 | resolved "https://registry.npm.taobao.org/array-flatten/download/array-flatten-1.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Farray-flatten%2Fdownload%2Farray-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" |
| ... | ... | @@ -1427,12 +1890,13 @@ array-flatten@^2.1.0: |
| 1427 | 1890 | integrity sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk= |
| 1428 | 1891 | |
| 1429 | 1892 | array-includes@^3.0.3: |
| 1430 | - version "3.0.3" | |
| 1431 | - resolved "https://registry.npm.taobao.org/array-includes/download/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d" | |
| 1432 | - integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0= | |
| 1893 | + version "3.1.1" | |
| 1894 | + resolved "https://registry.npm.taobao.org/array-includes/download/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" | |
| 1895 | + integrity sha1-zdZ+aFK9+cEhVGB4ZzIlXtJFk0g= | |
| 1433 | 1896 | dependencies: |
| 1434 | - define-properties "^1.1.2" | |
| 1435 | - es-abstract "^1.7.0" | |
| 1897 | + define-properties "^1.1.3" | |
| 1898 | + es-abstract "^1.17.0" | |
| 1899 | + is-string "^1.0.5" | |
| 1436 | 1900 | |
| 1437 | 1901 | array-slice@^1.0.0: |
| 1438 | 1902 | version "1.1.0" |
| ... | ... | @@ -1451,11 +1915,6 @@ array-uniq@^1.0.1: |
| 1451 | 1915 | resolved "https://registry.npm.taobao.org/array-uniq/download/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" |
| 1452 | 1916 | integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= |
| 1453 | 1917 | |
| 1454 | -array-uniq@^2.1.0: | |
| 1455 | - version "2.1.0" | |
| 1456 | - resolved "https://registry.npm.taobao.org/array-uniq/download/array-uniq-2.1.0.tgz#46603d5e28e79bfd02b046fcc1d77c6820bd8e98" | |
| 1457 | - integrity sha1-RmA9Xijnm/0CsEb8wdd8aCC9jpg= | |
| 1458 | - | |
| 1459 | 1918 | array-unique@^0.3.2: |
| 1460 | 1919 | version "0.3.2" |
| 1461 | 1920 | resolved "https://registry.npm.taobao.org/array-unique/download/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" |
| ... | ... | @@ -1477,6 +1936,11 @@ array.prototype.flat@^1.2.1: |
| 1477 | 1936 | define-properties "^1.1.3" |
| 1478 | 1937 | es-abstract "^1.17.0-next.1" |
| 1479 | 1938 | |
| 1939 | +arrify@^1.0.1: | |
| 1940 | + version "1.0.1" | |
| 1941 | + resolved "https://registry.npm.taobao.org/arrify/download/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | |
| 1942 | + integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= | |
| 1943 | + | |
| 1480 | 1944 | asap@^2.0.6, asap@~2.0.3: |
| 1481 | 1945 | version "2.0.6" |
| 1482 | 1946 | resolved "https://registry.npm.taobao.org/asap/download/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" |
| ... | ... | @@ -1543,12 +2007,19 @@ async-each@^1.0.1: |
| 1543 | 2007 | |
| 1544 | 2008 | async-limiter@~1.0.0: |
| 1545 | 2009 | version "1.0.1" |
| 1546 | - resolved "https://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.1.tgz?cache=0&sync_timestamp=1574271635932&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fasync-limiter%2Fdownload%2Fasync-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" | |
| 2010 | + resolved "https://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" | |
| 1547 | 2011 | integrity sha1-3TeelPDbgxCwgpH51kwyCXZmF/0= |
| 1548 | 2012 | |
| 2013 | +async-retry@^1.2.1: | |
| 2014 | + version "1.3.1" | |
| 2015 | + resolved "https://registry.npm.taobao.org/async-retry/download/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55" | |
| 2016 | + integrity sha1-E58x+N3OUMCHCwulWKYHloSq7VU= | |
| 2017 | + dependencies: | |
| 2018 | + retry "0.12.0" | |
| 2019 | + | |
| 1549 | 2020 | async@^2.0.1, async@^2.1.2, async@^2.6.2: |
| 1550 | 2021 | version "2.6.3" |
| 1551 | - resolved "https://registry.npm.taobao.org/async/download/async-2.6.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fasync%2Fdownload%2Fasync-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | |
| 2022 | + resolved "https://registry.npm.taobao.org/async/download/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | |
| 1552 | 2023 | integrity sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8= |
| 1553 | 2024 | dependencies: |
| 1554 | 2025 | lodash "^4.17.14" |
| ... | ... | @@ -1558,23 +2029,23 @@ asynckit@^0.4.0: |
| 1558 | 2029 | resolved "https://registry.npm.taobao.org/asynckit/download/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
| 1559 | 2030 | integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= |
| 1560 | 2031 | |
| 1561 | -atob@^2.1.1: | |
| 2032 | +atob@^2.1.2: | |
| 1562 | 2033 | version "2.1.2" |
| 1563 | 2034 | resolved "https://registry.npm.taobao.org/atob/download/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" |
| 1564 | 2035 | integrity sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k= |
| 1565 | 2036 | |
| 1566 | 2037 | autoprefixer@^9.5.1: |
| 1567 | - version "9.6.1" | |
| 1568 | - resolved "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.6.1.tgz#51967a02d2d2300bb01866c1611ec8348d355a47" | |
| 1569 | - integrity sha1-UZZ6AtLSMAuwGGbBYR7INI01Wkc= | |
| 2038 | + version "9.7.3" | |
| 2039 | + resolved "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4" | |
| 2040 | + integrity sha1-/ULtA/U96b60yg1h+09yaKm7ULQ= | |
| 1570 | 2041 | dependencies: |
| 1571 | - browserslist "^4.6.3" | |
| 1572 | - caniuse-lite "^1.0.30000980" | |
| 2042 | + browserslist "^4.8.0" | |
| 2043 | + caniuse-lite "^1.0.30001012" | |
| 1573 | 2044 | chalk "^2.4.2" |
| 1574 | 2045 | normalize-range "^0.1.2" |
| 1575 | 2046 | num2fraction "^1.2.2" |
| 1576 | - postcss "^7.0.17" | |
| 1577 | - postcss-value-parser "^4.0.0" | |
| 2047 | + postcss "^7.0.23" | |
| 2048 | + postcss-value-parser "^4.0.2" | |
| 1578 | 2049 | |
| 1579 | 2050 | aws-sign2@~0.5.0: |
| 1580 | 2051 | version "0.5.0" |
| ... | ... | @@ -1587,9 +2058,9 @@ aws-sign2@~0.7.0: |
| 1587 | 2058 | integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= |
| 1588 | 2059 | |
| 1589 | 2060 | aws4@^1.8.0: |
| 1590 | - version "1.8.0" | |
| 1591 | - resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" | |
| 1592 | - integrity sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8= | |
| 2061 | + version "1.9.0" | |
| 2062 | + resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c" | |
| 2063 | + integrity sha1-JDkOatYThrCnRyZXVNKhchnehiw= | |
| 1593 | 2064 | |
| 1594 | 2065 | babel-eslint@^10.0.0: |
| 1595 | 2066 | version "10.0.3" |
| ... | ... | @@ -1620,15 +2091,15 @@ babel-plugin-dynamic-import-node@^2.3.0: |
| 1620 | 2091 | dependencies: |
| 1621 | 2092 | object.assign "^4.1.0" |
| 1622 | 2093 | |
| 1623 | -babel-plugin-emotion@^10.0.22: | |
| 1624 | - version "10.0.23" | |
| 1625 | - resolved "https://registry.npm.taobao.org/babel-plugin-emotion/download/babel-plugin-emotion-10.0.23.tgz#040d40bf61dcab6d31dd6043d10e180240b8515b" | |
| 1626 | - integrity sha1-BA1Av2Hcq20x3WBD0Q4YAkC4UVs= | |
| 2094 | +babel-plugin-emotion@^10.0.27: | |
| 2095 | + version "10.0.27" | |
| 2096 | + resolved "https://registry.npm.taobao.org/babel-plugin-emotion/download/babel-plugin-emotion-10.0.27.tgz#59001cf5de847c1d61f2079cd906a90a00d3184f" | |
| 2097 | + integrity sha1-WQAc9d6EfB1h8gec2QapCgDTGE8= | |
| 1627 | 2098 | dependencies: |
| 1628 | 2099 | "@babel/helper-module-imports" "^7.0.0" |
| 1629 | - "@emotion/hash" "0.7.3" | |
| 1630 | - "@emotion/memoize" "0.7.3" | |
| 1631 | - "@emotion/serialize" "^0.11.14" | |
| 2100 | + "@emotion/hash" "0.7.4" | |
| 2101 | + "@emotion/memoize" "0.7.4" | |
| 2102 | + "@emotion/serialize" "^0.11.15" | |
| 1632 | 2103 | babel-plugin-macros "^2.0.0" |
| 1633 | 2104 | babel-plugin-syntax-jsx "^6.18.0" |
| 1634 | 2105 | convert-source-map "^1.5.0" |
| ... | ... | @@ -1660,6 +2131,19 @@ babel-plugin-syntax-jsx@^6.18.0: |
| 1660 | 2131 | resolved "https://registry.npm.taobao.org/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" |
| 1661 | 2132 | integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= |
| 1662 | 2133 | |
| 2134 | +babel-runtime@6.x, babel-runtime@^6.26.0: | |
| 2135 | + version "6.26.0" | |
| 2136 | + resolved "https://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | |
| 2137 | + integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= | |
| 2138 | + dependencies: | |
| 2139 | + core-js "^2.4.0" | |
| 2140 | + regenerator-runtime "^0.11.0" | |
| 2141 | + | |
| 2142 | +backo2@^1.0.2: | |
| 2143 | + version "1.0.2" | |
| 2144 | + resolved "https://registry.npm.taobao.org/backo2/download/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" | |
| 2145 | + integrity sha1-MasayLEpNjRj41s+u2n038+6eUc= | |
| 2146 | + | |
| 1663 | 2147 | balanced-match@^1.0.0: |
| 1664 | 2148 | version "1.0.0" |
| 1665 | 2149 | resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" |
| ... | ... | @@ -1703,65 +2187,17 @@ bcryptjs@^2.4.3: |
| 1703 | 2187 | big.js@^3.1.3: |
| 1704 | 2188 | version "3.2.0" |
| 1705 | 2189 | resolved "https://registry.npm.taobao.org/big.js/download/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" |
| 1706 | - integrity sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4= | |
| 1707 | - | |
| 1708 | -big.js@^5.2.2: | |
| 1709 | - version "5.2.2" | |
| 1710 | - resolved "https://registry.npm.taobao.org/big.js/download/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" | |
| 1711 | - integrity sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg= | |
| 1712 | - | |
| 1713 | -bignumber.js@7.2.1: | |
| 1714 | - version "7.2.1" | |
| 1715 | - resolved "https://registry.npm.taobao.org/bignumber.js/download/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f" | |
| 1716 | - integrity sha1-gMBIdZ2CaACAfEv9Uh5Q7bulel8= | |
| 1717 | - | |
| 1718 | -bin-build@^3.0.0: | |
| 1719 | - version "3.0.0" | |
| 1720 | - resolved "https://registry.npm.taobao.org/bin-build/download/bin-build-3.0.0.tgz#c5780a25a8a9f966d8244217e6c1f5082a143861" | |
| 1721 | - integrity sha1-xXgKJaip+WbYJEIX5sH1CCoUOGE= | |
| 1722 | - dependencies: | |
| 1723 | - decompress "^4.0.0" | |
| 1724 | - download "^6.2.2" | |
| 1725 | - execa "^0.7.0" | |
| 1726 | - p-map-series "^1.0.0" | |
| 1727 | - tempfile "^2.0.0" | |
| 1728 | - | |
| 1729 | -bin-check@^4.1.0: | |
| 1730 | - version "4.1.0" | |
| 1731 | - resolved "https://registry.npm.taobao.org/bin-check/download/bin-check-4.1.0.tgz#fc495970bdc88bb1d5a35fc17e65c4a149fc4a49" | |
| 1732 | - integrity sha1-/ElZcL3Ii7HVo1/BfmXEoUn8Skk= | |
| 1733 | - dependencies: | |
| 1734 | - execa "^0.7.0" | |
| 1735 | - executable "^4.1.0" | |
| 1736 | - | |
| 1737 | -bin-version-check@^4.0.0: | |
| 1738 | - version "4.0.0" | |
| 1739 | - resolved "https://registry.npm.taobao.org/bin-version-check/download/bin-version-check-4.0.0.tgz#7d819c62496991f80d893e6e02a3032361608f71" | |
| 1740 | - integrity sha1-fYGcYklpkfgNiT5uAqMDI2Fgj3E= | |
| 1741 | - dependencies: | |
| 1742 | - bin-version "^3.0.0" | |
| 1743 | - semver "^5.6.0" | |
| 1744 | - semver-truncate "^1.1.2" | |
| 1745 | - | |
| 1746 | -bin-version@^3.0.0: | |
| 1747 | - version "3.1.0" | |
| 1748 | - resolved "https://registry.npm.taobao.org/bin-version/download/bin-version-3.1.0.tgz#5b09eb280752b1bd28f0c9db3f96f2f43b6c0839" | |
| 1749 | - integrity sha1-WwnrKAdSsb0o8MnbP5by9DtsCDk= | |
| 1750 | - dependencies: | |
| 1751 | - execa "^1.0.0" | |
| 1752 | - find-versions "^3.0.0" | |
| 2190 | + integrity sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4= | |
| 1753 | 2191 | |
| 1754 | -bin-wrapper@^4.0.0, bin-wrapper@^4.0.1: | |
| 1755 | - version "4.1.0" | |
| 1756 | - resolved "https://registry.npm.taobao.org/bin-wrapper/download/bin-wrapper-4.1.0.tgz#99348f2cf85031e3ef7efce7e5300aeaae960605" | |
| 1757 | - integrity sha1-mTSPLPhQMePvfvzn5TAK6q6WBgU= | |
| 1758 | - dependencies: | |
| 1759 | - bin-check "^4.1.0" | |
| 1760 | - bin-version-check "^4.0.0" | |
| 1761 | - download "^7.1.0" | |
| 1762 | - import-lazy "^3.1.0" | |
| 1763 | - os-filter-obj "^2.0.0" | |
| 1764 | - pify "^4.0.1" | |
| 2192 | +big.js@^5.2.2: | |
| 2193 | + version "5.2.2" | |
| 2194 | + resolved "https://registry.npm.taobao.org/big.js/download/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" | |
| 2195 | + integrity sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg= | |
| 2196 | + | |
| 2197 | +bignumber.js@7.2.1: | |
| 2198 | + version "7.2.1" | |
| 2199 | + resolved "https://registry.npm.taobao.org/bignumber.js/download/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f" | |
| 2200 | + integrity sha1-gMBIdZ2CaACAfEv9Uh5Q7bulel8= | |
| 1765 | 2201 | |
| 1766 | 2202 | binary-extensions@^1.0.0: |
| 1767 | 2203 | version "1.13.1" |
| ... | ... | @@ -1773,13 +2209,12 @@ binary-extensions@^2.0.0: |
| 1773 | 2209 | resolved "https://registry.npm.taobao.org/binary-extensions/download/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" |
| 1774 | 2210 | integrity sha1-I8DfFPaogHf1+YbA0WfsA8PVU3w= |
| 1775 | 2211 | |
| 1776 | -bl@^1.0.0: | |
| 1777 | - version "1.2.2" | |
| 1778 | - resolved "https://registry.npm.taobao.org/bl/download/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c" | |
| 1779 | - integrity sha1-oWCRFxcQPAdBDO9j71Gzl8Alr5w= | |
| 2212 | +bindings@^1.5.0: | |
| 2213 | + version "1.5.0" | |
| 2214 | + resolved "https://registry.npm.taobao.org/bindings/download/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" | |
| 2215 | + integrity sha1-EDU8npRTNLwFEabZCzj7x8nFBN8= | |
| 1780 | 2216 | dependencies: |
| 1781 | - readable-stream "^2.3.5" | |
| 1782 | - safe-buffer "^5.1.1" | |
| 2217 | + file-uri-to-path "1.0.0" | |
| 1783 | 2218 | |
| 1784 | 2219 | bl@~1.0.0: |
| 1785 | 2220 | version "1.0.3" |
| ... | ... | @@ -1790,18 +2225,18 @@ bl@~1.0.0: |
| 1790 | 2225 | |
| 1791 | 2226 | bluebird@3.5.1: |
| 1792 | 2227 | version "3.5.1" |
| 1793 | - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" | |
| 1794 | - integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA== | |
| 2228 | + resolved "https://registry.npm.taobao.org/bluebird/download/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" | |
| 2229 | + integrity sha1-2VUfnemPH82h5oPRfukaBgLuLrk= | |
| 1795 | 2230 | |
| 1796 | 2231 | bluebird@^2.9.30: |
| 1797 | 2232 | version "2.11.0" |
| 1798 | 2233 | resolved "https://registry.npm.taobao.org/bluebird/download/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" |
| 1799 | 2234 | integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= |
| 1800 | 2235 | |
| 1801 | -bluebird@^3.4.3, bluebird@^3.5.0, bluebird@^3.5.4, bluebird@^3.5.5, bluebird@^3.7.0: | |
| 1802 | - version "3.7.1" | |
| 1803 | - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de" | |
| 1804 | - integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== | |
| 2236 | +bluebird@^3.5.0, bluebird@^3.5.4, bluebird@^3.5.5, bluebird@^3.7.2: | |
| 2237 | + version "3.7.2" | |
| 2238 | + resolved "https://registry.npm.taobao.org/bluebird/download/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" | |
| 2239 | + integrity sha1-nyKcFb4nJFT/qXOs4NvueaGww28= | |
| 1805 | 2240 | |
| 1806 | 2241 | bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: |
| 1807 | 2242 | version "4.11.8" |
| ... | ... | @@ -1836,24 +2271,24 @@ bonjour@^3.5.0: |
| 1836 | 2271 | multicast-dns "^6.0.1" |
| 1837 | 2272 | multicast-dns-service-types "^1.1.0" |
| 1838 | 2273 | |
| 1839 | -bookshelf@^0.15.1: | |
| 1840 | - version "0.15.1" | |
| 1841 | - resolved "https://registry.npm.taobao.org/bookshelf/download/bookshelf-0.15.1.tgz#ca545ad8189a6a3be8b25661ad462dbf667222e3" | |
| 1842 | - integrity sha1-ylRa2BiaajvoslZhrUYtv2ZyIuM= | |
| 2274 | +bookshelf@^1.0.1: | |
| 2275 | + version "1.0.1" | |
| 2276 | + resolved "https://registry.npm.taobao.org/bookshelf/download/bookshelf-1.0.1.tgz#0671b28d6bfb7b575633f621c380b26a3ce80ca0" | |
| 2277 | + integrity sha1-BnGyjWv7e1dWM/Yhw4CyajzoDKA= | |
| 1843 | 2278 | dependencies: |
| 1844 | - bluebird "^3.4.3" | |
| 2279 | + bluebird "^3.5.5" | |
| 1845 | 2280 | create-error "~0.3.1" |
| 1846 | - inflection "^1.5.1" | |
| 1847 | - lodash "^4.17.10" | |
| 2281 | + inflection "^1.12.0" | |
| 2282 | + lodash "^4.17.15" | |
| 1848 | 2283 | |
| 1849 | -boolbase@^1.0.0, boolbase@~1.0.0: | |
| 2284 | +boolbase@~1.0.0: | |
| 1850 | 2285 | version "1.0.0" |
| 1851 | 2286 | resolved "https://registry.npm.taobao.org/boolbase/download/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" |
| 1852 | 2287 | integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= |
| 1853 | 2288 | |
| 1854 | 2289 | boom@2.x.x: |
| 1855 | 2290 | version "2.10.1" |
| 1856 | - resolved "https://registry.npm.taobao.org/boom/download/boom-2.10.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fboom%2Fdownload%2Fboom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" | |
| 2291 | + resolved "https://registry.npm.taobao.org/boom/download/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" | |
| 1857 | 2292 | integrity sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= |
| 1858 | 2293 | dependencies: |
| 1859 | 2294 | hoek "2.x.x" |
| ... | ... | @@ -1867,7 +2302,7 @@ boom@^7.3.0: |
| 1867 | 2302 | |
| 1868 | 2303 | bootstrap@^4.3.1: |
| 1869 | 2304 | version "4.4.1" |
| 1870 | - resolved "https://registry.npm.taobao.org/bootstrap/download/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" | |
| 2305 | + resolved "https://registry.npm.taobao.org/bootstrap/download/bootstrap-4.4.1.tgz?cache=0&sync_timestamp=1574947176564&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbootstrap%2Fdownload%2Fbootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" | |
| 1871 | 2306 | integrity sha1-hYKWDuoMXNK+3oTYsLrzeJw+iwE= |
| 1872 | 2307 | |
| 1873 | 2308 | brace-expansion@^1.1.7: |
| ... | ... | @@ -1970,48 +2405,25 @@ browserify-zlib@^0.2.0: |
| 1970 | 2405 | dependencies: |
| 1971 | 2406 | pako "~1.0.5" |
| 1972 | 2407 | |
| 1973 | -browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6.6: | |
| 1974 | - version "4.7.0" | |
| 1975 | - resolved "https://registry.npm.taobao.org/browserslist/download/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17" | |
| 1976 | - integrity sha1-nuiSJf/AfbA0CfL+5STcgidFihc= | |
| 2408 | +browserslist@^4.6.0, browserslist@^4.8.0, browserslist@^4.8.3: | |
| 2409 | + version "4.8.3" | |
| 2410 | + resolved "https://registry.npm.taobao.org/browserslist/download/browserslist-4.8.3.tgz#65802fcd77177c878e015f0e3189f2c4f627ba44" | |
| 2411 | + integrity sha1-ZYAvzXcXfIeOAV8OMYnyxPYnukQ= | |
| 1977 | 2412 | dependencies: |
| 1978 | - caniuse-lite "^1.0.30000989" | |
| 1979 | - electron-to-chromium "^1.3.247" | |
| 1980 | - node-releases "^1.1.29" | |
| 2413 | + caniuse-lite "^1.0.30001017" | |
| 2414 | + electron-to-chromium "^1.3.322" | |
| 2415 | + node-releases "^1.1.44" | |
| 1981 | 2416 | |
| 1982 | 2417 | bson@^1.1.1, bson@~1.1.1: |
| 1983 | - version "1.1.1" | |
| 1984 | - resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.1.tgz#4330f5e99104c4e751e7351859e2d408279f2f13" | |
| 1985 | - integrity sha512-jCGVYLoYMHDkOsbwJZBCqwMHyH4c+wzgI9hG7Z6SZJRXWr+x58pdIbm2i9a/jFGCkRJqRUr8eoI7lDWa0hTkxg== | |
| 1986 | - | |
| 1987 | -buffer-alloc-unsafe@^1.1.0: | |
| 1988 | - version "1.1.0" | |
| 1989 | - resolved "https://registry.npm.taobao.org/buffer-alloc-unsafe/download/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" | |
| 1990 | - integrity sha1-vX3CauKXLQ7aJTvgYdupkjScGfA= | |
| 1991 | - | |
| 1992 | -buffer-alloc@^1.2.0: | |
| 1993 | - version "1.2.0" | |
| 1994 | - resolved "https://registry.npm.taobao.org/buffer-alloc/download/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" | |
| 1995 | - integrity sha1-iQ3ZDZI6hz4I4Q5f1RpX5bfM4Ow= | |
| 1996 | - dependencies: | |
| 1997 | - buffer-alloc-unsafe "^1.1.0" | |
| 1998 | - buffer-fill "^1.0.0" | |
| 1999 | - | |
| 2000 | -buffer-crc32@~0.2.3: | |
| 2001 | - version "0.2.13" | |
| 2002 | - resolved "https://registry.npm.taobao.org/buffer-crc32/download/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" | |
| 2003 | - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= | |
| 2418 | + version "1.1.3" | |
| 2419 | + resolved "https://registry.npm.taobao.org/bson/download/bson-1.1.3.tgz#aa82cb91f9a453aaa060d6209d0675114a8154d3" | |
| 2420 | + integrity sha1-qoLLkfmkU6qgYNYgnQZ1EUqBVNM= | |
| 2004 | 2421 | |
| 2005 | 2422 | buffer-equal-constant-time@1.0.1: |
| 2006 | 2423 | version "1.0.1" |
| 2007 | 2424 | resolved "https://registry.npm.taobao.org/buffer-equal-constant-time/download/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" |
| 2008 | 2425 | integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= |
| 2009 | 2426 | |
| 2010 | -buffer-fill@^1.0.0: | |
| 2011 | - version "1.0.0" | |
| 2012 | - resolved "https://registry.npm.taobao.org/buffer-fill/download/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" | |
| 2013 | - integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= | |
| 2014 | - | |
| 2015 | 2427 | buffer-from@^1.0.0: |
| 2016 | 2428 | version "1.1.1" |
| 2017 | 2429 | resolved "https://registry.npm.taobao.org/buffer-from/download/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" |
| ... | ... | @@ -2028,18 +2440,18 @@ buffer-xor@^1.0.3: |
| 2028 | 2440 | integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= |
| 2029 | 2441 | |
| 2030 | 2442 | buffer@^4.3.0: |
| 2031 | - version "4.9.1" | |
| 2032 | - resolved "https://registry.npm.taobao.org/buffer/download/buffer-4.9.1.tgz?cache=0&sync_timestamp=1566943542987&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298" | |
| 2033 | - integrity sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg= | |
| 2443 | + version "4.9.2" | |
| 2444 | + resolved "https://registry.npm.taobao.org/buffer/download/buffer-4.9.2.tgz?cache=0&sync_timestamp=1573257183822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" | |
| 2445 | + integrity sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg= | |
| 2034 | 2446 | dependencies: |
| 2035 | 2447 | base64-js "^1.0.2" |
| 2036 | 2448 | ieee754 "^1.1.4" |
| 2037 | 2449 | isarray "^1.0.0" |
| 2038 | 2450 | |
| 2039 | -buffer@^5.1.0, buffer@^5.2.1: | |
| 2040 | - version "5.4.2" | |
| 2041 | - resolved "https://registry.npm.taobao.org/buffer/download/buffer-5.4.2.tgz?cache=0&sync_timestamp=1566943542987&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-5.4.2.tgz#2012872776206182480eccb2c0fba5f672a2efef" | |
| 2042 | - integrity sha1-IBKHJ3YgYYJIDsyywPul9nKi7+8= | |
| 2451 | +buffer@^5.1.0: | |
| 2452 | + version "5.4.3" | |
| 2453 | + resolved "https://registry.npm.taobao.org/buffer/download/buffer-5.4.3.tgz?cache=0&sync_timestamp=1573257183822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-5.4.3.tgz#3fbc9c69eb713d323e3fc1a895eee0710c072115" | |
| 2454 | + integrity sha1-P7ycaetxPTI+P8Gole7gcQwHIRU= | |
| 2043 | 2455 | dependencies: |
| 2044 | 2456 | base64-js "^1.0.2" |
| 2045 | 2457 | ieee754 "^1.1.4" |
| ... | ... | @@ -2061,6 +2473,13 @@ builtin-status-codes@^3.0.0: |
| 2061 | 2473 | resolved "https://registry.npm.taobao.org/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" |
| 2062 | 2474 | integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= |
| 2063 | 2475 | |
| 2476 | +busboy@^0.3.1: | |
| 2477 | + version "0.3.1" | |
| 2478 | + resolved "https://registry.npm.taobao.org/busboy/download/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b" | |
| 2479 | + integrity sha1-FwiZJ0xb84quJ9XGK3EmjNWF/Rs= | |
| 2480 | + dependencies: | |
| 2481 | + dicer "0.3.0" | |
| 2482 | + | |
| 2064 | 2483 | bytes@3.0.0: |
| 2065 | 2484 | version "3.0.0" |
| 2066 | 2485 | resolved "https://registry.npm.taobao.org/bytes/download/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" |
| ... | ... | @@ -2115,19 +2534,6 @@ cache-content-type@^1.0.0: |
| 2115 | 2534 | mime-types "^2.1.18" |
| 2116 | 2535 | ylru "^1.2.0" |
| 2117 | 2536 | |
| 2118 | -cacheable-request@^2.1.1: | |
| 2119 | - version "2.1.4" | |
| 2120 | - resolved "https://registry.npm.taobao.org/cacheable-request/download/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d" | |
| 2121 | - integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= | |
| 2122 | - dependencies: | |
| 2123 | - clone-response "1.0.2" | |
| 2124 | - get-stream "3.0.0" | |
| 2125 | - http-cache-semantics "3.8.1" | |
| 2126 | - keyv "3.0.0" | |
| 2127 | - lowercase-keys "1.0.0" | |
| 2128 | - normalize-url "2.0.1" | |
| 2129 | - responselike "1.0.2" | |
| 2130 | - | |
| 2131 | 2537 | callsites@^3.0.0: |
| 2132 | 2538 | version "3.1.0" |
| 2133 | 2539 | resolved "https://registry.npm.taobao.org/callsites/download/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" |
| ... | ... | @@ -2141,24 +2547,6 @@ camel-case@3.0.x: |
| 2141 | 2547 | no-case "^2.2.0" |
| 2142 | 2548 | upper-case "^1.1.1" |
| 2143 | 2549 | |
| 2144 | -camelcase-keys@^2.0.0: | |
| 2145 | - version "2.1.0" | |
| 2146 | - resolved "https://registry.npm.taobao.org/camelcase-keys/download/camelcase-keys-2.1.0.tgz?cache=0&sync_timestamp=1564587881114&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcamelcase-keys%2Fdownload%2Fcamelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" | |
| 2147 | - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= | |
| 2148 | - dependencies: | |
| 2149 | - camelcase "^2.0.0" | |
| 2150 | - map-obj "^1.0.0" | |
| 2151 | - | |
| 2152 | -camelcase@^2.0.0: | |
| 2153 | - version "2.1.1" | |
| 2154 | - resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" | |
| 2155 | - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= | |
| 2156 | - | |
| 2157 | -camelcase@^4.1.0: | |
| 2158 | - version "4.1.0" | |
| 2159 | - resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" | |
| 2160 | - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= | |
| 2161 | - | |
| 2162 | 2550 | camelcase@^5.0.0, camelcase@^5.2.0: |
| 2163 | 2551 | version "5.3.1" |
| 2164 | 2552 | resolved "https://registry.npm.taobao.org/camelcase/download/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" |
| ... | ... | @@ -2169,15 +2557,15 @@ camelize@^1.0.0: |
| 2169 | 2557 | resolved "https://registry.npm.taobao.org/camelize/download/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" |
| 2170 | 2558 | integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= |
| 2171 | 2559 | |
| 2172 | -caniuse-lite@^1.0.30000980, caniuse-lite@^1.0.30000989: | |
| 2173 | - version "1.0.30000989" | |
| 2174 | - resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9" | |
| 2175 | - integrity sha1-uRk+KTzPfkQmxSRRNLjypWwKxLk= | |
| 2560 | +caniuse-lite@^1.0.30001012, caniuse-lite@^1.0.30001017: | |
| 2561 | + version "1.0.30001020" | |
| 2562 | + resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001020.tgz?cache=0&sync_timestamp=1578547972393&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001020.tgz#3f04c1737500ffda78be9beb0b5c1e2070e15926" | |
| 2563 | + integrity sha1-PwTBc3UA/9p4vpvrC1weIHDhWSY= | |
| 2176 | 2564 | |
| 2177 | 2565 | captains-log@^2.0.2: |
| 2178 | - version "2.0.2" | |
| 2179 | - resolved "https://registry.npm.taobao.org/captains-log/download/captains-log-2.0.2.tgz#6372859aaf734cef993b4b87a86278dd81699212" | |
| 2180 | - integrity sha1-Y3KFmq9zTO+ZO0uHqGJ43YFpkhI= | |
| 2566 | + version "2.0.3" | |
| 2567 | + resolved "https://registry.npm.taobao.org/captains-log/download/captains-log-2.0.3.tgz?cache=0&sync_timestamp=1568079760458&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaptains-log%2Fdownload%2Fcaptains-log-2.0.3.tgz#4fa10b4f389a62299872826fc6736704e7483469" | |
| 2568 | + integrity sha1-T6ELTziaYimYcoJvxnNnBOdINGk= | |
| 2181 | 2569 | dependencies: |
| 2182 | 2570 | "@sailshq/lodash" "^3.10.2" |
| 2183 | 2571 | chalk "1.1.3" |
| ... | ... | @@ -2194,16 +2582,6 @@ caseless@~0.12.0: |
| 2194 | 2582 | resolved "https://registry.npm.taobao.org/caseless/download/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" |
| 2195 | 2583 | integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= |
| 2196 | 2584 | |
| 2197 | -caw@^2.0.0, caw@^2.0.1: | |
| 2198 | - version "2.0.1" | |
| 2199 | - resolved "https://registry.npm.taobao.org/caw/download/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95" | |
| 2200 | - integrity sha1-bDygcfwZRyCIPC3F2psHS/x+npU= | |
| 2201 | - dependencies: | |
| 2202 | - get-proxy "^2.0.0" | |
| 2203 | - isurl "^1.0.0-alpha5" | |
| 2204 | - tunnel-agent "^0.6.0" | |
| 2205 | - url-to-options "^1.0.1" | |
| 2206 | - | |
| 2207 | 2585 | chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.3: |
| 2208 | 2586 | version "1.1.3" |
| 2209 | 2587 | resolved "https://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" |
| ... | ... | @@ -2226,21 +2604,9 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4. |
| 2226 | 2604 | |
| 2227 | 2605 | chardet@^0.7.0: |
| 2228 | 2606 | version "0.7.0" |
| 2229 | - resolved "https://registry.npm.taobao.org/chardet/download/chardet-0.7.0.tgz?cache=0&sync_timestamp=1562887878067&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchardet%2Fdownload%2Fchardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" | |
| 2607 | + resolved "https://registry.npm.taobao.org/chardet/download/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" | |
| 2230 | 2608 | integrity sha1-kAlISfCTfy7twkJdDSip5fDLrZ4= |
| 2231 | 2609 | |
| 2232 | -cheerio@^1.0.0-rc.2: | |
| 2233 | - version "1.0.0-rc.3" | |
| 2234 | - resolved "https://registry.npm.taobao.org/cheerio/download/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6" | |
| 2235 | - integrity sha1-CUY21CWy6cD065GkbAVjDJoai/Y= | |
| 2236 | - dependencies: | |
| 2237 | - css-select "~1.2.0" | |
| 2238 | - dom-serializer "~0.1.1" | |
| 2239 | - entities "~1.1.1" | |
| 2240 | - htmlparser2 "^3.9.1" | |
| 2241 | - lodash "^4.15.0" | |
| 2242 | - parse5 "^3.0.1" | |
| 2243 | - | |
| 2244 | 2610 | chokidar@^2.0.2, chokidar@^2.1.2, chokidar@^2.1.8: |
| 2245 | 2611 | version "2.1.8" |
| 2246 | 2612 | resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
| ... | ... | @@ -2261,9 +2627,9 @@ chokidar@^2.0.2, chokidar@^2.1.2, chokidar@^2.1.8: |
| 2261 | 2627 | fsevents "^1.2.7" |
| 2262 | 2628 | |
| 2263 | 2629 | chokidar@^3.2.1: |
| 2264 | - version "3.3.0" | |
| 2265 | - resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6" | |
| 2266 | - integrity sha1-EsBxRmjFWAD2WeJi1JYql/r1VKY= | |
| 2630 | + version "3.3.1" | |
| 2631 | + resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450" | |
| 2632 | + integrity sha1-yE5bPRjZpNd1WP70ZrG/FrvrNFA= | |
| 2267 | 2633 | dependencies: |
| 2268 | 2634 | anymatch "~3.1.1" |
| 2269 | 2635 | braces "~3.0.2" |
| ... | ... | @@ -2271,14 +2637,14 @@ chokidar@^3.2.1: |
| 2271 | 2637 | is-binary-path "~2.1.0" |
| 2272 | 2638 | is-glob "~4.0.1" |
| 2273 | 2639 | normalize-path "~3.0.0" |
| 2274 | - readdirp "~3.2.0" | |
| 2640 | + readdirp "~3.3.0" | |
| 2275 | 2641 | optionalDependencies: |
| 2276 | - fsevents "~2.1.1" | |
| 2642 | + fsevents "~2.1.2" | |
| 2277 | 2643 | |
| 2278 | 2644 | chownr@^1.1.1: |
| 2279 | - version "1.1.2" | |
| 2280 | - resolved "https://registry.npm.taobao.org/chownr/download/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" | |
| 2281 | - integrity sha1-oY8eCyacimpdPIbrKYvrFMPde/Y= | |
| 2645 | + version "1.1.3" | |
| 2646 | + resolved "https://registry.npm.taobao.org/chownr/download/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142" | |
| 2647 | + integrity sha1-Qtg31SOWiNVfMDADpQgjD6ZycUI= | |
| 2282 | 2648 | |
| 2283 | 2649 | chrome-trace-event@^1.0.2: |
| 2284 | 2650 | version "1.0.2" |
| ... | ... | @@ -2310,7 +2676,7 @@ class-utils@^0.3.5: |
| 2310 | 2676 | isobject "^3.0.0" |
| 2311 | 2677 | static-extend "^0.1.1" |
| 2312 | 2678 | |
| 2313 | -classnames@^2.2.3, classnames@^2.2.5, classnames@^2.2.6: | |
| 2679 | +classnames@^2.2.0, classnames@^2.2.3, classnames@^2.2.5, classnames@^2.2.6: | |
| 2314 | 2680 | version "2.2.6" |
| 2315 | 2681 | resolved "https://registry.npm.taobao.org/classnames/download/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" |
| 2316 | 2682 | integrity sha1-Q5Nb/90pHzJtrQogUwmzjQD2UM4= |
| ... | ... | @@ -2329,6 +2695,13 @@ cli-cursor@^2.1.0: |
| 2329 | 2695 | dependencies: |
| 2330 | 2696 | restore-cursor "^2.0.0" |
| 2331 | 2697 | |
| 2698 | +cli-cursor@^3.1.0: | |
| 2699 | + version "3.1.0" | |
| 2700 | + resolved "https://registry.npm.taobao.org/cli-cursor/download/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" | |
| 2701 | + integrity sha1-JkMFp65JDR0Dvwybp8kl0XU68wc= | |
| 2702 | + dependencies: | |
| 2703 | + restore-cursor "^3.1.0" | |
| 2704 | + | |
| 2332 | 2705 | cli-spinners@^2.0.0: |
| 2333 | 2706 | version "2.2.0" |
| 2334 | 2707 | resolved "https://registry.npm.taobao.org/cli-spinners/download/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77" |
| ... | ... | @@ -2351,7 +2724,7 @@ cli-width@^2.0.0: |
| 2351 | 2724 | |
| 2352 | 2725 | cliui@^4.0.0: |
| 2353 | 2726 | version "4.1.0" |
| 2354 | - resolved "https://registry.npm.taobao.org/cliui/download/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" | |
| 2727 | + resolved "https://registry.npm.taobao.org/cliui/download/cliui-4.1.0.tgz?cache=0&sync_timestamp=1573942320052&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" | |
| 2355 | 2728 | integrity sha1-NIQi2+gtgAswIu709qwQvy5NG0k= |
| 2356 | 2729 | dependencies: |
| 2357 | 2730 | string-width "^2.1.1" |
| ... | ... | @@ -2360,20 +2733,13 @@ cliui@^4.0.0: |
| 2360 | 2733 | |
| 2361 | 2734 | cliui@^5.0.0: |
| 2362 | 2735 | version "5.0.0" |
| 2363 | - resolved "https://registry.npm.taobao.org/cliui/download/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" | |
| 2736 | + resolved "https://registry.npm.taobao.org/cliui/download/cliui-5.0.0.tgz?cache=0&sync_timestamp=1573942320052&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" | |
| 2364 | 2737 | integrity sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U= |
| 2365 | 2738 | dependencies: |
| 2366 | 2739 | string-width "^3.1.0" |
| 2367 | 2740 | strip-ansi "^5.2.0" |
| 2368 | 2741 | wrap-ansi "^5.1.0" |
| 2369 | 2742 | |
| 2370 | -clone-response@1.0.2: | |
| 2371 | - version "1.0.2" | |
| 2372 | - resolved "https://registry.npm.taobao.org/clone-response/download/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" | |
| 2373 | - integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= | |
| 2374 | - dependencies: | |
| 2375 | - mimic-response "^1.0.0" | |
| 2376 | - | |
| 2377 | 2743 | clone@^1.0.2: |
| 2378 | 2744 | version "1.0.4" |
| 2379 | 2745 | resolved "https://registry.npm.taobao.org/clone/download/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" |
| ... | ... | @@ -2387,6 +2753,11 @@ cls-bluebird@^2.1.0: |
| 2387 | 2753 | is-bluebird "^1.0.2" |
| 2388 | 2754 | shimmer "^1.1.0" |
| 2389 | 2755 | |
| 2756 | +clsx@^1.0.1: | |
| 2757 | + version "1.0.4" | |
| 2758 | + resolved "https://registry.npm.taobao.org/clsx/download/clsx-1.0.4.tgz#0c0171f6d5cb2fe83848463c15fcc26b4df8c2ec" | |
| 2759 | + integrity sha1-DAFx9tXLL+g4SEY8FfzCa034wuw= | |
| 2760 | + | |
| 2390 | 2761 | co-body@^5.1.1: |
| 2391 | 2762 | version "5.2.0" |
| 2392 | 2763 | resolved "https://registry.npm.taobao.org/co-body/download/co-body-5.2.0.tgz#5a0a658c46029131e0e3a306f67647302f71c124" |
| ... | ... | @@ -2397,29 +2768,30 @@ co-body@^5.1.1: |
| 2397 | 2768 | raw-body "^2.2.0" |
| 2398 | 2769 | type-is "^1.6.14" |
| 2399 | 2770 | |
| 2771 | +co-body@^6.0.0: | |
| 2772 | + version "6.0.0" | |
| 2773 | + resolved "https://registry.npm.taobao.org/co-body/download/co-body-6.0.0.tgz#965b9337d7f5655480787471f4237664820827e3" | |
| 2774 | + integrity sha1-lluTN9f1ZVSAeHRx9CN2ZIIIJ+M= | |
| 2775 | + dependencies: | |
| 2776 | + inflation "^2.0.0" | |
| 2777 | + qs "^6.5.2" | |
| 2778 | + raw-body "^2.3.3" | |
| 2779 | + type-is "^1.6.16" | |
| 2780 | + | |
| 2400 | 2781 | co@^4.6.0: |
| 2401 | 2782 | version "4.6.0" |
| 2402 | 2783 | resolved "https://registry.npm.taobao.org/co/download/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" |
| 2403 | 2784 | integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= |
| 2404 | 2785 | |
| 2405 | -coa@^2.0.2: | |
| 2406 | - version "2.0.2" | |
| 2407 | - resolved "https://registry.npm.taobao.org/coa/download/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" | |
| 2408 | - integrity sha1-Q/bCEVG07yv1cYfbDXPeIp4+fsM= | |
| 2409 | - dependencies: | |
| 2410 | - "@types/q" "^1.5.1" | |
| 2411 | - chalk "^2.4.1" | |
| 2412 | - q "^1.1.2" | |
| 2413 | - | |
| 2414 | 2786 | code-point-at@^1.0.0: |
| 2415 | 2787 | version "1.1.0" |
| 2416 | 2788 | resolved "https://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" |
| 2417 | 2789 | integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= |
| 2418 | 2790 | |
| 2419 | 2791 | codemirror@^5.46.0: |
| 2420 | - version "5.48.4" | |
| 2421 | - resolved "https://registry.npm.taobao.org/codemirror/download/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47" | |
| 2422 | - integrity sha1-QhD76Svnmojw7qNI+rOueNqFzkc= | |
| 2792 | + version "5.50.2" | |
| 2793 | + resolved "https://registry.npm.taobao.org/codemirror/download/codemirror-5.50.2.tgz?cache=0&sync_timestamp=1577884402102&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcodemirror%2Fdownload%2Fcodemirror-5.50.2.tgz#32ddfe2b50193fcf573d8141c4a31d267c92b4a3" | |
| 2794 | + integrity sha1-Mt3+K1AZP89XPYFBxKMdJnyStKM= | |
| 2423 | 2795 | |
| 2424 | 2796 | "coffee-script@~ 1.7.1": |
| 2425 | 2797 | version "1.7.1" |
| ... | ... | @@ -2477,31 +2849,24 @@ combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.1, combined |
| 2477 | 2849 | |
| 2478 | 2850 | commander@2.17.x: |
| 2479 | 2851 | version "2.17.1" |
| 2480 | - resolved "https://registry.npm.taobao.org/commander/download/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" | |
| 2852 | + resolved "https://registry.npm.taobao.org/commander/download/commander-2.17.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" | |
| 2481 | 2853 | integrity sha1-vXerfebelCBc6sxy8XFtKfIKd78= |
| 2482 | 2854 | |
| 2483 | 2855 | commander@^2.20.0, commander@^2.8.1: |
| 2484 | - version "2.20.0" | |
| 2485 | - resolved "https://registry.npm.taobao.org/commander/download/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" | |
| 2486 | - integrity sha1-1YuytcHuj4ew00ACfp6U4iLFpCI= | |
| 2856 | + version "2.20.3" | |
| 2857 | + resolved "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" | |
| 2858 | + integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM= | |
| 2487 | 2859 | |
| 2488 | -commander@^3.0.2: | |
| 2489 | - version "3.0.2" | |
| 2490 | - resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e" | |
| 2491 | - integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow== | |
| 2860 | +commander@^4.1.0: | |
| 2861 | + version "4.1.0" | |
| 2862 | + resolved "https://registry.npm.taobao.org/commander/download/commander-4.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-4.1.0.tgz#545983a0603fe425bc672d66c9e3c89c42121a83" | |
| 2863 | + integrity sha1-VFmDoGA/5CW8Zy1myePInEISGoM= | |
| 2492 | 2864 | |
| 2493 | 2865 | commander@~2.19.0: |
| 2494 | 2866 | version "2.19.0" |
| 2495 | - resolved "https://registry.npm.taobao.org/commander/download/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" | |
| 2867 | + resolved "https://registry.npm.taobao.org/commander/download/commander-2.19.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" | |
| 2496 | 2868 | integrity sha1-9hmKqE5bg8RgVLlN3tv+1e6f8So= |
| 2497 | 2869 | |
| 2498 | -commander@~2.8.1: | |
| 2499 | - version "2.8.1" | |
| 2500 | - resolved "https://registry.npm.taobao.org/commander/download/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4" | |
| 2501 | - integrity sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ= | |
| 2502 | - dependencies: | |
| 2503 | - graceful-readlink ">= 1.0.0" | |
| 2504 | - | |
| 2505 | 2870 | commondir@^1.0.1: |
| 2506 | 2871 | version "1.0.1" |
| 2507 | 2872 | resolved "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" |
| ... | ... | @@ -2513,11 +2878,11 @@ component-emitter@^1.2.1: |
| 2513 | 2878 | integrity sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A= |
| 2514 | 2879 | |
| 2515 | 2880 | compressible@^2.0.0, compressible@~2.0.16: |
| 2516 | - version "2.0.17" | |
| 2517 | - resolved "https://registry.npm.taobao.org/compressible/download/compressible-2.0.17.tgz?cache=0&sync_timestamp=1561981219831&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcompressible%2Fdownload%2Fcompressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1" | |
| 2518 | - integrity sha1-bowQihatWDhKl386SCyiC/8vOME= | |
| 2881 | + version "2.0.18" | |
| 2882 | + resolved "https://registry.npm.taobao.org/compressible/download/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" | |
| 2883 | + integrity sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o= | |
| 2519 | 2884 | dependencies: |
| 2520 | - mime-db ">= 1.40.0 < 2" | |
| 2885 | + mime-db ">= 1.43.0 < 2" | |
| 2521 | 2886 | |
| 2522 | 2887 | compression@^1.7.4: |
| 2523 | 2888 | version "1.7.4" |
| ... | ... | @@ -2547,18 +2912,10 @@ concat-stream@^1.5.0: |
| 2547 | 2912 | readable-stream "^2.2.2" |
| 2548 | 2913 | typedarray "^0.0.6" |
| 2549 | 2914 | |
| 2550 | -config-chain@^1.1.11: | |
| 2551 | - version "1.1.12" | |
| 2552 | - resolved "https://registry.npm.taobao.org/config-chain/download/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa" | |
| 2553 | - integrity sha1-D96NCRIA616AjK8l/mGMAvSOTvo= | |
| 2554 | - dependencies: | |
| 2555 | - ini "^1.3.4" | |
| 2556 | - proto-list "~1.2.1" | |
| 2557 | - | |
| 2558 | 2915 | confusing-browser-globals@^1.0.5: |
| 2559 | - version "1.0.8" | |
| 2560 | - resolved "https://registry.npm.taobao.org/confusing-browser-globals/download/confusing-browser-globals-1.0.8.tgz?cache=0&sync_timestamp=1565390962846&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconfusing-browser-globals%2Fdownload%2Fconfusing-browser-globals-1.0.8.tgz#93ffec1f82a6e2bf2bc36769cc3a92fa20e502f3" | |
| 2561 | - integrity sha1-k//sH4Km4r8rw2dpzDqS+iDlAvM= | |
| 2916 | + version "1.0.9" | |
| 2917 | + resolved "https://registry.npm.taobao.org/confusing-browser-globals/download/confusing-browser-globals-1.0.9.tgz?cache=0&sync_timestamp=1575503767761&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconfusing-browser-globals%2Fdownload%2Fconfusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd" | |
| 2918 | + integrity sha1-crwTtIPAJ2gBaBhx1ImFFvj1T90= | |
| 2562 | 2919 | |
| 2563 | 2920 | connect-history-api-fallback@^1.6.0: |
| 2564 | 2921 | version "1.6.0" |
| ... | ... | @@ -2566,27 +2923,20 @@ connect-history-api-fallback@^1.6.0: |
| 2566 | 2923 | integrity sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w= |
| 2567 | 2924 | |
| 2568 | 2925 | consola@^2.6.0: |
| 2569 | - version "2.10.1" | |
| 2570 | - resolved "https://registry.npm.taobao.org/consola/download/consola-2.10.1.tgz#4693edba714677c878d520e4c7e4f69306b4b927" | |
| 2571 | - integrity sha1-RpPtunFGd8h41SDkx+T2kwa0uSc= | |
| 2926 | + version "2.11.3" | |
| 2927 | + resolved "https://registry.npm.taobao.org/consola/download/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e" | |
| 2928 | + integrity sha1-9zFYNiJMFDrFCUtH/UyBbCzRVg4= | |
| 2572 | 2929 | |
| 2573 | 2930 | console-browserify@^1.1.0: |
| 2574 | - version "1.1.0" | |
| 2575 | - resolved "https://registry.npm.taobao.org/console-browserify/download/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10" | |
| 2576 | - integrity sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA= | |
| 2577 | - dependencies: | |
| 2578 | - date-now "^0.1.4" | |
| 2931 | + version "1.2.0" | |
| 2932 | + resolved "https://registry.npm.taobao.org/console-browserify/download/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" | |
| 2933 | + integrity sha1-ZwY871fOts9Jk6KrOlWECujEkzY= | |
| 2579 | 2934 | |
| 2580 | 2935 | console-control-strings@^1.0.0, console-control-strings@~1.1.0: |
| 2581 | 2936 | version "1.1.0" |
| 2582 | 2937 | resolved "https://registry.npm.taobao.org/console-control-strings/download/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" |
| 2583 | 2938 | integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= |
| 2584 | 2939 | |
| 2585 | -console-stream@^0.1.1: | |
| 2586 | - version "0.1.1" | |
| 2587 | - resolved "https://registry.npm.taobao.org/console-stream/download/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44" | |
| 2588 | - integrity sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ= | |
| 2589 | - | |
| 2590 | 2940 | "consolidated-events@^1.1.1 || ^2.0.0": |
| 2591 | 2941 | version "2.0.2" |
| 2592 | 2942 | resolved "https://registry.npm.taobao.org/consolidated-events/download/consolidated-events-2.0.2.tgz#da8d8f8c2b232831413d9e190dc11669c79f4a91" |
| ... | ... | @@ -2602,7 +2952,7 @@ contains-path@^0.1.0: |
| 2602 | 2952 | resolved "https://registry.npm.taobao.org/contains-path/download/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" |
| 2603 | 2953 | integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= |
| 2604 | 2954 | |
| 2605 | -content-disposition@0.5.3, content-disposition@^0.5.2, content-disposition@~0.5.2: | |
| 2955 | +content-disposition@0.5.3, content-disposition@~0.5.2: | |
| 2606 | 2956 | version "0.5.3" |
| 2607 | 2957 | resolved "https://registry.npm.taobao.org/content-disposition/download/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" |
| 2608 | 2958 | integrity sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70= |
| ... | ... | @@ -2614,16 +2964,9 @@ content-type@^1.0.4, content-type@~1.0.4: |
| 2614 | 2964 | resolved "https://registry.npm.taobao.org/content-type/download/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" |
| 2615 | 2965 | integrity sha1-4TjMdeBAxyexlm/l5fjJruJW/js= |
| 2616 | 2966 | |
| 2617 | -convert-source-map@^1.1.0: | |
| 2618 | - version "1.6.0" | |
| 2619 | - resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" | |
| 2620 | - integrity sha1-UbU3qMQ+DwTewZk7/83VBOdYrCA= | |
| 2621 | - dependencies: | |
| 2622 | - safe-buffer "~5.1.1" | |
| 2623 | - | |
| 2624 | -convert-source-map@^1.5.0: | |
| 2967 | +convert-source-map@^1.5.0, convert-source-map@^1.7.0: | |
| 2625 | 2968 | version "1.7.0" |
| 2626 | - resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.7.0.tgz?cache=0&sync_timestamp=1573003862096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconvert-source-map%2Fdownload%2Fconvert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" | |
| 2969 | + resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" | |
| 2627 | 2970 | integrity sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI= |
| 2628 | 2971 | dependencies: |
| 2629 | 2972 | safe-buffer "~5.1.1" |
| ... | ... | @@ -2635,17 +2978,17 @@ cookie-signature@1.0.6: |
| 2635 | 2978 | |
| 2636 | 2979 | cookie@0.4.0: |
| 2637 | 2980 | version "0.4.0" |
| 2638 | - resolved "https://registry.npm.taobao.org/cookie/download/cookie-0.4.0.tgz?cache=0&sync_timestamp=1570621785421&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcookie%2Fdownload%2Fcookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" | |
| 2981 | + resolved "https://registry.npm.taobao.org/cookie/download/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" | |
| 2639 | 2982 | integrity sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo= |
| 2640 | 2983 | |
| 2641 | 2984 | cookie@^0.3.1: |
| 2642 | 2985 | version "0.3.1" |
| 2643 | - resolved "https://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz?cache=0&sync_timestamp=1570621785421&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcookie%2Fdownload%2Fcookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" | |
| 2986 | + resolved "https://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" | |
| 2644 | 2987 | integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= |
| 2645 | 2988 | |
| 2646 | 2989 | cookies@~0.8.0: |
| 2647 | 2990 | version "0.8.0" |
| 2648 | - resolved "https://registry.npm.taobao.org/cookies/download/cookies-0.8.0.tgz?cache=0&sync_timestamp=1570851738996&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcookies%2Fdownload%2Fcookies-0.8.0.tgz#1293ce4b391740a8406e3c9870e828c4b54f3f90" | |
| 2991 | + resolved "https://registry.npm.taobao.org/cookies/download/cookies-0.8.0.tgz#1293ce4b391740a8406e3c9870e828c4b54f3f90" | |
| 2649 | 2992 | integrity sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A= |
| 2650 | 2993 | dependencies: |
| 2651 | 2994 | depd "~2.0.0" |
| ... | ... | @@ -2670,28 +3013,38 @@ copy-descriptor@^0.1.0: |
| 2670 | 3013 | |
| 2671 | 3014 | copy-to-clipboard@^3: |
| 2672 | 3015 | version "3.2.0" |
| 2673 | - resolved "https://registry.npm.taobao.org/copy-to-clipboard/download/copy-to-clipboard-3.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-to-clipboard%2Fdownload%2Fcopy-to-clipboard-3.2.0.tgz#d2724a3ccbfed89706fac8a894872c979ac74467" | |
| 3016 | + resolved "https://registry.npm.taobao.org/copy-to-clipboard/download/copy-to-clipboard-3.2.0.tgz#d2724a3ccbfed89706fac8a894872c979ac74467" | |
| 2674 | 3017 | integrity sha1-0nJKPMv+2JcG+siolIcsl5rHRGc= |
| 2675 | 3018 | dependencies: |
| 2676 | 3019 | toggle-selection "^1.0.6" |
| 2677 | 3020 | |
| 2678 | -core-js-compat@^3.1.1: | |
| 2679 | - version "3.2.1" | |
| 2680 | - resolved "https://registry.npm.taobao.org/core-js-compat/download/core-js-compat-3.2.1.tgz?cache=0&sync_timestamp=1565612740757&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js-compat%2Fdownload%2Fcore-js-compat-3.2.1.tgz#0cbdbc2e386e8e00d3b85dc81c848effec5b8150" | |
| 2681 | - integrity sha1-DL28LjhujgDTuF3IHISO/+xbgVA= | |
| 3021 | +copy-to@^2.0.1: | |
| 3022 | + version "2.0.1" | |
| 3023 | + resolved "https://registry.npm.taobao.org/copy-to/download/copy-to-2.0.1.tgz#2680fbb8068a48d08656b6098092bdafc906f4a5" | |
| 3024 | + integrity sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU= | |
| 3025 | + | |
| 3026 | +core-js-compat@^3.6.0: | |
| 3027 | + version "3.6.3" | |
| 3028 | + resolved "https://registry.npm.taobao.org/core-js-compat/download/core-js-compat-3.6.3.tgz#41e281ca771209d5f2eb63ce34f96037d0928538" | |
| 3029 | + integrity sha1-QeKByncSCdXy62PONPlgN9CShTg= | |
| 2682 | 3030 | dependencies: |
| 2683 | - browserslist "^4.6.6" | |
| 2684 | - semver "^6.3.0" | |
| 3031 | + browserslist "^4.8.3" | |
| 3032 | + semver "7.0.0" | |
| 2685 | 3033 | |
| 2686 | 3034 | core-js@^1.0.0: |
| 2687 | 3035 | version "1.2.7" |
| 2688 | 3036 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" |
| 2689 | 3037 | integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= |
| 2690 | 3038 | |
| 2691 | -core-js@^2.6.5: | |
| 2692 | - version "2.6.9" | |
| 2693 | - resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" | |
| 2694 | - integrity sha1-a0shRiDINBUuF5Mjcn/Bl0GwhPI= | |
| 3039 | +core-js@^2.4.0, core-js@^2.6.5: | |
| 3040 | + version "2.6.11" | |
| 3041 | + resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" | |
| 3042 | + integrity sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw= | |
| 3043 | + | |
| 3044 | +core-js@^3.0.1: | |
| 3045 | + version "3.6.3" | |
| 3046 | + resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.3.tgz#cebda69dd069bf90066414d2b2425ffd1f3dcd79" | |
| 3047 | + integrity sha1-zr2mndBpv5AGZBTSskJf/R89zXk= | |
| 2695 | 3048 | |
| 2696 | 3049 | core-util-is@1.0.2, core-util-is@^1.0.2, core-util-is@~1.0.0: |
| 2697 | 3050 | version "1.0.2" |
| ... | ... | @@ -2779,7 +3132,7 @@ cron-parser@^2.7.3: |
| 2779 | 3132 | |
| 2780 | 3133 | cross-env@^5.0.5: |
| 2781 | 3134 | version "5.2.1" |
| 2782 | - resolved "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz?cache=0&sync_timestamp=1567276327355&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcross-env%2Fdownload%2Fcross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" | |
| 3135 | + resolved "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" | |
| 2783 | 3136 | integrity sha1-ssdsHKet1m3IdNEXmEZglPVRs00= |
| 2784 | 3137 | dependencies: |
| 2785 | 3138 | cross-spawn "^6.0.5" |
| ... | ... | @@ -2795,15 +3148,6 @@ cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: |
| 2795 | 3148 | shebang-command "^1.2.0" |
| 2796 | 3149 | which "^1.2.9" |
| 2797 | 3150 | |
| 2798 | -cross-spawn@^5.0.1: | |
| 2799 | - version "5.1.0" | |
| 2800 | - resolved "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" | |
| 2801 | - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= | |
| 2802 | - dependencies: | |
| 2803 | - lru-cache "^4.0.1" | |
| 2804 | - shebang-command "^1.2.0" | |
| 2805 | - which "^1.2.9" | |
| 2806 | - | |
| 2807 | 3151 | cryptiles@2.x.x: |
| 2808 | 3152 | version "2.0.5" |
| 2809 | 3153 | resolved "https://registry.npm.taobao.org/cryptiles/download/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" |
| ... | ... | @@ -2835,7 +3179,7 @@ css-color-keywords@^1.0.0: |
| 2835 | 3179 | |
| 2836 | 3180 | css-loader@^2.1.1: |
| 2837 | 3181 | version "2.1.1" |
| 2838 | - resolved "https://registry.npm.taobao.org/css-loader/download/css-loader-2.1.1.tgz#d8254f72e412bb2238bb44dd674ffbef497333ea" | |
| 3182 | + resolved "https://registry.npm.taobao.org/css-loader/download/css-loader-2.1.1.tgz?cache=0&sync_timestamp=1578676111891&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-loader%2Fdownload%2Fcss-loader-2.1.1.tgz#d8254f72e412bb2238bb44dd674ffbef497333ea" | |
| 2839 | 3183 | integrity sha1-2CVPcuQSuyI4u0TdZ0/770lzM+o= |
| 2840 | 3184 | dependencies: |
| 2841 | 3185 | camelcase "^5.2.0" |
| ... | ... | @@ -2850,12 +3194,7 @@ css-loader@^2.1.1: |
| 2850 | 3194 | postcss-value-parser "^3.3.0" |
| 2851 | 3195 | schema-utils "^1.0.0" |
| 2852 | 3196 | |
| 2853 | -css-select-base-adapter@^0.1.1: | |
| 2854 | - version "0.1.1" | |
| 2855 | - resolved "https://registry.npm.taobao.org/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" | |
| 2856 | - integrity sha1-Oy/0lyzDYquIVhUHqVQIoUMhNdc= | |
| 2857 | - | |
| 2858 | -css-select@^1.1.0, css-select@~1.2.0: | |
| 3197 | +css-select@^1.1.0: | |
| 2859 | 3198 | version "1.2.0" |
| 2860 | 3199 | resolved "https://registry.npm.taobao.org/css-select/download/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" |
| 2861 | 3200 | integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= |
| ... | ... | @@ -2865,16 +3204,6 @@ css-select@^1.1.0, css-select@~1.2.0: |
| 2865 | 3204 | domutils "1.5.1" |
| 2866 | 3205 | nth-check "~1.0.1" |
| 2867 | 3206 | |
| 2868 | -css-select@^2.0.0: | |
| 2869 | - version "2.0.2" | |
| 2870 | - resolved "https://registry.npm.taobao.org/css-select/download/css-select-2.0.2.tgz#ab4386cec9e1f668855564b17c3733b43b2a5ede" | |
| 2871 | - integrity sha1-q0OGzsnh9miFVWSxfDcztDsqXt4= | |
| 2872 | - dependencies: | |
| 2873 | - boolbase "^1.0.0" | |
| 2874 | - css-what "^2.1.2" | |
| 2875 | - domutils "^1.7.0" | |
| 2876 | - nth-check "^1.0.2" | |
| 2877 | - | |
| 2878 | 3207 | css-to-react-native@^2.2.2: |
| 2879 | 3208 | version "2.3.2" |
| 2880 | 3209 | resolved "https://registry.npm.taobao.org/css-to-react-native/download/css-to-react-native-2.3.2.tgz#e75e2f8f7aa385b4c3611c52b074b70a002f2e7d" |
| ... | ... | @@ -2884,25 +3213,9 @@ css-to-react-native@^2.2.2: |
| 2884 | 3213 | css-color-keywords "^1.0.0" |
| 2885 | 3214 | postcss-value-parser "^3.3.0" |
| 2886 | 3215 | |
| 2887 | -css-tree@1.0.0-alpha.29: | |
| 2888 | - version "1.0.0-alpha.29" | |
| 2889 | - resolved "https://registry.npm.taobao.org/css-tree/download/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39" | |
| 2890 | - integrity sha1-P6nU7zFCy9HDAedmTB81K9gvWjk= | |
| 2891 | - dependencies: | |
| 2892 | - mdn-data "~1.1.0" | |
| 2893 | - source-map "^0.5.3" | |
| 2894 | - | |
| 2895 | -css-tree@1.0.0-alpha.33: | |
| 2896 | - version "1.0.0-alpha.33" | |
| 2897 | - resolved "https://registry.npm.taobao.org/css-tree/download/css-tree-1.0.0-alpha.33.tgz#970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e" | |
| 2898 | - integrity sha1-lw4g5akfejeN3Q/FjQtsjU876T4= | |
| 2899 | - dependencies: | |
| 2900 | - mdn-data "2.0.4" | |
| 2901 | - source-map "^0.5.3" | |
| 2902 | - | |
| 2903 | -css-what@2.1, css-what@^2.1.2: | |
| 3216 | +css-what@2.1: | |
| 2904 | 3217 | version "2.1.3" |
| 2905 | - resolved "https://registry.npm.taobao.org/css-what/download/css-what-2.1.3.tgz?cache=0&sync_timestamp=1564773794818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-what%2Fdownload%2Fcss-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" | |
| 3218 | + resolved "https://registry.npm.taobao.org/css-what/download/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" | |
| 2906 | 3219 | integrity sha1-ptdgRXM2X+dGhsPzEcVlE9iChfI= |
| 2907 | 3220 | |
| 2908 | 3221 | cssesc@^3.0.0: |
| ... | ... | @@ -2910,48 +3223,20 @@ cssesc@^3.0.0: |
| 2910 | 3223 | resolved "https://registry.npm.taobao.org/cssesc/download/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" |
| 2911 | 3224 | integrity sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4= |
| 2912 | 3225 | |
| 2913 | -csso@^3.5.1: | |
| 2914 | - version "3.5.1" | |
| 2915 | - resolved "https://registry.npm.taobao.org/csso/download/csso-3.5.1.tgz#7b9eb8be61628973c1b261e169d2f024008e758b" | |
| 2916 | - integrity sha1-e564vmFiiXPBsmHhadLwJACOdYs= | |
| 2917 | - dependencies: | |
| 2918 | - css-tree "1.0.0-alpha.29" | |
| 2919 | - | |
| 2920 | -csstype@^2.2.0: | |
| 2921 | - version "2.6.6" | |
| 2922 | - resolved "https://registry.npm.taobao.org/csstype/download/csstype-2.6.6.tgz#c34f8226a94bbb10c32cc0d714afdf942291fc41" | |
| 2923 | - integrity sha1-w0+CJqlLuxDDLMDXFK/flCKR/EE= | |
| 2924 | - | |
| 2925 | -csstype@^2.5.7, csstype@^2.6.7: | |
| 2926 | - version "2.6.7" | |
| 2927 | - resolved "https://registry.npm.taobao.org/csstype/download/csstype-2.6.7.tgz?cache=0&sync_timestamp=1575469756751&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcsstype%2Fdownload%2Fcsstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5" | |
| 2928 | - integrity sha1-ILACTCC2cY9O2jhTofWhzOf15KU= | |
| 3226 | +csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7: | |
| 3227 | + version "2.6.8" | |
| 3228 | + resolved "https://registry.npm.taobao.org/csstype/download/csstype-2.6.8.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcsstype%2Fdownload%2Fcsstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431" | |
| 3229 | + integrity sha1-D7b8JBf/0oFqQYyTNtp01/B9tDE= | |
| 2929 | 3230 | |
| 2930 | 3231 | ctype@0.5.3: |
| 2931 | 3232 | version "0.5.3" |
| 2932 | 3233 | resolved "https://registry.npm.taobao.org/ctype/download/ctype-0.5.3.tgz#82c18c2461f74114ef16c135224ad0b9144ca12f" |
| 2933 | 3234 | integrity sha1-gsGMJGH3QRTvFsE1IkrQuRRMoS8= |
| 2934 | 3235 | |
| 2935 | -currently-unhandled@^0.4.1: | |
| 2936 | - version "0.4.1" | |
| 2937 | - resolved "https://registry.npm.taobao.org/currently-unhandled/download/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" | |
| 2938 | - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= | |
| 2939 | - dependencies: | |
| 2940 | - array-find-index "^1.0.1" | |
| 2941 | - | |
| 2942 | -cwebp-bin@^5.0.0: | |
| 2943 | - version "5.1.0" | |
| 2944 | - resolved "https://registry.npm.taobao.org/cwebp-bin/download/cwebp-bin-5.1.0.tgz#d5bea87c127358558e7bf7a90a6d440d42dcb074" | |
| 2945 | - integrity sha1-1b6ofBJzWFWOe/epCm1EDULcsHQ= | |
| 2946 | - dependencies: | |
| 2947 | - bin-build "^3.0.0" | |
| 2948 | - bin-wrapper "^4.0.1" | |
| 2949 | - logalot "^2.1.0" | |
| 2950 | - | |
| 2951 | -cyclist@~0.2.2: | |
| 2952 | - version "0.2.2" | |
| 2953 | - resolved "https://registry.npm.taobao.org/cyclist/download/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" | |
| 2954 | - integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= | |
| 3236 | +cyclist@^1.0.1: | |
| 3237 | + version "1.0.1" | |
| 3238 | + resolved "https://registry.npm.taobao.org/cyclist/download/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" | |
| 3239 | + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= | |
| 2955 | 3240 | |
| 2956 | 3241 | dashdash@^1.12.0: |
| 2957 | 3242 | version "1.14.1" |
| ... | ... | @@ -2960,24 +3245,24 @@ dashdash@^1.12.0: |
| 2960 | 3245 | dependencies: |
| 2961 | 3246 | assert-plus "^1.0.0" |
| 2962 | 3247 | |
| 2963 | -date-fns@^1.30.1: | |
| 2964 | - version "1.30.1" | |
| 2965 | - resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-1.30.1.tgz?cache=0&sync_timestamp=1574404231599&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" | |
| 2966 | - integrity sha1-LnG/CxGRU9u0zE6I2epaz7UNwFw= | |
| 3248 | +dataloader@^1.4.0: | |
| 3249 | + version "1.4.0" | |
| 3250 | + resolved "https://registry.npm.taobao.org/dataloader/download/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8" | |
| 3251 | + integrity sha1-vKEdhn9dPxue2fc3vRWXDGXf9cg= | |
| 2967 | 3252 | |
| 2968 | -date-now@^0.1.4: | |
| 2969 | - version "0.1.4" | |
| 2970 | - resolved "https://registry.npm.taobao.org/date-now/download/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" | |
| 2971 | - integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs= | |
| 3253 | +date-fns@^2.8.1: | |
| 3254 | + version "2.9.0" | |
| 3255 | + resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.9.0.tgz#d0b175a5c37ed5f17b97e2272bbc1fa5aec677d2" | |
| 3256 | + integrity sha1-0LF1pcN+1fF7l+InK7wfpa7Gd9I= | |
| 2972 | 3257 | |
| 2973 | -debug@*, debug@4.1.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: | |
| 3258 | +debug@*, debug@4, debug@4.1.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: | |
| 2974 | 3259 | version "4.1.1" |
| 2975 | 3260 | resolved "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" |
| 2976 | 3261 | integrity sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E= |
| 2977 | 3262 | dependencies: |
| 2978 | 3263 | ms "^2.1.1" |
| 2979 | 3264 | |
| 2980 | -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.1, debug@^2.6.8, debug@^2.6.9: | |
| 3265 | +debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.1, debug@^2.6.9: | |
| 2981 | 3266 | version "2.6.9" |
| 2982 | 3267 | resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" |
| 2983 | 3268 | integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= |
| ... | ... | @@ -3005,7 +3290,7 @@ debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6: |
| 3005 | 3290 | dependencies: |
| 3006 | 3291 | ms "^2.1.1" |
| 3007 | 3292 | |
| 3008 | -decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: | |
| 3293 | +decamelize@^1.2.0: | |
| 3009 | 3294 | version "1.2.0" |
| 3010 | 3295 | resolved "https://registry.npm.taobao.org/decamelize/download/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" |
| 3011 | 3296 | integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= |
| ... | ... | @@ -3015,69 +3300,9 @@ decode-uri-component@^0.2.0: |
| 3015 | 3300 | resolved "https://registry.npm.taobao.org/decode-uri-component/download/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" |
| 3016 | 3301 | integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= |
| 3017 | 3302 | |
| 3018 | -decompress-response@^3.2.0, decompress-response@^3.3.0: | |
| 3019 | - version "3.3.0" | |
| 3020 | - resolved "https://registry.npm.taobao.org/decompress-response/download/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" | |
| 3021 | - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= | |
| 3022 | - dependencies: | |
| 3023 | - mimic-response "^1.0.0" | |
| 3024 | - | |
| 3025 | -decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1: | |
| 3026 | - version "4.1.1" | |
| 3027 | - resolved "https://registry.npm.taobao.org/decompress-tar/download/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1" | |
| 3028 | - integrity sha1-cYy9P8sWIJcW5womuE57pFkuWvE= | |
| 3029 | - dependencies: | |
| 3030 | - file-type "^5.2.0" | |
| 3031 | - is-stream "^1.1.0" | |
| 3032 | - tar-stream "^1.5.2" | |
| 3033 | - | |
| 3034 | -decompress-tarbz2@^4.0.0: | |
| 3035 | - version "4.1.1" | |
| 3036 | - resolved "https://registry.npm.taobao.org/decompress-tarbz2/download/decompress-tarbz2-4.1.1.tgz#3082a5b880ea4043816349f378b56c516be1a39b" | |
| 3037 | - integrity sha1-MIKluIDqQEOBY0nzeLVsUWvho5s= | |
| 3038 | - dependencies: | |
| 3039 | - decompress-tar "^4.1.0" | |
| 3040 | - file-type "^6.1.0" | |
| 3041 | - is-stream "^1.1.0" | |
| 3042 | - seek-bzip "^1.0.5" | |
| 3043 | - unbzip2-stream "^1.0.9" | |
| 3044 | - | |
| 3045 | -decompress-targz@^4.0.0: | |
| 3046 | - version "4.1.1" | |
| 3047 | - resolved "https://registry.npm.taobao.org/decompress-targz/download/decompress-targz-4.1.1.tgz#c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee" | |
| 3048 | - integrity sha1-wJvDXE0R894J8tLaU+neI+fOHu4= | |
| 3049 | - dependencies: | |
| 3050 | - decompress-tar "^4.1.1" | |
| 3051 | - file-type "^5.2.0" | |
| 3052 | - is-stream "^1.1.0" | |
| 3053 | - | |
| 3054 | -decompress-unzip@^4.0.1: | |
| 3055 | - version "4.0.1" | |
| 3056 | - resolved "https://registry.npm.taobao.org/decompress-unzip/download/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69" | |
| 3057 | - integrity sha1-3qrM39FK6vhVePczroIQ+bSEj2k= | |
| 3058 | - dependencies: | |
| 3059 | - file-type "^3.8.0" | |
| 3060 | - get-stream "^2.2.0" | |
| 3061 | - pify "^2.3.0" | |
| 3062 | - yauzl "^2.4.2" | |
| 3063 | - | |
| 3064 | -decompress@^4.0.0, decompress@^4.2.0: | |
| 3065 | - version "4.2.0" | |
| 3066 | - resolved "https://registry.npm.taobao.org/decompress/download/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d" | |
| 3067 | - integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50= | |
| 3068 | - dependencies: | |
| 3069 | - decompress-tar "^4.0.0" | |
| 3070 | - decompress-tarbz2 "^4.0.0" | |
| 3071 | - decompress-targz "^4.0.0" | |
| 3072 | - decompress-unzip "^4.0.1" | |
| 3073 | - graceful-fs "^4.1.10" | |
| 3074 | - make-dir "^1.0.0" | |
| 3075 | - pify "^2.3.0" | |
| 3076 | - strip-dirs "^2.0.0" | |
| 3077 | - | |
| 3078 | 3303 | deep-equal@^1.0.1, deep-equal@^1.1.1: |
| 3079 | 3304 | version "1.1.1" |
| 3080 | - resolved "https://registry.npm.taobao.org/deep-equal/download/deep-equal-1.1.1.tgz?cache=0&sync_timestamp=1575872560040&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeep-equal%2Fdownload%2Fdeep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" | |
| 3305 | + resolved "https://registry.npm.taobao.org/deep-equal/download/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" | |
| 3081 | 3306 | integrity sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o= |
| 3082 | 3307 | dependencies: |
| 3083 | 3308 | is-arguments "^1.0.4" |
| ... | ... | @@ -3104,7 +3329,7 @@ deep-is@~0.1.3: |
| 3104 | 3329 | |
| 3105 | 3330 | deepmerge@^1.5.2: |
| 3106 | 3331 | version "1.5.2" |
| 3107 | - resolved "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz?cache=0&sync_timestamp=1572279720382&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeepmerge%2Fdownload%2Fdeepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" | |
| 3332 | + resolved "https://registry.npm.taobao.org/deepmerge/download/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" | |
| 3108 | 3333 | integrity sha1-EEmdhohEza1P7ghC34x/bwyVp1M= |
| 3109 | 3334 | |
| 3110 | 3335 | default-gateway@^4.2.0: |
| ... | ... | @@ -3122,7 +3347,7 @@ defaults@^1.0.3: |
| 3122 | 3347 | dependencies: |
| 3123 | 3348 | clone "^1.0.2" |
| 3124 | 3349 | |
| 3125 | -define-properties@^1.1.1, define-properties@^1.1.2, define-properties@^1.1.3: | |
| 3350 | +define-properties@^1.1.2, define-properties@^1.1.3: | |
| 3126 | 3351 | version "1.1.3" |
| 3127 | 3352 | resolved "https://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" |
| 3128 | 3353 | integrity sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE= |
| ... | ... | @@ -3171,7 +3396,7 @@ delayed-stream@~1.0.0: |
| 3171 | 3396 | |
| 3172 | 3397 | delegates@1.0.0, delegates@^1.0.0: |
| 3173 | 3398 | version "1.0.0" |
| 3174 | - resolved "https://registry.npm.taobao.org/delegates/download/delegates-1.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdelegates%2Fdownload%2Fdelegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" | |
| 3399 | + resolved "https://registry.npm.taobao.org/delegates/download/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" | |
| 3175 | 3400 | integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= |
| 3176 | 3401 | |
| 3177 | 3402 | depd@^1.1.2, depd@~1.1.2: |
| ... | ... | @@ -3184,10 +3409,15 @@ depd@~2.0.0: |
| 3184 | 3409 | resolved "https://registry.npm.taobao.org/depd/download/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" |
| 3185 | 3410 | integrity sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8= |
| 3186 | 3411 | |
| 3412 | +deprecated-decorator@^0.1.6: | |
| 3413 | + version "0.1.6" | |
| 3414 | + resolved "https://registry.npm.taobao.org/deprecated-decorator/download/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37" | |
| 3415 | + integrity sha1-AJZjF7ehL+kvPMgx91g68ym4bDc= | |
| 3416 | + | |
| 3187 | 3417 | des.js@^1.0.0: |
| 3188 | - version "1.0.0" | |
| 3189 | - resolved "https://registry.npm.taobao.org/des.js/download/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc" | |
| 3190 | - integrity sha1-wHTS4qpqipoH29YfmhXCzYPsjsw= | |
| 3418 | + version "1.0.1" | |
| 3419 | + resolved "https://registry.npm.taobao.org/des.js/download/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" | |
| 3420 | + integrity sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM= | |
| 3191 | 3421 | dependencies: |
| 3192 | 3422 | inherits "^2.0.1" |
| 3193 | 3423 | minimalistic-assert "^1.0.0" |
| ... | ... | @@ -3212,6 +3442,13 @@ detect-node@^2.0.4: |
| 3212 | 3442 | resolved "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" |
| 3213 | 3443 | integrity sha1-AU7o+PZpxcWAI9pkuBecCDooxGw= |
| 3214 | 3444 | |
| 3445 | +dicer@0.3.0: | |
| 3446 | + version "0.3.0" | |
| 3447 | + resolved "https://registry.npm.taobao.org/dicer/download/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872" | |
| 3448 | + integrity sha1-6s2Ys7+/kuirXC/bcaqsRLsGuHI= | |
| 3449 | + dependencies: | |
| 3450 | + streamsearch "0.1.2" | |
| 3451 | + | |
| 3215 | 3452 | diffie-hellman@^5.0.0: |
| 3216 | 3453 | version "5.0.3" |
| 3217 | 3454 | resolved "https://registry.npm.taobao.org/diffie-hellman/download/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" |
| ... | ... | @@ -3302,12 +3539,12 @@ dom-converter@^0.2: |
| 3302 | 3539 | |
| 3303 | 3540 | dom-helpers@^3.4.0: |
| 3304 | 3541 | version "3.4.0" |
| 3305 | - resolved "https://registry.npm.taobao.org/dom-helpers/download/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" | |
| 3542 | + resolved "https://registry.npm.taobao.org/dom-helpers/download/dom-helpers-3.4.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-helpers%2Fdownload%2Fdom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" | |
| 3306 | 3543 | integrity sha1-6bNpcA+Vn2Ls3lprq95LzNkWmvg= |
| 3307 | 3544 | dependencies: |
| 3308 | 3545 | "@babel/runtime" "^7.1.2" |
| 3309 | 3546 | |
| 3310 | -dom-helpers@^5.0.1: | |
| 3547 | +dom-helpers@^5.0.0: | |
| 3311 | 3548 | version "5.1.3" |
| 3312 | 3549 | resolved "https://registry.npm.taobao.org/dom-helpers/download/dom-helpers-5.1.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-helpers%2Fdownload%2Fdom-helpers-5.1.3.tgz#7233248eb3a2d1f74aafca31e52c5299cc8ce821" |
| 3313 | 3550 | integrity sha1-cjMkjrOi0fdKr8ox5SxSmcyM6CE= |
| ... | ... | @@ -3316,27 +3553,19 @@ dom-helpers@^5.0.1: |
| 3316 | 3553 | csstype "^2.6.7" |
| 3317 | 3554 | |
| 3318 | 3555 | dom-serializer@0: |
| 3319 | - version "0.2.1" | |
| 3320 | - resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.2.1.tgz?cache=0&sync_timestamp=1564710970695&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-serializer%2Fdownload%2Fdom-serializer-0.2.1.tgz#13650c850daffea35d8b626a4cfc4d3a17643fdb" | |
| 3321 | - integrity sha1-E2UMhQ2v/qNdi2JqTPxNOhdkP9s= | |
| 3556 | + version "0.2.2" | |
| 3557 | + resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.2.2.tgz?cache=0&sync_timestamp=1573447907918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-serializer%2Fdownload%2Fdom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" | |
| 3558 | + integrity sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E= | |
| 3322 | 3559 | dependencies: |
| 3323 | 3560 | domelementtype "^2.0.1" |
| 3324 | 3561 | entities "^2.0.0" |
| 3325 | 3562 | |
| 3326 | -dom-serializer@~0.1.1: | |
| 3327 | - version "0.1.1" | |
| 3328 | - resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.1.1.tgz?cache=0&sync_timestamp=1573447907918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-serializer%2Fdownload%2Fdom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" | |
| 3329 | - integrity sha1-HsQFnihLq+027sKUHUqXChic58A= | |
| 3330 | - dependencies: | |
| 3331 | - domelementtype "^1.3.0" | |
| 3332 | - entities "^1.1.1" | |
| 3333 | - | |
| 3334 | 3563 | domain-browser@^1.1.1: |
| 3335 | 3564 | version "1.2.0" |
| 3336 | 3565 | resolved "https://registry.npm.taobao.org/domain-browser/download/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" |
| 3337 | 3566 | integrity sha1-PTH1AZGmdJ3RN1p/Ui6CPULlTto= |
| 3338 | 3567 | |
| 3339 | -domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: | |
| 3568 | +domelementtype@1, domelementtype@^1.3.1: | |
| 3340 | 3569 | version "1.3.1" |
| 3341 | 3570 | resolved "https://registry.npm.taobao.org/domelementtype/download/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" |
| 3342 | 3571 | integrity sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8= |
| ... | ... | @@ -3355,65 +3584,30 @@ domhandler@^2.3.0: |
| 3355 | 3584 | |
| 3356 | 3585 | domutils@1.5.1: |
| 3357 | 3586 | version "1.5.1" |
| 3358 | - resolved "https://registry.npm.taobao.org/domutils/download/domutils-1.5.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomutils%2Fdownload%2Fdomutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" | |
| 3587 | + resolved "https://registry.npm.taobao.org/domutils/download/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" | |
| 3359 | 3588 | integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= |
| 3360 | 3589 | dependencies: |
| 3361 | 3590 | dom-serializer "0" |
| 3362 | 3591 | domelementtype "1" |
| 3363 | 3592 | |
| 3364 | -domutils@^1.5.1, domutils@^1.7.0: | |
| 3593 | +domutils@^1.5.1: | |
| 3365 | 3594 | version "1.7.0" |
| 3366 | - resolved "https://registry.npm.taobao.org/domutils/download/domutils-1.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomutils%2Fdownload%2Fdomutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" | |
| 3595 | + resolved "https://registry.npm.taobao.org/domutils/download/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" | |
| 3367 | 3596 | integrity sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo= |
| 3368 | 3597 | dependencies: |
| 3369 | 3598 | dom-serializer "0" |
| 3370 | 3599 | domelementtype "1" |
| 3371 | 3600 | |
| 3372 | 3601 | dottie@^2.0.0: |
| 3373 | - version "2.0.1" | |
| 3374 | - resolved "https://registry.npm.taobao.org/dottie/download/dottie-2.0.1.tgz#697ad9d72004db7574d21f892466a3c285893659" | |
| 3375 | - integrity sha1-aXrZ1yAE23V00h+JJGajwoWJNlk= | |
| 3602 | + version "2.0.2" | |
| 3603 | + resolved "https://registry.npm.taobao.org/dottie/download/dottie-2.0.2.tgz?cache=0&sync_timestamp=1575367696583&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdottie%2Fdownload%2Fdottie-2.0.2.tgz#cc91c0726ce3a054ebf11c55fbc92a7f266dd154" | |
| 3604 | + integrity sha1-zJHAcmzjoFTr8RxV+8kqfyZt0VQ= | |
| 3376 | 3605 | |
| 3377 | 3606 | double-ended-queue@^2.1.0-0: |
| 3378 | 3607 | version "2.1.0-0" |
| 3379 | 3608 | resolved "https://registry.npm.taobao.org/double-ended-queue/download/double-ended-queue-2.1.0-0.tgz#103d3527fd31528f40188130c841efdd78264e5c" |
| 3380 | 3609 | integrity sha1-ED01J/0xUo9AGIEwyEHv3XgmTlw= |
| 3381 | 3610 | |
| 3382 | -download@^6.2.2: | |
| 3383 | - version "6.2.5" | |
| 3384 | - resolved "https://registry.npm.taobao.org/download/download/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714" | |
| 3385 | - integrity sha1-rNalQuTNC7Qspwz8mMnkOwcDlxQ= | |
| 3386 | - dependencies: | |
| 3387 | - caw "^2.0.0" | |
| 3388 | - content-disposition "^0.5.2" | |
| 3389 | - decompress "^4.0.0" | |
| 3390 | - ext-name "^5.0.0" | |
| 3391 | - file-type "5.2.0" | |
| 3392 | - filenamify "^2.0.0" | |
| 3393 | - get-stream "^3.0.0" | |
| 3394 | - got "^7.0.0" | |
| 3395 | - make-dir "^1.0.0" | |
| 3396 | - p-event "^1.0.0" | |
| 3397 | - pify "^3.0.0" | |
| 3398 | - | |
| 3399 | -download@^7.1.0: | |
| 3400 | - version "7.1.0" | |
| 3401 | - resolved "https://registry.npm.taobao.org/download/download/download-7.1.0.tgz#9059aa9d70b503ee76a132897be6dec8e5587233" | |
| 3402 | - integrity sha1-kFmqnXC1A+52oTKJe+beyOVYcjM= | |
| 3403 | - dependencies: | |
| 3404 | - archive-type "^4.0.0" | |
| 3405 | - caw "^2.0.1" | |
| 3406 | - content-disposition "^0.5.2" | |
| 3407 | - decompress "^4.2.0" | |
| 3408 | - ext-name "^5.0.0" | |
| 3409 | - file-type "^8.1.0" | |
| 3410 | - filenamify "^2.0.0" | |
| 3411 | - get-stream "^3.0.0" | |
| 3412 | - got "^8.3.1" | |
| 3413 | - make-dir "^1.2.0" | |
| 3414 | - p-event "^2.1.0" | |
| 3415 | - pify "^3.0.0" | |
| 3416 | - | |
| 3417 | 3611 | draft-js@^0.10.5: |
| 3418 | 3612 | version "0.10.5" |
| 3419 | 3613 | resolved "https://registry.npm.taobao.org/draft-js/download/draft-js-0.10.5.tgz#bfa9beb018fe0533dbb08d6675c371a6b08fa742" |
| ... | ... | @@ -3423,11 +3617,6 @@ draft-js@^0.10.5: |
| 3423 | 3617 | immutable "~3.7.4" |
| 3424 | 3618 | object-assign "^4.1.0" |
| 3425 | 3619 | |
| 3426 | -duplexer3@^0.1.4: | |
| 3427 | - version "0.1.4" | |
| 3428 | - resolved "https://registry.npm.taobao.org/duplexer3/download/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | |
| 3429 | - integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= | |
| 3430 | - | |
| 3431 | 3620 | duplexify@^3.4.2, duplexify@^3.6.0: |
| 3432 | 3621 | version "3.7.1" |
| 3433 | 3622 | resolved "https://registry.npm.taobao.org/duplexify/download/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" |
| ... | ... | @@ -3469,19 +3658,19 @@ ee-first@1.1.1: |
| 3469 | 3658 | integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= |
| 3470 | 3659 | |
| 3471 | 3660 | ejs@^2.6.1: |
| 3472 | - version "2.6.2" | |
| 3473 | - resolved "https://registry.npm.taobao.org/ejs/download/ejs-2.6.2.tgz#3a32c63d1cd16d11266cd4703b14fec4e74ab4f6" | |
| 3474 | - integrity sha1-OjLGPRzRbREmbNRwOxT+xOdKtPY= | |
| 3661 | + version "2.7.4" | |
| 3662 | + resolved "https://registry.npm.taobao.org/ejs/download/ejs-2.7.4.tgz?cache=0&sync_timestamp=1574560231725&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fejs%2Fdownload%2Fejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" | |
| 3663 | + integrity sha1-SGYSh1c9zFPjZsehrlLDoSDuybo= | |
| 3475 | 3664 | |
| 3476 | -electron-to-chromium@^1.3.247: | |
| 3477 | - version "1.3.248" | |
| 3478 | - resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.248.tgz#1f5f950797e192e9a951b8a44fc08974b609adcb" | |
| 3479 | - integrity sha1-H1+VB5fhkumpUbikT8CJdLYJrcs= | |
| 3665 | +electron-to-chromium@^1.3.322: | |
| 3666 | + version "1.3.331" | |
| 3667 | + resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.331.tgz?cache=0&sync_timestamp=1578704528155&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.331.tgz#6dcf73db9ecd3b518818fdd50a8aa3bc52df8237" | |
| 3668 | + integrity sha1-bc9z257NO1GIGP3VCoqjvFLfgjc= | |
| 3480 | 3669 | |
| 3481 | 3670 | elliptic@^6.0.0: |
| 3482 | - version "6.5.0" | |
| 3483 | - resolved "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.0.tgz#2b8ed4c891b7de3200e14412a5b8248c7af505ca" | |
| 3484 | - integrity sha1-K47UyJG33jIA4UQSpbgkjHr1Bco= | |
| 3671 | + version "6.5.2" | |
| 3672 | + resolved "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.2.tgz?cache=0&sync_timestamp=1574449776597&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felliptic%2Fdownload%2Felliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" | |
| 3673 | + integrity sha1-BcVnjXFzwEnYykM1UiJKSV0ON2I= | |
| 3485 | 3674 | dependencies: |
| 3486 | 3675 | bn.js "^4.4.0" |
| 3487 | 3676 | brorand "^1.0.1" |
| ... | ... | @@ -3496,9 +3685,14 @@ emoji-regex@^7.0.1: |
| 3496 | 3685 | resolved "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" |
| 3497 | 3686 | integrity sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY= |
| 3498 | 3687 | |
| 3688 | +emoji-regex@^8.0.0: | |
| 3689 | + version "8.0.0" | |
| 3690 | + resolved "https://registry.npm.taobao.org/emoji-regex/download/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" | |
| 3691 | + integrity sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc= | |
| 3692 | + | |
| 3499 | 3693 | emojis-list@^2.0.0: |
| 3500 | 3694 | version "2.1.0" |
| 3501 | - resolved "https://registry.npm.taobao.org/emojis-list/download/emojis-list-2.1.0.tgz?cache=0&sync_timestamp=1563088398038&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Femojis-list%2Fdownload%2Femojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" | |
| 3695 | + resolved "https://registry.npm.taobao.org/emojis-list/download/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" | |
| 3502 | 3696 | integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= |
| 3503 | 3697 | |
| 3504 | 3698 | encodeurl@^1.0.2, encodeurl@~1.0.2: |
| ... | ... | @@ -3514,38 +3708,47 @@ encoding@^0.1.11: |
| 3514 | 3708 | iconv-lite "~0.4.13" |
| 3515 | 3709 | |
| 3516 | 3710 | end-of-stream@^1.0.0, end-of-stream@^1.1.0: |
| 3517 | - version "1.4.1" | |
| 3518 | - resolved "https://registry.npm.taobao.org/end-of-stream/download/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" | |
| 3519 | - integrity sha1-7SljTRm6ukY7bOa4CjchPqtx7EM= | |
| 3711 | + version "1.4.4" | |
| 3712 | + resolved "https://registry.npm.taobao.org/end-of-stream/download/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" | |
| 3713 | + integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA= | |
| 3520 | 3714 | dependencies: |
| 3521 | 3715 | once "^1.4.0" |
| 3522 | 3716 | |
| 3523 | -enhanced-resolve@4.1.0, enhanced-resolve@^4.1.0: | |
| 3717 | +enhanced-resolve@4.1.0: | |
| 3524 | 3718 | version "4.1.0" |
| 3525 | - resolved "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f" | |
| 3719 | + resolved "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.1.0.tgz?cache=0&sync_timestamp=1572991764265&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f" | |
| 3526 | 3720 | integrity sha1-Qcfgv9/nSsH/4eV61qXGyfN0Kn8= |
| 3527 | 3721 | dependencies: |
| 3528 | 3722 | graceful-fs "^4.1.2" |
| 3529 | 3723 | memory-fs "^0.4.0" |
| 3530 | 3724 | tapable "^1.0.0" |
| 3531 | 3725 | |
| 3532 | -entities@^1.1.1, entities@~1.1.1: | |
| 3726 | +enhanced-resolve@^4.1.0: | |
| 3727 | + version "4.1.1" | |
| 3728 | + resolved "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.1.1.tgz?cache=0&sync_timestamp=1572991764265&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" | |
| 3729 | + integrity sha1-KTfiuAZs0P584JkKmPDXGjUYn2Y= | |
| 3730 | + dependencies: | |
| 3731 | + graceful-fs "^4.1.2" | |
| 3732 | + memory-fs "^0.5.0" | |
| 3733 | + tapable "^1.0.0" | |
| 3734 | + | |
| 3735 | +entities@^1.1.1: | |
| 3533 | 3736 | version "1.1.2" |
| 3534 | - resolved "https://registry.npm.taobao.org/entities/download/entities-1.1.2.tgz?cache=0&sync_timestamp=1563403393055&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fentities%2Fdownload%2Fentities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" | |
| 3737 | + resolved "https://registry.npm.taobao.org/entities/download/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" | |
| 3535 | 3738 | integrity sha1-vfpzUplmTfr9NFKe1PhSKidf6lY= |
| 3536 | 3739 | |
| 3537 | 3740 | entities@^2.0.0: |
| 3538 | 3741 | version "2.0.0" |
| 3539 | - resolved "https://registry.npm.taobao.org/entities/download/entities-2.0.0.tgz?cache=0&sync_timestamp=1563403393055&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fentities%2Fdownload%2Fentities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" | |
| 3742 | + resolved "https://registry.npm.taobao.org/entities/download/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" | |
| 3540 | 3743 | integrity sha1-aNYITKsbB5dnVA2A5Wo5tCPkq/Q= |
| 3541 | 3744 | |
| 3542 | 3745 | enzyme-shallow-equal@^1.0.0: |
| 3543 | - version "1.0.0" | |
| 3544 | - resolved "https://registry.npm.taobao.org/enzyme-shallow-equal/download/enzyme-shallow-equal-1.0.0.tgz#d8e4603495e6ea279038eef05a4bf4887b55dc69" | |
| 3545 | - integrity sha1-2ORgNJXm6ieQOO7wWkv0iHtV3Gk= | |
| 3746 | + version "1.0.1" | |
| 3747 | + resolved "https://registry.npm.taobao.org/enzyme-shallow-equal/download/enzyme-shallow-equal-1.0.1.tgz?cache=0&sync_timestamp=1576778585567&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenzyme-shallow-equal%2Fdownload%2Fenzyme-shallow-equal-1.0.1.tgz#7afe03db3801c9b76de8440694096412a8d9d49e" | |
| 3748 | + integrity sha1-ev4D2zgBybdt6EQGlAlkEqjZ1J4= | |
| 3546 | 3749 | dependencies: |
| 3547 | 3750 | has "^1.0.3" |
| 3548 | - object-is "^1.0.1" | |
| 3751 | + object-is "^1.0.2" | |
| 3549 | 3752 | |
| 3550 | 3753 | errno@^0.1.3, errno@~0.1.7: |
| 3551 | 3754 | version "0.1.7" |
| ... | ... | @@ -3567,65 +3770,28 @@ error-inject@^1.0.0: |
| 3567 | 3770 | integrity sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= |
| 3568 | 3771 | |
| 3569 | 3772 | error-stack-parser@^2.0.0: |
| 3570 | - version "2.0.3" | |
| 3571 | - resolved "https://registry.npm.taobao.org/error-stack-parser/download/error-stack-parser-2.0.3.tgz?cache=0&sync_timestamp=1565689172938&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ferror-stack-parser%2Fdownload%2Ferror-stack-parser-2.0.3.tgz#9d3c000fb9f5c461f7c4e63c1aa75373ac7aaa36" | |
| 3572 | - integrity sha1-nTwAD7n1xGH3xOY8GqdTc6x6qjY= | |
| 3573 | - dependencies: | |
| 3574 | - stackframe "^1.0.4" | |
| 3575 | - | |
| 3576 | -es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0: | |
| 3577 | - version "1.13.0" | |
| 3578 | - resolved "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" | |
| 3579 | - integrity sha1-rIYUX91QmdjdSVWMy6Lq+biOJOk= | |
| 3580 | - dependencies: | |
| 3581 | - es-to-primitive "^1.2.0" | |
| 3582 | - function-bind "^1.1.1" | |
| 3583 | - has "^1.0.3" | |
| 3584 | - is-callable "^1.1.4" | |
| 3585 | - is-regex "^1.0.4" | |
| 3586 | - object-keys "^1.0.12" | |
| 3587 | - | |
| 3588 | -es-abstract@^1.13.0: | |
| 3589 | - version "1.16.3" | |
| 3590 | - resolved "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.16.3.tgz?cache=0&sync_timestamp=1576130378818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fes-abstract%2Fdownload%2Fes-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161" | |
| 3591 | - integrity sha1-UkkNl4+W/5+J7BW1zyRDBKW8oWE= | |
| 3773 | + version "2.0.6" | |
| 3774 | + resolved "https://registry.npm.taobao.org/error-stack-parser/download/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" | |
| 3775 | + integrity sha1-WpmnB716TFinl5AtSNgoA+3mqtg= | |
| 3592 | 3776 | dependencies: |
| 3593 | - es-to-primitive "^1.2.1" | |
| 3594 | - function-bind "^1.1.1" | |
| 3595 | - has "^1.0.3" | |
| 3596 | - has-symbols "^1.0.1" | |
| 3597 | - is-callable "^1.1.4" | |
| 3598 | - is-regex "^1.0.4" | |
| 3599 | - object-inspect "^1.7.0" | |
| 3600 | - object-keys "^1.1.1" | |
| 3601 | - string.prototype.trimleft "^2.1.0" | |
| 3602 | - string.prototype.trimright "^2.1.0" | |
| 3777 | + stackframe "^1.1.1" | |
| 3603 | 3778 | |
| 3604 | -es-abstract@^1.17.0-next.1: | |
| 3605 | - version "1.17.0-next.1" | |
| 3606 | - resolved "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.17.0-next.1.tgz?cache=0&sync_timestamp=1576130378818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fes-abstract%2Fdownload%2Fes-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172" | |
| 3607 | - integrity sha1-lKzJPiCwWm6W2stasvHLOoH8IXI= | |
| 3779 | +es-abstract@^1.13.0, es-abstract@^1.17.0, es-abstract@^1.17.0-next.1: | |
| 3780 | + version "1.17.0" | |
| 3781 | + resolved "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1" | |
| 3782 | + integrity sha1-9CpRfQA2pVkduyxGNZHci7UDCbE= | |
| 3608 | 3783 | dependencies: |
| 3609 | 3784 | es-to-primitive "^1.2.1" |
| 3610 | 3785 | function-bind "^1.1.1" |
| 3611 | 3786 | has "^1.0.3" |
| 3612 | 3787 | has-symbols "^1.0.1" |
| 3613 | - is-callable "^1.1.4" | |
| 3614 | - is-regex "^1.0.4" | |
| 3788 | + is-callable "^1.1.5" | |
| 3789 | + is-regex "^1.0.5" | |
| 3615 | 3790 | object-inspect "^1.7.0" |
| 3616 | 3791 | object-keys "^1.1.1" |
| 3617 | 3792 | object.assign "^4.1.0" |
| 3618 | - string.prototype.trimleft "^2.1.0" | |
| 3619 | - string.prototype.trimright "^2.1.0" | |
| 3620 | - | |
| 3621 | -es-to-primitive@^1.2.0: | |
| 3622 | - version "1.2.0" | |
| 3623 | - resolved "https://registry.npm.taobao.org/es-to-primitive/download/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" | |
| 3624 | - integrity sha1-7fckeAM0VujdqO8J4ArZZQcH83c= | |
| 3625 | - dependencies: | |
| 3626 | - is-callable "^1.1.4" | |
| 3627 | - is-date-object "^1.0.1" | |
| 3628 | - is-symbol "^1.0.2" | |
| 3793 | + string.prototype.trimleft "^2.1.1" | |
| 3794 | + string.prototype.trimright "^2.1.1" | |
| 3629 | 3795 | |
| 3630 | 3796 | es-to-primitive@^1.2.1: |
| 3631 | 3797 | version "1.2.1" |
| ... | ... | @@ -3636,18 +3802,6 @@ es-to-primitive@^1.2.1: |
| 3636 | 3802 | is-date-object "^1.0.1" |
| 3637 | 3803 | is-symbol "^1.0.2" |
| 3638 | 3804 | |
| 3639 | -es6-promise@^4.0.3: | |
| 3640 | - version "4.2.8" | |
| 3641 | - resolved "https://registry.npm.taobao.org/es6-promise/download/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" | |
| 3642 | - integrity sha1-TrIVlMlyvEBVPSduUQU5FD21Pgo= | |
| 3643 | - | |
| 3644 | -es6-promisify@^5.0.0: | |
| 3645 | - version "5.0.0" | |
| 3646 | - resolved "https://registry.npm.taobao.org/es6-promisify/download/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" | |
| 3647 | - integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= | |
| 3648 | - dependencies: | |
| 3649 | - es6-promise "^4.0.3" | |
| 3650 | - | |
| 3651 | 3805 | es6-templates@^0.2.3: |
| 3652 | 3806 | version "0.2.3" |
| 3653 | 3807 | resolved "https://registry.npm.taobao.org/es6-templates/download/es6-templates-0.2.3.tgz#5cb9ac9fb1ded6eb1239342b81d792bbb4078ee4" |
| ... | ... | @@ -3677,7 +3831,7 @@ eslint-config-airbnb-base@^13.2.0: |
| 3677 | 3831 | |
| 3678 | 3832 | eslint-config-airbnb@^17.1.0: |
| 3679 | 3833 | version "17.1.1" |
| 3680 | - resolved "https://registry.npm.taobao.org/eslint-config-airbnb/download/eslint-config-airbnb-17.1.1.tgz?cache=0&sync_timestamp=1565729835978&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-config-airbnb%2Fdownload%2Feslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626" | |
| 3834 | + resolved "https://registry.npm.taobao.org/eslint-config-airbnb/download/eslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626" | |
| 3681 | 3835 | integrity sha1-InLguGux4rE4zfiNB6O29M2j1iY= |
| 3682 | 3836 | dependencies: |
| 3683 | 3837 | eslint-config-airbnb-base "^13.2.0" |
| ... | ... | @@ -3685,52 +3839,59 @@ eslint-config-airbnb@^17.1.0: |
| 3685 | 3839 | object.entries "^1.1.0" |
| 3686 | 3840 | |
| 3687 | 3841 | eslint-import-resolver-node@^0.3.2: |
| 3688 | - version "0.3.2" | |
| 3689 | - resolved "https://registry.npm.taobao.org/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a" | |
| 3690 | - integrity sha1-WPFfuDm40FdsqYBBNHaqskcttmo= | |
| 3842 | + version "0.3.3" | |
| 3843 | + resolved "https://registry.npm.taobao.org/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-import-resolver-node%2Fdownload%2Feslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404" | |
| 3844 | + integrity sha1-26pStrKBa1C8ZxGvdUIt6AjphAQ= | |
| 3691 | 3845 | dependencies: |
| 3692 | 3846 | debug "^2.6.9" |
| 3693 | - resolve "^1.5.0" | |
| 3847 | + resolve "^1.13.1" | |
| 3694 | 3848 | |
| 3695 | -eslint-module-utils@^2.4.0: | |
| 3696 | - version "2.4.1" | |
| 3697 | - resolved "https://registry.npm.taobao.org/eslint-module-utils/download/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c" | |
| 3698 | - integrity sha1-e0Z1h1v5aw2/GyGXdFblux9eAYw= | |
| 3849 | +eslint-module-utils@^2.4.1: | |
| 3850 | + version "2.5.1" | |
| 3851 | + resolved "https://registry.npm.taobao.org/eslint-module-utils/download/eslint-module-utils-2.5.1.tgz?cache=0&sync_timestamp=1578726529231&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-module-utils%2Fdownload%2Feslint-module-utils-2.5.1.tgz#ea59ab958c11cd8b769c8749487aad713f2d5753" | |
| 3852 | + integrity sha1-6lmrlYwRzYt2nIdJSHqtcT8tV1M= | |
| 3699 | 3853 | dependencies: |
| 3700 | - debug "^2.6.8" | |
| 3854 | + debug "^2.6.9" | |
| 3701 | 3855 | pkg-dir "^2.0.0" |
| 3702 | 3856 | |
| 3857 | +eslint-plugin-eslint-plugin@^2.1.0: | |
| 3858 | + version "2.2.0" | |
| 3859 | + resolved "https://registry.npm.taobao.org/eslint-plugin-eslint-plugin/download/eslint-plugin-eslint-plugin-2.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-eslint-plugin%2Fdownload%2Feslint-plugin-eslint-plugin-2.2.0.tgz#6cac90a8085f658e892b155dda130deac54cfa51" | |
| 3860 | + integrity sha1-bKyQqAhfZY6JKxVd2hMN6sVM+lE= | |
| 3861 | + | |
| 3703 | 3862 | eslint-plugin-import@^2.18.0: |
| 3704 | - version "2.18.2" | |
| 3705 | - resolved "https://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6" | |
| 3706 | - integrity sha1-AvEYC5Cwd7M9RHoXojJs60AKzrY= | |
| 3863 | + version "2.20.0" | |
| 3864 | + resolved "https://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.20.0.tgz?cache=0&sync_timestamp=1578726528769&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-import%2Fdownload%2Feslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa" | |
| 3865 | + integrity sha1-10mnJj+2wpmA3vjpYNOApqpq7Ko= | |
| 3707 | 3866 | dependencies: |
| 3708 | 3867 | array-includes "^3.0.3" |
| 3868 | + array.prototype.flat "^1.2.1" | |
| 3709 | 3869 | contains-path "^0.1.0" |
| 3710 | 3870 | debug "^2.6.9" |
| 3711 | 3871 | doctrine "1.5.0" |
| 3712 | 3872 | eslint-import-resolver-node "^0.3.2" |
| 3713 | - eslint-module-utils "^2.4.0" | |
| 3873 | + eslint-module-utils "^2.4.1" | |
| 3714 | 3874 | has "^1.0.3" |
| 3715 | 3875 | minimatch "^3.0.4" |
| 3716 | 3876 | object.values "^1.1.0" |
| 3717 | 3877 | read-pkg-up "^2.0.0" |
| 3718 | - resolve "^1.11.0" | |
| 3878 | + resolve "^1.12.0" | |
| 3719 | 3879 | |
| 3720 | 3880 | eslint-plugin-react@^7.14.0: |
| 3721 | - version "7.14.3" | |
| 3722 | - resolved "https://registry.npm.taobao.org/eslint-plugin-react/download/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13" | |
| 3723 | - integrity sha1-kRAw3X6YuknhsiCFmVcYRqZr3xM= | |
| 3881 | + version "7.17.0" | |
| 3882 | + resolved "https://registry.npm.taobao.org/eslint-plugin-react/download/eslint-plugin-react-7.17.0.tgz?cache=0&sync_timestamp=1575012654846&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-react%2Fdownload%2Feslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7" | |
| 3883 | + integrity sha1-oxs+E0t2BGq+PNJ450gr01odEtc= | |
| 3724 | 3884 | dependencies: |
| 3725 | 3885 | array-includes "^3.0.3" |
| 3726 | 3886 | doctrine "^2.1.0" |
| 3887 | + eslint-plugin-eslint-plugin "^2.1.0" | |
| 3727 | 3888 | has "^1.0.3" |
| 3728 | - jsx-ast-utils "^2.1.0" | |
| 3889 | + jsx-ast-utils "^2.2.3" | |
| 3729 | 3890 | object.entries "^1.1.0" |
| 3730 | - object.fromentries "^2.0.0" | |
| 3891 | + object.fromentries "^2.0.1" | |
| 3731 | 3892 | object.values "^1.1.0" |
| 3732 | 3893 | prop-types "^15.7.2" |
| 3733 | - resolve "^1.10.1" | |
| 3894 | + resolve "^1.13.1" | |
| 3734 | 3895 | |
| 3735 | 3896 | eslint-scope@^4.0.3: |
| 3736 | 3897 | version "4.0.3" |
| ... | ... | @@ -3748,22 +3909,22 @@ eslint-scope@^5.0.0: |
| 3748 | 3909 | esrecurse "^4.1.0" |
| 3749 | 3910 | estraverse "^4.1.1" |
| 3750 | 3911 | |
| 3751 | -eslint-utils@^1.4.2: | |
| 3752 | - version "1.4.2" | |
| 3753 | - resolved "https://registry.npm.taobao.org/eslint-utils/download/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" | |
| 3754 | - integrity sha1-FmpRgO9qt+tGLxYv0ObyRj1zCas= | |
| 3912 | +eslint-utils@^1.4.3: | |
| 3913 | + version "1.4.3" | |
| 3914 | + resolved "https://registry.npm.taobao.org/eslint-utils/download/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" | |
| 3915 | + integrity sha1-dP7HxU0Hdrb2fgJRBAtYBlZOmB8= | |
| 3755 | 3916 | dependencies: |
| 3756 | - eslint-visitor-keys "^1.0.0" | |
| 3917 | + eslint-visitor-keys "^1.1.0" | |
| 3757 | 3918 | |
| 3758 | 3919 | eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: |
| 3759 | 3920 | version "1.1.0" |
| 3760 | - resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.1.0.tgz?cache=0&sync_timestamp=1565705483230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" | |
| 3921 | + resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" | |
| 3761 | 3922 | integrity sha1-4qgs6oT/JGrW+1f5veW0ZiFFnsI= |
| 3762 | 3923 | |
| 3763 | 3924 | eslint@^6.0.0: |
| 3764 | - version "6.3.0" | |
| 3765 | - resolved "https://registry.npm.taobao.org/eslint/download/eslint-6.3.0.tgz?cache=0&sync_timestamp=1567195069923&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-6.3.0.tgz#1f1a902f67bfd4c354e7288b81e40654d927eb6a" | |
| 3766 | - integrity sha1-HxqQL2e/1MNU5yiLgeQGVNkn62o= | |
| 3925 | + version "6.8.0" | |
| 3926 | + resolved "https://registry.npm.taobao.org/eslint/download/eslint-6.8.0.tgz?cache=0&sync_timestamp=1576875900958&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" | |
| 3927 | + integrity sha1-YiYtZylzn5J1cjgkMC+yJ8jJP/s= | |
| 3767 | 3928 | dependencies: |
| 3768 | 3929 | "@babel/code-frame" "^7.0.0" |
| 3769 | 3930 | ajv "^6.10.0" |
| ... | ... | @@ -3772,19 +3933,19 @@ eslint@^6.0.0: |
| 3772 | 3933 | debug "^4.0.1" |
| 3773 | 3934 | doctrine "^3.0.0" |
| 3774 | 3935 | eslint-scope "^5.0.0" |
| 3775 | - eslint-utils "^1.4.2" | |
| 3936 | + eslint-utils "^1.4.3" | |
| 3776 | 3937 | eslint-visitor-keys "^1.1.0" |
| 3777 | - espree "^6.1.1" | |
| 3938 | + espree "^6.1.2" | |
| 3778 | 3939 | esquery "^1.0.1" |
| 3779 | 3940 | esutils "^2.0.2" |
| 3780 | 3941 | file-entry-cache "^5.0.1" |
| 3781 | 3942 | functional-red-black-tree "^1.0.1" |
| 3782 | 3943 | glob-parent "^5.0.0" |
| 3783 | - globals "^11.7.0" | |
| 3944 | + globals "^12.1.0" | |
| 3784 | 3945 | ignore "^4.0.6" |
| 3785 | 3946 | import-fresh "^3.0.0" |
| 3786 | 3947 | imurmurhash "^0.1.4" |
| 3787 | - inquirer "^6.4.1" | |
| 3948 | + inquirer "^7.0.0" | |
| 3788 | 3949 | is-glob "^4.0.0" |
| 3789 | 3950 | js-yaml "^3.13.1" |
| 3790 | 3951 | json-stable-stringify-without-jsonify "^1.0.1" |
| ... | ... | @@ -3793,7 +3954,7 @@ eslint@^6.0.0: |
| 3793 | 3954 | minimatch "^3.0.4" |
| 3794 | 3955 | mkdirp "^0.5.1" |
| 3795 | 3956 | natural-compare "^1.4.0" |
| 3796 | - optionator "^0.8.2" | |
| 3957 | + optionator "^0.8.3" | |
| 3797 | 3958 | progress "^2.0.0" |
| 3798 | 3959 | regexpp "^2.0.1" |
| 3799 | 3960 | semver "^6.1.2" |
| ... | ... | @@ -3803,23 +3964,23 @@ eslint@^6.0.0: |
| 3803 | 3964 | text-table "^0.2.0" |
| 3804 | 3965 | v8-compile-cache "^2.0.3" |
| 3805 | 3966 | |
| 3806 | -espree@^6.1.1: | |
| 3807 | - version "6.1.1" | |
| 3808 | - resolved "https://registry.npm.taobao.org/espree/download/espree-6.1.1.tgz?cache=0&sync_timestamp=1566612152812&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fespree%2Fdownload%2Fespree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de" | |
| 3809 | - integrity sha1-f4Dl9yV/xH20UAItcj41ba6x5d4= | |
| 3967 | +espree@^6.1.2: | |
| 3968 | + version "6.1.2" | |
| 3969 | + resolved "https://registry.npm.taobao.org/espree/download/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d" | |
| 3970 | + integrity sha1-bCcmUJMrT5HDcU5ee19eLs9HJi0= | |
| 3810 | 3971 | dependencies: |
| 3811 | - acorn "^7.0.0" | |
| 3812 | - acorn-jsx "^5.0.2" | |
| 3972 | + acorn "^7.1.0" | |
| 3973 | + acorn-jsx "^5.1.0" | |
| 3813 | 3974 | eslint-visitor-keys "^1.1.0" |
| 3814 | 3975 | |
| 3815 | 3976 | esprima@^4.0.0: |
| 3816 | 3977 | version "4.0.1" |
| 3817 | - resolved "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesprima%2Fdownload%2Fesprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" | |
| 3978 | + resolved "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" | |
| 3818 | 3979 | integrity sha1-E7BM2z5sXRnfkatph6hpVhmwqnE= |
| 3819 | 3980 | |
| 3820 | 3981 | esprima@~3.1.0: |
| 3821 | 3982 | version "3.1.3" |
| 3822 | - resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesprima%2Fdownload%2Fesprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" | |
| 3983 | + resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" | |
| 3823 | 3984 | integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= |
| 3824 | 3985 | |
| 3825 | 3986 | esquery@^1.0.1: |
| ... | ... | @@ -3838,7 +3999,7 @@ esrecurse@^4.1.0: |
| 3838 | 3999 | |
| 3839 | 4000 | estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1: |
| 3840 | 4001 | version "4.3.0" |
| 3841 | - resolved "https://registry.npm.taobao.org/estraverse/download/estraverse-4.3.0.tgz?cache=0&sync_timestamp=1565762250802&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" | |
| 4002 | + resolved "https://registry.npm.taobao.org/estraverse/download/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" | |
| 3842 | 4003 | integrity sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0= |
| 3843 | 4004 | |
| 3844 | 4005 | esutils@^2.0.0, esutils@^2.0.2: |
| ... | ... | @@ -3851,15 +4012,20 @@ etag@~1.8.1: |
| 3851 | 4012 | resolved "https://registry.npm.taobao.org/etag/download/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" |
| 3852 | 4013 | integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= |
| 3853 | 4014 | |
| 4015 | +eventemitter3@^3.1.0: | |
| 4016 | + version "3.1.2" | |
| 4017 | + resolved "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" | |
| 4018 | + integrity sha1-LT1I+cNGaY/Og6hdfWZOmFNd9uc= | |
| 4019 | + | |
| 3854 | 4020 | eventemitter3@^4.0.0: |
| 3855 | 4021 | version "4.0.0" |
| 3856 | 4022 | resolved "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb" |
| 3857 | 4023 | integrity sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs= |
| 3858 | 4024 | |
| 3859 | 4025 | events@^3.0.0: |
| 3860 | - version "3.0.0" | |
| 3861 | - resolved "https://registry.npm.taobao.org/events/download/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88" | |
| 3862 | - integrity sha1-mgoN+vYok9krh1uPJpjKQRSXPog= | |
| 4026 | + version "3.1.0" | |
| 4027 | + resolved "https://registry.npm.taobao.org/events/download/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" | |
| 4028 | + integrity sha1-hCea8bNMt1qoi/X/KR9tC9mzGlk= | |
| 3863 | 4029 | |
| 3864 | 4030 | eventsource@^1.0.7: |
| 3865 | 4031 | version "1.0.7" |
| ... | ... | @@ -3871,51 +4037,14 @@ eventsource@^1.0.7: |
| 3871 | 4037 | evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: |
| 3872 | 4038 | version "1.0.3" |
| 3873 | 4039 | resolved "https://registry.npm.taobao.org/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" |
| 3874 | - integrity sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI= | |
| 3875 | - dependencies: | |
| 3876 | - md5.js "^1.3.4" | |
| 3877 | - safe-buffer "^5.1.1" | |
| 3878 | - | |
| 3879 | -exec-buffer@^3.0.0: | |
| 3880 | - version "3.2.0" | |
| 3881 | - resolved "https://registry.npm.taobao.org/exec-buffer/download/exec-buffer-3.2.0.tgz#b1686dbd904c7cf982e652c1f5a79b1e5573082b" | |
| 3882 | - integrity sha1-sWhtvZBMfPmC5lLB9aebHlVzCCs= | |
| 3883 | - dependencies: | |
| 3884 | - execa "^0.7.0" | |
| 3885 | - p-finally "^1.0.0" | |
| 3886 | - pify "^3.0.0" | |
| 3887 | - rimraf "^2.5.4" | |
| 3888 | - tempfile "^2.0.0" | |
| 3889 | - | |
| 3890 | -execa@^0.10.0: | |
| 3891 | - version "0.10.0" | |
| 3892 | - resolved "https://registry.npm.taobao.org/execa/download/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" | |
| 3893 | - integrity sha1-/0Vqj1P5D47MxxqW0Rvfx/CCy1A= | |
| 3894 | - dependencies: | |
| 3895 | - cross-spawn "^6.0.0" | |
| 3896 | - get-stream "^3.0.0" | |
| 3897 | - is-stream "^1.1.0" | |
| 3898 | - npm-run-path "^2.0.0" | |
| 3899 | - p-finally "^1.0.0" | |
| 3900 | - signal-exit "^3.0.0" | |
| 3901 | - strip-eof "^1.0.0" | |
| 3902 | - | |
| 3903 | -execa@^0.7.0: | |
| 3904 | - version "0.7.0" | |
| 3905 | - resolved "https://registry.npm.taobao.org/execa/download/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" | |
| 3906 | - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= | |
| 3907 | - dependencies: | |
| 3908 | - cross-spawn "^5.0.1" | |
| 3909 | - get-stream "^3.0.0" | |
| 3910 | - is-stream "^1.1.0" | |
| 3911 | - npm-run-path "^2.0.0" | |
| 3912 | - p-finally "^1.0.0" | |
| 3913 | - signal-exit "^3.0.0" | |
| 3914 | - strip-eof "^1.0.0" | |
| 4040 | + integrity sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI= | |
| 4041 | + dependencies: | |
| 4042 | + md5.js "^1.3.4" | |
| 4043 | + safe-buffer "^5.1.1" | |
| 3915 | 4044 | |
| 3916 | 4045 | execa@^1.0.0: |
| 3917 | 4046 | version "1.0.0" |
| 3918 | - resolved "https://registry.npm.taobao.org/execa/download/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" | |
| 4047 | + resolved "https://registry.npm.taobao.org/execa/download/execa-1.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexeca%2Fdownload%2Fexeca-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" | |
| 3919 | 4048 | integrity sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg= |
| 3920 | 4049 | dependencies: |
| 3921 | 4050 | cross-spawn "^6.0.0" |
| ... | ... | @@ -3926,13 +4055,6 @@ execa@^1.0.0: |
| 3926 | 4055 | signal-exit "^3.0.0" |
| 3927 | 4056 | strip-eof "^1.0.0" |
| 3928 | 4057 | |
| 3929 | -executable@^4.1.0: | |
| 3930 | - version "4.1.1" | |
| 3931 | - resolved "https://registry.npm.taobao.org/executable/download/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c" | |
| 3932 | - integrity sha1-QVMr/zYdPlevTXY7cFgtsY9dEzw= | |
| 3933 | - dependencies: | |
| 3934 | - pify "^2.2.0" | |
| 3935 | - | |
| 3936 | 4058 | expand-brackets@^2.1.4: |
| 3937 | 4059 | version "2.1.4" |
| 3938 | 4060 | resolved "https://registry.npm.taobao.org/expand-brackets/download/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" |
| ... | ... | @@ -3955,7 +4077,7 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: |
| 3955 | 4077 | |
| 3956 | 4078 | express@^4.17.1: |
| 3957 | 4079 | version "4.17.1" |
| 3958 | - resolved "https://registry.npm.taobao.org/express/download/express-4.17.1.tgz?cache=0&sync_timestamp=1570621785910&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexpress%2Fdownload%2Fexpress-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" | |
| 4080 | + resolved "https://registry.npm.taobao.org/express/download/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" | |
| 3959 | 4081 | integrity sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ= |
| 3960 | 4082 | dependencies: |
| 3961 | 4083 | accepts "~1.3.7" |
| ... | ... | @@ -3989,21 +4111,6 @@ express@^4.17.1: |
| 3989 | 4111 | utils-merge "1.0.1" |
| 3990 | 4112 | vary "~1.1.2" |
| 3991 | 4113 | |
| 3992 | -ext-list@^2.0.0: | |
| 3993 | - version "2.2.2" | |
| 3994 | - resolved "https://registry.npm.taobao.org/ext-list/download/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37" | |
| 3995 | - integrity sha1-C5jmTtgvWs8PKTG6v2khLvUt3Tc= | |
| 3996 | - dependencies: | |
| 3997 | - mime-db "^1.28.0" | |
| 3998 | - | |
| 3999 | -ext-name@^5.0.0: | |
| 4000 | - version "5.0.0" | |
| 4001 | - resolved "https://registry.npm.taobao.org/ext-name/download/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6" | |
| 4002 | - integrity sha1-cHgZgdGD7hXROZPIgiBFxQbI8KY= | |
| 4003 | - dependencies: | |
| 4004 | - ext-list "^2.0.0" | |
| 4005 | - sort-keys-length "^1.0.0" | |
| 4006 | - | |
| 4007 | 4114 | extend-shallow@^2.0.1: |
| 4008 | 4115 | version "2.0.1" |
| 4009 | 4116 | resolved "https://registry.npm.taobao.org/extend-shallow/download/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" |
| ... | ... | @@ -4031,7 +4138,7 @@ extend@^3.0.0, extend@~3.0.0, extend@~3.0.2: |
| 4031 | 4138 | |
| 4032 | 4139 | external-editor@^3.0.3: |
| 4033 | 4140 | version "3.1.0" |
| 4034 | - resolved "https://registry.npm.taobao.org/external-editor/download/external-editor-3.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexternal-editor%2Fdownload%2Fexternal-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" | |
| 4141 | + resolved "https://registry.npm.taobao.org/external-editor/download/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" | |
| 4035 | 4142 | integrity sha1-ywP3QL764D6k0oPK7SdBqD8zVJU= |
| 4036 | 4143 | dependencies: |
| 4037 | 4144 | chardet "^0.7.0" |
| ... | ... | @@ -4073,11 +4180,11 @@ fast-json-parse@^1.0.3: |
| 4073 | 4180 | integrity sha1-Q+XGHuTvqSZWMwRrdw+2gqdXfE0= |
| 4074 | 4181 | |
| 4075 | 4182 | fast-json-stable-stringify@^2.0.0: |
| 4076 | - version "2.0.0" | |
| 4077 | - resolved "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" | |
| 4078 | - integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= | |
| 4183 | + version "2.1.0" | |
| 4184 | + resolved "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&sync_timestamp=1576340291001&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" | |
| 4185 | + integrity sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM= | |
| 4079 | 4186 | |
| 4080 | -fast-levenshtein@~2.0.4: | |
| 4187 | +fast-levenshtein@~2.0.6: | |
| 4081 | 4188 | version "2.0.6" |
| 4082 | 4189 | resolved "https://registry.npm.taobao.org/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
| 4083 | 4190 | integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= |
| ... | ... | @@ -4119,26 +4226,11 @@ fbjs@^0.8.15, fbjs@^0.8.9: |
| 4119 | 4226 | setimmediate "^1.0.5" |
| 4120 | 4227 | ua-parser-js "^0.7.18" |
| 4121 | 4228 | |
| 4122 | -fd-slicer@~1.1.0: | |
| 4123 | - version "1.1.0" | |
| 4124 | - resolved "https://registry.npm.taobao.org/fd-slicer/download/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" | |
| 4125 | - integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= | |
| 4126 | - dependencies: | |
| 4127 | - pend "~1.2.0" | |
| 4128 | - | |
| 4129 | 4229 | figgy-pudding@^3.5.1: |
| 4130 | 4230 | version "3.5.1" |
| 4131 | 4231 | resolved "https://registry.npm.taobao.org/figgy-pudding/download/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" |
| 4132 | 4232 | integrity sha1-hiRwESkBxyeg5JWoB0S9W6odZ5A= |
| 4133 | 4233 | |
| 4134 | -figures@^1.3.5: | |
| 4135 | - version "1.7.0" | |
| 4136 | - resolved "https://registry.npm.taobao.org/figures/download/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" | |
| 4137 | - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= | |
| 4138 | - dependencies: | |
| 4139 | - escape-string-regexp "^1.0.5" | |
| 4140 | - object-assign "^4.1.0" | |
| 4141 | - | |
| 4142 | 4234 | figures@^2.0.0: |
| 4143 | 4235 | version "2.0.0" |
| 4144 | 4236 | resolved "https://registry.npm.taobao.org/figures/download/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" |
| ... | ... | @@ -4147,9 +4239,9 @@ figures@^2.0.0: |
| 4147 | 4239 | escape-string-regexp "^1.0.5" |
| 4148 | 4240 | |
| 4149 | 4241 | figures@^3.0.0: |
| 4150 | - version "3.0.0" | |
| 4151 | - resolved "https://registry.npm.taobao.org/figures/download/figures-3.0.0.tgz#756275c964646163cc6f9197c7a0295dbfd04de9" | |
| 4152 | - integrity sha1-dWJ1yWRkYWPMb5GXx6ApXb/QTek= | |
| 4242 | + version "3.1.0" | |
| 4243 | + resolved "https://registry.npm.taobao.org/figures/download/figures-3.1.0.tgz#4b198dd07d8d71530642864af2d45dd9e459c4ec" | |
| 4244 | + integrity sha1-SxmN0H2NcVMGQoZK8tRd2eRZxOw= | |
| 4153 | 4245 | dependencies: |
| 4154 | 4246 | escape-string-regexp "^1.0.5" |
| 4155 | 4247 | |
| ... | ... | @@ -4162,55 +4254,16 @@ file-entry-cache@^5.0.1: |
| 4162 | 4254 | |
| 4163 | 4255 | file-loader@^3.0.1: |
| 4164 | 4256 | version "3.0.1" |
| 4165 | - resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa" | |
| 4257 | + resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-3.0.1.tgz?cache=0&sync_timestamp=1574689320406&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa" | |
| 4166 | 4258 | integrity sha1-+OC6C1mZGLUa3+RdZtHnca1WD6o= |
| 4167 | 4259 | dependencies: |
| 4168 | 4260 | loader-utils "^1.0.2" |
| 4169 | 4261 | schema-utils "^1.0.0" |
| 4170 | 4262 | |
| 4171 | -file-type@5.2.0, file-type@^5.2.0: | |
| 4172 | - version "5.2.0" | |
| 4173 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6" | |
| 4174 | - integrity sha1-LdvqfHP/42No365J3DOMBYwritY= | |
| 4175 | - | |
| 4176 | -file-type@^10.4.0: | |
| 4177 | - version "10.11.0" | |
| 4178 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-10.11.0.tgz#2961d09e4675b9fb9a3ee6b69e9cd23f43fd1890" | |
| 4179 | - integrity sha1-KWHQnkZ1ufuaPua2npzSP0P9GJA= | |
| 4180 | - | |
| 4181 | -file-type@^3.8.0: | |
| 4182 | - version "3.9.0" | |
| 4183 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9" | |
| 4184 | - integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek= | |
| 4185 | - | |
| 4186 | -file-type@^4.1.0, file-type@^4.2.0, file-type@^4.3.0: | |
| 4187 | - version "4.4.0" | |
| 4188 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5" | |
| 4189 | - integrity sha1-G2AOX8ofvcboDApwxxyNul95BsU= | |
| 4190 | - | |
| 4191 | -file-type@^6.1.0: | |
| 4192 | - version "6.2.0" | |
| 4193 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919" | |
| 4194 | - integrity sha1-5QzXXTVv/tTjBtxPW89Sp5kDqRk= | |
| 4195 | - | |
| 4196 | -file-type@^8.1.0: | |
| 4197 | - version "8.1.0" | |
| 4198 | - resolved "https://registry.npm.taobao.org/file-type/download/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c" | |
| 4199 | - integrity sha1-JE87fvZBu+DMoZbHJ25LMyOZ9ow= | |
| 4200 | - | |
| 4201 | -filename-reserved-regex@^2.0.0: | |
| 4202 | - version "2.0.0" | |
| 4203 | - resolved "https://registry.npm.taobao.org/filename-reserved-regex/download/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229" | |
| 4204 | - integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik= | |
| 4205 | - | |
| 4206 | -filenamify@^2.0.0: | |
| 4207 | - version "2.1.0" | |
| 4208 | - resolved "https://registry.npm.taobao.org/filenamify/download/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9" | |
| 4209 | - integrity sha1-iPr0lfsbR6v9YSMAACoWIoxnfuk= | |
| 4210 | - dependencies: | |
| 4211 | - filename-reserved-regex "^2.0.0" | |
| 4212 | - strip-outer "^1.0.0" | |
| 4213 | - trim-repeated "^1.0.0" | |
| 4263 | +file-uri-to-path@1.0.0: | |
| 4264 | + version "1.0.0" | |
| 4265 | + resolved "https://registry.npm.taobao.org/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" | |
| 4266 | + integrity sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90= | |
| 4214 | 4267 | |
| 4215 | 4268 | fill-range@^4.0.0: |
| 4216 | 4269 | version "4.0.0" |
| ... | ... | @@ -4253,17 +4306,9 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: |
| 4253 | 4306 | |
| 4254 | 4307 | find-root@^1.0.0, find-root@^1.1.0: |
| 4255 | 4308 | version "1.1.0" |
| 4256 | - resolved "https://registry.npm.taobao.org/find-root/download/find-root-1.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffind-root%2Fdownload%2Ffind-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" | |
| 4309 | + resolved "https://registry.npm.taobao.org/find-root/download/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" | |
| 4257 | 4310 | integrity sha1-q8/Iunb3CMQql7PWhbfpRQv7nOQ= |
| 4258 | 4311 | |
| 4259 | -find-up@^1.0.0: | |
| 4260 | - version "1.1.2" | |
| 4261 | - resolved "https://registry.npm.taobao.org/find-up/download/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" | |
| 4262 | - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= | |
| 4263 | - dependencies: | |
| 4264 | - path-exists "^2.0.0" | |
| 4265 | - pinkie-promise "^2.0.0" | |
| 4266 | - | |
| 4267 | 4312 | find-up@^2.0.0, find-up@^2.1.0: |
| 4268 | 4313 | version "2.1.0" |
| 4269 | 4314 | resolved "https://registry.npm.taobao.org/find-up/download/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" |
| ... | ... | @@ -4278,14 +4323,6 @@ find-up@^3.0.0: |
| 4278 | 4323 | dependencies: |
| 4279 | 4324 | locate-path "^3.0.0" |
| 4280 | 4325 | |
| 4281 | -find-versions@^3.0.0: | |
| 4282 | - version "3.1.0" | |
| 4283 | - resolved "https://registry.npm.taobao.org/find-versions/download/find-versions-3.1.0.tgz#10161f29cf3eb4350dec10a29bdde75bff0df32d" | |
| 4284 | - integrity sha1-EBYfKc8+tDUN7BCim93nW/8N8y0= | |
| 4285 | - dependencies: | |
| 4286 | - array-uniq "^2.1.0" | |
| 4287 | - semver-regex "^2.0.0" | |
| 4288 | - | |
| 4289 | 4326 | findup-sync@3.0.0, findup-sync@^3.0.0: |
| 4290 | 4327 | version "3.0.0" |
| 4291 | 4328 | resolved "https://registry.npm.taobao.org/findup-sync/download/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" |
| ... | ... | @@ -4415,14 +4452,14 @@ fresh@0.5.2, fresh@~0.5.2: |
| 4415 | 4452 | |
| 4416 | 4453 | friendly-errors-webpack-plugin@^1.7.0: |
| 4417 | 4454 | version "1.7.0" |
| 4418 | - resolved "https://registry.npm.taobao.org/friendly-errors-webpack-plugin/download/friendly-errors-webpack-plugin-1.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffriendly-errors-webpack-plugin%2Fdownload%2Ffriendly-errors-webpack-plugin-1.7.0.tgz#efc86cbb816224565861a1be7a9d84d0aafea136" | |
| 4455 | + resolved "https://registry.npm.taobao.org/friendly-errors-webpack-plugin/download/friendly-errors-webpack-plugin-1.7.0.tgz#efc86cbb816224565861a1be7a9d84d0aafea136" | |
| 4419 | 4456 | integrity sha1-78hsu4FiJFZYYaG+ep2E0Kr+oTY= |
| 4420 | 4457 | dependencies: |
| 4421 | 4458 | chalk "^1.1.3" |
| 4422 | 4459 | error-stack-parser "^2.0.0" |
| 4423 | 4460 | string-width "^2.0.0" |
| 4424 | 4461 | |
| 4425 | -from2@^2.1.0, from2@^2.1.1: | |
| 4462 | +from2@^2.1.0: | |
| 4426 | 4463 | version "2.3.0" |
| 4427 | 4464 | resolved "https://registry.npm.taobao.org/from2/download/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" |
| 4428 | 4465 | integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= |
| ... | ... | @@ -4430,10 +4467,10 @@ from2@^2.1.0, from2@^2.1.1: |
| 4430 | 4467 | inherits "^2.0.1" |
| 4431 | 4468 | readable-stream "^2.0.0" |
| 4432 | 4469 | |
| 4433 | -fs-constants@^1.0.0: | |
| 4434 | - version "1.0.0" | |
| 4435 | - resolved "https://registry.npm.taobao.org/fs-constants/download/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" | |
| 4436 | - integrity sha1-a+Dem+mYzhavivwkSXue6bfM2a0= | |
| 4470 | +fs-capacitor@^2.0.4: | |
| 4471 | + version "2.0.4" | |
| 4472 | + resolved "https://registry.npm.taobao.org/fs-capacitor/download/fs-capacitor-2.0.4.tgz#5a22e72d40ae5078b4fe64fe4d08c0d3fc88ad3c" | |
| 4473 | + integrity sha1-WiLnLUCuUHi0/mT+TQjA0/yIrTw= | |
| 4437 | 4474 | |
| 4438 | 4475 | fs-extra@^7.0.0, fs-extra@^7.0.1: |
| 4439 | 4476 | version "7.0.1" |
| ... | ... | @@ -4454,11 +4491,11 @@ fs-extra@^8.0.1: |
| 4454 | 4491 | universalify "^0.1.0" |
| 4455 | 4492 | |
| 4456 | 4493 | fs-minipass@^1.2.5: |
| 4457 | - version "1.2.6" | |
| 4458 | - resolved "https://registry.npm.taobao.org/fs-minipass/download/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" | |
| 4459 | - integrity sha1-LFzDDe2BKCv+ig18fBhT3esQLAc= | |
| 4494 | + version "1.2.7" | |
| 4495 | + resolved "https://registry.npm.taobao.org/fs-minipass/download/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" | |
| 4496 | + integrity sha1-zP+FcIQef+QmVpPaiJNsVa7X98c= | |
| 4460 | 4497 | dependencies: |
| 4461 | - minipass "^2.2.1" | |
| 4498 | + minipass "^2.6.0" | |
| 4462 | 4499 | |
| 4463 | 4500 | fs-write-stream-atomic@^1.0.8: |
| 4464 | 4501 | version "1.0.10" |
| ... | ... | @@ -4476,16 +4513,16 @@ fs.realpath@^1.0.0: |
| 4476 | 4513 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= |
| 4477 | 4514 | |
| 4478 | 4515 | fsevents@^1.2.7: |
| 4479 | - version "1.2.9" | |
| 4480 | - resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" | |
| 4481 | - integrity sha1-P17WZYPM1vQAtaANtvfoYTY+OI8= | |
| 4516 | + version "1.2.11" | |
| 4517 | + resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.11.tgz#67bf57f4758f02ede88fb2a1712fef4d15358be3" | |
| 4518 | + integrity sha1-Z79X9HWPAu3oj7KhcS/vTRU1i+M= | |
| 4482 | 4519 | dependencies: |
| 4520 | + bindings "^1.5.0" | |
| 4483 | 4521 | nan "^2.12.1" |
| 4484 | - node-pre-gyp "^0.12.0" | |
| 4485 | 4522 | |
| 4486 | -fsevents@~2.1.1: | |
| 4523 | +fsevents@~2.1.2: | |
| 4487 | 4524 | version "2.1.2" |
| 4488 | - resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-2.1.2.tgz?cache=0&sync_timestamp=1576323112997&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffsevents%2Fdownload%2Ffsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" | |
| 4525 | + resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" | |
| 4489 | 4526 | integrity sha1-TAofs0vGjlQ7S4Kp7Dkr+9qECAU= |
| 4490 | 4527 | |
| 4491 | 4528 | function-bind@^1.1.1: |
| ... | ... | @@ -4495,7 +4532,7 @@ function-bind@^1.1.1: |
| 4495 | 4532 | |
| 4496 | 4533 | function.prototype.name@^1.1.1: |
| 4497 | 4534 | version "1.1.2" |
| 4498 | - resolved "https://registry.npm.taobao.org/function.prototype.name/download/function.prototype.name-1.1.2.tgz?cache=0&sync_timestamp=1576389659231&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffunction.prototype.name%2Fdownload%2Ffunction.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45" | |
| 4535 | + resolved "https://registry.npm.taobao.org/function.prototype.name/download/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45" | |
| 4499 | 4536 | integrity sha1-XN9518BdtAFZHf3oPjtwxRI+mkU= |
| 4500 | 4537 | dependencies: |
| 4501 | 4538 | define-properties "^1.1.3" |
| ... | ... | @@ -4509,7 +4546,7 @@ functional-red-black-tree@^1.0.1: |
| 4509 | 4546 | |
| 4510 | 4547 | functions-have-names@^1.2.0: |
| 4511 | 4548 | version "1.2.0" |
| 4512 | - resolved "https://registry.npm.taobao.org/functions-have-names/download/functions-have-names-1.2.0.tgz?cache=0&sync_timestamp=1571641003777&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffunctions-have-names%2Fdownload%2Ffunctions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d" | |
| 4549 | + resolved "https://registry.npm.taobao.org/functions-have-names/download/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d" | |
| 4513 | 4550 | integrity sha1-g9p1g+TqDJrF/1MPczlLAz4L930= |
| 4514 | 4551 | |
| 4515 | 4552 | gauge@~2.7.3: |
| ... | ... | @@ -4550,31 +4587,6 @@ get-caller-file@^2.0.1: |
| 4550 | 4587 | resolved "https://registry.npm.taobao.org/get-caller-file/download/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" |
| 4551 | 4588 | integrity sha1-T5RBKoLbMvNuOwuXQfipf+sDH34= |
| 4552 | 4589 | |
| 4553 | -get-proxy@^2.0.0: | |
| 4554 | - version "2.1.0" | |
| 4555 | - resolved "https://registry.npm.taobao.org/get-proxy/download/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93" | |
| 4556 | - integrity sha1-NJ8rTZHUTE1NTpy6KtkBQ/rF75M= | |
| 4557 | - dependencies: | |
| 4558 | - npm-conf "^1.1.0" | |
| 4559 | - | |
| 4560 | -get-stdin@^4.0.1: | |
| 4561 | - version "4.0.1" | |
| 4562 | - resolved "https://registry.npm.taobao.org/get-stdin/download/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" | |
| 4563 | - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= | |
| 4564 | - | |
| 4565 | -get-stream@3.0.0, get-stream@^3.0.0: | |
| 4566 | - version "3.0.0" | |
| 4567 | - resolved "https://registry.npm.taobao.org/get-stream/download/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" | |
| 4568 | - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= | |
| 4569 | - | |
| 4570 | -get-stream@^2.2.0: | |
| 4571 | - version "2.3.1" | |
| 4572 | - resolved "https://registry.npm.taobao.org/get-stream/download/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de" | |
| 4573 | - integrity sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4= | |
| 4574 | - dependencies: | |
| 4575 | - object-assign "^4.0.1" | |
| 4576 | - pinkie-promise "^2.0.0" | |
| 4577 | - | |
| 4578 | 4590 | get-stream@^4.0.0: |
| 4579 | 4591 | version "4.1.0" |
| 4580 | 4592 | resolved "https://registry.npm.taobao.org/get-stream/download/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" |
| ... | ... | @@ -4604,16 +4616,6 @@ getpass@^0.1.1: |
| 4604 | 4616 | dependencies: |
| 4605 | 4617 | assert-plus "^1.0.0" |
| 4606 | 4618 | |
| 4607 | -gifsicle@^4.0.0: | |
| 4608 | - version "4.0.1" | |
| 4609 | - resolved "https://registry.npm.taobao.org/gifsicle/download/gifsicle-4.0.1.tgz#30e1e61e3ee4884ef702641b2e98a15c2127b2e2" | |
| 4610 | - integrity sha1-MOHmHj7kiE73AmQbLpihXCEnsuI= | |
| 4611 | - dependencies: | |
| 4612 | - bin-build "^3.0.0" | |
| 4613 | - bin-wrapper "^4.0.0" | |
| 4614 | - execa "^1.0.0" | |
| 4615 | - logalot "^2.0.0" | |
| 4616 | - | |
| 4617 | 4619 | glob-parent@^3.1.0: |
| 4618 | 4620 | version "3.1.0" |
| 4619 | 4621 | resolved "https://registry.npm.taobao.org/glob-parent/download/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" |
| ... | ... | @@ -4622,14 +4624,7 @@ glob-parent@^3.1.0: |
| 4622 | 4624 | is-glob "^3.1.0" |
| 4623 | 4625 | path-dirname "^1.0.0" |
| 4624 | 4626 | |
| 4625 | -glob-parent@^5.0.0: | |
| 4626 | - version "5.0.0" | |
| 4627 | - resolved "https://registry.npm.taobao.org/glob-parent/download/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954" | |
| 4628 | - integrity sha1-HcmfDzmwBtPpLCwoQGg4Lwwg6VQ= | |
| 4629 | - dependencies: | |
| 4630 | - is-glob "^4.0.1" | |
| 4631 | - | |
| 4632 | -glob-parent@~5.1.0: | |
| 4627 | +glob-parent@^5.0.0, glob-parent@~5.1.0: | |
| 4633 | 4628 | version "5.1.0" |
| 4634 | 4629 | resolved "https://registry.npm.taobao.org/glob-parent/download/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2" |
| 4635 | 4630 | integrity sha1-X0wdHnSNMM1zrSlEs1d6gbCB6MI= |
| ... | ... | @@ -4637,9 +4632,9 @@ glob-parent@~5.1.0: |
| 4637 | 4632 | is-glob "^4.0.1" |
| 4638 | 4633 | |
| 4639 | 4634 | glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: |
| 4640 | - version "7.1.4" | |
| 4641 | - resolved "https://registry.npm.taobao.org/glob/download/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" | |
| 4642 | - integrity sha1-qmCKL2xXetNX4a5aXCbZqNGWklU= | |
| 4635 | + version "7.1.6" | |
| 4636 | + resolved "https://registry.npm.taobao.org/glob/download/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" | |
| 4637 | + integrity sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY= | |
| 4643 | 4638 | dependencies: |
| 4644 | 4639 | fs.realpath "^1.0.0" |
| 4645 | 4640 | inflight "^1.0.4" |
| ... | ... | @@ -4665,7 +4660,7 @@ global-modules@2.0.0: |
| 4665 | 4660 | |
| 4666 | 4661 | global-modules@^1.0.0: |
| 4667 | 4662 | version "1.0.0" |
| 4668 | - resolved "https://registry.npm.taobao.org/global-modules/download/global-modules-1.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobal-modules%2Fdownload%2Fglobal-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" | |
| 4663 | + resolved "https://registry.npm.taobao.org/global-modules/download/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" | |
| 4669 | 4664 | integrity sha1-bXcPDrUjrHgWTXK15xqIdyZcw+o= |
| 4670 | 4665 | dependencies: |
| 4671 | 4666 | global-prefix "^1.0.1" |
| ... | ... | @@ -4692,14 +4687,21 @@ global-prefix@^3.0.0: |
| 4692 | 4687 | kind-of "^6.0.2" |
| 4693 | 4688 | which "^1.3.1" |
| 4694 | 4689 | |
| 4695 | -globals@^11.1.0, globals@^11.7.0: | |
| 4690 | +globals@^11.1.0: | |
| 4696 | 4691 | version "11.12.0" |
| 4697 | - resolved "https://registry.npm.taobao.org/globals/download/globals-11.12.0.tgz?cache=0&sync_timestamp=1563721993391&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobals%2Fdownload%2Fglobals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" | |
| 4692 | + resolved "https://registry.npm.taobao.org/globals/download/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" | |
| 4698 | 4693 | integrity sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4= |
| 4699 | 4694 | |
| 4695 | +globals@^12.1.0: | |
| 4696 | + version "12.3.0" | |
| 4697 | + resolved "https://registry.npm.taobao.org/globals/download/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13" | |
| 4698 | + integrity sha1-HlZO5cTd7SqwmLD4jyRwKjxWvhM= | |
| 4699 | + dependencies: | |
| 4700 | + type-fest "^0.8.1" | |
| 4701 | + | |
| 4700 | 4702 | globby@^6.1.0: |
| 4701 | 4703 | version "6.1.0" |
| 4702 | - resolved "https://registry.npm.taobao.org/globby/download/globby-6.1.0.tgz?cache=0&sync_timestamp=1562335642755&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobby%2Fdownload%2Fglobby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" | |
| 4704 | + resolved "https://registry.npm.taobao.org/globby/download/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" | |
| 4703 | 4705 | integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= |
| 4704 | 4706 | dependencies: |
| 4705 | 4707 | array-union "^1.0.1" |
| ... | ... | @@ -4708,75 +4710,110 @@ globby@^6.1.0: |
| 4708 | 4710 | pify "^2.0.0" |
| 4709 | 4711 | pinkie-promise "^2.0.0" |
| 4710 | 4712 | |
| 4711 | -got@^7.0.0: | |
| 4712 | - version "7.1.0" | |
| 4713 | - resolved "https://registry.npm.taobao.org/got/download/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" | |
| 4714 | - integrity sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo= | |
| 4715 | - dependencies: | |
| 4716 | - decompress-response "^3.2.0" | |
| 4717 | - duplexer3 "^0.1.4" | |
| 4718 | - get-stream "^3.0.0" | |
| 4719 | - is-plain-obj "^1.1.0" | |
| 4720 | - is-retry-allowed "^1.0.0" | |
| 4721 | - is-stream "^1.0.0" | |
| 4722 | - isurl "^1.0.0-alpha5" | |
| 4723 | - lowercase-keys "^1.0.0" | |
| 4724 | - p-cancelable "^0.3.0" | |
| 4725 | - p-timeout "^1.1.1" | |
| 4726 | - safe-buffer "^5.0.1" | |
| 4727 | - timed-out "^4.0.0" | |
| 4728 | - url-parse-lax "^1.0.0" | |
| 4729 | - url-to-options "^1.0.1" | |
| 4730 | - | |
| 4731 | -got@^8.3.1: | |
| 4732 | - version "8.3.2" | |
| 4733 | - resolved "https://registry.npm.taobao.org/got/download/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937" | |
| 4734 | - integrity sha1-HSP2Q5Dpf3dsrFLluTbl9RTS6Tc= | |
| 4735 | - dependencies: | |
| 4736 | - "@sindresorhus/is" "^0.7.0" | |
| 4737 | - cacheable-request "^2.1.1" | |
| 4738 | - decompress-response "^3.3.0" | |
| 4739 | - duplexer3 "^0.1.4" | |
| 4740 | - get-stream "^3.0.0" | |
| 4741 | - into-stream "^3.1.0" | |
| 4742 | - is-retry-allowed "^1.1.0" | |
| 4743 | - isurl "^1.0.0-alpha5" | |
| 4744 | - lowercase-keys "^1.0.0" | |
| 4745 | - mimic-response "^1.0.0" | |
| 4746 | - p-cancelable "^0.4.0" | |
| 4747 | - p-timeout "^2.0.1" | |
| 4748 | - pify "^3.0.0" | |
| 4749 | - safe-buffer "^5.1.1" | |
| 4750 | - timed-out "^4.0.1" | |
| 4751 | - url-parse-lax "^3.0.0" | |
| 4752 | - url-to-options "^1.0.1" | |
| 4753 | - | |
| 4754 | -graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: | |
| 4755 | - version "4.2.2" | |
| 4756 | - resolved "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" | |
| 4757 | - integrity sha1-bwlSYF0BQMHP2xOO0AV3W5LWewI= | |
| 4758 | - | |
| 4759 | -"graceful-readlink@>= 1.0.0": | |
| 4760 | - version "1.0.1" | |
| 4761 | - resolved "https://registry.npm.taobao.org/graceful-readlink/download/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" | |
| 4762 | - integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= | |
| 4713 | +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: | |
| 4714 | + version "4.2.3" | |
| 4715 | + resolved "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" | |
| 4716 | + integrity sha1-ShL/G2A3bvCYYsIJPt2Qgyi+hCM= | |
| 4763 | 4717 | |
| 4764 | 4718 | grant-koa@^4.6.0: |
| 4765 | - version "4.6.2" | |
| 4766 | - resolved "https://registry.npm.taobao.org/grant-koa/download/grant-koa-4.6.2.tgz#379f3a1ad92e4044d2f0aefc290c7c8ad92f85d8" | |
| 4767 | - integrity sha1-N586GtkuQETS8K78KQx8itkvhdg= | |
| 4719 | + version "4.6.6" | |
| 4720 | + resolved "https://registry.npm.taobao.org/grant-koa/download/grant-koa-4.6.6.tgz#1da5a16dc162dddd9ab75266ba71b131e02bfd56" | |
| 4721 | + integrity sha1-HaWhbcFi3d2at1JmunGxMeAr/VY= | |
| 4768 | 4722 | dependencies: |
| 4769 | - grant "4.6.2" | |
| 4723 | + grant "4.6.6" | |
| 4770 | 4724 | |
| 4771 | -grant@4.6.2: | |
| 4772 | - version "4.6.2" | |
| 4773 | - resolved "https://registry.npm.taobao.org/grant/download/grant-4.6.2.tgz#8d0ef5381d5a07f2e9e68250300e7074d0648af4" | |
| 4774 | - integrity sha1-jQ71OB1aB/Lp5oJQMA5wdNBkivQ= | |
| 4725 | +grant@4.6.6: | |
| 4726 | + version "4.6.6" | |
| 4727 | + resolved "https://registry.npm.taobao.org/grant/download/grant-4.6.6.tgz#da58aa4d99c0515cfd7466d4a1f1e3ac37cad09a" | |
| 4728 | + integrity sha1-2liqTZnAUVz9dGbUofHjrDfK0Jo= | |
| 4775 | 4729 | dependencies: |
| 4776 | - qs "^6.7.0" | |
| 4777 | - request-compose "^1.2.0" | |
| 4730 | + qs "^6.9.1" | |
| 4731 | + request-compose "^1.2.1" | |
| 4778 | 4732 | request-oauth "0.0.3" |
| 4779 | 4733 | |
| 4734 | +graphql-depth-limit@^1.1.0: | |
| 4735 | + version "1.1.0" | |
| 4736 | + resolved "https://registry.npm.taobao.org/graphql-depth-limit/download/graphql-depth-limit-1.1.0.tgz#59fe6b2acea0ab30ee7344f4c75df39cc18244e8" | |
| 4737 | + integrity sha1-Wf5rKs6gqzDuc0T0x13znMGCROg= | |
| 4738 | + dependencies: | |
| 4739 | + arrify "^1.0.1" | |
| 4740 | + | |
| 4741 | +graphql-extensions@^0.10.10: | |
| 4742 | + version "0.10.10" | |
| 4743 | + resolved "https://registry.npm.taobao.org/graphql-extensions/download/graphql-extensions-0.10.10.tgz#6b89d6b171f02a83bd4252f1e71c8d69147e7e2d" | |
| 4744 | + integrity sha1-a4nWsXHwKoO9QlLx5xyNaRR+fi0= | |
| 4745 | + dependencies: | |
| 4746 | + "@apollographql/apollo-tools" "^0.4.3" | |
| 4747 | + apollo-server-env "^2.4.3" | |
| 4748 | + apollo-server-types "^0.2.10" | |
| 4749 | + | |
| 4750 | +graphql-iso-date@^3.6.1: | |
| 4751 | + version "3.6.1" | |
| 4752 | + resolved "https://registry.npm.taobao.org/graphql-iso-date/download/graphql-iso-date-3.6.1.tgz#bd2d0dc886e0f954cbbbc496bbf1d480b57ffa96" | |
| 4753 | + integrity sha1-vS0NyIbg+VTLu8SWu/HUgLV/+pY= | |
| 4754 | + | |
| 4755 | +graphql-playground-html@1.6.13: | |
| 4756 | + version "1.6.13" | |
| 4757 | + resolved "https://registry.npm.taobao.org/graphql-playground-html/download/graphql-playground-html-1.6.13.tgz#16d61416161d96f2725bc37b0b64d135a189f252" | |
| 4758 | + integrity sha1-FtYUFhYdlvJyW8N7C2TRNaGJ8lI= | |
| 4759 | + | |
| 4760 | +graphql-playground-middleware-koa@^1.6.0: | |
| 4761 | + version "1.6.12" | |
| 4762 | + resolved "https://registry.npm.taobao.org/graphql-playground-middleware-koa/download/graphql-playground-middleware-koa-1.6.12.tgz#f75e456026fe3dd2a34ec33899e7a85ef99ec748" | |
| 4763 | + integrity sha1-915FYCb+PdKjTsM4meeoXvmex0g= | |
| 4764 | + dependencies: | |
| 4765 | + graphql-playground-html "1.6.13" | |
| 4766 | + | |
| 4767 | +graphql-subscriptions@^1.0.0: | |
| 4768 | + version "1.1.0" | |
| 4769 | + resolved "https://registry.npm.taobao.org/graphql-subscriptions/download/graphql-subscriptions-1.1.0.tgz#5f2fa4233eda44cf7570526adfcf3c16937aef11" | |
| 4770 | + integrity sha1-Xy+kIz7aRM91cFJq3888FpN67xE= | |
| 4771 | + dependencies: | |
| 4772 | + iterall "^1.2.1" | |
| 4773 | + | |
| 4774 | +graphql-tag@^2.9.2: | |
| 4775 | + version "2.10.1" | |
| 4776 | + resolved "https://registry.npm.taobao.org/graphql-tag/download/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02" | |
| 4777 | + integrity sha1-EKpB8c2PrlNz6vEfH2cmCjytXgI= | |
| 4778 | + | |
| 4779 | +graphql-tools@4.0.6, graphql-tools@^4.0.0: | |
| 4780 | + version "4.0.6" | |
| 4781 | + resolved "https://registry.npm.taobao.org/graphql-tools/download/graphql-tools-4.0.6.tgz#0e729e73db05ade3df10a2f92511be544972a844" | |
| 4782 | + integrity sha1-DnKec9sFrePfEKL5JRG+VElyqEQ= | |
| 4783 | + dependencies: | |
| 4784 | + apollo-link "^1.2.3" | |
| 4785 | + apollo-utilities "^1.0.1" | |
| 4786 | + deprecated-decorator "^0.1.6" | |
| 4787 | + iterall "^1.1.3" | |
| 4788 | + uuid "^3.1.0" | |
| 4789 | + | |
| 4790 | +graphql-type-json@0.3.1: | |
| 4791 | + version "0.3.1" | |
| 4792 | + resolved "https://registry.npm.taobao.org/graphql-type-json/download/graphql-type-json-0.3.1.tgz#47fca2b1fa7adc0758d165b33580d7be7a6cf548" | |
| 4793 | + integrity sha1-R/yisfp63AdY0WWzNYDXvnps9Ug= | |
| 4794 | + | |
| 4795 | +graphql-type-long@^0.1.1: | |
| 4796 | + version "0.1.1" | |
| 4797 | + resolved "https://registry.npm.taobao.org/graphql-type-long/download/graphql-type-long-0.1.1.tgz#c1b1323f7b3bb3fe48f05502b883145f90adbfd6" | |
| 4798 | + integrity sha1-wbEyP3s7s/5I8FUCuIMUX5Ctv9Y= | |
| 4799 | + | |
| 4800 | +graphql-upload@^8.0.2: | |
| 4801 | + version "8.1.0" | |
| 4802 | + resolved "https://registry.npm.taobao.org/graphql-upload/download/graphql-upload-8.1.0.tgz#6d0ab662db5677a68bfb1f2c870ab2544c14939a" | |
| 4803 | + integrity sha1-bQq2YttWd6aL+x8shwqyVEwUk5o= | |
| 4804 | + dependencies: | |
| 4805 | + busboy "^0.3.1" | |
| 4806 | + fs-capacitor "^2.0.4" | |
| 4807 | + http-errors "^1.7.3" | |
| 4808 | + object-path "^0.11.4" | |
| 4809 | + | |
| 4810 | +graphql@^14.3.0, graphql@^14.5.3: | |
| 4811 | + version "14.5.8" | |
| 4812 | + resolved "https://registry.npm.taobao.org/graphql/download/graphql-14.5.8.tgz?cache=0&sync_timestamp=1578312059472&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraphql%2Fdownload%2Fgraphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c" | |
| 4813 | + integrity sha1-UE89MRTLmgo/NZu7zzjZ5b9qazw= | |
| 4814 | + dependencies: | |
| 4815 | + iterall "^1.2.2" | |
| 4816 | + | |
| 4780 | 4817 | gud@^1.0.0: |
| 4781 | 4818 | version "1.0.0" |
| 4782 | 4819 | resolved "https://registry.npm.taobao.org/gud/download/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" |
| ... | ... | @@ -4822,28 +4859,11 @@ has-flag@^3.0.0: |
| 4822 | 4859 | resolved "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
| 4823 | 4860 | integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= |
| 4824 | 4861 | |
| 4825 | -has-symbol-support-x@^1.4.1: | |
| 4826 | - version "1.4.2" | |
| 4827 | - resolved "https://registry.npm.taobao.org/has-symbol-support-x/download/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455" | |
| 4828 | - integrity sha1-FAn5i8ACR9pF2mfO4KNvKC/yZFU= | |
| 4829 | - | |
| 4830 | -has-symbols@^1.0.0: | |
| 4831 | - version "1.0.0" | |
| 4832 | - resolved "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" | |
| 4833 | - integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= | |
| 4834 | - | |
| 4835 | -has-symbols@^1.0.1: | |
| 4862 | +has-symbols@^1.0.0, has-symbols@^1.0.1: | |
| 4836 | 4863 | version "1.0.1" |
| 4837 | - resolved "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.1.tgz?cache=0&sync_timestamp=1573950719586&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-symbols%2Fdownload%2Fhas-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" | |
| 4864 | + resolved "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" | |
| 4838 | 4865 | integrity sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg= |
| 4839 | 4866 | |
| 4840 | -has-to-string-tag-x@^1.2.0: | |
| 4841 | - version "1.4.1" | |
| 4842 | - resolved "https://registry.npm.taobao.org/has-to-string-tag-x/download/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d" | |
| 4843 | - integrity sha1-oEWrOD17SyASoAFIqwql8pAETU0= | |
| 4844 | - dependencies: | |
| 4845 | - has-symbol-support-x "^1.4.1" | |
| 4846 | - | |
| 4847 | 4867 | has-unicode@^2.0.0: |
| 4848 | 4868 | version "2.0.1" |
| 4849 | 4869 | resolved "https://registry.npm.taobao.org/has-unicode/download/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" |
| ... | ... | @@ -4880,7 +4900,7 @@ has-values@^1.0.0: |
| 4880 | 4900 | is-number "^3.0.0" |
| 4881 | 4901 | kind-of "^4.0.0" |
| 4882 | 4902 | |
| 4883 | -has@^1.0.1, has@^1.0.3: | |
| 4903 | +has@^1.0.3: | |
| 4884 | 4904 | version "1.0.3" |
| 4885 | 4905 | resolved "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" |
| 4886 | 4906 | integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y= |
| ... | ... | @@ -4919,16 +4939,16 @@ he@1.2.x: |
| 4919 | 4939 | integrity sha1-hK5l+n6vsWX922FWauFLrwVmTw8= |
| 4920 | 4940 | |
| 4921 | 4941 | history@^4.9.0: |
| 4922 | - version "4.9.0" | |
| 4923 | - resolved "https://registry.npm.taobao.org/history/download/history-4.9.0.tgz#84587c2068039ead8af769e9d6a6860a14fa1bca" | |
| 4924 | - integrity sha1-hFh8IGgDnq2K92np1qaGChT6G8o= | |
| 4942 | + version "4.10.1" | |
| 4943 | + resolved "https://registry.npm.taobao.org/history/download/history-4.10.1.tgz?cache=0&sync_timestamp=1576026122448&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhistory%2Fdownload%2Fhistory-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" | |
| 4944 | + integrity sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM= | |
| 4925 | 4945 | dependencies: |
| 4926 | 4946 | "@babel/runtime" "^7.1.2" |
| 4927 | 4947 | loose-envify "^1.2.0" |
| 4928 | - resolve-pathname "^2.2.0" | |
| 4948 | + resolve-pathname "^3.0.0" | |
| 4929 | 4949 | tiny-invariant "^1.0.2" |
| 4930 | 4950 | tiny-warning "^1.0.0" |
| 4931 | - value-equal "^0.4.0" | |
| 4951 | + value-equal "^1.0.1" | |
| 4932 | 4952 | |
| 4933 | 4953 | hmac-drbg@^1.0.0: |
| 4934 | 4954 | version "1.0.1" |
| ... | ... | @@ -4941,7 +4961,7 @@ hmac-drbg@^1.0.0: |
| 4941 | 4961 | |
| 4942 | 4962 | hoek@2.x.x: |
| 4943 | 4963 | version "2.16.3" |
| 4944 | - resolved "https://registry.npm.taobao.org/hoek/download/hoek-2.16.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhoek%2Fdownload%2Fhoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" | |
| 4964 | + resolved "https://registry.npm.taobao.org/hoek/download/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" | |
| 4945 | 4965 | integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= |
| 4946 | 4966 | |
| 4947 | 4967 | hoek@6.x.x: |
| ... | ... | @@ -4949,14 +4969,7 @@ hoek@6.x.x: |
| 4949 | 4969 | resolved "https://registry.npm.taobao.org/hoek/download/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c" |
| 4950 | 4970 | integrity sha1-c7fTOVLgH+J6OLBFcpS3ndjaJCw= |
| 4951 | 4971 | |
| 4952 | -hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0: | |
| 4953 | - version "3.3.0" | |
| 4954 | - resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" | |
| 4955 | - integrity sha1-sJF48BIhhPuVrPUl2q7LTY9FlYs= | |
| 4956 | - dependencies: | |
| 4957 | - react-is "^16.7.0" | |
| 4958 | - | |
| 4959 | -hoist-non-react-statics@^3.2.1: | |
| 4972 | +hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0: | |
| 4960 | 4973 | version "3.3.1" |
| 4961 | 4974 | resolved "https://registry.npm.taobao.org/hoist-non-react-statics/download/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f" |
| 4962 | 4975 | integrity sha1-EBaF06/zsj6iExY/bo4S9PER4Z8= |
| ... | ... | @@ -4971,9 +4984,9 @@ homedir-polyfill@^1.0.1: |
| 4971 | 4984 | parse-passwd "^1.0.0" |
| 4972 | 4985 | |
| 4973 | 4986 | hosted-git-info@^2.1.4: |
| 4974 | - version "2.8.4" | |
| 4975 | - resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546" | |
| 4976 | - integrity sha1-RBGauvS8ZGkqFqzjRwD+2cA+JUY= | |
| 4987 | + version "2.8.5" | |
| 4988 | + resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c" | |
| 4989 | + integrity sha1-dZz88sTRVq3lmwst+r3cQqa5xww= | |
| 4977 | 4990 | |
| 4978 | 4991 | hpack.js@^2.1.6: |
| 4979 | 4992 | version "2.1.6" |
| ... | ... | @@ -4985,11 +4998,6 @@ hpack.js@^2.1.6: |
| 4985 | 4998 | readable-stream "^2.0.1" |
| 4986 | 4999 | wbuf "^1.1.0" |
| 4987 | 5000 | |
| 4988 | -html-comment-regex@^1.1.0: | |
| 4989 | - version "1.1.2" | |
| 4990 | - resolved "https://registry.npm.taobao.org/html-comment-regex/download/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" | |
| 4991 | - integrity sha1-l9RoiutcgYhqNk+qDK0d2hTUM6c= | |
| 4992 | - | |
| 4993 | 5001 | html-entities@^1.2.1: |
| 4994 | 5002 | version "1.2.1" |
| 4995 | 5003 | resolved "https://registry.npm.taobao.org/html-entities/download/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" |
| ... | ... | @@ -5021,7 +5029,7 @@ html-minifier@^3.2.3, html-minifier@^3.5.8: |
| 5021 | 5029 | |
| 5022 | 5030 | html-webpack-plugin@^3.2.0: |
| 5023 | 5031 | version "3.2.0" |
| 5024 | - resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz?cache=0&sync_timestamp=1563437816811&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtml-webpack-plugin%2Fdownload%2Fhtml-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" | |
| 5032 | + resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz?cache=0&sync_timestamp=1573491310172&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtml-webpack-plugin%2Fdownload%2Fhtml-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" | |
| 5025 | 5033 | integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s= |
| 5026 | 5034 | dependencies: |
| 5027 | 5035 | html-minifier "^3.2.3" |
| ... | ... | @@ -5032,9 +5040,9 @@ html-webpack-plugin@^3.2.0: |
| 5032 | 5040 | toposort "^1.0.0" |
| 5033 | 5041 | util.promisify "1.0.0" |
| 5034 | 5042 | |
| 5035 | -htmlparser2@^3.3.0, htmlparser2@^3.9.1: | |
| 5043 | +htmlparser2@^3.3.0: | |
| 5036 | 5044 | version "3.10.1" |
| 5037 | - resolved "https://registry.npm.taobao.org/htmlparser2/download/htmlparser2-3.10.1.tgz?cache=0&sync_timestamp=1564773692945&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" | |
| 5045 | + resolved "https://registry.npm.taobao.org/htmlparser2/download/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" | |
| 5038 | 5046 | integrity sha1-vWedw/WYl7ajS7EHSchVu1OpOS8= |
| 5039 | 5047 | dependencies: |
| 5040 | 5048 | domelementtype "^1.3.1" |
| ... | ... | @@ -5052,11 +5060,6 @@ http-assert@^1.3.0: |
| 5052 | 5060 | deep-equal "~1.0.1" |
| 5053 | 5061 | http-errors "~1.7.2" |
| 5054 | 5062 | |
| 5055 | -http-cache-semantics@3.8.1: | |
| 5056 | - version "3.8.1" | |
| 5057 | - resolved "https://registry.npm.taobao.org/http-cache-semantics/download/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" | |
| 5058 | - integrity sha1-ObDhat2bYFvwqe89nar0hDtMrNI= | |
| 5059 | - | |
| 5060 | 5063 | http-deceiver@^1.2.7: |
| 5061 | 5064 | version "1.2.7" |
| 5062 | 5065 | resolved "https://registry.npm.taobao.org/http-deceiver/download/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" |
| ... | ... | @@ -5073,7 +5076,7 @@ http-errors@1.7.2: |
| 5073 | 5076 | statuses ">= 1.5.0 < 2" |
| 5074 | 5077 | toidentifier "1.0.0" |
| 5075 | 5078 | |
| 5076 | -http-errors@1.7.3, http-errors@^1.3.1, http-errors@^1.6.3, http-errors@~1.7.2: | |
| 5079 | +http-errors@1.7.3, http-errors@^1.3.1, http-errors@^1.6.3, http-errors@^1.7.3, http-errors@~1.7.2: | |
| 5077 | 5080 | version "1.7.3" |
| 5078 | 5081 | resolved "https://registry.npm.taobao.org/http-errors/download/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" |
| 5079 | 5082 | integrity sha1-bGGeT5xgMIw4UZSYwU+7EKrOuwY= |
| ... | ... | @@ -5120,7 +5123,7 @@ http-proxy@^1.17.0: |
| 5120 | 5123 | |
| 5121 | 5124 | http-signature@~0.11.0: |
| 5122 | 5125 | version "0.11.0" |
| 5123 | - resolved "https://registry.npm.taobao.org/http-signature/download/http-signature-0.11.0.tgz#1796cf67a001ad5cd6849dca0991485f09089fe6" | |
| 5126 | + resolved "https://registry.npm.taobao.org/http-signature/download/http-signature-0.11.0.tgz?cache=0&sync_timestamp=1572997318670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhttp-signature%2Fdownload%2Fhttp-signature-0.11.0.tgz#1796cf67a001ad5cd6849dca0991485f09089fe6" | |
| 5124 | 5127 | integrity sha1-F5bPZ6ABrVzWhJ3KCZFIXwkIn+Y= |
| 5125 | 5128 | dependencies: |
| 5126 | 5129 | asn1 "0.1.11" |
| ... | ... | @@ -5129,7 +5132,7 @@ http-signature@~0.11.0: |
| 5129 | 5132 | |
| 5130 | 5133 | http-signature@~1.2.0: |
| 5131 | 5134 | version "1.2.0" |
| 5132 | - resolved "https://registry.npm.taobao.org/http-signature/download/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" | |
| 5135 | + resolved "https://registry.npm.taobao.org/http-signature/download/http-signature-1.2.0.tgz?cache=0&sync_timestamp=1572997318670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhttp-signature%2Fdownload%2Fhttp-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" | |
| 5133 | 5136 | integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= |
| 5134 | 5137 | dependencies: |
| 5135 | 5138 | assert-plus "^1.0.0" |
| ... | ... | @@ -5141,13 +5144,13 @@ https-browserify@^1.0.0: |
| 5141 | 5144 | resolved "https://registry.npm.taobao.org/https-browserify/download/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" |
| 5142 | 5145 | integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= |
| 5143 | 5146 | |
| 5144 | -https-proxy-agent@^3.0.0: | |
| 5145 | - version "3.0.1" | |
| 5146 | - resolved "https://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-3.0.1.tgz#b8c286433e87602311b01c8ea34413d856a4af81" | |
| 5147 | - integrity sha1-uMKGQz6HYCMRsByOo0QT2Fakr4E= | |
| 5147 | +https-proxy-agent@^4.0.0: | |
| 5148 | + version "4.0.0" | |
| 5149 | + resolved "https://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b" | |
| 5150 | + integrity sha1-cCtx+1UgoTKmbeH2dUHZ5iFU2Cs= | |
| 5148 | 5151 | dependencies: |
| 5149 | - agent-base "^4.3.0" | |
| 5150 | - debug "^3.1.0" | |
| 5152 | + agent-base "5" | |
| 5153 | + debug "4" | |
| 5151 | 5154 | |
| 5152 | 5155 | i18n-2@*: |
| 5153 | 5156 | version "0.7.3" |
| ... | ... | @@ -5197,98 +5200,17 @@ iferr@^0.1.5: |
| 5197 | 5200 | integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= |
| 5198 | 5201 | |
| 5199 | 5202 | ignore-walk@^3.0.1: |
| 5200 | - version "3.0.1" | |
| 5201 | - resolved "https://registry.npm.taobao.org/ignore-walk/download/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" | |
| 5202 | - integrity sha1-qD5i59JyrA47VRqqgoMaGbafgvg= | |
| 5203 | + version "3.0.3" | |
| 5204 | + resolved "https://registry.npm.taobao.org/ignore-walk/download/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37" | |
| 5205 | + integrity sha1-AX4kRxhL/q3nwjjkrv3R6PlbHjc= | |
| 5203 | 5206 | dependencies: |
| 5204 | 5207 | minimatch "^3.0.4" |
| 5205 | 5208 | |
| 5206 | 5209 | ignore@^4.0.6: |
| 5207 | 5210 | version "4.0.6" |
| 5208 | - resolved "https://registry.npm.taobao.org/ignore/download/ignore-4.0.6.tgz?cache=0&sync_timestamp=1565775199290&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fignore%2Fdownload%2Fignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" | |
| 5211 | + resolved "https://registry.npm.taobao.org/ignore/download/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" | |
| 5209 | 5212 | integrity sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw= |
| 5210 | 5213 | |
| 5211 | -image-webpack-loader@^4.6.0: | |
| 5212 | - version "4.6.0" | |
| 5213 | - resolved "https://registry.npm.taobao.org/image-webpack-loader/download/image-webpack-loader-4.6.0.tgz#c38eb723c8a50cca46298654a74d5a4f26f9a501" | |
| 5214 | - integrity sha1-w463I8ilDMpGKYZUp01aTyb5pQE= | |
| 5215 | - dependencies: | |
| 5216 | - imagemin "^5.3.1" | |
| 5217 | - imagemin-gifsicle "^6.0.0" | |
| 5218 | - imagemin-mozjpeg "^8.0.0" | |
| 5219 | - imagemin-optipng "^6.0.0" | |
| 5220 | - imagemin-pngquant "^6.0.0" | |
| 5221 | - imagemin-svgo "^7.0.0" | |
| 5222 | - imagemin-webp "^5.0.0" | |
| 5223 | - loader-utils "^1.1.0" | |
| 5224 | - object-assign "^4.1.1" | |
| 5225 | - | |
| 5226 | -imagemin-gifsicle@^6.0.0: | |
| 5227 | - version "6.0.1" | |
| 5228 | - resolved "https://registry.npm.taobao.org/imagemin-gifsicle/download/imagemin-gifsicle-6.0.1.tgz#6abad4e95566d52e5a104aba1c24b4f3b48581b3" | |
| 5229 | - integrity sha1-arrU6VVm1S5aEEq6HCS087SFgbM= | |
| 5230 | - dependencies: | |
| 5231 | - exec-buffer "^3.0.0" | |
| 5232 | - gifsicle "^4.0.0" | |
| 5233 | - is-gif "^3.0.0" | |
| 5234 | - | |
| 5235 | -imagemin-mozjpeg@^8.0.0: | |
| 5236 | - version "8.0.0" | |
| 5237 | - resolved "https://registry.npm.taobao.org/imagemin-mozjpeg/download/imagemin-mozjpeg-8.0.0.tgz#d2ca4e8c982c7c6eda55069af89dee4c1cebcdfd" | |
| 5238 | - integrity sha1-0spOjJgsfG7aVQaa+J3uTBzrzf0= | |
| 5239 | - dependencies: | |
| 5240 | - execa "^1.0.0" | |
| 5241 | - is-jpg "^2.0.0" | |
| 5242 | - mozjpeg "^6.0.0" | |
| 5243 | - | |
| 5244 | -imagemin-optipng@^6.0.0: | |
| 5245 | - version "6.0.0" | |
| 5246 | - resolved "https://registry.npm.taobao.org/imagemin-optipng/download/imagemin-optipng-6.0.0.tgz#a6bfc7b542fc08fc687e83dfb131249179a51a68" | |
| 5247 | - integrity sha1-pr/HtUL8CPxofoPfsTEkkXmlGmg= | |
| 5248 | - dependencies: | |
| 5249 | - exec-buffer "^3.0.0" | |
| 5250 | - is-png "^1.0.0" | |
| 5251 | - optipng-bin "^5.0.0" | |
| 5252 | - | |
| 5253 | -imagemin-pngquant@^6.0.0: | |
| 5254 | - version "6.0.1" | |
| 5255 | - resolved "https://registry.npm.taobao.org/imagemin-pngquant/download/imagemin-pngquant-6.0.1.tgz#07b4c80e327ac60ef5246758029b1e8aecd879b9" | |
| 5256 | - integrity sha1-B7TIDjJ6xg71JGdYApseiuzYebk= | |
| 5257 | - dependencies: | |
| 5258 | - execa "^0.10.0" | |
| 5259 | - is-png "^1.0.0" | |
| 5260 | - is-stream "^1.1.0" | |
| 5261 | - pngquant-bin "^5.0.0" | |
| 5262 | - | |
| 5263 | -imagemin-svgo@^7.0.0: | |
| 5264 | - version "7.0.0" | |
| 5265 | - resolved "https://registry.npm.taobao.org/imagemin-svgo/download/imagemin-svgo-7.0.0.tgz#a22d0a5917a0d0f37e436932c30f5e000fa91b1c" | |
| 5266 | - integrity sha1-oi0KWReg0PN+Q2kyww9eAA+pGxw= | |
| 5267 | - dependencies: | |
| 5268 | - is-svg "^3.0.0" | |
| 5269 | - svgo "^1.0.5" | |
| 5270 | - | |
| 5271 | -imagemin-webp@^5.0.0: | |
| 5272 | - version "5.1.0" | |
| 5273 | - resolved "https://registry.npm.taobao.org/imagemin-webp/download/imagemin-webp-5.1.0.tgz#ddb1307ad97aff97293c5a600e384e40c07f68a7" | |
| 5274 | - integrity sha1-3bEwetl6/5cpPFpgDjhOQMB/aKc= | |
| 5275 | - dependencies: | |
| 5276 | - cwebp-bin "^5.0.0" | |
| 5277 | - exec-buffer "^3.0.0" | |
| 5278 | - is-cwebp-readable "^2.0.1" | |
| 5279 | - | |
| 5280 | -imagemin@^5.3.1: | |
| 5281 | - version "5.3.1" | |
| 5282 | - resolved "https://registry.npm.taobao.org/imagemin/download/imagemin-5.3.1.tgz?cache=0&sync_timestamp=1561879320737&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fimagemin%2Fdownload%2Fimagemin-5.3.1.tgz#f19c2eee1e71ba6c6558c515f9fc96680189a6d4" | |
| 5283 | - integrity sha1-8Zwu7h5xumxlWMUV+fyWaAGJptQ= | |
| 5284 | - dependencies: | |
| 5285 | - file-type "^4.1.0" | |
| 5286 | - globby "^6.1.0" | |
| 5287 | - make-dir "^1.0.0" | |
| 5288 | - p-pipe "^1.1.0" | |
| 5289 | - pify "^2.3.0" | |
| 5290 | - replace-ext "^1.0.0" | |
| 5291 | - | |
| 5292 | 5214 | immutable@^3.8.2: |
| 5293 | 5215 | version "3.8.2" |
| 5294 | 5216 | resolved "https://registry.npm.taobao.org/immutable/download/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" |
| ... | ... | @@ -5299,27 +5221,14 @@ immutable@~3.7.4: |
| 5299 | 5221 | resolved "https://registry.npm.taobao.org/immutable/download/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b" |
| 5300 | 5222 | integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks= |
| 5301 | 5223 | |
| 5302 | -import-fresh@^3.0.0: | |
| 5303 | - version "3.1.0" | |
| 5304 | - resolved "https://registry.npm.taobao.org/import-fresh/download/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118" | |
| 5305 | - integrity sha1-bTP6Hc7235MPrgA0RvM0Fa+QURg= | |
| 5306 | - dependencies: | |
| 5307 | - parent-module "^1.0.0" | |
| 5308 | - resolve-from "^4.0.0" | |
| 5309 | - | |
| 5310 | -import-fresh@^3.1.0: | |
| 5224 | +import-fresh@^3.0.0, import-fresh@^3.1.0: | |
| 5311 | 5225 | version "3.2.1" |
| 5312 | - resolved "https://registry.npm.taobao.org/import-fresh/download/import-fresh-3.2.1.tgz?cache=0&sync_timestamp=1573664960772&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fimport-fresh%2Fdownload%2Fimport-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" | |
| 5226 | + resolved "https://registry.npm.taobao.org/import-fresh/download/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" | |
| 5313 | 5227 | integrity sha1-Yz/2GFBueTr1rJG/SLcmd+FcvmY= |
| 5314 | 5228 | dependencies: |
| 5315 | 5229 | parent-module "^1.0.0" |
| 5316 | 5230 | resolve-from "^4.0.0" |
| 5317 | 5231 | |
| 5318 | -import-lazy@^3.1.0: | |
| 5319 | - version "3.1.0" | |
| 5320 | - resolved "https://registry.npm.taobao.org/import-lazy/download/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" | |
| 5321 | - integrity sha1-iRJ5ICyKIoD9vWZ029jaGh38Z8w= | |
| 5322 | - | |
| 5323 | 5232 | import-local@2.0.0, import-local@^2.0.0: |
| 5324 | 5233 | version "2.0.0" |
| 5325 | 5234 | resolved "https://registry.npm.taobao.org/import-local/download/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" |
| ... | ... | @@ -5333,13 +5242,6 @@ imurmurhash@^0.1.4: |
| 5333 | 5242 | resolved "https://registry.npm.taobao.org/imurmurhash/download/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" |
| 5334 | 5243 | integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= |
| 5335 | 5244 | |
| 5336 | -indent-string@^2.1.0: | |
| 5337 | - version "2.1.0" | |
| 5338 | - resolved "https://registry.npm.taobao.org/indent-string/download/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" | |
| 5339 | - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= | |
| 5340 | - dependencies: | |
| 5341 | - repeating "^2.0.0" | |
| 5342 | - | |
| 5343 | 5245 | indexes-of@^1.0.1: |
| 5344 | 5246 | version "1.0.1" |
| 5345 | 5247 | resolved "https://registry.npm.taobao.org/indexes-of/download/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" |
| ... | ... | @@ -5355,7 +5257,7 @@ inflation@^2.0.0: |
| 5355 | 5257 | resolved "https://registry.npm.taobao.org/inflation/download/inflation-2.0.0.tgz#8b417e47c28f925a45133d914ca1fd389107f30f" |
| 5356 | 5258 | integrity sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8= |
| 5357 | 5259 | |
| 5358 | -inflection@1.12.0, inflection@^1.5.1: | |
| 5260 | +inflection@1.12.0, inflection@^1.12.0: | |
| 5359 | 5261 | version "1.12.0" |
| 5360 | 5262 | resolved "https://registry.npm.taobao.org/inflection/download/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416" |
| 5361 | 5263 | integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY= |
| ... | ... | @@ -5370,17 +5272,17 @@ inflight@^1.0.4: |
| 5370 | 5272 | |
| 5371 | 5273 | inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4: |
| 5372 | 5274 | version "2.0.4" |
| 5373 | - resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz?cache=0&sync_timestamp=1560975547815&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | |
| 5275 | + resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | |
| 5374 | 5276 | integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w= |
| 5375 | 5277 | |
| 5376 | 5278 | inherits@2.0.1: |
| 5377 | 5279 | version "2.0.1" |
| 5378 | - resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.1.tgz?cache=0&sync_timestamp=1560975547815&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" | |
| 5280 | + resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" | |
| 5379 | 5281 | integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= |
| 5380 | 5282 | |
| 5381 | 5283 | inherits@2.0.3: |
| 5382 | 5284 | version "2.0.3" |
| 5383 | - resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz?cache=0&sync_timestamp=1560975547815&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | |
| 5285 | + resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | |
| 5384 | 5286 | integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= |
| 5385 | 5287 | |
| 5386 | 5288 | ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: |
| ... | ... | @@ -5388,9 +5290,9 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: |
| 5388 | 5290 | resolved "https://registry.npm.taobao.org/ini/download/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" |
| 5389 | 5291 | integrity sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc= |
| 5390 | 5292 | |
| 5391 | -inquirer@^6.2.1, inquirer@^6.3.1, inquirer@^6.4.1: | |
| 5293 | +inquirer@^6.2.1, inquirer@^6.3.1: | |
| 5392 | 5294 | version "6.5.2" |
| 5393 | - resolved "https://registry.npm.taobao.org/inquirer/download/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" | |
| 5295 | + resolved "https://registry.npm.taobao.org/inquirer/download/inquirer-6.5.2.tgz?cache=0&sync_timestamp=1578357366159&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finquirer%2Fdownload%2Finquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" | |
| 5394 | 5296 | integrity sha1-rVCUI3XQNtMn/1KMCL1fqwiZKMo= |
| 5395 | 5297 | dependencies: |
| 5396 | 5298 | ansi-escapes "^3.2.0" |
| ... | ... | @@ -5407,6 +5309,25 @@ inquirer@^6.2.1, inquirer@^6.3.1, inquirer@^6.4.1: |
| 5407 | 5309 | strip-ansi "^5.1.0" |
| 5408 | 5310 | through "^2.3.6" |
| 5409 | 5311 | |
| 5312 | +inquirer@^7.0.0: | |
| 5313 | + version "7.0.3" | |
| 5314 | + resolved "https://registry.npm.taobao.org/inquirer/download/inquirer-7.0.3.tgz?cache=0&sync_timestamp=1578357366159&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finquirer%2Fdownload%2Finquirer-7.0.3.tgz#f9b4cd2dff58b9f73e8d43759436ace15bed4567" | |
| 5315 | + integrity sha1-+bTNLf9Yufc+jUN1lDas4VvtRWc= | |
| 5316 | + dependencies: | |
| 5317 | + ansi-escapes "^4.2.1" | |
| 5318 | + chalk "^2.4.2" | |
| 5319 | + cli-cursor "^3.1.0" | |
| 5320 | + cli-width "^2.0.0" | |
| 5321 | + external-editor "^3.0.3" | |
| 5322 | + figures "^3.0.0" | |
| 5323 | + lodash "^4.17.15" | |
| 5324 | + mute-stream "0.0.8" | |
| 5325 | + run-async "^2.2.0" | |
| 5326 | + rxjs "^6.5.3" | |
| 5327 | + string-width "^4.1.0" | |
| 5328 | + strip-ansi "^5.1.0" | |
| 5329 | + through "^2.3.6" | |
| 5330 | + | |
| 5410 | 5331 | internal-ip@^4.3.0: |
| 5411 | 5332 | version "4.3.0" |
| 5412 | 5333 | resolved "https://registry.npm.taobao.org/internal-ip/download/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" |
| ... | ... | @@ -5420,6 +5341,11 @@ interpret@1.2.0, interpret@^1.0.0, interpret@^1.2.0: |
| 5420 | 5341 | resolved "https://registry.npm.taobao.org/interpret/download/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" |
| 5421 | 5342 | integrity sha1-1QYaYiS+WOgIOYX1AU2EQ1lXYpY= |
| 5422 | 5343 | |
| 5344 | +interpret@^2.0.0: | |
| 5345 | + version "2.0.0" | |
| 5346 | + resolved "https://registry.npm.taobao.org/interpret/download/interpret-2.0.0.tgz#b783ffac0b8371503e9ab39561df223286aa5433" | |
| 5347 | + integrity sha1-t4P/rAuDcVA+mrOVYd8iMoaqVDM= | |
| 5348 | + | |
| 5423 | 5349 | intl-format-cache@^2.0.5: |
| 5424 | 5350 | version "2.2.9" |
| 5425 | 5351 | resolved "https://registry.npm.taobao.org/intl-format-cache/download/intl-format-cache-2.2.9.tgz#fb560de20c549cda20b569cf1ffb6dc62b5b93b4" |
| ... | ... | @@ -5432,7 +5358,7 @@ intl-messageformat-parser@1.4.0: |
| 5432 | 5358 | |
| 5433 | 5359 | intl-messageformat@^2.0.0, intl-messageformat@^2.1.0: |
| 5434 | 5360 | version "2.2.0" |
| 5435 | - resolved "https://registry.npm.taobao.org/intl-messageformat/download/intl-messageformat-2.2.0.tgz#345bcd46de630b7683330c2e52177ff5eab484fc" | |
| 5361 | + resolved "https://registry.npm.taobao.org/intl-messageformat/download/intl-messageformat-2.2.0.tgz?cache=0&sync_timestamp=1578548653008&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fintl-messageformat%2Fdownload%2Fintl-messageformat-2.2.0.tgz#345bcd46de630b7683330c2e52177ff5eab484fc" | |
| 5436 | 5362 | integrity sha1-NFvNRt5jC3aDMwwuUhd/9eq0hPw= |
| 5437 | 5363 | dependencies: |
| 5438 | 5364 | intl-messageformat-parser "1.4.0" |
| ... | ... | @@ -5449,26 +5375,13 @@ intl@^1.2.5: |
| 5449 | 5375 | resolved "https://registry.npm.taobao.org/intl/download/intl-1.2.5.tgz#82244a2190c4e419f8371f5aa34daa3420e2abde" |
| 5450 | 5376 | integrity sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94= |
| 5451 | 5377 | |
| 5452 | -into-stream@^3.1.0: | |
| 5453 | - version "3.1.0" | |
| 5454 | - resolved "https://registry.npm.taobao.org/into-stream/download/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" | |
| 5455 | - integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= | |
| 5456 | - dependencies: | |
| 5457 | - from2 "^2.1.1" | |
| 5458 | - p-is-promise "^1.1.0" | |
| 5459 | - | |
| 5460 | 5378 | invariant@^2.1.1, invariant@^2.2.1, invariant@^2.2.2, invariant@^2.2.4: |
| 5461 | 5379 | version "2.2.4" |
| 5462 | - resolved "https://registry.npm.taobao.org/invariant/download/invariant-2.2.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finvariant%2Fdownload%2Finvariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" | |
| 5380 | + resolved "https://registry.npm.taobao.org/invariant/download/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" | |
| 5463 | 5381 | integrity sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY= |
| 5464 | 5382 | dependencies: |
| 5465 | 5383 | loose-envify "^1.0.0" |
| 5466 | 5384 | |
| 5467 | -invert-kv@^1.0.0: | |
| 5468 | - version "1.0.0" | |
| 5469 | - resolved "https://registry.npm.taobao.org/invert-kv/download/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" | |
| 5470 | - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= | |
| 5471 | - | |
| 5472 | 5385 | invert-kv@^2.0.0: |
| 5473 | 5386 | version "2.0.0" |
| 5474 | 5387 | resolved "https://registry.npm.taobao.org/invert-kv/download/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" |
| ... | ... | @@ -5555,23 +5468,16 @@ is-buffer@^1.1.5: |
| 5555 | 5468 | resolved "https://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" |
| 5556 | 5469 | integrity sha1-76ouqdqg16suoTqXsritUf776L4= |
| 5557 | 5470 | |
| 5558 | -is-callable@^1.1.4: | |
| 5559 | - version "1.1.4" | |
| 5560 | - resolved "https://registry.npm.taobao.org/is-callable/download/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" | |
| 5561 | - integrity sha1-HhrfIZ4e62hNaR+dagX/DTCiTXU= | |
| 5471 | +is-callable@^1.1.4, is-callable@^1.1.5: | |
| 5472 | + version "1.1.5" | |
| 5473 | + resolved "https://registry.npm.taobao.org/is-callable/download/is-callable-1.1.5.tgz?cache=0&sync_timestamp=1576778289528&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-callable%2Fdownload%2Fis-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" | |
| 5474 | + integrity sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs= | |
| 5562 | 5475 | |
| 5563 | 5476 | is-class-hotfix@~0.0.6: |
| 5564 | 5477 | version "0.0.6" |
| 5565 | 5478 | resolved "https://registry.npm.taobao.org/is-class-hotfix/download/is-class-hotfix-0.0.6.tgz#a527d31fb23279281dde5f385c77b5de70a72435" |
| 5566 | 5479 | integrity sha1-pSfTH7IyeSgd3l84XHe13nCnJDU= |
| 5567 | 5480 | |
| 5568 | -is-cwebp-readable@^2.0.1: | |
| 5569 | - version "2.0.1" | |
| 5570 | - resolved "https://registry.npm.taobao.org/is-cwebp-readable/download/is-cwebp-readable-2.0.1.tgz#afb93b0c0abd0a25101016ae33aea8aedf926d26" | |
| 5571 | - integrity sha1-r7k7DAq9CiUQEBauM66ort+SbSY= | |
| 5572 | - dependencies: | |
| 5573 | - file-type "^4.3.0" | |
| 5574 | - | |
| 5575 | 5481 | is-data-descriptor@^0.1.4: |
| 5576 | 5482 | version "0.1.4" |
| 5577 | 5483 | resolved "https://registry.npm.taobao.org/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" |
| ... | ... | @@ -5587,9 +5493,9 @@ is-data-descriptor@^1.0.0: |
| 5587 | 5493 | kind-of "^6.0.0" |
| 5588 | 5494 | |
| 5589 | 5495 | is-date-object@^1.0.1: |
| 5590 | - version "1.0.1" | |
| 5591 | - resolved "https://registry.npm.taobao.org/is-date-object/download/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" | |
| 5592 | - integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= | |
| 5496 | + version "1.0.2" | |
| 5497 | + resolved "https://registry.npm.taobao.org/is-date-object/download/is-date-object-1.0.2.tgz?cache=0&sync_timestamp=1576729293199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-date-object%2Fdownload%2Fis-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" | |
| 5498 | + integrity sha1-vac28s2P0G0yhE53Q7+nSUw7/X4= | |
| 5593 | 5499 | |
| 5594 | 5500 | is-descriptor@^0.1.0: |
| 5595 | 5501 | version "0.1.6" |
| ... | ... | @@ -5626,13 +5532,6 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: |
| 5626 | 5532 | resolved "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" |
| 5627 | 5533 | integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= |
| 5628 | 5534 | |
| 5629 | -is-finite@^1.0.0: | |
| 5630 | - version "1.0.2" | |
| 5631 | - resolved "https://registry.npm.taobao.org/is-finite/download/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" | |
| 5632 | - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= | |
| 5633 | - dependencies: | |
| 5634 | - number-is-nan "^1.0.0" | |
| 5635 | - | |
| 5636 | 5535 | is-fullwidth-code-point@^1.0.0: |
| 5637 | 5536 | version "1.0.0" |
| 5638 | 5537 | resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" |
| ... | ... | @@ -5645,18 +5544,16 @@ is-fullwidth-code-point@^2.0.0: |
| 5645 | 5544 | resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" |
| 5646 | 5545 | integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= |
| 5647 | 5546 | |
| 5547 | +is-fullwidth-code-point@^3.0.0: | |
| 5548 | + version "3.0.0" | |
| 5549 | + resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" | |
| 5550 | + integrity sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0= | |
| 5551 | + | |
| 5648 | 5552 | is-generator-function@^1.0.7: |
| 5649 | 5553 | version "1.0.7" |
| 5650 | - resolved "https://registry.npm.taobao.org/is-generator-function/download/is-generator-function-1.0.7.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-generator-function%2Fdownload%2Fis-generator-function-1.0.7.tgz#d2132e529bb0000a7f80794d4bdf5cd5e5813522" | |
| 5554 | + resolved "https://registry.npm.taobao.org/is-generator-function/download/is-generator-function-1.0.7.tgz#d2132e529bb0000a7f80794d4bdf5cd5e5813522" | |
| 5651 | 5555 | integrity sha1-0hMuUpuwAAp/gHlNS99c1eWBNSI= |
| 5652 | 5556 | |
| 5653 | -is-gif@^3.0.0: | |
| 5654 | - version "3.0.0" | |
| 5655 | - resolved "https://registry.npm.taobao.org/is-gif/download/is-gif-3.0.0.tgz#c4be60b26a301d695bb833b20d9b5d66c6cf83b1" | |
| 5656 | - integrity sha1-xL5gsmowHWlbuDOyDZtdZsbPg7E= | |
| 5657 | - dependencies: | |
| 5658 | - file-type "^10.4.0" | |
| 5659 | - | |
| 5660 | 5557 | is-glob@^3.1.0: |
| 5661 | 5558 | version "3.1.0" |
| 5662 | 5559 | resolved "https://registry.npm.taobao.org/is-glob/download/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" |
| ... | ... | @@ -5671,19 +5568,14 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: |
| 5671 | 5568 | dependencies: |
| 5672 | 5569 | is-extglob "^2.1.1" |
| 5673 | 5570 | |
| 5674 | -is-jpg@^2.0.0: | |
| 5675 | - version "2.0.0" | |
| 5676 | - resolved "https://registry.npm.taobao.org/is-jpg/download/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97" | |
| 5677 | - integrity sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc= | |
| 5678 | - | |
| 5679 | 5571 | is-my-ip-valid@^1.0.0: |
| 5680 | 5572 | version "1.0.0" |
| 5681 | - resolved "https://registry.npm.taobao.org/is-my-ip-valid/download/is-my-ip-valid-1.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-my-ip-valid%2Fdownload%2Fis-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824" | |
| 5573 | + resolved "https://registry.npm.taobao.org/is-my-ip-valid/download/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824" | |
| 5682 | 5574 | integrity sha1-ezUbjo7dTTmV1NBmaA5mTZRpaCQ= |
| 5683 | 5575 | |
| 5684 | 5576 | is-my-json-valid@^2.12.0: |
| 5685 | 5577 | version "2.20.0" |
| 5686 | - resolved "https://registry.npm.taobao.org/is-my-json-valid/download/is-my-json-valid-2.20.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-my-json-valid%2Fdownload%2Fis-my-json-valid-2.20.0.tgz#1345a6fca3e8daefc10d0fa77067f54cedafd59a" | |
| 5578 | + resolved "https://registry.npm.taobao.org/is-my-json-valid/download/is-my-json-valid-2.20.0.tgz#1345a6fca3e8daefc10d0fa77067f54cedafd59a" | |
| 5687 | 5579 | integrity sha1-E0Wm/KPo2u/BDQ+ncGf1TO2v1Zo= |
| 5688 | 5580 | dependencies: |
| 5689 | 5581 | generate-function "^2.0.0" |
| ... | ... | @@ -5693,16 +5585,11 @@ is-my-json-valid@^2.12.0: |
| 5693 | 5585 | xtend "^4.0.0" |
| 5694 | 5586 | |
| 5695 | 5587 | is-nan@^1.2.1: |
| 5696 | - version "1.2.1" | |
| 5697 | - resolved "https://registry.npm.taobao.org/is-nan/download/is-nan-1.2.1.tgz#9faf65b6fb6db24b7f5c0628475ea71f988401e2" | |
| 5698 | - integrity sha1-n69ltvttskt/XAYoR16nH5iEAeI= | |
| 5588 | + version "1.3.0" | |
| 5589 | + resolved "https://registry.npm.taobao.org/is-nan/download/is-nan-1.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-nan%2Fdownload%2Fis-nan-1.3.0.tgz#85d1f5482f7051c2019f5673ccebdb06f3b0db03" | |
| 5590 | + integrity sha1-hdH1SC9wUcIBn1ZzzOvbBvOw2wM= | |
| 5699 | 5591 | dependencies: |
| 5700 | - define-properties "^1.1.1" | |
| 5701 | - | |
| 5702 | -is-natural-number@^4.0.1: | |
| 5703 | - version "4.0.1" | |
| 5704 | - resolved "https://registry.npm.taobao.org/is-natural-number/download/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8" | |
| 5705 | - integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg= | |
| 5592 | + define-properties "^1.1.3" | |
| 5706 | 5593 | |
| 5707 | 5594 | is-number@^3.0.0: |
| 5708 | 5595 | version "3.0.0" |
| ... | ... | @@ -5716,11 +5603,6 @@ is-number@^7.0.0: |
| 5716 | 5603 | resolved "https://registry.npm.taobao.org/is-number/download/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" |
| 5717 | 5604 | integrity sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss= |
| 5718 | 5605 | |
| 5719 | -is-object@^1.0.1: | |
| 5720 | - version "1.0.1" | |
| 5721 | - resolved "https://registry.npm.taobao.org/is-object/download/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" | |
| 5722 | - integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= | |
| 5723 | - | |
| 5724 | 5606 | is-path-cwd@^2.0.0: |
| 5725 | 5607 | version "2.2.0" |
| 5726 | 5608 | resolved "https://registry.npm.taobao.org/is-path-cwd/download/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" |
| ... | ... | @@ -5740,7 +5622,7 @@ is-path-inside@^2.1.0: |
| 5740 | 5622 | dependencies: |
| 5741 | 5623 | path-is-inside "^1.0.2" |
| 5742 | 5624 | |
| 5743 | -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: | |
| 5625 | +is-plain-obj@^1.0.0: | |
| 5744 | 5626 | version "1.1.0" |
| 5745 | 5627 | resolved "https://registry.npm.taobao.org/is-plain-obj/download/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" |
| 5746 | 5628 | integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= |
| ... | ... | @@ -5752,14 +5634,9 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: |
| 5752 | 5634 | dependencies: |
| 5753 | 5635 | isobject "^3.0.1" |
| 5754 | 5636 | |
| 5755 | -is-png@^1.0.0: | |
| 5756 | - version "1.1.0" | |
| 5757 | - resolved "https://registry.npm.taobao.org/is-png/download/is-png-1.1.0.tgz#d574b12bf275c0350455570b0e5b57ab062077ce" | |
| 5758 | - integrity sha1-1XSxK/J1wDUEVVcLDltXqwYgd84= | |
| 5759 | - | |
| 5760 | 5637 | is-promise@^2.1.0: |
| 5761 | 5638 | version "2.1.0" |
| 5762 | - resolved "https://registry.npm.taobao.org/is-promise/download/is-promise-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-promise%2Fdownload%2Fis-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" | |
| 5639 | + resolved "https://registry.npm.taobao.org/is-promise/download/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" | |
| 5763 | 5640 | integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= |
| 5764 | 5641 | |
| 5765 | 5642 | is-property@^1.0.0, is-property@^1.0.2: |
| ... | ... | @@ -5767,12 +5644,12 @@ is-property@^1.0.0, is-property@^1.0.2: |
| 5767 | 5644 | resolved "https://registry.npm.taobao.org/is-property/download/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" |
| 5768 | 5645 | integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ= |
| 5769 | 5646 | |
| 5770 | -is-regex@^1.0.4: | |
| 5771 | - version "1.0.4" | |
| 5772 | - resolved "https://registry.npm.taobao.org/is-regex/download/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" | |
| 5773 | - integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= | |
| 5647 | +is-regex@^1.0.4, is-regex@^1.0.5: | |
| 5648 | + version "1.0.5" | |
| 5649 | + resolved "https://registry.npm.taobao.org/is-regex/download/is-regex-1.0.5.tgz?cache=0&sync_timestamp=1576454499491&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-regex%2Fdownload%2Fis-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae" | |
| 5650 | + integrity sha1-OdWJo1i/GJZ/cmlnEguPwa7XTq4= | |
| 5774 | 5651 | dependencies: |
| 5775 | - has "^1.0.1" | |
| 5652 | + has "^1.0.3" | |
| 5776 | 5653 | |
| 5777 | 5654 | is-relative@^1.0.0: |
| 5778 | 5655 | version "1.0.0" |
| ... | ... | @@ -5781,37 +5658,23 @@ is-relative@^1.0.0: |
| 5781 | 5658 | dependencies: |
| 5782 | 5659 | is-unc-path "^1.0.0" |
| 5783 | 5660 | |
| 5784 | -is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: | |
| 5785 | - version "1.1.0" | |
| 5786 | - resolved "https://registry.npm.taobao.org/is-retry-allowed/download/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" | |
| 5787 | - integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= | |
| 5788 | - | |
| 5789 | -is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0: | |
| 5661 | +is-stream@^1.0.1, is-stream@^1.1.0: | |
| 5790 | 5662 | version "1.1.0" |
| 5791 | 5663 | resolved "https://registry.npm.taobao.org/is-stream/download/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" |
| 5792 | 5664 | integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= |
| 5793 | 5665 | |
| 5794 | -is-svg@^3.0.0: | |
| 5795 | - version "3.0.0" | |
| 5796 | - resolved "https://registry.npm.taobao.org/is-svg/download/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" | |
| 5797 | - integrity sha1-kyHb0pwhLlypnE+peUxxS8r6L3U= | |
| 5798 | - dependencies: | |
| 5799 | - html-comment-regex "^1.1.0" | |
| 5666 | +is-string@^1.0.5: | |
| 5667 | + version "1.0.5" | |
| 5668 | + resolved "https://registry.npm.taobao.org/is-string/download/is-string-1.0.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-string%2Fdownload%2Fis-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" | |
| 5669 | + integrity sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y= | |
| 5800 | 5670 | |
| 5801 | -is-symbol@^1.0.1: | |
| 5671 | +is-symbol@^1.0.1, is-symbol@^1.0.2: | |
| 5802 | 5672 | version "1.0.3" |
| 5803 | - resolved "https://registry.npm.taobao.org/is-symbol/download/is-symbol-1.0.3.tgz?cache=0&sync_timestamp=1574296307739&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-symbol%2Fdownload%2Fis-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" | |
| 5673 | + resolved "https://registry.npm.taobao.org/is-symbol/download/is-symbol-1.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-symbol%2Fdownload%2Fis-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" | |
| 5804 | 5674 | integrity sha1-OOEBS55jKb4N6dJKQU/XRB7GGTc= |
| 5805 | 5675 | dependencies: |
| 5806 | 5676 | has-symbols "^1.0.1" |
| 5807 | 5677 | |
| 5808 | -is-symbol@^1.0.2: | |
| 5809 | - version "1.0.2" | |
| 5810 | - resolved "https://registry.npm.taobao.org/is-symbol/download/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" | |
| 5811 | - integrity sha1-oFX2rlcZLK7jKeeoYBGLSXqVDzg= | |
| 5812 | - dependencies: | |
| 5813 | - has-symbols "^1.0.0" | |
| 5814 | - | |
| 5815 | 5678 | is-touch-device@^1.0.1: |
| 5816 | 5679 | version "1.0.1" |
| 5817 | 5680 | resolved "https://registry.npm.taobao.org/is-touch-device/download/is-touch-device-1.0.1.tgz#9a2fd59f689e9a9bf6ae9a86924c4ba805a42eab" |
| ... | ... | @@ -5838,15 +5701,10 @@ is-unc-path@^1.0.0: |
| 5838 | 5701 | dependencies: |
| 5839 | 5702 | unc-path-regex "^0.1.2" |
| 5840 | 5703 | |
| 5841 | -is-utf8@^0.2.0: | |
| 5842 | - version "0.2.1" | |
| 5843 | - resolved "https://registry.npm.taobao.org/is-utf8/download/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" | |
| 5844 | - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= | |
| 5845 | - | |
| 5846 | 5704 | is-what@^3.3.1: |
| 5847 | - version "3.3.1" | |
| 5848 | - resolved "https://registry.npm.taobao.org/is-what/download/is-what-3.3.1.tgz#79502181f40226e2d8c09226999db90ef7c1bcbe" | |
| 5849 | - integrity sha1-eVAhgfQCJuLYwJImmZ25DvfBvL4= | |
| 5705 | + version "3.5.0" | |
| 5706 | + resolved "https://registry.npm.taobao.org/is-what/download/is-what-3.5.0.tgz?cache=0&sync_timestamp=1576904465975&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-what%2Fdownload%2Fis-what-3.5.0.tgz#c50b0e8f3021e0b39410c159bea43a5510d99027" | |
| 5707 | + integrity sha1-xQsOjzAh4LOUEMFZvqQ6VRDZkCc= | |
| 5850 | 5708 | |
| 5851 | 5709 | is-windows@^1.0.1, is-windows@^1.0.2: |
| 5852 | 5710 | version "1.0.2" |
| ... | ... | @@ -5859,18 +5717,18 @@ is-wsl@^1.1.0: |
| 5859 | 5717 | integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= |
| 5860 | 5718 | |
| 5861 | 5719 | is-wsl@^2.0.0: |
| 5862 | - version "2.1.0" | |
| 5863 | - resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-2.1.0.tgz#94369bbeb2249ef07b831b1b08590e686330ccbb" | |
| 5864 | - integrity sha1-lDabvrIknvB7gxsbCFkOaGMwzLs= | |
| 5720 | + version "2.1.1" | |
| 5721 | + resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d" | |
| 5722 | + integrity sha1-ShwVLUKd89RBZpSY4khtNZbrrx0= | |
| 5865 | 5723 | |
| 5866 | 5724 | isarray@0.0.1: |
| 5867 | 5725 | version "0.0.1" |
| 5868 | - resolved "https://registry.npm.taobao.org/isarray/download/isarray-0.0.1.tgz?cache=0&sync_timestamp=1562592125418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fisarray%2Fdownload%2Fisarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" | |
| 5726 | + resolved "https://registry.npm.taobao.org/isarray/download/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" | |
| 5869 | 5727 | integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= |
| 5870 | 5728 | |
| 5871 | 5729 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: |
| 5872 | 5730 | version "1.0.0" |
| 5873 | - resolved "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz?cache=0&sync_timestamp=1562592125418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fisarray%2Fdownload%2Fisarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" | |
| 5731 | + resolved "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" | |
| 5874 | 5732 | integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= |
| 5875 | 5733 | |
| 5876 | 5734 | isexe@^2.0.0: |
| ... | ... | @@ -5903,20 +5761,10 @@ isstream@~0.1.1, isstream@~0.1.2: |
| 5903 | 5761 | resolved "https://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" |
| 5904 | 5762 | integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= |
| 5905 | 5763 | |
| 5906 | -isurl@^1.0.0-alpha5: | |
| 5907 | - version "1.0.0" | |
| 5908 | - resolved "https://registry.npm.taobao.org/isurl/download/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67" | |
| 5909 | - integrity sha1-sn9PSfPNqj6kSgpbfzRi5u3DnWc= | |
| 5910 | - dependencies: | |
| 5911 | - has-to-string-tag-x "^1.2.0" | |
| 5912 | - is-object "^1.0.1" | |
| 5913 | - | |
| 5914 | -joi-json@^2.1.0: | |
| 5915 | - version "2.1.0" | |
| 5916 | - resolved "https://registry.npm.taobao.org/joi-json/download/joi-json-2.1.0.tgz#4829cca91e531d19c4cad1205a08d61549a0c051" | |
| 5917 | - integrity sha1-SCnMqR5THRnEytEgWgjWFUmgwFE= | |
| 5918 | - dependencies: | |
| 5919 | - vandium-utils "^1.1.0" | |
| 5764 | +iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2: | |
| 5765 | + version "1.3.0" | |
| 5766 | + resolved "https://registry.npm.taobao.org/iterall/download/iterall-1.3.0.tgz?cache=0&sync_timestamp=1578018717555&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fiterall%2Fdownload%2Fiterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea" | |
| 5767 | + integrity sha1-r8sISS4pFcvYoIhOuTqMlNDXL+o= | |
| 5920 | 5768 | |
| 5921 | 5769 | js-levenshtein@^1.1.3: |
| 5922 | 5770 | version "1.1.6" |
| ... | ... | @@ -5951,11 +5799,6 @@ jsesc@~0.5.0: |
| 5951 | 5799 | resolved "https://registry.npm.taobao.org/jsesc/download/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
| 5952 | 5800 | integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= |
| 5953 | 5801 | |
| 5954 | -json-buffer@3.0.0: | |
| 5955 | - version "3.0.0" | |
| 5956 | - resolved "https://registry.npm.taobao.org/json-buffer/download/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" | |
| 5957 | - integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= | |
| 5958 | - | |
| 5959 | 5802 | json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: |
| 5960 | 5803 | version "1.0.2" |
| 5961 | 5804 | resolved "https://registry.npm.taobao.org/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" |
| ... | ... | @@ -5999,9 +5842,9 @@ json5@^1.0.1: |
| 5999 | 5842 | minimist "^1.2.0" |
| 6000 | 5843 | |
| 6001 | 5844 | json5@^2.1.0: |
| 6002 | - version "2.1.0" | |
| 6003 | - resolved "https://registry.npm.taobao.org/json5/download/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" | |
| 6004 | - integrity sha1-56DGLEgoXGKNIKELhcibuAfDKFA= | |
| 5845 | + version "2.1.1" | |
| 5846 | + resolved "https://registry.npm.taobao.org/json5/download/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" | |
| 5847 | + integrity sha1-gbbLBOm6SW8ccAXQe0NoomOPkLY= | |
| 6005 | 5848 | dependencies: |
| 6006 | 5849 | minimist "^1.2.0" |
| 6007 | 5850 | |
| ... | ... | @@ -6014,7 +5857,7 @@ jsonfile@^4.0.0: |
| 6014 | 5857 | |
| 6015 | 5858 | jsonpointer@^4.0.0: |
| 6016 | 5859 | version "4.0.1" |
| 6017 | - resolved "https://registry.npm.taobao.org/jsonpointer/download/jsonpointer-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsonpointer%2Fdownload%2Fjsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | |
| 5860 | + resolved "https://registry.npm.taobao.org/jsonpointer/download/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | |
| 6018 | 5861 | integrity sha1-T9kss04OnbPInIYi7PUfm5eMbLk= |
| 6019 | 5862 | |
| 6020 | 5863 | jsonwebtoken@^8.1.0: |
| ... | ... | @@ -6048,10 +5891,10 @@ jsprim@^1.2.2: |
| 6048 | 5891 | json-schema "0.2.3" |
| 6049 | 5892 | verror "1.10.0" |
| 6050 | 5893 | |
| 6051 | -jsx-ast-utils@^2.1.0: | |
| 6052 | - version "2.2.1" | |
| 6053 | - resolved "https://registry.npm.taobao.org/jsx-ast-utils/download/jsx-ast-utils-2.2.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsx-ast-utils%2Fdownload%2Fjsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb" | |
| 6054 | - integrity sha1-TUlz6/i50oN+6RqCCMxm86J3bPs= | |
| 5894 | +jsx-ast-utils@^2.2.3: | |
| 5895 | + version "2.2.3" | |
| 5896 | + resolved "https://registry.npm.taobao.org/jsx-ast-utils/download/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f" | |
| 5897 | + integrity sha1-ipNk5AJEijzn8U01dzgxDZJIBU8= | |
| 6055 | 5898 | dependencies: |
| 6056 | 5899 | array-includes "^3.0.3" |
| 6057 | 5900 | object.assign "^4.1.0" |
| ... | ... | @@ -6075,8 +5918,8 @@ jws@^3.2.2: |
| 6075 | 5918 | |
| 6076 | 5919 | kareem@2.3.1: |
| 6077 | 5920 | version "2.3.1" |
| 6078 | - resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.3.1.tgz#def12d9c941017fabfb00f873af95e9c99e1be87" | |
| 6079 | - integrity sha512-l3hLhffs9zqoDe8zjmb/mAN4B8VT3L56EUvKNqLFVs9YlFA+zx7ke1DO8STAdDyYNkeSo1nKmjuvQeI12So8Xw== | |
| 5921 | + resolved "https://registry.npm.taobao.org/kareem/download/kareem-2.3.1.tgz#def12d9c941017fabfb00f873af95e9c99e1be87" | |
| 5922 | + integrity sha1-3vEtnJQQF/q/sA+HOvlenJnhvoc= | |
| 6080 | 5923 | |
| 6081 | 5924 | keygrip@~1.1.0: |
| 6082 | 5925 | version "1.1.0" |
| ... | ... | @@ -6085,13 +5928,6 @@ keygrip@~1.1.0: |
| 6085 | 5928 | dependencies: |
| 6086 | 5929 | tsscmp "1.0.6" |
| 6087 | 5930 | |
| 6088 | -keyv@3.0.0: | |
| 6089 | - version "3.0.0" | |
| 6090 | - resolved "https://registry.npm.taobao.org/keyv/download/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373" | |
| 6091 | - integrity sha1-RJI7o55osSp87H32wyaMAx8u83M= | |
| 6092 | - dependencies: | |
| 6093 | - json-buffer "3.0.0" | |
| 6094 | - | |
| 6095 | 5931 | killable@^1.0.1: |
| 6096 | 5932 | version "1.0.1" |
| 6097 | 5933 | resolved "https://registry.npm.taobao.org/killable/download/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" |
| ... | ... | @@ -6144,18 +5980,18 @@ knex@^0.16.5: |
| 6144 | 5980 | uuid "^3.3.2" |
| 6145 | 5981 | v8flags "^3.1.2" |
| 6146 | 5982 | |
| 6147 | -knex@^0.19.0, knex@latest: | |
| 6148 | - version "0.19.5" | |
| 6149 | - resolved "https://registry.yarnpkg.com/knex/-/knex-0.19.5.tgz#3597ebecf88a5942f18c3e6d91af53bda59eeb5d" | |
| 6150 | - integrity sha512-Hy258avCVircQq+oj3WBqPzl8jDIte438Qlq+8pt1i/TyLYVA4zPh2uKc7Bx0t+qOpa6D42HJ2jjtl2vagzilw== | |
| 5983 | +knex@latest: | |
| 5984 | + version "0.20.7" | |
| 5985 | + resolved "https://registry.npm.taobao.org/knex/download/knex-0.20.7.tgz#659ef45a395add4a40412bba6c749fe290f01cd5" | |
| 5986 | + integrity sha1-ZZ70Wjla3UpAQSu6bHSf4pDwHNU= | |
| 6151 | 5987 | dependencies: |
| 6152 | - bluebird "^3.7.0" | |
| 5988 | + bluebird "^3.7.2" | |
| 6153 | 5989 | colorette "1.1.0" |
| 6154 | - commander "^3.0.2" | |
| 5990 | + commander "^4.1.0" | |
| 6155 | 5991 | debug "4.1.1" |
| 6156 | 5992 | getopts "2.2.5" |
| 6157 | 5993 | inherits "~2.0.4" |
| 6158 | - interpret "^1.2.0" | |
| 5994 | + interpret "^2.0.0" | |
| 6159 | 5995 | liftoff "3.1.0" |
| 6160 | 5996 | lodash "^4.17.15" |
| 6161 | 5997 | mkdirp "^0.5.1" |
| ... | ... | @@ -6174,6 +6010,14 @@ koa-body@^4.1.0: |
| 6174 | 6010 | co-body "^5.1.1" |
| 6175 | 6011 | formidable "^1.1.1" |
| 6176 | 6012 | |
| 6013 | +koa-bodyparser@^4.2.1: | |
| 6014 | + version "4.2.1" | |
| 6015 | + resolved "https://registry.npm.taobao.org/koa-bodyparser/download/koa-bodyparser-4.2.1.tgz#4d7dacb5e6db1106649b595d9e5ccb158b6f3b29" | |
| 6016 | + integrity sha1-TX2stebbEQZkm1ldnlzLFYtvOyk= | |
| 6017 | + dependencies: | |
| 6018 | + co-body "^6.0.0" | |
| 6019 | + copy-to "^2.0.1" | |
| 6020 | + | |
| 6177 | 6021 | koa-compose@^3.0.0: |
| 6178 | 6022 | version "3.2.1" |
| 6179 | 6023 | resolved "https://registry.npm.taobao.org/koa-compose/download/koa-compose-3.2.1.tgz#a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7" |
| ... | ... | @@ -6203,7 +6047,7 @@ koa-compress@^3.0.0: |
| 6203 | 6047 | |
| 6204 | 6048 | koa-convert@^1.2.0: |
| 6205 | 6049 | version "1.2.0" |
| 6206 | - resolved "https://registry.npm.taobao.org/koa-convert/download/koa-convert-1.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fkoa-convert%2Fdownload%2Fkoa-convert-1.2.0.tgz#da40875df49de0539098d1700b50820cebcd21d0" | |
| 6050 | + resolved "https://registry.npm.taobao.org/koa-convert/download/koa-convert-1.2.0.tgz#da40875df49de0539098d1700b50820cebcd21d0" | |
| 6207 | 6051 | integrity sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= |
| 6208 | 6052 | dependencies: |
| 6209 | 6053 | co "^4.6.0" |
| ... | ... | @@ -6317,7 +6161,7 @@ koa2-ratelimit@^0.9.0: |
| 6317 | 6161 | promise-redis "0.0.5" |
| 6318 | 6162 | sequelize "^5.8.7" |
| 6319 | 6163 | |
| 6320 | -koa@^2.8.0: | |
| 6164 | +koa@2.11.0, koa@^2.8.0: | |
| 6321 | 6165 | version "2.11.0" |
| 6322 | 6166 | resolved "https://registry.npm.taobao.org/koa/download/koa-2.11.0.tgz?cache=0&sync_timestamp=1572232118391&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fkoa%2Fdownload%2Fkoa-2.11.0.tgz#fe5a51c46f566d27632dd5dc8fd5d7dd44f935a4" |
| 6323 | 6167 | integrity sha1-/lpRxG9WbSdjLdXcj9XX3UT5NaQ= |
| ... | ... | @@ -6347,13 +6191,6 @@ koa@^2.8.0: |
| 6347 | 6191 | type-is "^1.6.16" |
| 6348 | 6192 | vary "^1.1.2" |
| 6349 | 6193 | |
| 6350 | -lcid@^1.0.0: | |
| 6351 | - version "1.0.0" | |
| 6352 | - resolved "https://registry.npm.taobao.org/lcid/download/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" | |
| 6353 | - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= | |
| 6354 | - dependencies: | |
| 6355 | - invert-kv "^1.0.0" | |
| 6356 | - | |
| 6357 | 6194 | lcid@^2.0.0: |
| 6358 | 6195 | version "2.0.0" |
| 6359 | 6196 | resolved "https://registry.npm.taobao.org/lcid/download/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" |
| ... | ... | @@ -6416,17 +6253,6 @@ lines-and-columns@^1.1.6: |
| 6416 | 6253 | resolved "https://registry.npm.taobao.org/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
| 6417 | 6254 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
| 6418 | 6255 | |
| 6419 | -load-json-file@^1.0.0: | |
| 6420 | - version "1.1.0" | |
| 6421 | - resolved "https://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" | |
| 6422 | - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= | |
| 6423 | - dependencies: | |
| 6424 | - graceful-fs "^4.1.2" | |
| 6425 | - parse-json "^2.2.0" | |
| 6426 | - pify "^2.0.0" | |
| 6427 | - pinkie-promise "^2.0.0" | |
| 6428 | - strip-bom "^2.0.0" | |
| 6429 | - | |
| 6430 | 6256 | load-json-file@^2.0.0: |
| 6431 | 6257 | version "2.0.0" |
| 6432 | 6258 | resolved "https://registry.npm.taobao.org/load-json-file/download/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" |
| ... | ... | @@ -6527,9 +6353,14 @@ lodash.once@^4.0.0: |
| 6527 | 6353 | resolved "https://registry.npm.taobao.org/lodash.once/download/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" |
| 6528 | 6354 | integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= |
| 6529 | 6355 | |
| 6356 | +lodash.sortby@^4.7.0: | |
| 6357 | + version "4.7.0" | |
| 6358 | + resolved "https://registry.npm.taobao.org/lodash.sortby/download/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | |
| 6359 | + integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= | |
| 6360 | + | |
| 6530 | 6361 | lodash.throttle@^4.1.1: |
| 6531 | 6362 | version "4.1.1" |
| 6532 | - resolved "https://registry.npm.taobao.org/lodash.throttle/download/lodash.throttle-4.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash.throttle%2Fdownload%2Flodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" | |
| 6363 | + resolved "https://registry.npm.taobao.org/lodash.throttle/download/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" | |
| 6533 | 6364 | integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= |
| 6534 | 6365 | |
| 6535 | 6366 | lodash.tonumber@^4.0.3: |
| ... | ... | @@ -6537,14 +6368,14 @@ lodash.tonumber@^4.0.3: |
| 6537 | 6368 | resolved "https://registry.npm.taobao.org/lodash.tonumber/download/lodash.tonumber-4.0.3.tgz#0b96b31b35672793eb7f5a63ee791f1b9e9025d9" |
| 6538 | 6369 | integrity sha1-C5azGzVnJ5Prf1pj7nkfG56QJdk= |
| 6539 | 6370 | |
| 6540 | -lodash@^4.1.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5: | |
| 6371 | +lodash@^4.1.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5: | |
| 6541 | 6372 | version "4.17.15" |
| 6542 | - resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | |
| 6373 | + resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1577793955950&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | |
| 6543 | 6374 | integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= |
| 6544 | 6375 | |
| 6545 | 6376 | "lodash@~ 2.4": |
| 6546 | 6377 | version "2.4.2" |
| 6547 | - resolved "https://registry.npm.taobao.org/lodash/download/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" | |
| 6378 | + resolved "https://registry.npm.taobao.org/lodash/download/lodash-2.4.2.tgz?cache=0&sync_timestamp=1577793955950&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" | |
| 6548 | 6379 | integrity sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4= |
| 6549 | 6380 | |
| 6550 | 6381 | log-symbols@^2.2.0: |
| ... | ... | @@ -6554,17 +6385,9 @@ log-symbols@^2.2.0: |
| 6554 | 6385 | dependencies: |
| 6555 | 6386 | chalk "^2.0.1" |
| 6556 | 6387 | |
| 6557 | -logalot@^2.0.0, logalot@^2.1.0: | |
| 6558 | - version "2.1.0" | |
| 6559 | - resolved "https://registry.npm.taobao.org/logalot/download/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552" | |
| 6560 | - integrity sha1-X46MkNME7fElMJUaVVSruMXj9VI= | |
| 6561 | - dependencies: | |
| 6562 | - figures "^1.3.5" | |
| 6563 | - squeak "^1.0.0" | |
| 6564 | - | |
| 6565 | -loglevel@^1.6.4: | |
| 6388 | +loglevel@^1.6.6: | |
| 6566 | 6389 | version "1.6.6" |
| 6567 | - resolved "https://registry.npm.taobao.org/loglevel/download/loglevel-1.6.6.tgz?cache=0&sync_timestamp=1573147570728&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.6.6.tgz#0ee6300cc058db6b3551fa1c4bf73b83bb771312" | |
| 6390 | + resolved "https://registry.npm.taobao.org/loglevel/download/loglevel-1.6.6.tgz#0ee6300cc058db6b3551fa1c4bf73b83bb771312" | |
| 6568 | 6391 | integrity sha1-DuYwDMBY22s1UfocS/c7g7t3ExI= |
| 6569 | 6392 | |
| 6570 | 6393 | long-timeout@0.1.1: |
| ... | ... | @@ -6572,60 +6395,24 @@ long-timeout@0.1.1: |
| 6572 | 6395 | resolved "https://registry.npm.taobao.org/long-timeout/download/long-timeout-0.1.1.tgz#9721d788b47e0bcb5a24c2e2bee1a0da55dab514" |
| 6573 | 6396 | integrity sha1-lyHXiLR+C8taJMLivuGg2lXatRQ= |
| 6574 | 6397 | |
| 6575 | -longest@^1.0.0: | |
| 6576 | - version "1.0.1" | |
| 6577 | - resolved "https://registry.npm.taobao.org/longest/download/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | |
| 6578 | - integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= | |
| 6398 | +long@^4.0.0: | |
| 6399 | + version "4.0.0" | |
| 6400 | + resolved "https://registry.npm.taobao.org/long/download/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" | |
| 6401 | + integrity sha1-mntxz7fTYaGU6lVSQckvdGjVvyg= | |
| 6579 | 6402 | |
| 6580 | -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: | |
| 6403 | +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.0, loose-envify@^1.3.1, loose-envify@^1.4.0: | |
| 6581 | 6404 | version "1.4.0" |
| 6582 | 6405 | resolved "https://registry.npm.taobao.org/loose-envify/download/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" |
| 6583 | 6406 | integrity sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8= |
| 6584 | 6407 | dependencies: |
| 6585 | 6408 | js-tokens "^3.0.0 || ^4.0.0" |
| 6586 | 6409 | |
| 6587 | -loud-rejection@^1.0.0: | |
| 6588 | - version "1.6.0" | |
| 6589 | - resolved "https://registry.npm.taobao.org/loud-rejection/download/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | |
| 6590 | - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= | |
| 6591 | - dependencies: | |
| 6592 | - currently-unhandled "^0.4.1" | |
| 6593 | - signal-exit "^3.0.0" | |
| 6594 | - | |
| 6595 | 6410 | lower-case@^1.1.1: |
| 6596 | 6411 | version "1.1.4" |
| 6597 | 6412 | resolved "https://registry.npm.taobao.org/lower-case/download/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" |
| 6598 | 6413 | integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= |
| 6599 | 6414 | |
| 6600 | -lowercase-keys@1.0.0: | |
| 6601 | - version "1.0.0" | |
| 6602 | - resolved "https://registry.npm.taobao.org/lowercase-keys/download/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" | |
| 6603 | - integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= | |
| 6604 | - | |
| 6605 | -lowercase-keys@^1.0.0: | |
| 6606 | - version "1.0.1" | |
| 6607 | - resolved "https://registry.npm.taobao.org/lowercase-keys/download/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" | |
| 6608 | - integrity sha1-b54wtHCE2XGnyCD/FabFFnt0wm8= | |
| 6609 | - | |
| 6610 | -lpad-align@^1.0.1: | |
| 6611 | - version "1.1.2" | |
| 6612 | - resolved "https://registry.npm.taobao.org/lpad-align/download/lpad-align-1.1.2.tgz#21f600ac1c3095c3c6e497ee67271ee08481fe9e" | |
| 6613 | - integrity sha1-IfYArBwwlcPG5JfuZyce4ISB/p4= | |
| 6614 | - dependencies: | |
| 6615 | - get-stdin "^4.0.1" | |
| 6616 | - indent-string "^2.1.0" | |
| 6617 | - longest "^1.0.0" | |
| 6618 | - meow "^3.3.0" | |
| 6619 | - | |
| 6620 | -lru-cache@^4.0.1: | |
| 6621 | - version "4.1.5" | |
| 6622 | - resolved "https://registry.npm.taobao.org/lru-cache/download/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" | |
| 6623 | - integrity sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80= | |
| 6624 | - dependencies: | |
| 6625 | - pseudomap "^1.0.2" | |
| 6626 | - yallist "^2.1.2" | |
| 6627 | - | |
| 6628 | -lru-cache@^5.1.1: | |
| 6415 | +lru-cache@^5.0.0, lru-cache@^5.1.1: | |
| 6629 | 6416 | version "5.1.1" |
| 6630 | 6417 | resolved "https://registry.npm.taobao.org/lru-cache/download/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 6631 | 6418 | integrity sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA= |
| ... | ... | @@ -6645,13 +6432,6 @@ mailcomposer@3.12.0: |
| 6645 | 6432 | buildmail "3.10.0" |
| 6646 | 6433 | libmime "2.1.0" |
| 6647 | 6434 | |
| 6648 | -make-dir@^1.0.0, make-dir@^1.2.0: | |
| 6649 | - version "1.3.0" | |
| 6650 | - resolved "https://registry.npm.taobao.org/make-dir/download/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" | |
| 6651 | - integrity sha1-ecEDO4BRW9bSTsmTPoYMp17ifww= | |
| 6652 | - dependencies: | |
| 6653 | - pify "^3.0.0" | |
| 6654 | - | |
| 6655 | 6435 | make-dir@^2.0.0: |
| 6656 | 6436 | version "2.1.0" |
| 6657 | 6437 | resolved "https://registry.npm.taobao.org/make-dir/download/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" |
| ... | ... | @@ -6684,11 +6464,6 @@ map-cache@^0.2.0, map-cache@^0.2.2: |
| 6684 | 6464 | resolved "https://registry.npm.taobao.org/map-cache/download/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" |
| 6685 | 6465 | integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= |
| 6686 | 6466 | |
| 6687 | -map-obj@^1.0.0, map-obj@^1.0.1: | |
| 6688 | - version "1.0.1" | |
| 6689 | - resolved "https://registry.npm.taobao.org/map-obj/download/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | |
| 6690 | - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= | |
| 6691 | - | |
| 6692 | 6467 | map-visit@^1.0.0: |
| 6693 | 6468 | version "1.0.0" |
| 6694 | 6469 | resolved "https://registry.npm.taobao.org/map-visit/download/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" |
| ... | ... | @@ -6696,6 +6471,14 @@ map-visit@^1.0.0: |
| 6696 | 6471 | dependencies: |
| 6697 | 6472 | object-visit "^1.0.0" |
| 6698 | 6473 | |
| 6474 | +match-sorter@^4.0.2: | |
| 6475 | + version "4.0.2" | |
| 6476 | + resolved "https://registry.npm.taobao.org/match-sorter/download/match-sorter-4.0.2.tgz#1b451e8bc7112e5a41ebe3a977b7e19f167c3215" | |
| 6477 | + integrity sha1-G0Uei8cRLlpB6+Opd7fhnxZ8MhU= | |
| 6478 | + dependencies: | |
| 6479 | + "@babel/runtime" "^7.5.5" | |
| 6480 | + remove-accents "0.4.2" | |
| 6481 | + | |
| 6699 | 6482 | md5.js@^1.3.4: |
| 6700 | 6483 | version "1.3.5" |
| 6701 | 6484 | resolved "https://registry.npm.taobao.org/md5.js/download/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" |
| ... | ... | @@ -6705,28 +6488,11 @@ md5.js@^1.3.4: |
| 6705 | 6488 | inherits "^2.0.1" |
| 6706 | 6489 | safe-buffer "^5.1.2" |
| 6707 | 6490 | |
| 6708 | -mdn-data@2.0.4: | |
| 6709 | - version "2.0.4" | |
| 6710 | - resolved "https://registry.npm.taobao.org/mdn-data/download/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" | |
| 6711 | - integrity sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs= | |
| 6712 | - | |
| 6713 | -mdn-data@~1.1.0: | |
| 6714 | - version "1.1.4" | |
| 6715 | - resolved "https://registry.npm.taobao.org/mdn-data/download/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" | |
| 6716 | - integrity sha1-ULXU/8RXUnZXPE7tuHgIEqhBnwE= | |
| 6717 | - | |
| 6718 | 6491 | media-typer@0.3.0: |
| 6719 | 6492 | version "0.3.0" |
| 6720 | 6493 | resolved "https://registry.npm.taobao.org/media-typer/download/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" |
| 6721 | 6494 | integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= |
| 6722 | 6495 | |
| 6723 | -mem@^1.1.0: | |
| 6724 | - version "1.1.0" | |
| 6725 | - resolved "https://registry.npm.taobao.org/mem/download/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" | |
| 6726 | - integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= | |
| 6727 | - dependencies: | |
| 6728 | - mimic-fn "^1.0.0" | |
| 6729 | - | |
| 6730 | 6496 | mem@^4.0.0: |
| 6731 | 6497 | version "4.3.0" |
| 6732 | 6498 | resolved "https://registry.npm.taobao.org/mem/download/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178" |
| ... | ... | @@ -6749,31 +6515,23 @@ memory-fs@^0.4.0, memory-fs@^0.4.1: |
| 6749 | 6515 | errno "^0.1.3" |
| 6750 | 6516 | readable-stream "^2.0.1" |
| 6751 | 6517 | |
| 6518 | +memory-fs@^0.5.0: | |
| 6519 | + version "0.5.0" | |
| 6520 | + resolved "https://registry.npm.taobao.org/memory-fs/download/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" | |
| 6521 | + integrity sha1-MkwBKIuIZSlm0WHbd4OHIIRajjw= | |
| 6522 | + dependencies: | |
| 6523 | + errno "^0.1.3" | |
| 6524 | + readable-stream "^2.0.1" | |
| 6525 | + | |
| 6752 | 6526 | memory-pager@^1.0.2: |
| 6753 | 6527 | version "1.5.0" |
| 6754 | - resolved "https://registry.yarnpkg.com/memory-pager/-/memory-pager-1.5.0.tgz#d8751655d22d384682741c972f2c3d6dfa3e66b5" | |
| 6755 | - integrity sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg== | |
| 6756 | - | |
| 6757 | -meow@^3.3.0: | |
| 6758 | - version "3.7.0" | |
| 6759 | - resolved "https://registry.npm.taobao.org/meow/download/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" | |
| 6760 | - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= | |
| 6761 | - dependencies: | |
| 6762 | - camelcase-keys "^2.0.0" | |
| 6763 | - decamelize "^1.1.2" | |
| 6764 | - loud-rejection "^1.0.0" | |
| 6765 | - map-obj "^1.0.1" | |
| 6766 | - minimist "^1.1.3" | |
| 6767 | - normalize-package-data "^2.3.4" | |
| 6768 | - object-assign "^4.0.1" | |
| 6769 | - read-pkg-up "^1.0.1" | |
| 6770 | - redent "^1.0.0" | |
| 6771 | - trim-newlines "^1.0.0" | |
| 6528 | + resolved "https://registry.npm.taobao.org/memory-pager/download/memory-pager-1.5.0.tgz#d8751655d22d384682741c972f2c3d6dfa3e66b5" | |
| 6529 | + integrity sha1-2HUWVdItOEaCdByXLyw9bfo+ZrU= | |
| 6772 | 6530 | |
| 6773 | 6531 | merge-anything@^2.2.4: |
| 6774 | - version "2.4.1" | |
| 6775 | - resolved "https://registry.npm.taobao.org/merge-anything/download/merge-anything-2.4.1.tgz?cache=0&sync_timestamp=1566013068837&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge-anything%2Fdownload%2Fmerge-anything-2.4.1.tgz#e9bccaec1e49ec6cb5f77ca78c5770d1a35315e6" | |
| 6776 | - integrity sha1-6bzK7B5J7Gy193ynjFdw0aNTFeY= | |
| 6532 | + version "2.4.4" | |
| 6533 | + resolved "https://registry.npm.taobao.org/merge-anything/download/merge-anything-2.4.4.tgz?cache=0&sync_timestamp=1575338497617&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge-anything%2Fdownload%2Fmerge-anything-2.4.4.tgz#6226b2ac3d3d3fc5fb9e8d23aa400df25f98fdf0" | |
| 6534 | + integrity sha1-YiayrD09P8X7no0jqkAN8l+Y/fA= | |
| 6777 | 6535 | dependencies: |
| 6778 | 6536 | is-what "^3.3.1" |
| 6779 | 6537 | |
| ... | ... | @@ -6819,34 +6577,17 @@ miller-rabin@^4.0.0: |
| 6819 | 6577 | bn.js "^4.0.0" |
| 6820 | 6578 | brorand "^1.0.1" |
| 6821 | 6579 | |
| 6822 | -mime-db@1.40.0: | |
| 6823 | - version "1.40.0" | |
| 6824 | - resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32" | |
| 6825 | - integrity sha1-plBX6ZjbCQ9zKmj2wnbTh9QSbDI= | |
| 6826 | - | |
| 6827 | -mime-db@1.42.0: | |
| 6828 | - version "1.42.0" | |
| 6829 | - resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.42.0.tgz#3e252907b4c7adb906597b4b65636272cf9e7bac" | |
| 6830 | - integrity sha1-PiUpB7THrbkGWXtLZWNics+ee6w= | |
| 6831 | - | |
| 6832 | -"mime-db@>= 1.40.0 < 2", mime-db@^1.28.0: | |
| 6833 | - version "1.41.0" | |
| 6834 | - resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.41.0.tgz#9110408e1f6aa1b34aef51f2c9df3caddf46b6a0" | |
| 6835 | - integrity sha1-kRBAjh9qobNK71Hyyd88rd9GtqA= | |
| 6836 | - | |
| 6837 | -mime-types@^2.1.11, mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.19, mime-types@~2.1.2, mime-types@~2.1.24: | |
| 6838 | - version "2.1.24" | |
| 6839 | - resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81" | |
| 6840 | - integrity sha1-tvjQs+lR77d97eyhlM/20W9nb4E= | |
| 6841 | - dependencies: | |
| 6842 | - mime-db "1.40.0" | |
| 6580 | +mime-db@1.43.0, "mime-db@>= 1.43.0 < 2": | |
| 6581 | + version "1.43.0" | |
| 6582 | + resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.43.0.tgz?cache=0&sync_timestamp=1578281193492&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58" | |
| 6583 | + integrity sha1-ChLgUCZQ5HPXNVNQUOfI9OtPrlg= | |
| 6843 | 6584 | |
| 6844 | -mime-types@~2.1.17: | |
| 6845 | - version "2.1.25" | |
| 6846 | - resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.25.tgz?cache=0&sync_timestamp=1573568362177&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-types%2Fdownload%2Fmime-types-2.1.25.tgz#39772d46621f93e2a80a856c53b86a62156a6437" | |
| 6847 | - integrity sha1-OXctRmIfk+KoCoVsU7hqYhVqZDc= | |
| 6585 | +mime-types@^2.1.11, mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.2, mime-types@~2.1.24: | |
| 6586 | + version "2.1.26" | |
| 6587 | + resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.26.tgz?cache=0&sync_timestamp=1578282566609&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-types%2Fdownload%2Fmime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06" | |
| 6588 | + integrity sha1-nJIfwJt+FJpl39wNpNIJlyALCgY= | |
| 6848 | 6589 | dependencies: |
| 6849 | - mime-db "1.42.0" | |
| 6590 | + mime-db "1.43.0" | |
| 6850 | 6591 | |
| 6851 | 6592 | mime@1.6.0: |
| 6852 | 6593 | version "1.6.0" |
| ... | ... | @@ -6863,16 +6604,11 @@ mimic-fn@^1.0.0: |
| 6863 | 6604 | resolved "https://registry.npm.taobao.org/mimic-fn/download/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" |
| 6864 | 6605 | integrity sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI= |
| 6865 | 6606 | |
| 6866 | -mimic-fn@^2.0.0: | |
| 6607 | +mimic-fn@^2.0.0, mimic-fn@^2.1.0: | |
| 6867 | 6608 | version "2.1.0" |
| 6868 | 6609 | resolved "https://registry.npm.taobao.org/mimic-fn/download/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" |
| 6869 | 6610 | integrity sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs= |
| 6870 | 6611 | |
| 6871 | -mimic-response@^1.0.0: | |
| 6872 | - version "1.0.1" | |
| 6873 | - resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" | |
| 6874 | - integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= | |
| 6875 | - | |
| 6876 | 6612 | mini-create-react-context@^0.3.0: |
| 6877 | 6613 | version "0.3.2" |
| 6878 | 6614 | resolved "https://registry.npm.taobao.org/mini-create-react-context/download/mini-create-react-context-0.3.2.tgz#79fc598f283dd623da8e088b05db8cddab250189" |
| ... | ... | @@ -6884,7 +6620,7 @@ mini-create-react-context@^0.3.0: |
| 6884 | 6620 | |
| 6885 | 6621 | mini-css-extract-plugin@^0.6.0: |
| 6886 | 6622 | version "0.6.0" |
| 6887 | - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9" | |
| 6623 | + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.6.0.tgz?cache=0&sync_timestamp=1576856580721&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9" | |
| 6888 | 6624 | integrity sha1-o/Ezctb83pEvPuTNA5ZlcEgB47k= |
| 6889 | 6625 | dependencies: |
| 6890 | 6626 | loader-utils "^1.1.0" |
| ... | ... | @@ -6914,25 +6650,25 @@ minimist@0.0.8: |
| 6914 | 6650 | resolved "https://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" |
| 6915 | 6651 | integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= |
| 6916 | 6652 | |
| 6917 | -minimist@^1.1.3, minimist@^1.2.0: | |
| 6653 | +minimist@^1.2.0: | |
| 6918 | 6654 | version "1.2.0" |
| 6919 | 6655 | resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" |
| 6920 | 6656 | integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= |
| 6921 | 6657 | |
| 6922 | -minipass@^2.2.1, minipass@^2.3.5: | |
| 6923 | - version "2.5.0" | |
| 6924 | - resolved "https://registry.npm.taobao.org/minipass/download/minipass-2.5.0.tgz#dddb1d001976978158a05badfcbef4a771612857" | |
| 6925 | - integrity sha1-3dsdABl2l4FYoFut/L70p3FhKFc= | |
| 6658 | +minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: | |
| 6659 | + version "2.9.0" | |
| 6660 | + resolved "https://registry.npm.taobao.org/minipass/download/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" | |
| 6661 | + integrity sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY= | |
| 6926 | 6662 | dependencies: |
| 6927 | 6663 | safe-buffer "^5.1.2" |
| 6928 | 6664 | yallist "^3.0.0" |
| 6929 | 6665 | |
| 6930 | 6666 | minizlib@^1.2.1: |
| 6931 | - version "1.2.1" | |
| 6932 | - resolved "https://registry.npm.taobao.org/minizlib/download/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" | |
| 6933 | - integrity sha1-3SfqYTYkPHyIBoToZyuzpF/ZthQ= | |
| 6667 | + version "1.3.3" | |
| 6668 | + resolved "https://registry.npm.taobao.org/minizlib/download/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" | |
| 6669 | + integrity sha1-IpDeloGKNMKVUcio0wEha9Zahh0= | |
| 6934 | 6670 | dependencies: |
| 6935 | - minipass "^2.2.1" | |
| 6671 | + minipass "^2.9.0" | |
| 6936 | 6672 | |
| 6937 | 6673 | mississippi@^3.0.0: |
| 6938 | 6674 | version "3.0.0" |
| ... | ... | @@ -6952,13 +6688,13 @@ mississippi@^3.0.0: |
| 6952 | 6688 | |
| 6953 | 6689 | mixin-deep@^1.2.0: |
| 6954 | 6690 | version "1.3.2" |
| 6955 | - resolved "https://registry.npm.taobao.org/mixin-deep/download/mixin-deep-1.3.2.tgz?cache=0&sync_timestamp=1561436244196&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmixin-deep%2Fdownload%2Fmixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" | |
| 6691 | + resolved "https://registry.npm.taobao.org/mixin-deep/download/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" | |
| 6956 | 6692 | integrity sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY= |
| 6957 | 6693 | dependencies: |
| 6958 | 6694 | for-in "^1.0.2" |
| 6959 | 6695 | is-extendable "^1.0.1" |
| 6960 | 6696 | |
| 6961 | -mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: | |
| 6697 | +mkdirp@^0.5.0, mkdirp@^0.5.1: | |
| 6962 | 6698 | version "0.5.1" |
| 6963 | 6699 | resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" |
| 6964 | 6700 | integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= |
| ... | ... | @@ -6971,9 +6707,9 @@ mkdirp@~0.3.5: |
| 6971 | 6707 | integrity sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc= |
| 6972 | 6708 | |
| 6973 | 6709 | moment-timezone@^0.5.21, moment-timezone@^0.5.25: |
| 6974 | - version "0.5.26" | |
| 6975 | - resolved "https://registry.npm.taobao.org/moment-timezone/download/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772" | |
| 6976 | - integrity sha1-wCZ8oJroRjGqPcM/Zb7b5ujg13I= | |
| 6710 | + version "0.5.27" | |
| 6711 | + resolved "https://registry.npm.taobao.org/moment-timezone/download/moment-timezone-0.5.27.tgz#73adec8139b6fe30452e78f210f27b1f346b8877" | |
| 6712 | + integrity sha1-c63sgTm2/jBFLnjyEPJ7HzRriHc= | |
| 6977 | 6713 | dependencies: |
| 6978 | 6714 | moment ">= 2.9.0" |
| 6979 | 6715 | |
| ... | ... | @@ -6982,10 +6718,10 @@ moment-timezone@^0.5.21, moment-timezone@^0.5.25: |
| 6982 | 6718 | resolved "https://registry.npm.taobao.org/moment/download/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" |
| 6983 | 6719 | integrity sha1-DQVdU/UFKqZTyfbraLtdEr9cK1s= |
| 6984 | 6720 | |
| 6985 | -mongodb@3.3.3: | |
| 6986 | - version "3.3.3" | |
| 6987 | - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.3.3.tgz#509cad2225a1c56c65a331ed73a0d5d4ed5cbe67" | |
| 6988 | - integrity sha512-MdRnoOjstmnrKJsK8PY0PjP6fyF/SBS4R8coxmhsfEU7tQ46/J6j+aSHF2n4c2/H8B+Hc/Klbfp8vggZfI0mmA== | |
| 6721 | +mongodb@3.4.1: | |
| 6722 | + version "3.4.1" | |
| 6723 | + resolved "https://registry.npm.taobao.org/mongodb/download/mongodb-3.4.1.tgz#0d15e57e0ea0fc85b7a4fb9291b374c2e71652dc" | |
| 6724 | + integrity sha1-DRXlfg6g/IW3pPuSkbN0wucWUtw= | |
| 6989 | 6725 | dependencies: |
| 6990 | 6726 | bson "^1.1.1" |
| 6991 | 6727 | require_optional "^1.0.1" |
| ... | ... | @@ -6995,17 +6731,17 @@ mongodb@3.3.3: |
| 6995 | 6731 | |
| 6996 | 6732 | mongoose-legacy-pluralize@1.0.2: |
| 6997 | 6733 | version "1.0.2" |
| 6998 | - resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4" | |
| 6999 | - integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ== | |
| 6734 | + resolved "https://registry.npm.taobao.org/mongoose-legacy-pluralize/download/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4" | |
| 6735 | + integrity sha1-O6n5H6UHtRhtOZ+0CFS/8Y+1Y+Q= | |
| 7000 | 6736 | |
| 7001 | 6737 | mongoose@^5.5.13: |
| 7002 | - version "5.7.7" | |
| 7003 | - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.7.7.tgz#038b47d10434ea6cc9ec9b45d88bfcf9ab401a1a" | |
| 7004 | - integrity sha512-FU59waB4LKBa9KOnqBUcCcMIVRc09TFo1F8nMxrzSiIWATaJpjxxSSH5FBVUDxQfNdJLfg9uFHxaTxhhwjsZOQ== | |
| 6738 | + version "5.8.7" | |
| 6739 | + resolved "https://registry.npm.taobao.org/mongoose/download/mongoose-5.8.7.tgz?cache=0&sync_timestamp=1578695479782&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmongoose%2Fdownload%2Fmongoose-5.8.7.tgz#d175f8ac4c8ed7bf57b71aa4980aaa3525b923b2" | |
| 6740 | + integrity sha1-0XX4rEyO179XtxqkmAqqNSW5I7I= | |
| 7005 | 6741 | dependencies: |
| 7006 | 6742 | bson "~1.1.1" |
| 7007 | 6743 | kareem "2.3.1" |
| 7008 | - mongodb "3.3.3" | |
| 6744 | + mongodb "3.4.1" | |
| 7009 | 6745 | mongoose-legacy-pluralize "1.0.2" |
| 7010 | 6746 | mpath "0.6.0" |
| 7011 | 6747 | mquery "3.2.2" |
| ... | ... | @@ -7027,24 +6763,15 @@ move-concurrently@^1.0.1: |
| 7027 | 6763 | rimraf "^2.5.4" |
| 7028 | 6764 | run-queue "^1.0.3" |
| 7029 | 6765 | |
| 7030 | -mozjpeg@^6.0.0: | |
| 7031 | - version "6.0.1" | |
| 7032 | - resolved "https://registry.npm.taobao.org/mozjpeg/download/mozjpeg-6.0.1.tgz#56969dddb5741ef2bcb1af066cae21e61a91a27b" | |
| 7033 | - integrity sha1-Vpad3bV0HvK8sa8GbK4h5hqRons= | |
| 7034 | - dependencies: | |
| 7035 | - bin-build "^3.0.0" | |
| 7036 | - bin-wrapper "^4.0.0" | |
| 7037 | - logalot "^2.1.0" | |
| 7038 | - | |
| 7039 | 6766 | mpath@0.6.0: |
| 7040 | 6767 | version "0.6.0" |
| 7041 | - resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.6.0.tgz#aa922029fca4f0f641f360e74c5c1b6a4c47078e" | |
| 7042 | - integrity sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw== | |
| 6768 | + resolved "https://registry.npm.taobao.org/mpath/download/mpath-0.6.0.tgz#aa922029fca4f0f641f360e74c5c1b6a4c47078e" | |
| 6769 | + integrity sha1-qpIgKfyk8PZB82DnTFwbakxHB44= | |
| 7043 | 6770 | |
| 7044 | 6771 | mquery@3.2.2: |
| 7045 | 6772 | version "3.2.2" |
| 7046 | - resolved "https://registry.yarnpkg.com/mquery/-/mquery-3.2.2.tgz#e1383a3951852ce23e37f619a9b350f1fb3664e7" | |
| 7047 | - integrity sha512-XB52992COp0KP230I3qloVUbkLUxJIu328HBP2t2EsxSFtf4W1HPSOBWOXf1bqxK4Xbb66lfMJ+Bpfd9/yZE1Q== | |
| 6773 | + resolved "https://registry.npm.taobao.org/mquery/download/mquery-3.2.2.tgz#e1383a3951852ce23e37f619a9b350f1fb3664e7" | |
| 6774 | + integrity sha1-4Tg6OVGFLOI+N/YZqbNQ8fs2ZOc= | |
| 7048 | 6775 | dependencies: |
| 7049 | 6776 | bluebird "3.5.1" |
| 7050 | 6777 | debug "3.1.0" |
| ... | ... | @@ -7054,7 +6781,7 @@ mquery@3.2.2: |
| 7054 | 6781 | |
| 7055 | 6782 | ms@2.0.0: |
| 7056 | 6783 | version "2.0.0" |
| 7057 | - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | |
| 6784 | + resolved "https://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | |
| 7058 | 6785 | integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= |
| 7059 | 6786 | |
| 7060 | 6787 | ms@2.1.1: |
| ... | ... | @@ -7085,6 +6812,11 @@ mute-stream@0.0.7: |
| 7085 | 6812 | resolved "https://registry.npm.taobao.org/mute-stream/download/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" |
| 7086 | 6813 | integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= |
| 7087 | 6814 | |
| 6815 | +mute-stream@0.0.8: | |
| 6816 | + version "0.0.8" | |
| 6817 | + resolved "https://registry.npm.taobao.org/mute-stream/download/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" | |
| 6818 | + integrity sha1-FjDEKyJR/4HiooPelqVJfqkuXg0= | |
| 6819 | + | |
| 7088 | 6820 | mysql@latest: |
| 7089 | 6821 | version "2.17.1" |
| 7090 | 6822 | resolved "https://registry.npm.taobao.org/mysql/download/mysql-2.17.1.tgz#62bba4a039a9b2f73638cd1652ce50fc6f682899" |
| ... | ... | @@ -7157,19 +6889,24 @@ nice-try@^1.0.4: |
| 7157 | 6889 | |
| 7158 | 6890 | no-case@^2.2.0: |
| 7159 | 6891 | version "2.3.2" |
| 7160 | - resolved "https://registry.npm.taobao.org/no-case/download/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" | |
| 6892 | + resolved "https://registry.npm.taobao.org/no-case/download/no-case-2.3.2.tgz?cache=0&sync_timestamp=1576721505371&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fno-case%2Fdownload%2Fno-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" | |
| 7161 | 6893 | integrity sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw= |
| 7162 | 6894 | dependencies: |
| 7163 | 6895 | lower-case "^1.1.1" |
| 7164 | 6896 | |
| 7165 | 6897 | node-fetch@^1.0.1, node-fetch@^1.7.3: |
| 7166 | 6898 | version "1.7.3" |
| 7167 | - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" | |
| 6899 | + resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" | |
| 7168 | 6900 | integrity sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8= |
| 7169 | 6901 | dependencies: |
| 7170 | 6902 | encoding "^0.1.11" |
| 7171 | 6903 | is-stream "^1.0.1" |
| 7172 | 6904 | |
| 6905 | +node-fetch@^2.1.2, node-fetch@^2.2.0: | |
| 6906 | + version "2.6.0" | |
| 6907 | + resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" | |
| 6908 | + integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= | |
| 6909 | + | |
| 7173 | 6910 | node-forge@0.9.0: |
| 7174 | 6911 | version "0.9.0" |
| 7175 | 6912 | resolved "https://registry.npm.taobao.org/node-forge/download/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" |
| ... | ... | @@ -7177,7 +6914,7 @@ node-forge@0.9.0: |
| 7177 | 6914 | |
| 7178 | 6915 | node-libs-browser@^2.2.1: |
| 7179 | 6916 | version "2.2.1" |
| 7180 | - resolved "https://registry.npm.taobao.org/node-libs-browser/download/node-libs-browser-2.2.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-libs-browser%2Fdownload%2Fnode-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" | |
| 6917 | + resolved "https://registry.npm.taobao.org/node-libs-browser/download/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" | |
| 7181 | 6918 | integrity sha1-tk9RPRgzhiX5A0bSew0jXmMfZCU= |
| 7182 | 6919 | dependencies: |
| 7183 | 6920 | assert "^1.1.1" |
| ... | ... | @@ -7209,10 +6946,10 @@ node-machine-id@^1.1.10: |
| 7209 | 6946 | resolved "https://registry.npm.taobao.org/node-machine-id/download/node-machine-id-1.1.12.tgz#37904eee1e59b320bb9c5d6c0a59f3b469cb6267" |
| 7210 | 6947 | integrity sha1-N5BO7h5ZsyC7nF1sClnztGnLYmc= |
| 7211 | 6948 | |
| 7212 | -node-pre-gyp@^0.11.0: | |
| 7213 | - version "0.11.0" | |
| 7214 | - resolved "https://registry.npm.taobao.org/node-pre-gyp/download/node-pre-gyp-0.11.0.tgz#db1f33215272f692cd38f03238e3e9b47c5dd054" | |
| 7215 | - integrity sha1-2x8zIVJy9pLNOPAyOOPptHxd0FQ= | |
| 6949 | +node-pre-gyp@*: | |
| 6950 | + version "0.14.0" | |
| 6951 | + resolved "https://registry.npm.taobao.org/node-pre-gyp/download/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83" | |
| 6952 | + integrity sha1-mgWWUzuHcom8rU4UOYLKPZBN3IM= | |
| 7216 | 6953 | dependencies: |
| 7217 | 6954 | detect-libc "^1.0.2" |
| 7218 | 6955 | mkdirp "^0.5.1" |
| ... | ... | @@ -7223,12 +6960,12 @@ node-pre-gyp@^0.11.0: |
| 7223 | 6960 | rc "^1.2.7" |
| 7224 | 6961 | rimraf "^2.6.1" |
| 7225 | 6962 | semver "^5.3.0" |
| 7226 | - tar "^4" | |
| 6963 | + tar "^4.4.2" | |
| 7227 | 6964 | |
| 7228 | -node-pre-gyp@^0.12.0: | |
| 7229 | - version "0.12.0" | |
| 7230 | - resolved "https://registry.npm.taobao.org/node-pre-gyp/download/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" | |
| 7231 | - integrity sha1-ObpLsUOdoDApX4meO1ILd4V2YUk= | |
| 6965 | +node-pre-gyp@^0.11.0: | |
| 6966 | + version "0.11.0" | |
| 6967 | + resolved "https://registry.npm.taobao.org/node-pre-gyp/download/node-pre-gyp-0.11.0.tgz#db1f33215272f692cd38f03238e3e9b47c5dd054" | |
| 6968 | + integrity sha1-2x8zIVJy9pLNOPAyOOPptHxd0FQ= | |
| 7232 | 6969 | dependencies: |
| 7233 | 6970 | detect-libc "^1.0.2" |
| 7234 | 6971 | mkdirp "^0.5.1" |
| ... | ... | @@ -7241,12 +6978,12 @@ node-pre-gyp@^0.12.0: |
| 7241 | 6978 | semver "^5.3.0" |
| 7242 | 6979 | tar "^4" |
| 7243 | 6980 | |
| 7244 | -node-releases@^1.1.29: | |
| 7245 | - version "1.1.29" | |
| 7246 | - resolved "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.29.tgz?cache=0&sync_timestamp=1567172967487&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.29.tgz#86a57c6587a30ecd6726449e5d293466b0a0bb86" | |
| 7247 | - integrity sha1-hqV8ZYejDs1nJkSeXSk0ZrCgu4Y= | |
| 6981 | +node-releases@^1.1.44: | |
| 6982 | + version "1.1.45" | |
| 6983 | + resolved "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.45.tgz?cache=0&sync_timestamp=1578496101773&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.45.tgz#4cf7e9175d71b1317f15ffd68ce63bce1d53e9f2" | |
| 6984 | + integrity sha1-TPfpF11xsTF/Ff/WjOY7zh1T6fI= | |
| 7248 | 6985 | dependencies: |
| 7249 | - semver "^5.3.0" | |
| 6986 | + semver "^6.3.0" | |
| 7250 | 6987 | |
| 7251 | 6988 | node-schedule@^1.2.0: |
| 7252 | 6989 | version "1.3.2" |
| ... | ... | @@ -7282,7 +7019,7 @@ nopt@^4.0.1: |
| 7282 | 7019 | abbrev "1" |
| 7283 | 7020 | osenv "^0.1.4" |
| 7284 | 7021 | |
| 7285 | -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: | |
| 7022 | +normalize-package-data@^2.3.2: | |
| 7286 | 7023 | version "2.5.0" |
| 7287 | 7024 | resolved "https://registry.npm.taobao.org/normalize-package-data/download/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" |
| 7288 | 7025 | integrity sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg= |
| ... | ... | @@ -7309,7 +7046,7 @@ normalize-range@^0.1.2: |
| 7309 | 7046 | resolved "https://registry.npm.taobao.org/normalize-range/download/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" |
| 7310 | 7047 | integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= |
| 7311 | 7048 | |
| 7312 | -normalize-url@2.0.1, normalize-url@^2.0.1: | |
| 7049 | +normalize-url@^2.0.1: | |
| 7313 | 7050 | version "2.0.1" |
| 7314 | 7051 | resolved "https://registry.npm.taobao.org/normalize-url/download/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6" |
| 7315 | 7052 | integrity sha1-g1qdoVUfom9w6SMpBpojqmV01+Y= |
| ... | ... | @@ -7319,29 +7056,28 @@ normalize-url@2.0.1, normalize-url@^2.0.1: |
| 7319 | 7056 | sort-keys "^2.0.0" |
| 7320 | 7057 | |
| 7321 | 7058 | npm-bundled@^1.0.1: |
| 7322 | - version "1.0.6" | |
| 7323 | - resolved "https://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" | |
| 7324 | - integrity sha1-57qarc75YrthJI+RchzZMrP+a90= | |
| 7325 | - | |
| 7326 | -npm-conf@^1.1.0: | |
| 7327 | - version "1.1.3" | |
| 7328 | - resolved "https://registry.npm.taobao.org/npm-conf/download/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9" | |
| 7329 | - integrity sha1-JWzEe9DiGMJZxOlVC/QTvCGSr/k= | |
| 7059 | + version "1.1.1" | |
| 7060 | + resolved "https://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b" | |
| 7061 | + integrity sha1-Ht1XCGWpTNsbyCIHdeKUZsn7I0s= | |
| 7330 | 7062 | dependencies: |
| 7331 | - config-chain "^1.1.11" | |
| 7332 | - pify "^3.0.0" | |
| 7063 | + npm-normalize-package-bin "^1.0.1" | |
| 7064 | + | |
| 7065 | +npm-normalize-package-bin@^1.0.1: | |
| 7066 | + version "1.0.1" | |
| 7067 | + resolved "https://registry.npm.taobao.org/npm-normalize-package-bin/download/npm-normalize-package-bin-1.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnpm-normalize-package-bin%2Fdownload%2Fnpm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" | |
| 7068 | + integrity sha1-bnmkHyP9I1wGIyGCKNp9nCO49uI= | |
| 7333 | 7069 | |
| 7334 | 7070 | npm-packlist@^1.1.6: |
| 7335 | - version "1.4.4" | |
| 7336 | - resolved "https://registry.npm.taobao.org/npm-packlist/download/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44" | |
| 7337 | - integrity sha1-hmIkIzhQrFNLY9Gm52BQCStdL0Q= | |
| 7071 | + version "1.4.7" | |
| 7072 | + resolved "https://registry.npm.taobao.org/npm-packlist/download/npm-packlist-1.4.7.tgz#9e954365a06b80b18111ea900945af4f88ed4848" | |
| 7073 | + integrity sha1-npVDZaBrgLGBEeqQCUWvT4jtSEg= | |
| 7338 | 7074 | dependencies: |
| 7339 | 7075 | ignore-walk "^3.0.1" |
| 7340 | 7076 | npm-bundled "^1.0.1" |
| 7341 | 7077 | |
| 7342 | 7078 | npm-run-path@^2.0.0: |
| 7343 | 7079 | version "2.0.2" |
| 7344 | - resolved "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" | |
| 7080 | + resolved "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz?cache=0&sync_timestamp=1577052941951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnpm-run-path%2Fdownload%2Fnpm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" | |
| 7345 | 7081 | integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= |
| 7346 | 7082 | dependencies: |
| 7347 | 7083 | path-key "^2.0.0" |
| ... | ... | @@ -7356,7 +7092,7 @@ npmlog@^4.0.2: |
| 7356 | 7092 | gauge "~2.7.3" |
| 7357 | 7093 | set-blocking "~2.0.0" |
| 7358 | 7094 | |
| 7359 | -nth-check@^1.0.2, nth-check@~1.0.1: | |
| 7095 | +nth-check@~1.0.1: | |
| 7360 | 7096 | version "1.0.2" |
| 7361 | 7097 | resolved "https://registry.npm.taobao.org/nth-check/download/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" |
| 7362 | 7098 | integrity sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw= |
| ... | ... | @@ -7383,16 +7119,16 @@ oauth-sign@~0.9.0: |
| 7383 | 7119 | resolved "https://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" |
| 7384 | 7120 | integrity sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU= |
| 7385 | 7121 | |
| 7122 | +object-assign@4.x, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | |
| 7123 | + version "4.1.1" | |
| 7124 | + resolved "https://registry.npm.taobao.org/object-assign/download/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | |
| 7125 | + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= | |
| 7126 | + | |
| 7386 | 7127 | object-assign@^3.0.0: |
| 7387 | 7128 | version "3.0.0" |
| 7388 | 7129 | resolved "https://registry.npm.taobao.org/object-assign/download/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" |
| 7389 | 7130 | integrity sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I= |
| 7390 | 7131 | |
| 7391 | -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | |
| 7392 | - version "4.1.1" | |
| 7393 | - resolved "https://registry.npm.taobao.org/object-assign/download/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | |
| 7394 | - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= | |
| 7395 | - | |
| 7396 | 7132 | object-copy@^0.1.0: |
| 7397 | 7133 | version "0.1.0" |
| 7398 | 7134 | resolved "https://registry.npm.taobao.org/object-copy/download/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" |
| ... | ... | @@ -7404,19 +7140,24 @@ object-copy@^0.1.0: |
| 7404 | 7140 | |
| 7405 | 7141 | object-inspect@^1.7.0: |
| 7406 | 7142 | version "1.7.0" |
| 7407 | - resolved "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.7.0.tgz?cache=0&sync_timestamp=1573451929207&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-inspect%2Fdownload%2Fobject-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | |
| 7143 | + resolved "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-inspect%2Fdownload%2Fobject-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | |
| 7408 | 7144 | integrity sha1-9Pa9GBrXfwBrXs5gvQtvOY/3Smc= |
| 7409 | 7145 | |
| 7410 | -object-is@^1.0.1: | |
| 7411 | - version "1.0.1" | |
| 7412 | - resolved "https://registry.npm.taobao.org/object-is/download/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6" | |
| 7413 | - integrity sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY= | |
| 7146 | +object-is@^1.0.1, object-is@^1.0.2: | |
| 7147 | + version "1.0.2" | |
| 7148 | + resolved "https://registry.npm.taobao.org/object-is/download/object-is-1.0.2.tgz?cache=0&sync_timestamp=1576479714417&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-is%2Fdownload%2Fobject-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4" | |
| 7149 | + integrity sha1-a4DrhP5FFJj2UAeYLwNaW0Re3sQ= | |
| 7414 | 7150 | |
| 7415 | 7151 | object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: |
| 7416 | 7152 | version "1.1.1" |
| 7417 | 7153 | resolved "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" |
| 7418 | 7154 | integrity sha1-HEfyct8nfzsdrwYWd9nILiMixg4= |
| 7419 | 7155 | |
| 7156 | +object-path@^0.11.4: | |
| 7157 | + version "0.11.4" | |
| 7158 | + resolved "https://registry.npm.taobao.org/object-path/download/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" | |
| 7159 | + integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= | |
| 7160 | + | |
| 7420 | 7161 | object-visit@^1.0.0: |
| 7421 | 7162 | version "1.0.1" |
| 7422 | 7163 | resolved "https://registry.npm.taobao.org/object-visit/download/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" |
| ... | ... | @@ -7445,32 +7186,32 @@ object.defaults@^1.1.0: |
| 7445 | 7186 | isobject "^3.0.0" |
| 7446 | 7187 | |
| 7447 | 7188 | object.entries@^1.1.0: |
| 7448 | - version "1.1.0" | |
| 7449 | - resolved "https://registry.npm.taobao.org/object.entries/download/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519" | |
| 7450 | - integrity sha1-ICT8bWuiRq7ji9sP/Vz7zzcbdRk= | |
| 7189 | + version "1.1.1" | |
| 7190 | + resolved "https://registry.npm.taobao.org/object.entries/download/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b" | |
| 7191 | + integrity sha1-7hzwQVPeArsJP+wzaDkA9XzlOZs= | |
| 7451 | 7192 | dependencies: |
| 7452 | 7193 | define-properties "^1.1.3" |
| 7453 | - es-abstract "^1.12.0" | |
| 7194 | + es-abstract "^1.17.0-next.1" | |
| 7454 | 7195 | function-bind "^1.1.1" |
| 7455 | 7196 | has "^1.0.3" |
| 7456 | 7197 | |
| 7457 | -object.fromentries@^2.0.0: | |
| 7458 | - version "2.0.0" | |
| 7459 | - resolved "https://registry.npm.taobao.org/object.fromentries/download/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab" | |
| 7460 | - integrity sha1-SaVD2SFR+Cd7OslgDx6TCxidMKs= | |
| 7198 | +object.fromentries@^2.0.1: | |
| 7199 | + version "2.0.2" | |
| 7200 | + resolved "https://registry.npm.taobao.org/object.fromentries/download/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" | |
| 7201 | + integrity sha1-SgnJubs4Q90PiazbUXp5TU81Wsk= | |
| 7461 | 7202 | dependencies: |
| 7462 | - define-properties "^1.1.2" | |
| 7463 | - es-abstract "^1.11.0" | |
| 7203 | + define-properties "^1.1.3" | |
| 7204 | + es-abstract "^1.17.0-next.1" | |
| 7464 | 7205 | function-bind "^1.1.1" |
| 7465 | - has "^1.0.1" | |
| 7206 | + has "^1.0.3" | |
| 7466 | 7207 | |
| 7467 | 7208 | object.getownpropertydescriptors@^2.0.3: |
| 7468 | - version "2.0.3" | |
| 7469 | - resolved "https://registry.npm.taobao.org/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" | |
| 7470 | - integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY= | |
| 7209 | + version "2.1.0" | |
| 7210 | + resolved "https://registry.npm.taobao.org/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject.getownpropertydescriptors%2Fdownload%2Fobject.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" | |
| 7211 | + integrity sha1-Npvx+VktiridcS3O1cuBx8U1Jkk= | |
| 7471 | 7212 | dependencies: |
| 7472 | - define-properties "^1.1.2" | |
| 7473 | - es-abstract "^1.5.1" | |
| 7213 | + define-properties "^1.1.3" | |
| 7214 | + es-abstract "^1.17.0-next.1" | |
| 7474 | 7215 | |
| 7475 | 7216 | object.map@^1.0.0: |
| 7476 | 7217 | version "1.0.1" |
| ... | ... | @@ -7487,7 +7228,7 @@ object.pick@^1.2.0, object.pick@^1.3.0: |
| 7487 | 7228 | dependencies: |
| 7488 | 7229 | isobject "^3.0.1" |
| 7489 | 7230 | |
| 7490 | -object.values@^1.0.4: | |
| 7231 | +object.values@^1.0.4, object.values@^1.1.0: | |
| 7491 | 7232 | version "1.1.1" |
| 7492 | 7233 | resolved "https://registry.npm.taobao.org/object.values/download/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" |
| 7493 | 7234 | integrity sha1-aKmezeNWt+kpWjxeDOMdyMlT3l4= |
| ... | ... | @@ -7497,16 +7238,6 @@ object.values@^1.0.4: |
| 7497 | 7238 | function-bind "^1.1.1" |
| 7498 | 7239 | has "^1.0.3" |
| 7499 | 7240 | |
| 7500 | -object.values@^1.1.0: | |
| 7501 | - version "1.1.0" | |
| 7502 | - resolved "https://registry.npm.taobao.org/object.values/download/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9" | |
| 7503 | - integrity sha1-v2gQ712j5TJXkOqqK+IT6oRiTak= | |
| 7504 | - dependencies: | |
| 7505 | - define-properties "^1.1.3" | |
| 7506 | - es-abstract "^1.12.0" | |
| 7507 | - function-bind "^1.1.1" | |
| 7508 | - has "^1.0.3" | |
| 7509 | - | |
| 7510 | 7241 | obuf@^1.0.0, obuf@^1.1.2: |
| 7511 | 7242 | version "1.1.2" |
| 7512 | 7243 | resolved "https://registry.npm.taobao.org/obuf/download/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" |
| ... | ... | @@ -7538,6 +7269,13 @@ onetime@^2.0.0: |
| 7538 | 7269 | dependencies: |
| 7539 | 7270 | mimic-fn "^1.0.0" |
| 7540 | 7271 | |
| 7272 | +onetime@^5.1.0: | |
| 7273 | + version "5.1.0" | |
| 7274 | + resolved "https://registry.npm.taobao.org/onetime/download/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" | |
| 7275 | + integrity sha1-//DzyRYX/mK7UBiWNumayKbfe+U= | |
| 7276 | + dependencies: | |
| 7277 | + mimic-fn "^2.1.0" | |
| 7278 | + | |
| 7541 | 7279 | only@~0.0.2: |
| 7542 | 7280 | version "0.0.2" |
| 7543 | 7281 | resolved "https://registry.npm.taobao.org/only/download/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4" |
| ... | ... | @@ -7550,26 +7288,17 @@ opn@^5.3.0, opn@^5.5.0: |
| 7550 | 7288 | dependencies: |
| 7551 | 7289 | is-wsl "^1.1.0" |
| 7552 | 7290 | |
| 7553 | -optionator@^0.8.2: | |
| 7554 | - version "0.8.2" | |
| 7555 | - resolved "https://registry.npm.taobao.org/optionator/download/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" | |
| 7556 | - integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q= | |
| 7291 | +optionator@^0.8.3: | |
| 7292 | + version "0.8.3" | |
| 7293 | + resolved "https://registry.npm.taobao.org/optionator/download/optionator-0.8.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Foptionator%2Fdownload%2Foptionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" | |
| 7294 | + integrity sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU= | |
| 7557 | 7295 | dependencies: |
| 7558 | 7296 | deep-is "~0.1.3" |
| 7559 | - fast-levenshtein "~2.0.4" | |
| 7297 | + fast-levenshtein "~2.0.6" | |
| 7560 | 7298 | levn "~0.3.0" |
| 7561 | 7299 | prelude-ls "~1.1.2" |
| 7562 | 7300 | type-check "~0.3.2" |
| 7563 | - wordwrap "~1.0.0" | |
| 7564 | - | |
| 7565 | -optipng-bin@^5.0.0: | |
| 7566 | - version "5.1.0" | |
| 7567 | - resolved "https://registry.npm.taobao.org/optipng-bin/download/optipng-bin-5.1.0.tgz#a7c7ab600a3ab5a177dae2f94c2d800aa386b5a9" | |
| 7568 | - integrity sha1-p8erYAo6taF32uL5TC2ACqOGtak= | |
| 7569 | - dependencies: | |
| 7570 | - bin-build "^3.0.0" | |
| 7571 | - bin-wrapper "^4.0.0" | |
| 7572 | - logalot "^2.0.0" | |
| 7301 | + word-wrap "~1.2.3" | |
| 7573 | 7302 | |
| 7574 | 7303 | ora@^3.0.0, ora@^3.4.0: |
| 7575 | 7304 | version "3.4.0" |
| ... | ... | @@ -7595,27 +7324,11 @@ os-browserify@^0.3.0: |
| 7595 | 7324 | resolved "https://registry.npm.taobao.org/os-browserify/download/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" |
| 7596 | 7325 | integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= |
| 7597 | 7326 | |
| 7598 | -os-filter-obj@^2.0.0: | |
| 7599 | - version "2.0.0" | |
| 7600 | - resolved "https://registry.npm.taobao.org/os-filter-obj/download/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16" | |
| 7601 | - integrity sha1-HAti1fOiRCdJotE55t3e5ugdjRY= | |
| 7602 | - dependencies: | |
| 7603 | - arch "^2.1.0" | |
| 7604 | - | |
| 7605 | 7327 | os-homedir@^1.0.0: |
| 7606 | 7328 | version "1.0.2" |
| 7607 | 7329 | resolved "https://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" |
| 7608 | 7330 | integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= |
| 7609 | 7331 | |
| 7610 | -os-locale@^2.0.0: | |
| 7611 | - version "2.1.0" | |
| 7612 | - resolved "https://registry.npm.taobao.org/os-locale/download/os-locale-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fos-locale%2Fdownload%2Fos-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" | |
| 7613 | - integrity sha1-QrwpAKa1uL0XN2yOiCtlr8zyS/I= | |
| 7614 | - dependencies: | |
| 7615 | - execa "^0.7.0" | |
| 7616 | - lcid "^1.0.0" | |
| 7617 | - mem "^1.1.0" | |
| 7618 | - | |
| 7619 | 7332 | os-locale@^3.0.0, os-locale@^3.1.0: |
| 7620 | 7333 | version "3.1.0" |
| 7621 | 7334 | resolved "https://registry.npm.taobao.org/os-locale/download/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" |
| ... | ... | @@ -7638,45 +7351,16 @@ osenv@^0.1.4: |
| 7638 | 7351 | os-homedir "^1.0.0" |
| 7639 | 7352 | os-tmpdir "^1.0.0" |
| 7640 | 7353 | |
| 7641 | -p-cancelable@^0.3.0: | |
| 7642 | - version "0.3.0" | |
| 7643 | - resolved "https://registry.npm.taobao.org/p-cancelable/download/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa" | |
| 7644 | - integrity sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo= | |
| 7645 | - | |
| 7646 | -p-cancelable@^0.4.0: | |
| 7647 | - version "0.4.1" | |
| 7648 | - resolved "https://registry.npm.taobao.org/p-cancelable/download/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" | |
| 7649 | - integrity sha1-NfNj1n1SCByNlYXje8zrfgu8sqA= | |
| 7650 | - | |
| 7651 | 7354 | p-defer@^1.0.0: |
| 7652 | 7355 | version "1.0.0" |
| 7653 | 7356 | resolved "https://registry.npm.taobao.org/p-defer/download/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" |
| 7654 | 7357 | integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= |
| 7655 | 7358 | |
| 7656 | -p-event@^1.0.0: | |
| 7657 | - version "1.3.0" | |
| 7658 | - resolved "https://registry.npm.taobao.org/p-event/download/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085" | |
| 7659 | - integrity sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU= | |
| 7660 | - dependencies: | |
| 7661 | - p-timeout "^1.1.1" | |
| 7662 | - | |
| 7663 | -p-event@^2.1.0: | |
| 7664 | - version "2.3.1" | |
| 7665 | - resolved "https://registry.npm.taobao.org/p-event/download/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6" | |
| 7666 | - integrity sha1-WWJ57xaassPgyuiMHPuwgHmZPvY= | |
| 7667 | - dependencies: | |
| 7668 | - p-timeout "^2.0.1" | |
| 7669 | - | |
| 7670 | 7359 | p-finally@^1.0.0: |
| 7671 | 7360 | version "1.0.0" |
| 7672 | 7361 | resolved "https://registry.npm.taobao.org/p-finally/download/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" |
| 7673 | 7362 | integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= |
| 7674 | 7363 | |
| 7675 | -p-is-promise@^1.1.0: | |
| 7676 | - version "1.1.0" | |
| 7677 | - resolved "https://registry.npm.taobao.org/p-is-promise/download/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" | |
| 7678 | - integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= | |
| 7679 | - | |
| 7680 | 7364 | p-is-promise@^2.0.0: |
| 7681 | 7365 | version "2.1.0" |
| 7682 | 7366 | resolved "https://registry.npm.taobao.org/p-is-promise/download/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" |
| ... | ... | @@ -7684,15 +7368,15 @@ p-is-promise@^2.0.0: |
| 7684 | 7368 | |
| 7685 | 7369 | p-limit@^1.1.0: |
| 7686 | 7370 | version "1.3.0" |
| 7687 | - resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" | |
| 7371 | + resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-1.3.0.tgz?cache=0&sync_timestamp=1577904187480&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fp-limit%2Fdownload%2Fp-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" | |
| 7688 | 7372 | integrity sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg= |
| 7689 | 7373 | dependencies: |
| 7690 | 7374 | p-try "^1.0.0" |
| 7691 | 7375 | |
| 7692 | 7376 | p-limit@^2.0.0: |
| 7693 | - version "2.2.1" | |
| 7694 | - resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537" | |
| 7695 | - integrity sha1-qgeniMwxUck5tRMfY1cPDdIAlTc= | |
| 7377 | + version "2.2.2" | |
| 7378 | + resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-2.2.2.tgz?cache=0&sync_timestamp=1577904187480&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fp-limit%2Fdownload%2Fp-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e" | |
| 7379 | + integrity sha1-YSebZ3IfUoeqHBOpp/u8SMkpGx4= | |
| 7696 | 7380 | dependencies: |
| 7697 | 7381 | p-try "^2.0.0" |
| 7698 | 7382 | |
| ... | ... | @@ -7710,28 +7394,11 @@ p-locate@^3.0.0: |
| 7710 | 7394 | dependencies: |
| 7711 | 7395 | p-limit "^2.0.0" |
| 7712 | 7396 | |
| 7713 | -p-map-series@^1.0.0: | |
| 7714 | - version "1.0.0" | |
| 7715 | - resolved "https://registry.npm.taobao.org/p-map-series/download/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca" | |
| 7716 | - integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco= | |
| 7717 | - dependencies: | |
| 7718 | - p-reduce "^1.0.0" | |
| 7719 | - | |
| 7720 | 7397 | p-map@^2.0.0: |
| 7721 | 7398 | version "2.1.0" |
| 7722 | 7399 | resolved "https://registry.npm.taobao.org/p-map/download/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" |
| 7723 | 7400 | integrity sha1-MQko/u+cnsxltosXaTAYpmXOoXU= |
| 7724 | 7401 | |
| 7725 | -p-pipe@^1.1.0: | |
| 7726 | - version "1.2.0" | |
| 7727 | - resolved "https://registry.npm.taobao.org/p-pipe/download/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" | |
| 7728 | - integrity sha1-SxoROZoRUgpneQ7loMHViB1r7+k= | |
| 7729 | - | |
| 7730 | -p-reduce@^1.0.0: | |
| 7731 | - version "1.0.0" | |
| 7732 | - resolved "https://registry.npm.taobao.org/p-reduce/download/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" | |
| 7733 | - integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= | |
| 7734 | - | |
| 7735 | 7402 | p-retry@^3.0.1: |
| 7736 | 7403 | version "3.0.1" |
| 7737 | 7404 | resolved "https://registry.npm.taobao.org/p-retry/download/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" |
| ... | ... | @@ -7739,20 +7406,6 @@ p-retry@^3.0.1: |
| 7739 | 7406 | dependencies: |
| 7740 | 7407 | retry "^0.12.0" |
| 7741 | 7408 | |
| 7742 | -p-timeout@^1.1.1: | |
| 7743 | - version "1.2.1" | |
| 7744 | - resolved "https://registry.npm.taobao.org/p-timeout/download/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386" | |
| 7745 | - integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y= | |
| 7746 | - dependencies: | |
| 7747 | - p-finally "^1.0.0" | |
| 7748 | - | |
| 7749 | -p-timeout@^2.0.1: | |
| 7750 | - version "2.0.1" | |
| 7751 | - resolved "https://registry.npm.taobao.org/p-timeout/download/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038" | |
| 7752 | - integrity sha1-2N0ZeVldLcATnh/ka4tkbLPN8Dg= | |
| 7753 | - dependencies: | |
| 7754 | - p-finally "^1.0.0" | |
| 7755 | - | |
| 7756 | 7409 | p-try@^1.0.0: |
| 7757 | 7410 | version "1.0.0" |
| 7758 | 7411 | resolved "https://registry.npm.taobao.org/p-try/download/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" |
| ... | ... | @@ -7769,11 +7422,11 @@ pako@~1.0.5: |
| 7769 | 7422 | integrity sha1-Qyi621CGpCaqkPVBl31JVdpclzI= |
| 7770 | 7423 | |
| 7771 | 7424 | parallel-transform@^1.1.0: |
| 7772 | - version "1.1.0" | |
| 7773 | - resolved "https://registry.npm.taobao.org/parallel-transform/download/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06" | |
| 7774 | - integrity sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY= | |
| 7425 | + version "1.2.0" | |
| 7426 | + resolved "https://registry.npm.taobao.org/parallel-transform/download/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" | |
| 7427 | + integrity sha1-kEnKN9bLIYLDsdLHIL6U0UpYFPw= | |
| 7775 | 7428 | dependencies: |
| 7776 | - cyclist "~0.2.2" | |
| 7429 | + cyclist "^1.0.1" | |
| 7777 | 7430 | inherits "^2.0.3" |
| 7778 | 7431 | readable-stream "^2.1.5" |
| 7779 | 7432 | |
| ... | ... | @@ -7792,9 +7445,9 @@ parent-module@^1.0.0: |
| 7792 | 7445 | callsites "^3.0.0" |
| 7793 | 7446 | |
| 7794 | 7447 | parse-asn1@^5.0.0: |
| 7795 | - version "5.1.4" | |
| 7796 | - resolved "https://registry.npm.taobao.org/parse-asn1/download/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc" | |
| 7797 | - integrity sha1-N/Zij4I/vesic7TVQENKIvPvH8w= | |
| 7448 | + version "5.1.5" | |
| 7449 | + resolved "https://registry.npm.taobao.org/parse-asn1/download/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e" | |
| 7450 | + integrity sha1-ADJxND2ljclMrOSU+u89IUfs6g4= | |
| 7798 | 7451 | dependencies: |
| 7799 | 7452 | asn1.js "^4.0.0" |
| 7800 | 7453 | browserify-aes "^1.0.0" |
| ... | ... | @@ -7841,13 +7494,6 @@ parse-passwd@^1.0.0: |
| 7841 | 7494 | resolved "https://registry.npm.taobao.org/parse-passwd/download/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" |
| 7842 | 7495 | integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= |
| 7843 | 7496 | |
| 7844 | -parse5@^3.0.1: | |
| 7845 | - version "3.0.3" | |
| 7846 | - resolved "https://registry.npm.taobao.org/parse5/download/parse5-3.0.3.tgz?cache=0&sync_timestamp=1573036762880&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse5%2Fdownload%2Fparse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c" | |
| 7847 | - integrity sha1-BC95L/3TaFFVHPTp4Gazh0q0W1w= | |
| 7848 | - dependencies: | |
| 7849 | - "@types/node" "*" | |
| 7850 | - | |
| 7851 | 7497 | parseurl@^1.3.2, parseurl@~1.3.2, parseurl@~1.3.3: |
| 7852 | 7498 | version "1.3.3" |
| 7853 | 7499 | resolved "https://registry.npm.taobao.org/parseurl/download/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" |
| ... | ... | @@ -7868,13 +7514,6 @@ path-dirname@^1.0.0: |
| 7868 | 7514 | resolved "https://registry.npm.taobao.org/path-dirname/download/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" |
| 7869 | 7515 | integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= |
| 7870 | 7516 | |
| 7871 | -path-exists@^2.0.0: | |
| 7872 | - version "2.1.0" | |
| 7873 | - resolved "https://registry.npm.taobao.org/path-exists/download/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" | |
| 7874 | - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= | |
| 7875 | - dependencies: | |
| 7876 | - pinkie-promise "^2.0.0" | |
| 7877 | - | |
| 7878 | 7517 | path-exists@^3.0.0: |
| 7879 | 7518 | version "3.0.0" |
| 7880 | 7519 | resolved "https://registry.npm.taobao.org/path-exists/download/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" |
| ... | ... | @@ -7892,7 +7531,7 @@ path-is-inside@^1.0.2: |
| 7892 | 7531 | |
| 7893 | 7532 | path-key@^2.0.0, path-key@^2.0.1: |
| 7894 | 7533 | version "2.0.1" |
| 7895 | - resolved "https://registry.npm.taobao.org/path-key/download/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" | |
| 7534 | + resolved "https://registry.npm.taobao.org/path-key/download/path-key-2.0.1.tgz?cache=0&sync_timestamp=1574441322626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpath-key%2Fdownload%2Fpath-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" | |
| 7896 | 7535 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= |
| 7897 | 7536 | |
| 7898 | 7537 | path-parse@^1.0.6: |
| ... | ... | @@ -7918,26 +7557,12 @@ path-to-regexp@0.1.7: |
| 7918 | 7557 | integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= |
| 7919 | 7558 | |
| 7920 | 7559 | path-to-regexp@^1.1.1, path-to-regexp@^1.7.0: |
| 7921 | - version "1.7.0" | |
| 7922 | - resolved "https://registry.npm.taobao.org/path-to-regexp/download/path-to-regexp-1.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpath-to-regexp%2Fdownload%2Fpath-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d" | |
| 7923 | - integrity sha1-Wf3g9DW62suhA6hOnTvGTpa5k30= | |
| 7560 | + version "1.8.0" | |
| 7561 | + resolved "https://registry.npm.taobao.org/path-to-regexp/download/path-to-regexp-1.8.0.tgz?cache=0&sync_timestamp=1574278262588&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpath-to-regexp%2Fdownload%2Fpath-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" | |
| 7562 | + integrity sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo= | |
| 7924 | 7563 | dependencies: |
| 7925 | 7564 | isarray "0.0.1" |
| 7926 | 7565 | |
| 7927 | -path-to-regexp@^3.0.0: | |
| 7928 | - version "3.2.0" | |
| 7929 | - resolved "https://registry.npm.taobao.org/path-to-regexp/download/path-to-regexp-3.2.0.tgz?cache=0&sync_timestamp=1574278262588&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpath-to-regexp%2Fdownload%2Fpath-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f" | |
| 7930 | - integrity sha1-+nh37LxJXGAZB1YiIkU8Q8wgSl8= | |
| 7931 | - | |
| 7932 | -path-type@^1.0.0: | |
| 7933 | - version "1.1.0" | |
| 7934 | - resolved "https://registry.npm.taobao.org/path-type/download/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | |
| 7935 | - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= | |
| 7936 | - dependencies: | |
| 7937 | - graceful-fs "^4.1.2" | |
| 7938 | - pify "^2.0.0" | |
| 7939 | - pinkie-promise "^2.0.0" | |
| 7940 | - | |
| 7941 | 7566 | path-type@^2.0.0: |
| 7942 | 7567 | version "2.0.0" |
| 7943 | 7568 | resolved "https://registry.npm.taobao.org/path-type/download/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" |
| ... | ... | @@ -7961,11 +7586,6 @@ pbkdf2@^3.0.3: |
| 7961 | 7586 | safe-buffer "^5.0.1" |
| 7962 | 7587 | sha.js "^2.4.8" |
| 7963 | 7588 | |
| 7964 | -pend@~1.2.0: | |
| 7965 | - version "1.2.0" | |
| 7966 | - resolved "https://registry.npm.taobao.org/pend/download/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" | |
| 7967 | - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= | |
| 7968 | - | |
| 7969 | 7589 | performance-now@^2.1.0: |
| 7970 | 7590 | version "2.1.0" |
| 7971 | 7591 | resolved "https://registry.npm.taobao.org/performance-now/download/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
| ... | ... | @@ -7981,24 +7601,19 @@ pg-connection-string@2.1.0: |
| 7981 | 7601 | resolved "https://registry.npm.taobao.org/pg-connection-string/download/pg-connection-string-2.1.0.tgz#e07258f280476540b24818ebb5dca29e101ca502" |
| 7982 | 7602 | integrity sha1-4HJY8oBHZUCySBjrtdyinhAcpQI= |
| 7983 | 7603 | |
| 7984 | -picomatch@^2.0.4: | |
| 7985 | - version "2.1.1" | |
| 7986 | - resolved "https://registry.npm.taobao.org/picomatch/download/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5" | |
| 7987 | - integrity sha1-7N++p3BK21/m+0f5hmxMDhXpBcU= | |
| 7604 | +picomatch@^2.0.4, picomatch@^2.0.7: | |
| 7605 | + version "2.2.1" | |
| 7606 | + resolved "https://registry.npm.taobao.org/picomatch/download/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a" | |
| 7607 | + integrity sha1-IbrIiLbthgH4Mc54FuM1vHefCko= | |
| 7988 | 7608 | |
| 7989 | -pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: | |
| 7609 | +pify@^2.0.0: | |
| 7990 | 7610 | version "2.3.0" |
| 7991 | - resolved "https://registry.npm.taobao.org/pify/download/pify-2.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpify%2Fdownload%2Fpify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | |
| 7611 | + resolved "https://registry.npm.taobao.org/pify/download/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | |
| 7992 | 7612 | integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= |
| 7993 | 7613 | |
| 7994 | -pify@^3.0.0: | |
| 7995 | - version "3.0.0" | |
| 7996 | - resolved "https://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpify%2Fdownload%2Fpify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | |
| 7997 | - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= | |
| 7998 | - | |
| 7999 | 7614 | pify@^4.0.1: |
| 8000 | 7615 | version "4.0.1" |
| 8001 | - resolved "https://registry.npm.taobao.org/pify/download/pify-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpify%2Fdownload%2Fpify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" | |
| 7616 | + resolved "https://registry.npm.taobao.org/pify/download/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" | |
| 8002 | 7617 | integrity sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE= |
| 8003 | 7618 | |
| 8004 | 7619 | pinkie-promise@^2.0.0: |
| ... | ... | @@ -8056,29 +7671,14 @@ pngjs@3.2.0: |
| 8056 | 7671 | resolved "https://registry.npm.taobao.org/pngjs/download/pngjs-3.2.0.tgz#fc9fcea1a8a375da54a51148019d5abd41dbabde" |
| 8057 | 7672 | integrity sha1-/J/OoaijddpUpRFIAZ1avUHbq94= |
| 8058 | 7673 | |
| 8059 | -pngquant-bin@^5.0.0: | |
| 8060 | - version "5.0.2" | |
| 8061 | - resolved "https://registry.npm.taobao.org/pngquant-bin/download/pngquant-bin-5.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpngquant-bin%2Fdownload%2Fpngquant-bin-5.0.2.tgz#6f34f3e89c9722a72bbc509062b40f1b17cda460" | |
| 8062 | - integrity sha1-bzTz6JyXIqcrvFCQYrQPGxfNpGA= | |
| 8063 | - dependencies: | |
| 8064 | - bin-build "^3.0.0" | |
| 8065 | - bin-wrapper "^4.0.1" | |
| 8066 | - execa "^0.10.0" | |
| 8067 | - logalot "^2.0.0" | |
| 8068 | - | |
| 8069 | -popper.js@^1.12.9: | |
| 8070 | - version "1.15.0" | |
| 8071 | - resolved "https://registry.npm.taobao.org/popper.js/download/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2" | |
| 8072 | - integrity sha1-VWC5m7rXZH6fqkdca4BWYh9aT/I= | |
| 8073 | - | |
| 8074 | -popper.js@^1.14.4: | |
| 7674 | +popper.js@^1.12.9, popper.js@^1.14.4: | |
| 8075 | 7675 | version "1.16.0" |
| 8076 | 7676 | resolved "https://registry.npm.taobao.org/popper.js/download/popper.js-1.16.0.tgz#2e1816bcbbaa518ea6c2e15a466f4cb9c6e2fbb3" |
| 8077 | 7677 | integrity sha1-LhgWvLuqUY6mwuFaRm9Mucbi+7M= |
| 8078 | 7678 | |
| 8079 | 7679 | portfinder@^1.0.25: |
| 8080 | 7680 | version "1.0.25" |
| 8081 | - resolved "https://registry.npm.taobao.org/portfinder/download/portfinder-1.0.25.tgz?cache=0&sync_timestamp=1571176857935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fportfinder%2Fdownload%2Fportfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca" | |
| 7681 | + resolved "https://registry.npm.taobao.org/portfinder/download/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca" | |
| 8082 | 7682 | integrity sha1-JU/TN/+6hp9LnTftwpgFnLTTXso= |
| 8083 | 7683 | dependencies: |
| 8084 | 7684 | async "^2.6.2" |
| ... | ... | @@ -8099,7 +7699,7 @@ postcss-modules-extract-imports@^2.0.0: |
| 8099 | 7699 | |
| 8100 | 7700 | postcss-modules-local-by-default@^2.0.6: |
| 8101 | 7701 | version "2.0.6" |
| 8102 | - resolved "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-2.0.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-2.0.6.tgz#dd9953f6dd476b5fd1ef2d8830c8929760b56e63" | |
| 7702 | + resolved "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-2.0.6.tgz#dd9953f6dd476b5fd1ef2d8830c8929760b56e63" | |
| 8103 | 7703 | integrity sha1-3ZlT9t1Ha1/R7y2IMMiSl2C1bmM= |
| 8104 | 7704 | dependencies: |
| 8105 | 7705 | postcss "^7.0.6" |
| ... | ... | @@ -8107,16 +7707,16 @@ postcss-modules-local-by-default@^2.0.6: |
| 8107 | 7707 | postcss-value-parser "^3.3.1" |
| 8108 | 7708 | |
| 8109 | 7709 | postcss-modules-scope@^2.1.0: |
| 8110 | - version "2.1.0" | |
| 8111 | - resolved "https://registry.npm.taobao.org/postcss-modules-scope/download/postcss-modules-scope-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-scope%2Fdownload%2Fpostcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb" | |
| 8112 | - integrity sha1-rT9b94VhFPb8q5AbBQLiorw51Os= | |
| 7710 | + version "2.1.1" | |
| 7711 | + resolved "https://registry.npm.taobao.org/postcss-modules-scope/download/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba" | |
| 7712 | + integrity sha1-M9T8lGYC616TVcQWXWihBydonbo= | |
| 8113 | 7713 | dependencies: |
| 8114 | 7714 | postcss "^7.0.6" |
| 8115 | 7715 | postcss-selector-parser "^6.0.0" |
| 8116 | 7716 | |
| 8117 | 7717 | postcss-modules-values@^2.0.0: |
| 8118 | 7718 | version "2.0.0" |
| 8119 | - resolved "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64" | |
| 7719 | + resolved "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64" | |
| 8120 | 7720 | integrity sha1-R5tG3Axco9x/pScIUYNrnscVL2Q= |
| 8121 | 7721 | dependencies: |
| 8122 | 7722 | icss-replace-symbols "^1.1.0" |
| ... | ... | @@ -8136,15 +7736,15 @@ postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: |
| 8136 | 7736 | resolved "https://registry.npm.taobao.org/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" |
| 8137 | 7737 | integrity sha1-n/giVH4okyE88cMO+lGsX9G6goE= |
| 8138 | 7738 | |
| 8139 | -postcss-value-parser@^4.0.0: | |
| 7739 | +postcss-value-parser@^4.0.2: | |
| 8140 | 7740 | version "4.0.2" |
| 8141 | 7741 | resolved "https://registry.npm.taobao.org/postcss-value-parser/download/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9" |
| 8142 | 7742 | integrity sha1-SCKCwJpCcG0fyaBptz9E7Ag5Hck= |
| 8143 | 7743 | |
| 8144 | -postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.5, postcss@^7.0.6: | |
| 8145 | - version "7.0.17" | |
| 8146 | - resolved "https://registry.npm.taobao.org/postcss/download/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f" | |
| 8147 | - integrity sha1-TaG9/1Mi1KCsqrTYfz54JDa60x8= | |
| 7744 | +postcss@^7.0.14, postcss@^7.0.23, postcss@^7.0.5, postcss@^7.0.6: | |
| 7745 | + version "7.0.26" | |
| 7746 | + resolved "https://registry.npm.taobao.org/postcss/download/postcss-7.0.26.tgz?cache=0&sync_timestamp=1577751092087&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss%2Fdownload%2Fpostcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587" | |
| 7747 | + integrity sha1-XtYVz8qzW6m7uCQUpPqI6hBClYc= | |
| 8148 | 7748 | dependencies: |
| 8149 | 7749 | chalk "^2.4.2" |
| 8150 | 7750 | source-map "^0.6.1" |
| ... | ... | @@ -8155,11 +7755,6 @@ prelude-ls@~1.1.2: |
| 8155 | 7755 | resolved "https://registry.npm.taobao.org/prelude-ls/download/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" |
| 8156 | 7756 | integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= |
| 8157 | 7757 | |
| 8158 | -prepend-http@^1.0.1: | |
| 8159 | - version "1.0.4" | |
| 8160 | - resolved "https://registry.npm.taobao.org/prepend-http/download/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" | |
| 8161 | - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= | |
| 8162 | - | |
| 8163 | 7758 | prepend-http@^2.0.0: |
| 8164 | 7759 | version "2.0.0" |
| 8165 | 7760 | resolved "https://registry.npm.taobao.org/prepend-http/download/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" |
| ... | ... | @@ -8246,11 +7841,6 @@ property-expr@^1.5.0: |
| 8246 | 7841 | resolved "https://registry.npm.taobao.org/property-expr/download/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f" |
| 8247 | 7842 | integrity sha1-IuhwaJSgyOKNWHNYBPa6OjZzMU8= |
| 8248 | 7843 | |
| 8249 | -proto-list@~1.2.1: | |
| 8250 | - version "1.2.4" | |
| 8251 | - resolved "https://registry.npm.taobao.org/proto-list/download/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" | |
| 8252 | - integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= | |
| 8253 | - | |
| 8254 | 7844 | proxy-addr@~2.0.5: |
| 8255 | 7845 | version "2.0.5" |
| 8256 | 7846 | resolved "https://registry.npm.taobao.org/proxy-addr/download/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34" |
| ... | ... | @@ -8278,15 +7868,10 @@ psd@^3.2.0: |
| 8278 | 7868 | pngjs "3.2.0" |
| 8279 | 7869 | rsvp "~ 3.0.6" |
| 8280 | 7870 | |
| 8281 | -pseudomap@^1.0.2: | |
| 8282 | - version "1.0.2" | |
| 8283 | - resolved "https://registry.npm.taobao.org/pseudomap/download/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | |
| 8284 | - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= | |
| 8285 | - | |
| 8286 | 7871 | psl@^1.1.24, psl@^1.1.28: |
| 8287 | - version "1.3.0" | |
| 8288 | - resolved "https://registry.npm.taobao.org/psl/download/psl-1.3.0.tgz#e1ebf6a3b5564fa8376f3da2275da76d875ca1bd" | |
| 8289 | - integrity sha1-4ev2o7VWT6g3bz2iJ12nbYdcob0= | |
| 7872 | + version "1.7.0" | |
| 7873 | + resolved "https://registry.npm.taobao.org/psl/download/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c" | |
| 7874 | + integrity sha1-8cTEeo75cWfepda79IFtc26ISjw= | |
| 8290 | 7875 | |
| 8291 | 7876 | public-encrypt@^4.0.0: |
| 8292 | 7877 | version "4.0.3" |
| ... | ... | @@ -8348,20 +7933,15 @@ purest@^2.0.1: |
| 8348 | 7933 | extend "2.0.1" |
| 8349 | 7934 | request "2.60.0" |
| 8350 | 7935 | |
| 8351 | -q@^1.1.2: | |
| 8352 | - version "1.5.1" | |
| 8353 | - resolved "https://registry.npm.taobao.org/q/download/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" | |
| 8354 | - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= | |
| 8355 | - | |
| 8356 | 7936 | qs@6.7.0: |
| 8357 | 7937 | version "6.7.0" |
| 8358 | 7938 | resolved "https://registry.npm.taobao.org/qs/download/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" |
| 8359 | 7939 | integrity sha1-QdwaAV49WB8WIXdr4xr7KHapsbw= |
| 8360 | 7940 | |
| 8361 | -qs@^6.4.0, qs@^6.5.1, qs@^6.7.0: | |
| 8362 | - version "6.8.0" | |
| 8363 | - resolved "https://registry.npm.taobao.org/qs/download/qs-6.8.0.tgz#87b763f0d37ca54200334cd57bb2ef8f68a1d081" | |
| 8364 | - integrity sha1-h7dj8NN8pUIAM0zVe7Lvj2ih0IE= | |
| 7941 | +qs@^6.4.0, qs@^6.5.1, qs@^6.5.2, qs@^6.9.1: | |
| 7942 | + version "6.9.1" | |
| 7943 | + resolved "https://registry.npm.taobao.org/qs/download/qs-6.9.1.tgz#20082c65cb78223635ab1a9eaca8875a29bf8ec9" | |
| 7944 | + integrity sha1-IAgsZct4IjY1qxqerKiHWim/jsk= | |
| 8365 | 7945 | |
| 8366 | 7946 | qs@~2.3.3: |
| 8367 | 7947 | version "2.3.3" |
| ... | ... | @@ -8411,7 +7991,7 @@ quick-format-unescaped@^1.1.2: |
| 8411 | 7991 | |
| 8412 | 7992 | raf@^3.4.1: |
| 8413 | 7993 | version "3.4.1" |
| 8414 | - resolved "https://registry.npm.taobao.org/raf/download/raf-3.4.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fraf%2Fdownload%2Fraf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" | |
| 7994 | + resolved "https://registry.npm.taobao.org/raf/download/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" | |
| 8415 | 7995 | integrity sha1-B0LpmkplUvRF1z4+4DKK8P8e3jk= |
| 8416 | 7996 | dependencies: |
| 8417 | 7997 | performance-now "^2.1.0" |
| ... | ... | @@ -8446,7 +8026,7 @@ raw-body@2.4.0: |
| 8446 | 8026 | iconv-lite "0.4.24" |
| 8447 | 8027 | unpipe "1.0.0" |
| 8448 | 8028 | |
| 8449 | -raw-body@^2.2.0: | |
| 8029 | +raw-body@^2.2.0, raw-body@^2.3.3: | |
| 8450 | 8030 | version "2.4.1" |
| 8451 | 8031 | resolved "https://registry.npm.taobao.org/raw-body/download/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" |
| 8452 | 8032 | integrity sha1-MKyC+Yu1rowVLmcUnayNVRU7Fow= |
| ... | ... | @@ -8456,6 +8036,28 @@ raw-body@^2.2.0: |
| 8456 | 8036 | iconv-lite "0.4.24" |
| 8457 | 8037 | unpipe "1.0.0" |
| 8458 | 8038 | |
| 8039 | +rc-input-number@^4.5.0: | |
| 8040 | + version "4.5.3" | |
| 8041 | + resolved "https://registry.npm.taobao.org/rc-input-number/download/rc-input-number-4.5.3.tgz?cache=0&sync_timestamp=1576813549643&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-input-number%2Fdownload%2Frc-input-number-4.5.3.tgz#ed497c727658e870d3f2a5e5a750d1ee71089f43" | |
| 8042 | + integrity sha1-7Ul8cnZY6HDT8qXlp1DR7nEIn0M= | |
| 8043 | + dependencies: | |
| 8044 | + babel-runtime "6.x" | |
| 8045 | + classnames "^2.2.0" | |
| 8046 | + prop-types "^15.5.7" | |
| 8047 | + rc-util "^4.5.1" | |
| 8048 | + rmc-feedback "^2.0.0" | |
| 8049 | + | |
| 8050 | +rc-util@^4.5.1: | |
| 8051 | + version "4.18.1" | |
| 8052 | + resolved "https://registry.npm.taobao.org/rc-util/download/rc-util-4.18.1.tgz?cache=0&sync_timestamp=1577435053296&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-util%2Fdownload%2Frc-util-4.18.1.tgz#5a6312503cd5366ef0bede021dce42d373f404a8" | |
| 8053 | + integrity sha1-WmMSUDzVNm7wvt4CHc5C03P0BKg= | |
| 8054 | + dependencies: | |
| 8055 | + add-dom-event-listener "^1.1.0" | |
| 8056 | + babel-runtime "6.x" | |
| 8057 | + prop-types "^15.5.10" | |
| 8058 | + react-lifecycles-compat "^3.0.4" | |
| 8059 | + shallowequal "^1.1.0" | |
| 8060 | + | |
| 8459 | 8061 | rc@1.2.8, rc@^1.2.7: |
| 8460 | 8062 | version "1.2.8" |
| 8461 | 8063 | resolved "https://registry.npm.taobao.org/rc/download/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" |
| ... | ... | @@ -8467,14 +8069,14 @@ rc@1.2.8, rc@^1.2.7: |
| 8467 | 8069 | strip-json-comments "~2.0.1" |
| 8468 | 8070 | |
| 8469 | 8071 | react-copy-to-clipboard@^5.0.1: |
| 8470 | - version "5.0.1" | |
| 8471 | - resolved "https://registry.npm.taobao.org/react-copy-to-clipboard/download/react-copy-to-clipboard-5.0.1.tgz#8eae107bb400be73132ed3b6a7b4fb156090208e" | |
| 8472 | - integrity sha1-jq4Qe7QAvnMTLtO2p7T7FWCQII4= | |
| 8072 | + version "5.0.2" | |
| 8073 | + resolved "https://registry.npm.taobao.org/react-copy-to-clipboard/download/react-copy-to-clipboard-5.0.2.tgz#d82a437e081e68dfca3761fbd57dbf2abdda1316" | |
| 8074 | + integrity sha1-2CpDfggeaN/KN2H71X2/Kr3aExY= | |
| 8473 | 8075 | dependencies: |
| 8474 | 8076 | copy-to-clipboard "^3" |
| 8475 | 8077 | prop-types "^15.5.8" |
| 8476 | 8078 | |
| 8477 | -react-dates@^21.1.0: | |
| 8079 | +react-dates@^21.1.0, react-dates@^21.5.1: | |
| 8478 | 8080 | version "21.5.1" |
| 8479 | 8081 | resolved "https://registry.npm.taobao.org/react-dates/download/react-dates-21.5.1.tgz#de8d7ff862f08bdf96cc9045721149b7199c21b4" |
| 8480 | 8082 | integrity sha1-3o1/+GLwi9+WzJBFchFJtxmcIbQ= |
| ... | ... | @@ -8525,7 +8127,7 @@ react-dnd@^9.0.1: |
| 8525 | 8127 | |
| 8526 | 8128 | react-dom@^16.9.0: |
| 8527 | 8129 | version "16.12.0" |
| 8528 | - resolved "https://registry.npm.taobao.org/react-dom/download/react-dom-16.12.0.tgz?cache=0&sync_timestamp=1574324697527&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-dom%2Fdownload%2Freact-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11" | |
| 8130 | + resolved "https://registry.npm.taobao.org/react-dom/download/react-dom-16.12.0.tgz?cache=0&sync_timestamp=1576681172997&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-dom%2Fdownload%2Freact-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11" | |
| 8529 | 8131 | integrity sha1-DaS3FLjRPCA4yTlrVKkrrqYz/hE= |
| 8530 | 8132 | dependencies: |
| 8531 | 8133 | loose-envify "^1.1.0" |
| ... | ... | @@ -8555,9 +8157,9 @@ react-input-autosize@^2.2.2: |
| 8555 | 8157 | dependencies: |
| 8556 | 8158 | prop-types "^15.5.8" |
| 8557 | 8159 | |
| 8558 | -react-intl@^2.8.0, react-intl@^2.9.0: | |
| 8160 | +react-intl@^2.8.0: | |
| 8559 | 8161 | version "2.9.0" |
| 8560 | - resolved "https://registry.npm.taobao.org/react-intl/download/react-intl-2.9.0.tgz#c97c5d17d4718f1575fdbd5a769f96018a3b1843" | |
| 8162 | + resolved "https://registry.npm.taobao.org/react-intl/download/react-intl-2.9.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-intl%2Fdownload%2Freact-intl-2.9.0.tgz#c97c5d17d4718f1575fdbd5a769f96018a3b1843" | |
| 8561 | 8163 | integrity sha1-yXxdF9RxjxV1/b1adp+WAYo7GEM= |
| 8562 | 8164 | dependencies: |
| 8563 | 8165 | hoist-non-react-statics "^3.3.0" |
| ... | ... | @@ -8566,14 +8168,9 @@ react-intl@^2.8.0, react-intl@^2.9.0: |
| 8566 | 8168 | intl-relativeformat "^2.1.0" |
| 8567 | 8169 | invariant "^2.1.1" |
| 8568 | 8170 | |
| 8569 | -react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0: | |
| 8570 | - version "16.9.0" | |
| 8571 | - resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" | |
| 8572 | - integrity sha1-IcqVYTmarQ/xp3AcAWg+jKmB7cs= | |
| 8573 | - | |
| 8574 | -react-is@^16.8.6: | |
| 8171 | +react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0: | |
| 8575 | 8172 | version "16.12.0" |
| 8576 | - resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.12.0.tgz?cache=0&sync_timestamp=1574324698951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-is%2Fdownload%2Freact-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" | |
| 8173 | + resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.12.0.tgz?cache=0&sync_timestamp=1576681363662&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-is%2Fdownload%2Freact-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" | |
| 8577 | 8174 | integrity sha1-LMD+D7p0LZf9UnxCoTvsTusGJBw= |
| 8578 | 8175 | |
| 8579 | 8176 | react-lifecycles-compat@^3.0.4: |
| ... | ... | @@ -8588,7 +8185,7 @@ react-loadable@^5.5.0: |
| 8588 | 8185 | dependencies: |
| 8589 | 8186 | prop-types "^15.5.0" |
| 8590 | 8187 | |
| 8591 | -react-moment-proptypes@^1.6.0: | |
| 8188 | +react-moment-proptypes@^1.6.0, react-moment-proptypes@^1.7.0: | |
| 8592 | 8189 | version "1.7.0" |
| 8593 | 8190 | resolved "https://registry.npm.taobao.org/react-moment-proptypes/download/react-moment-proptypes-1.7.0.tgz#89881479840a76c13574a86e3bb214c4ba564e7a" |
| 8594 | 8191 | integrity sha1-iYgUeYQKdsE1dKhuO7IUxLpWTno= |
| ... | ... | @@ -8652,18 +8249,6 @@ react-redux@7.0.2: |
| 8652 | 8249 | react-is "^16.8.6" |
| 8653 | 8250 | |
| 8654 | 8251 | react-redux@^7.0.2: |
| 8655 | - version "7.1.1" | |
| 8656 | - resolved "https://registry.npm.taobao.org/react-redux/download/react-redux-7.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-redux%2Fdownload%2Freact-redux-7.1.1.tgz#ce6eee1b734a7a76e0788b3309bf78ff6b34fa0a" | |
| 8657 | - integrity sha1-zm7uG3NKenbgeIszCb94/2s0+go= | |
| 8658 | - dependencies: | |
| 8659 | - "@babel/runtime" "^7.5.5" | |
| 8660 | - hoist-non-react-statics "^3.3.0" | |
| 8661 | - invariant "^2.2.4" | |
| 8662 | - loose-envify "^1.4.0" | |
| 8663 | - prop-types "^15.7.2" | |
| 8664 | - react-is "^16.9.0" | |
| 8665 | - | |
| 8666 | -react-redux@^7.0.3: | |
| 8667 | 8252 | version "7.1.3" |
| 8668 | 8253 | resolved "https://registry.npm.taobao.org/react-redux/download/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79" |
| 8669 | 8254 | integrity sha1-cXo9e746Gy1TXJSIXOBM3Foz/Hk= |
| ... | ... | @@ -8676,22 +8261,22 @@ react-redux@^7.0.3: |
| 8676 | 8261 | react-is "^16.9.0" |
| 8677 | 8262 | |
| 8678 | 8263 | react-router-dom@^5.0.0: |
| 8679 | - version "5.0.1" | |
| 8680 | - resolved "https://registry.npm.taobao.org/react-router-dom/download/react-router-dom-5.0.1.tgz#ee66f4a5d18b6089c361958e443489d6bab714be" | |
| 8681 | - integrity sha1-7mb0pdGLYInDYZWORDSJ1rq3FL4= | |
| 8264 | + version "5.1.2" | |
| 8265 | + resolved "https://registry.npm.taobao.org/react-router-dom/download/react-router-dom-5.1.2.tgz#06701b834352f44d37fbb6311f870f84c76b9c18" | |
| 8266 | + integrity sha1-BnAbg0NS9E03+7YxH4cPhMdrnBg= | |
| 8682 | 8267 | dependencies: |
| 8683 | 8268 | "@babel/runtime" "^7.1.2" |
| 8684 | 8269 | history "^4.9.0" |
| 8685 | 8270 | loose-envify "^1.3.1" |
| 8686 | 8271 | prop-types "^15.6.2" |
| 8687 | - react-router "5.0.1" | |
| 8272 | + react-router "5.1.2" | |
| 8688 | 8273 | tiny-invariant "^1.0.2" |
| 8689 | 8274 | tiny-warning "^1.0.0" |
| 8690 | 8275 | |
| 8691 | -react-router@5.0.1, react-router@^5.0.0: | |
| 8692 | - version "5.0.1" | |
| 8693 | - resolved "https://registry.npm.taobao.org/react-router/download/react-router-5.0.1.tgz#04ee77df1d1ab6cb8939f9f01ad5702dbadb8b0f" | |
| 8694 | - integrity sha1-BO533x0atsuJOfnwGtVwLbrbiw8= | |
| 8276 | +react-router@5.1.2, react-router@^5.0.0: | |
| 8277 | + version "5.1.2" | |
| 8278 | + resolved "https://registry.npm.taobao.org/react-router/download/react-router-5.1.2.tgz#6ea51d789cb36a6be1ba5f7c0d48dd9e817d3418" | |
| 8279 | + integrity sha1-bqUdeJyzamvhul98DUjdnoF9NBg= | |
| 8695 | 8280 | dependencies: |
| 8696 | 8281 | "@babel/runtime" "^7.1.2" |
| 8697 | 8282 | history "^4.9.0" |
| ... | ... | @@ -8735,15 +8320,17 @@ react-transition-group@^2.2.1, react-transition-group@^2.3.1, react-transition-g |
| 8735 | 8320 | prop-types "^15.6.2" |
| 8736 | 8321 | react-lifecycles-compat "^3.0.4" |
| 8737 | 8322 | |
| 8738 | -react-transition-group@^4.0.1: | |
| 8739 | - version "4.3.0" | |
| 8740 | - resolved "https://registry.npm.taobao.org/react-transition-group/download/react-transition-group-4.3.0.tgz#fea832e386cf8796c58b61874a3319704f5ce683" | |
| 8741 | - integrity sha1-/qgy44bPh5bFi2GHSjMZcE9c5oM= | |
| 8323 | +react-virtualized@^9.21.2: | |
| 8324 | + version "9.21.2" | |
| 8325 | + resolved "https://registry.npm.taobao.org/react-virtualized/download/react-virtualized-9.21.2.tgz#02e6df65c1e020c8dbf574ec4ce971652afca84e" | |
| 8326 | + integrity sha1-AubfZcHgIMjb9XTsTOlxZSr8qE4= | |
| 8742 | 8327 | dependencies: |
| 8743 | - "@babel/runtime" "^7.5.5" | |
| 8744 | - dom-helpers "^5.0.1" | |
| 8745 | - loose-envify "^1.4.0" | |
| 8746 | - prop-types "^15.6.2" | |
| 8328 | + babel-runtime "^6.26.0" | |
| 8329 | + clsx "^1.0.1" | |
| 8330 | + dom-helpers "^5.0.0" | |
| 8331 | + loose-envify "^1.3.0" | |
| 8332 | + prop-types "^15.6.0" | |
| 8333 | + react-lifecycles-compat "^3.0.4" | |
| 8747 | 8334 | |
| 8748 | 8335 | react-with-direction@^1.3.1: |
| 8749 | 8336 | version "1.3.1" |
| ... | ... | @@ -8780,7 +8367,7 @@ react-with-styles@^4.1.0: |
| 8780 | 8367 | |
| 8781 | 8368 | react@^16.9.0: |
| 8782 | 8369 | version "16.12.0" |
| 8783 | - resolved "https://registry.npm.taobao.org/react/download/react-16.12.0.tgz?cache=0&sync_timestamp=1574323587169&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact%2Fdownload%2Freact-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83" | |
| 8370 | + resolved "https://registry.npm.taobao.org/react/download/react-16.12.0.tgz?cache=0&sync_timestamp=1576681172403&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact%2Fdownload%2Freact-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83" | |
| 8784 | 8371 | integrity sha1-DAqcahQkKeNhSDTVp3jhiqeKC4M= |
| 8785 | 8372 | dependencies: |
| 8786 | 8373 | loose-envify "^1.1.0" |
| ... | ... | @@ -8800,7 +8387,7 @@ reactstrap@^5.0.0: |
| 8800 | 8387 | react-popper "^0.8.3" |
| 8801 | 8388 | react-transition-group "^2.2.1" |
| 8802 | 8389 | |
| 8803 | -reactstrap@^8.0.0, reactstrap@^8.0.1: | |
| 8390 | +reactstrap@^8.0.1: | |
| 8804 | 8391 | version "8.2.0" |
| 8805 | 8392 | resolved "https://registry.npm.taobao.org/reactstrap/download/reactstrap-8.2.0.tgz#10153163e45941b9397ffd6f5d3301b4bc83c215" |
| 8806 | 8393 | integrity sha1-EBUxY+RZQbk5f/1vXTMBtLyDwhU= |
| ... | ... | @@ -8812,41 +8399,37 @@ reactstrap@^8.0.0, reactstrap@^8.0.1: |
| 8812 | 8399 | react-popper "^1.3.3" |
| 8813 | 8400 | react-transition-group "^2.3.1" |
| 8814 | 8401 | |
| 8815 | -read-pkg-up@^1.0.1: | |
| 8816 | - version "1.0.1" | |
| 8817 | - resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" | |
| 8818 | - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= | |
| 8819 | - dependencies: | |
| 8820 | - find-up "^1.0.0" | |
| 8821 | - read-pkg "^1.0.0" | |
| 8822 | - | |
| 8823 | 8402 | read-pkg-up@^2.0.0: |
| 8824 | 8403 | version "2.0.0" |
| 8825 | - resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" | |
| 8404 | + resolved "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-2.0.0.tgz?cache=0&sync_timestamp=1575620499078&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fread-pkg-up%2Fdownload%2Fread-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" | |
| 8826 | 8405 | integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= |
| 8827 | 8406 | dependencies: |
| 8828 | 8407 | find-up "^2.0.0" |
| 8829 | 8408 | read-pkg "^2.0.0" |
| 8830 | 8409 | |
| 8831 | -read-pkg@^1.0.0: | |
| 8832 | - version "1.1.0" | |
| 8833 | - resolved "https://registry.npm.taobao.org/read-pkg/download/read-pkg-1.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fread-pkg%2Fdownload%2Fread-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" | |
| 8834 | - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= | |
| 8835 | - dependencies: | |
| 8836 | - load-json-file "^1.0.0" | |
| 8837 | - normalize-package-data "^2.3.2" | |
| 8838 | - path-type "^1.0.0" | |
| 8839 | - | |
| 8840 | 8410 | read-pkg@^2.0.0: |
| 8841 | 8411 | version "2.0.0" |
| 8842 | - resolved "https://registry.npm.taobao.org/read-pkg/download/read-pkg-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fread-pkg%2Fdownload%2Fread-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" | |
| 8412 | + resolved "https://registry.npm.taobao.org/read-pkg/download/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" | |
| 8843 | 8413 | integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= |
| 8844 | 8414 | dependencies: |
| 8845 | 8415 | load-json-file "^2.0.0" |
| 8846 | 8416 | normalize-package-data "^2.3.2" |
| 8847 | 8417 | path-type "^2.0.0" |
| 8848 | 8418 | |
| 8849 | -"readable-stream@1 || 2", readable-stream@2.3.6, readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6: | |
| 8419 | +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: | |
| 8420 | + version "2.3.7" | |
| 8421 | + resolved "https://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" | |
| 8422 | + integrity sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c= | |
| 8423 | + dependencies: | |
| 8424 | + core-util-is "~1.0.0" | |
| 8425 | + inherits "~2.0.3" | |
| 8426 | + isarray "~1.0.0" | |
| 8427 | + process-nextick-args "~2.0.0" | |
| 8428 | + safe-buffer "~5.1.1" | |
| 8429 | + string_decoder "~1.1.1" | |
| 8430 | + util-deprecate "~1.0.1" | |
| 8431 | + | |
| 8432 | +readable-stream@2.3.6: | |
| 8850 | 8433 | version "2.3.6" |
| 8851 | 8434 | resolved "https://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" |
| 8852 | 8435 | integrity sha1-sRwn2IuP8fvgcGQ8+UsMea4bCq8= |
| ... | ... | @@ -8882,19 +8465,19 @@ readable-stream@~2.0.5: |
| 8882 | 8465 | |
| 8883 | 8466 | readdirp@^2.2.1: |
| 8884 | 8467 | version "2.2.1" |
| 8885 | - resolved "https://registry.npm.taobao.org/readdirp/download/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" | |
| 8468 | + resolved "https://registry.npm.taobao.org/readdirp/download/readdirp-2.2.1.tgz?cache=0&sync_timestamp=1575629920252&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freaddirp%2Fdownload%2Freaddirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" | |
| 8886 | 8469 | integrity sha1-DodiKjMlqjPokihcr4tOhGUppSU= |
| 8887 | 8470 | dependencies: |
| 8888 | 8471 | graceful-fs "^4.1.11" |
| 8889 | 8472 | micromatch "^3.1.10" |
| 8890 | 8473 | readable-stream "^2.0.2" |
| 8891 | 8474 | |
| 8892 | -readdirp@~3.2.0: | |
| 8893 | - version "3.2.0" | |
| 8894 | - resolved "https://registry.npm.taobao.org/readdirp/download/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839" | |
| 8895 | - integrity sha1-wwwzNSsSyW37S4lUIaSf1alZODk= | |
| 8475 | +readdirp@~3.3.0: | |
| 8476 | + version "3.3.0" | |
| 8477 | + resolved "https://registry.npm.taobao.org/readdirp/download/readdirp-3.3.0.tgz?cache=0&sync_timestamp=1575629920252&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freaddirp%2Fdownload%2Freaddirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17" | |
| 8478 | + integrity sha1-mERY0ToeQuLp9YQbEp4WLzaa/xc= | |
| 8896 | 8479 | dependencies: |
| 8897 | - picomatch "^2.0.4" | |
| 8480 | + picomatch "^2.0.7" | |
| 8898 | 8481 | |
| 8899 | 8482 | recast@~0.11.12: |
| 8900 | 8483 | version "0.11.23" |
| ... | ... | @@ -8913,14 +8496,6 @@ rechoir@^0.6.2: |
| 8913 | 8496 | dependencies: |
| 8914 | 8497 | resolve "^1.1.6" |
| 8915 | 8498 | |
| 8916 | -redent@^1.0.0: | |
| 8917 | - version "1.0.0" | |
| 8918 | - resolved "https://registry.npm.taobao.org/redent/download/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" | |
| 8919 | - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= | |
| 8920 | - dependencies: | |
| 8921 | - indent-string "^2.1.0" | |
| 8922 | - strip-indent "^1.0.1" | |
| 8923 | - | |
| 8924 | 8499 | redis-commands@*, redis-commands@^1.2.0: |
| 8925 | 8500 | version "1.5.0" |
| 8926 | 8501 | resolved "https://registry.npm.taobao.org/redis-commands/download/redis-commands-1.5.0.tgz#80d2e20698fe688f227127ff9e5164a7dd17e785" |
| ... | ... | @@ -8951,9 +8526,9 @@ redux-saga@^0.16.0: |
| 8951 | 8526 | integrity sha1-mTZi6GvJRdhQmsK42ro6jGFcyXE= |
| 8952 | 8527 | |
| 8953 | 8528 | redux@^4.0.1, redux@^4.0.4: |
| 8954 | - version "4.0.4" | |
| 8955 | - resolved "https://registry.npm.taobao.org/redux/download/redux-4.0.4.tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796" | |
| 8956 | - integrity sha1-TuGusWS2PWobzFeuSqC25vp6N5Y= | |
| 8529 | + version "4.0.5" | |
| 8530 | + resolved "https://registry.npm.taobao.org/redux/download/redux-4.0.5.tgz?cache=0&sync_timestamp=1577154206919&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fredux%2Fdownload%2Fredux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" | |
| 8531 | + integrity sha1-TbXeWBbheJHeioDEJCMtBvBR2T8= | |
| 8957 | 8532 | dependencies: |
| 8958 | 8533 | loose-envify "^1.4.0" |
| 8959 | 8534 | symbol-observable "^1.2.0" |
| ... | ... | @@ -8975,6 +8550,11 @@ regenerate@^1.4.0: |
| 8975 | 8550 | resolved "https://registry.npm.taobao.org/regenerate/download/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" |
| 8976 | 8551 | integrity sha1-SoVuxLVuQHfFV1icroXnpMiGmhE= |
| 8977 | 8552 | |
| 8553 | +regenerator-runtime@^0.11.0: | |
| 8554 | + version "0.11.1" | |
| 8555 | + resolved "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" | |
| 8556 | + integrity sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk= | |
| 8557 | + | |
| 8978 | 8558 | regenerator-runtime@^0.13.2: |
| 8979 | 8559 | version "0.13.3" |
| 8980 | 8560 | resolved "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" |
| ... | ... | @@ -8997,17 +8577,12 @@ regex-not@^1.0.0, regex-not@^1.0.2: |
| 8997 | 8577 | |
| 8998 | 8578 | regexp-clone@1.0.0, regexp-clone@^1.0.0: |
| 8999 | 8579 | version "1.0.0" |
| 9000 | - resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-1.0.0.tgz#222db967623277056260b992626354a04ce9bf63" | |
| 9001 | - integrity sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw== | |
| 9002 | - | |
| 9003 | -regexp-tree@^0.1.6: | |
| 9004 | - version "0.1.13" | |
| 9005 | - resolved "https://registry.npm.taobao.org/regexp-tree/download/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f" | |
| 9006 | - integrity sha1-Wxmrk3ftxovDZ5JWhAuymvwVjX8= | |
| 8580 | + resolved "https://registry.npm.taobao.org/regexp-clone/download/regexp-clone-1.0.0.tgz#222db967623277056260b992626354a04ce9bf63" | |
| 8581 | + integrity sha1-Ii25Z2IydwViYLmSYmNUoEzpv2M= | |
| 9007 | 8582 | |
| 9008 | 8583 | regexp.prototype.flags@^1.2.0: |
| 9009 | 8584 | version "1.3.0" |
| 9010 | - resolved "https://registry.npm.taobao.org/regexp.prototype.flags/download/regexp.prototype.flags-1.3.0.tgz?cache=0&sync_timestamp=1576388236739&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexp.prototype.flags%2Fdownload%2Fregexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" | |
| 8585 | + resolved "https://registry.npm.taobao.org/regexp.prototype.flags/download/regexp.prototype.flags-1.3.0.tgz?cache=0&sync_timestamp=1576388141321&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexp.prototype.flags%2Fdownload%2Fregexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" | |
| 9011 | 8586 | integrity sha1-erqJs8E6ZFCdq888qNn7ub31y3U= |
| 9012 | 8587 | dependencies: |
| 9013 | 8588 | define-properties "^1.1.3" |
| ... | ... | @@ -9018,10 +8593,10 @@ regexpp@^2.0.1: |
| 9018 | 8593 | resolved "https://registry.npm.taobao.org/regexpp/download/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" |
| 9019 | 8594 | integrity sha1-jRnTHPYySCtYkEn4KB+T28uk0H8= |
| 9020 | 8595 | |
| 9021 | -regexpu-core@^4.5.4: | |
| 9022 | - version "4.5.5" | |
| 9023 | - resolved "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.5.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexpu-core%2Fdownload%2Fregexpu-core-4.5.5.tgz#aaffe61c2af58269b3e516b61a73790376326411" | |
| 9024 | - integrity sha1-qv/mHCr1gmmz5Ra2GnN5A3YyZBE= | |
| 8596 | +regexpu-core@^4.6.0: | |
| 8597 | + version "4.6.0" | |
| 8598 | + resolved "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6" | |
| 8599 | + integrity sha1-IDfBizJ8/Oim/qKk7EQfJDKvuLY= | |
| 9025 | 8600 | dependencies: |
| 9026 | 8601 | regenerate "^1.4.0" |
| 9027 | 8602 | regenerate-unicode-properties "^8.1.0" |
| ... | ... | @@ -9031,14 +8606,14 @@ regexpu-core@^4.5.4: |
| 9031 | 8606 | unicode-match-property-value-ecmascript "^1.1.0" |
| 9032 | 8607 | |
| 9033 | 8608 | regjsgen@^0.5.0: |
| 9034 | - version "0.5.0" | |
| 9035 | - resolved "https://registry.npm.taobao.org/regjsgen/download/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd" | |
| 9036 | - integrity sha1-p2NNwI+JIJwgSa3aNSVxH7lyZd0= | |
| 8609 | + version "0.5.1" | |
| 8610 | + resolved "https://registry.npm.taobao.org/regjsgen/download/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c" | |
| 8611 | + integrity sha1-SPC/Gl6iBRlpKcDZeYtC0e2YRDw= | |
| 9037 | 8612 | |
| 9038 | 8613 | regjsparser@^0.6.0: |
| 9039 | - version "0.6.0" | |
| 9040 | - resolved "https://registry.npm.taobao.org/regjsparser/download/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c" | |
| 9041 | - integrity sha1-8eaui32iuulsmTmbhozWyTOiupw= | |
| 8614 | + version "0.6.2" | |
| 8615 | + resolved "https://registry.npm.taobao.org/regjsparser/download/regjsparser-0.6.2.tgz#fd62c753991467d9d1ffe0a9f67f27a529024b96" | |
| 8616 | + integrity sha1-/WLHU5kUZ9nR/+Cp9n8npSkCS5Y= | |
| 9042 | 8617 | dependencies: |
| 9043 | 8618 | jsesc "~0.5.0" |
| 9044 | 8619 | |
| ... | ... | @@ -9047,6 +8622,11 @@ relateurl@0.2.x: |
| 9047 | 8622 | resolved "https://registry.npm.taobao.org/relateurl/download/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" |
| 9048 | 8623 | integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= |
| 9049 | 8624 | |
| 8625 | +remove-accents@0.4.2: | |
| 8626 | + version "0.4.2" | |
| 8627 | + resolved "https://registry.npm.taobao.org/remove-accents/download/remove-accents-0.4.2.tgz#0a43d3aaae1e80db919e07ae254b285d9e1c7bb5" | |
| 8628 | + integrity sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U= | |
| 8629 | + | |
| 9050 | 8630 | remove-markdown@^0.2.2: |
| 9051 | 8631 | version "0.2.2" |
| 9052 | 8632 | resolved "https://registry.npm.taobao.org/remove-markdown/download/remove-markdown-0.2.2.tgz#66b0ceeba9fb77ca9636bb1b0307ce21a32a12a6" |
| ... | ... | @@ -9078,18 +8658,6 @@ repeat-string@^1.6.1: |
| 9078 | 8658 | resolved "https://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
| 9079 | 8659 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
| 9080 | 8660 | |
| 9081 | -repeating@^2.0.0: | |
| 9082 | - version "2.0.1" | |
| 9083 | - resolved "https://registry.npm.taobao.org/repeating/download/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" | |
| 9084 | - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= | |
| 9085 | - dependencies: | |
| 9086 | - is-finite "^1.0.0" | |
| 9087 | - | |
| 9088 | -replace-ext@^1.0.0: | |
| 9089 | - version "1.0.0" | |
| 9090 | - resolved "https://registry.npm.taobao.org/replace-ext/download/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" | |
| 9091 | - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= | |
| 9092 | - | |
| 9093 | 8661 | reportback@^2.0.2: |
| 9094 | 8662 | version "2.0.2" |
| 9095 | 8663 | resolved "https://registry.npm.taobao.org/reportback/download/reportback-2.0.2.tgz#8957ff5f6b1675e0284c1a14001a24463c0f9900" |
| ... | ... | @@ -9098,7 +8666,7 @@ reportback@^2.0.2: |
| 9098 | 8666 | captains-log "^2.0.2" |
| 9099 | 8667 | switchback "^2.0.1" |
| 9100 | 8668 | |
| 9101 | -request-compose@^1.2.0: | |
| 8669 | +request-compose@^1.2.1: | |
| 9102 | 8670 | version "1.2.1" |
| 9103 | 8671 | resolved "https://registry.npm.taobao.org/request-compose/download/request-compose-1.2.1.tgz#acb500bb8a3d3ad278ad2caf8f9fdf4494d2bf5d" |
| 9104 | 8672 | integrity sha1-rLUAu4o9OtJ4rSyvj5/fRJTSv10= |
| ... | ... | @@ -9180,8 +8748,8 @@ require-main-filename@^2.0.0: |
| 9180 | 8748 | |
| 9181 | 8749 | require_optional@^1.0.1: |
| 9182 | 8750 | version "1.0.1" |
| 9183 | - resolved "https://registry.yarnpkg.com/require_optional/-/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e" | |
| 9184 | - integrity sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g== | |
| 8751 | + resolved "https://registry.npm.taobao.org/require_optional/download/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e" | |
| 8752 | + integrity sha1-TPNaQkf2TKPfjC7yCMxJSxyo/C4= | |
| 9185 | 8753 | dependencies: |
| 9186 | 8754 | resolve-from "^2.0.0" |
| 9187 | 8755 | semver "^5.1.0" |
| ... | ... | @@ -9196,11 +8764,6 @@ reselect@^3.0.1: |
| 9196 | 8764 | resolved "https://registry.npm.taobao.org/reselect/download/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147" |
| 9197 | 8765 | integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc= |
| 9198 | 8766 | |
| 9199 | -reselect@^4.0.0: | |
| 9200 | - version "4.0.0" | |
| 9201 | - resolved "https://registry.npm.taobao.org/reselect/download/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7" | |
| 9202 | - integrity sha1-8lKYMOXT0OAhQIskaiBu9OpEN/c= | |
| 9203 | - | |
| 9204 | 8767 | resolve-cwd@^2.0.0: |
| 9205 | 8768 | version "2.0.0" |
| 9206 | 8769 | resolved "https://registry.npm.taobao.org/resolve-cwd/download/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" |
| ... | ... | @@ -9225,7 +8788,7 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1: |
| 9225 | 8788 | |
| 9226 | 8789 | resolve-from@^2.0.0: |
| 9227 | 8790 | version "2.0.0" |
| 9228 | - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" | |
| 8791 | + resolved "https://registry.npm.taobao.org/resolve-from/download/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" | |
| 9229 | 8792 | integrity sha1-lICrIOlP+h2egKgEx+oUdhGWa1c= |
| 9230 | 8793 | |
| 9231 | 8794 | resolve-from@^3.0.0: |
| ... | ... | @@ -9251,30 +8814,23 @@ resolve-path@^1.4.0: |
| 9251 | 8814 | http-errors "~1.6.2" |
| 9252 | 8815 | path-is-absolute "1.0.1" |
| 9253 | 8816 | |
| 9254 | -resolve-pathname@^2.2.0: | |
| 9255 | - version "2.2.0" | |
| 9256 | - resolved "https://registry.npm.taobao.org/resolve-pathname/download/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879" | |
| 9257 | - integrity sha1-fpriHtgV/WOrGJre7mTcgx7vqHk= | |
| 8817 | +resolve-pathname@^3.0.0: | |
| 8818 | + version "3.0.0" | |
| 8819 | + resolved "https://registry.npm.taobao.org/resolve-pathname/download/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" | |
| 8820 | + integrity sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0= | |
| 9258 | 8821 | |
| 9259 | 8822 | resolve-url@^0.2.1: |
| 9260 | 8823 | version "0.2.1" |
| 9261 | 8824 | resolved "https://registry.npm.taobao.org/resolve-url/download/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" |
| 9262 | 8825 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= |
| 9263 | 8826 | |
| 9264 | -resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: | |
| 9265 | - version "1.12.0" | |
| 9266 | - resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" | |
| 9267 | - integrity sha1-P8ZEo1yEpIVUYJ/ybsUrZvpXffY= | |
| 8827 | +resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.8.1: | |
| 8828 | + version "1.14.2" | |
| 8829 | + resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2" | |
| 8830 | + integrity sha1-2/MdD6mLHymqUWl4O5wpDLhl/qI= | |
| 9268 | 8831 | dependencies: |
| 9269 | 8832 | path-parse "^1.0.6" |
| 9270 | 8833 | |
| 9271 | -responselike@1.0.2: | |
| 9272 | - version "1.0.2" | |
| 9273 | - resolved "https://registry.npm.taobao.org/responselike/download/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" | |
| 9274 | - integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= | |
| 9275 | - dependencies: | |
| 9276 | - lowercase-keys "^1.0.0" | |
| 9277 | - | |
| 9278 | 8834 | restore-cursor@^2.0.0: |
| 9279 | 8835 | version "2.0.0" |
| 9280 | 8836 | resolved "https://registry.npm.taobao.org/restore-cursor/download/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" |
| ... | ... | @@ -9283,19 +8839,27 @@ restore-cursor@^2.0.0: |
| 9283 | 8839 | onetime "^2.0.0" |
| 9284 | 8840 | signal-exit "^3.0.2" |
| 9285 | 8841 | |
| 8842 | +restore-cursor@^3.1.0: | |
| 8843 | + version "3.1.0" | |
| 8844 | + resolved "https://registry.npm.taobao.org/restore-cursor/download/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" | |
| 8845 | + integrity sha1-OfZ8VLOnpYzqUjbZXPADQjljH34= | |
| 8846 | + dependencies: | |
| 8847 | + onetime "^5.1.0" | |
| 8848 | + signal-exit "^3.0.2" | |
| 8849 | + | |
| 9286 | 8850 | ret@~0.1.10: |
| 9287 | 8851 | version "0.1.15" |
| 9288 | 8852 | resolved "https://registry.npm.taobao.org/ret/download/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" |
| 9289 | 8853 | integrity sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w= |
| 9290 | 8854 | |
| 9291 | -retry-as-promised@^3.1.0: | |
| 8855 | +retry-as-promised@^3.2.0: | |
| 9292 | 8856 | version "3.2.0" |
| 9293 | 8857 | resolved "https://registry.npm.taobao.org/retry-as-promised/download/retry-as-promised-3.2.0.tgz#769f63d536bec4783549db0777cb56dadd9d8543" |
| 9294 | 8858 | integrity sha1-dp9j1Ta+xHg1SdsHd8tW2t2dhUM= |
| 9295 | 8859 | dependencies: |
| 9296 | 8860 | any-promise "^1.3.0" |
| 9297 | 8861 | |
| 9298 | -retry@^0.12.0: | |
| 8862 | +retry@0.12.0, retry@^0.12.0: | |
| 9299 | 8863 | version "0.12.0" |
| 9300 | 8864 | resolved "https://registry.npm.taobao.org/retry/download/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" |
| 9301 | 8865 | integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= |
| ... | ... | @@ -9322,6 +8886,14 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: |
| 9322 | 8886 | hash-base "^3.0.0" |
| 9323 | 8887 | inherits "^2.0.1" |
| 9324 | 8888 | |
| 8889 | +rmc-feedback@^2.0.0: | |
| 8890 | + version "2.0.0" | |
| 8891 | + resolved "https://registry.npm.taobao.org/rmc-feedback/download/rmc-feedback-2.0.0.tgz#cbc6cb3ae63c7a635eef0e25e4fbaf5ac366eeaa" | |
| 8892 | + integrity sha1-y8bLOuY8emNe7w4l5PuvWsNm7qo= | |
| 8893 | + dependencies: | |
| 8894 | + babel-runtime "6.x" | |
| 8895 | + classnames "^2.2.5" | |
| 8896 | + | |
| 9325 | 8897 | "rsvp@~ 3.0.6": |
| 9326 | 8898 | version "3.0.21" |
| 9327 | 8899 | resolved "https://registry.npm.taobao.org/rsvp/download/rsvp-3.0.21.tgz#49c588fe18ef293bcd0ab9f4e6756e6ac433359f" |
| ... | ... | @@ -9341,10 +8913,10 @@ run-queue@^1.0.0, run-queue@^1.0.3: |
| 9341 | 8913 | dependencies: |
| 9342 | 8914 | aproba "^1.1.1" |
| 9343 | 8915 | |
| 9344 | -rxjs@^6.4.0: | |
| 9345 | - version "6.5.2" | |
| 9346 | - resolved "https://registry.npm.taobao.org/rxjs/download/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7" | |
| 9347 | - integrity sha1-LjXOgVzUbYTQKiCftOWSHgUdvsc= | |
| 8916 | +rxjs@^6.4.0, rxjs@^6.5.3: | |
| 8917 | + version "6.5.4" | |
| 8918 | + resolved "https://registry.npm.taobao.org/rxjs/download/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c" | |
| 8919 | + integrity sha1-4Hd/4NGEzseHLfFH8wNXLUFOIRw= | |
| 9348 | 8920 | dependencies: |
| 9349 | 8921 | tslib "^1.9.0" |
| 9350 | 8922 | |
| ... | ... | @@ -9355,8 +8927,8 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: |
| 9355 | 8927 | |
| 9356 | 8928 | safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: |
| 9357 | 8929 | version "5.2.0" |
| 9358 | - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" | |
| 9359 | - integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== | |
| 8930 | + resolved "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" | |
| 8931 | + integrity sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk= | |
| 9360 | 8932 | |
| 9361 | 8933 | safe-regex@^1.1.0: |
| 9362 | 8934 | version "1.1.0" |
| ... | ... | @@ -9367,7 +8939,7 @@ safe-regex@^1.1.0: |
| 9367 | 8939 | |
| 9368 | 8940 | "safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: |
| 9369 | 8941 | version "2.1.2" |
| 9370 | - resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsafer-buffer%2Fdownload%2Fsafer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | |
| 8942 | + resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | |
| 9371 | 8943 | integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo= |
| 9372 | 8944 | |
| 9373 | 8945 | sanitize.css@^4.1.0: |
| ... | ... | @@ -9377,19 +8949,19 @@ sanitize.css@^4.1.0: |
| 9377 | 8949 | |
| 9378 | 8950 | saslprep@^1.0.0: |
| 9379 | 8951 | version "1.0.3" |
| 9380 | - resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.3.tgz#4c02f946b56cf54297e347ba1093e7acac4cf226" | |
| 9381 | - integrity sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag== | |
| 8952 | + resolved "https://registry.npm.taobao.org/saslprep/download/saslprep-1.0.3.tgz#4c02f946b56cf54297e347ba1093e7acac4cf226" | |
| 8953 | + integrity sha1-TAL5RrVs9UKX40e6EJPnrKxM8iY= | |
| 9382 | 8954 | dependencies: |
| 9383 | 8955 | sparse-bitfield "^3.0.3" |
| 9384 | 8956 | |
| 9385 | -sax@^1.2.4, sax@~1.2.4: | |
| 8957 | +sax@^1.2.4: | |
| 9386 | 8958 | version "1.2.4" |
| 9387 | 8959 | resolved "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" |
| 9388 | 8960 | integrity sha1-KBYjTiN4vdxOU1T6tcqold9xANk= |
| 9389 | 8961 | |
| 9390 | 8962 | scheduler@^0.18.0: |
| 9391 | 8963 | version "0.18.0" |
| 9392 | - resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.18.0.tgz?cache=0&sync_timestamp=1574324701610&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fscheduler%2Fdownload%2Fscheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" | |
| 8964 | + resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" | |
| 9393 | 8965 | integrity sha1-WQGtZlm8HY8/2vNut6Z7DWdGscQ= |
| 9394 | 8966 | dependencies: |
| 9395 | 8967 | loose-envify "^1.1.0" |
| ... | ... | @@ -9397,20 +8969,13 @@ scheduler@^0.18.0: |
| 9397 | 8969 | |
| 9398 | 8970 | schema-utils@^1.0.0: |
| 9399 | 8971 | version "1.0.0" |
| 9400 | - resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" | |
| 8972 | + resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1574946791935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" | |
| 9401 | 8973 | integrity sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A= |
| 9402 | 8974 | dependencies: |
| 9403 | 8975 | ajv "^6.1.0" |
| 9404 | 8976 | ajv-errors "^1.0.0" |
| 9405 | 8977 | ajv-keywords "^3.1.0" |
| 9406 | 8978 | |
| 9407 | -seek-bzip@^1.0.5: | |
| 9408 | - version "1.0.5" | |
| 9409 | - resolved "https://registry.npm.taobao.org/seek-bzip/download/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc" | |
| 9410 | - integrity sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w= | |
| 9411 | - dependencies: | |
| 9412 | - commander "~2.8.1" | |
| 9413 | - | |
| 9414 | 8979 | select-hose@^2.0.0: |
| 9415 | 8980 | version "2.0.0" |
| 9416 | 8981 | resolved "https://registry.npm.taobao.org/select-hose/download/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" |
| ... | ... | @@ -9423,31 +8988,24 @@ selfsigned@^1.10.7: |
| 9423 | 8988 | dependencies: |
| 9424 | 8989 | node-forge "0.9.0" |
| 9425 | 8990 | |
| 9426 | -semver-regex@^2.0.0: | |
| 9427 | - version "2.0.0" | |
| 9428 | - resolved "https://registry.npm.taobao.org/semver-regex/download/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338" | |
| 9429 | - integrity sha1-qTwsWERTmncCMzeRB7OMe0rJ0zg= | |
| 9430 | - | |
| 9431 | -semver-truncate@^1.1.2: | |
| 9432 | - version "1.1.2" | |
| 9433 | - resolved "https://registry.npm.taobao.org/semver-truncate/download/semver-truncate-1.1.2.tgz#57f41de69707a62709a7e0104ba2117109ea47e8" | |
| 9434 | - integrity sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g= | |
| 9435 | - dependencies: | |
| 9436 | - semver "^5.3.0" | |
| 9437 | - | |
| 9438 | 8991 | "semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: |
| 9439 | 8992 | version "5.7.1" |
| 9440 | - resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | |
| 8993 | + resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | |
| 9441 | 8994 | integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc= |
| 9442 | 8995 | |
| 9443 | 8996 | semver@5.4.1: |
| 9444 | 8997 | version "5.4.1" |
| 9445 | - resolved "https://registry.npm.taobao.org/semver/download/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" | |
| 8998 | + resolved "https://registry.npm.taobao.org/semver/download/semver-5.4.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" | |
| 9446 | 8999 | integrity sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4= |
| 9447 | 9000 | |
| 9448 | -semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | |
| 9001 | +semver@7.0.0: | |
| 9002 | + version "7.0.0" | |
| 9003 | + resolved "https://registry.npm.taobao.org/semver/download/semver-7.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" | |
| 9004 | + integrity sha1-XzyjV2HkfgWyBsba/yz4FPAxa44= | |
| 9005 | + | |
| 9006 | +semver@^6.1.2, semver@^6.3.0: | |
| 9449 | 9007 | version "6.3.0" |
| 9450 | - resolved "https://registry.npm.taobao.org/semver/download/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | |
| 9008 | + resolved "https://registry.npm.taobao.org/semver/download/semver-6.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | |
| 9451 | 9009 | integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0= |
| 9452 | 9010 | |
| 9453 | 9011 | send@0.17.1: |
| ... | ... | @@ -9483,30 +9041,30 @@ sequelize-pool@^2.3.0: |
| 9483 | 9041 | integrity sha1-ZPH+h0QigXLEdPUwYEthM75kmT0= |
| 9484 | 9042 | |
| 9485 | 9043 | sequelize@^5.8.7: |
| 9486 | - version "5.18.0" | |
| 9487 | - resolved "https://registry.npm.taobao.org/sequelize/download/sequelize-5.18.0.tgz#3ed8eda9ec741f64f134752e0765216d760d2efe" | |
| 9488 | - integrity sha1-Ptjtqex0H2TxNHUuB2UhbXYNLv4= | |
| 9044 | + version "5.21.3" | |
| 9045 | + resolved "https://registry.npm.taobao.org/sequelize/download/sequelize-5.21.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsequelize%2Fdownload%2Fsequelize-5.21.3.tgz#f8a6fa0245f8995d70849e4da00c2c7c9aa9f569" | |
| 9046 | + integrity sha1-+Kb6AkX4mV1whJ5NoAwsfJqp9Wk= | |
| 9489 | 9047 | dependencies: |
| 9490 | 9048 | bluebird "^3.5.0" |
| 9491 | 9049 | cls-bluebird "^2.1.0" |
| 9492 | 9050 | debug "^4.1.1" |
| 9493 | 9051 | dottie "^2.0.0" |
| 9494 | 9052 | inflection "1.12.0" |
| 9495 | - lodash "^4.17.11" | |
| 9053 | + lodash "^4.17.15" | |
| 9496 | 9054 | moment "^2.24.0" |
| 9497 | 9055 | moment-timezone "^0.5.21" |
| 9498 | - retry-as-promised "^3.1.0" | |
| 9499 | - semver "^6.1.1" | |
| 9056 | + retry-as-promised "^3.2.0" | |
| 9057 | + semver "^6.3.0" | |
| 9500 | 9058 | sequelize-pool "^2.3.0" |
| 9501 | 9059 | toposort-class "^1.0.1" |
| 9502 | - uuid "^3.2.1" | |
| 9060 | + uuid "^3.3.3" | |
| 9503 | 9061 | validator "^10.11.0" |
| 9504 | - wkx "^0.4.6" | |
| 9062 | + wkx "^0.4.8" | |
| 9505 | 9063 | |
| 9506 | -serialize-javascript@^1.7.0: | |
| 9507 | - version "1.9.0" | |
| 9508 | - resolved "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-1.9.0.tgz?cache=0&sync_timestamp=1567082311144&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-1.9.0.tgz#5b77019d7c3b85fe91b33ae424c53dcbfb6618bd" | |
| 9509 | - integrity sha1-W3cBnXw7hf6RszrkJMU9y/tmGL0= | |
| 9064 | +serialize-javascript@^2.1.2: | |
| 9065 | + version "2.1.2" | |
| 9066 | + resolved "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-2.1.2.tgz?cache=0&sync_timestamp=1575910505665&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" | |
| 9067 | + integrity sha1-7OxTsOAxe9yV73arcHS3OEeF+mE= | |
| 9510 | 9068 | |
| 9511 | 9069 | serve-index@^1.9.1: |
| 9512 | 9070 | version "1.9.1" |
| ... | ... | @@ -9538,7 +9096,7 @@ set-blocking@^2.0.0, set-blocking@~2.0.0: |
| 9538 | 9096 | |
| 9539 | 9097 | set-value@^2.0.0, set-value@^2.0.1: |
| 9540 | 9098 | version "2.0.1" |
| 9541 | - resolved "https://registry.npm.taobao.org/set-value/download/set-value-2.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fset-value%2Fdownload%2Fset-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" | |
| 9099 | + resolved "https://registry.npm.taobao.org/set-value/download/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" | |
| 9542 | 9100 | integrity sha1-oY1AUw5vB95CKMfe/kInr4ytAFs= |
| 9543 | 9101 | dependencies: |
| 9544 | 9102 | extend-shallow "^2.0.1" |
| ... | ... | @@ -9553,15 +9111,15 @@ setimmediate@^1.0.4, setimmediate@^1.0.5: |
| 9553 | 9111 | |
| 9554 | 9112 | setprototypeof@1.1.0: |
| 9555 | 9113 | version "1.1.0" |
| 9556 | - resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.0.tgz?cache=0&sync_timestamp=1563425414995&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsetprototypeof%2Fdownload%2Fsetprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" | |
| 9114 | + resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" | |
| 9557 | 9115 | integrity sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY= |
| 9558 | 9116 | |
| 9559 | 9117 | setprototypeof@1.1.1: |
| 9560 | 9118 | version "1.1.1" |
| 9561 | - resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.1.tgz?cache=0&sync_timestamp=1563425414995&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsetprototypeof%2Fdownload%2Fsetprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" | |
| 9119 | + resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" | |
| 9562 | 9120 | integrity sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM= |
| 9563 | 9121 | |
| 9564 | -sha.js@^2.4.0, sha.js@^2.4.8: | |
| 9122 | +sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8: | |
| 9565 | 9123 | version "2.4.11" |
| 9566 | 9124 | resolved "https://registry.npm.taobao.org/sha.js/download/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" |
| 9567 | 9125 | integrity sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc= |
| ... | ... | @@ -9610,16 +9168,16 @@ shimmer@^1.1.0: |
| 9610 | 9168 | integrity sha1-YQhZ994ye1h+/r9QH7QxF/mv8zc= |
| 9611 | 9169 | |
| 9612 | 9170 | showdown@^1.9.0: |
| 9613 | - version "1.9.0" | |
| 9614 | - resolved "https://registry.npm.taobao.org/showdown/download/showdown-1.9.0.tgz#d49d2a0b6db21b7c2e96ef855f7b3b2a28ef46f4" | |
| 9615 | - integrity sha1-1J0qC22yG3wulu+FX3s7KijvRvQ= | |
| 9171 | + version "1.9.1" | |
| 9172 | + resolved "https://registry.npm.taobao.org/showdown/download/showdown-1.9.1.tgz#134e148e75cd4623e09c21b0511977d79b5ad0ef" | |
| 9173 | + integrity sha1-E04UjnXNRiPgnCGwURl315ta0O8= | |
| 9616 | 9174 | dependencies: |
| 9617 | - yargs "^10.0.3" | |
| 9175 | + yargs "^14.2" | |
| 9618 | 9176 | |
| 9619 | 9177 | sift@7.0.1: |
| 9620 | 9178 | version "7.0.1" |
| 9621 | - resolved "https://registry.yarnpkg.com/sift/-/sift-7.0.1.tgz#47d62c50b159d316f1372f8b53f9c10cd21a4b08" | |
| 9622 | - integrity sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g== | |
| 9179 | + resolved "https://registry.npm.taobao.org/sift/download/sift-7.0.1.tgz#47d62c50b159d316f1372f8b53f9c10cd21a4b08" | |
| 9180 | + integrity sha1-R9YsULFZ0xbxNy+LU/nBDNIaSwg= | |
| 9623 | 9181 | |
| 9624 | 9182 | signal-exit@^3.0.0, signal-exit@^3.0.2: |
| 9625 | 9183 | version "3.0.2" |
| ... | ... | @@ -9637,7 +9195,7 @@ slice-ansi@^2.1.0: |
| 9637 | 9195 | |
| 9638 | 9196 | sliced@1.0.1: |
| 9639 | 9197 | version "1.0.1" |
| 9640 | - resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" | |
| 9198 | + resolved "https://registry.npm.taobao.org/sliced/download/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" | |
| 9641 | 9199 | integrity sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E= |
| 9642 | 9200 | |
| 9643 | 9201 | snapdragon-node@^2.0.1: |
| ... | ... | @@ -9697,23 +9255,9 @@ sockjs@0.3.19: |
| 9697 | 9255 | faye-websocket "^0.10.0" |
| 9698 | 9256 | uuid "^3.0.1" |
| 9699 | 9257 | |
| 9700 | -sort-keys-length@^1.0.0: | |
| 9701 | - version "1.0.1" | |
| 9702 | - resolved "https://registry.npm.taobao.org/sort-keys-length/download/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188" | |
| 9703 | - integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg= | |
| 9704 | - dependencies: | |
| 9705 | - sort-keys "^1.0.0" | |
| 9706 | - | |
| 9707 | -sort-keys@^1.0.0: | |
| 9708 | - version "1.1.2" | |
| 9709 | - resolved "https://registry.npm.taobao.org/sort-keys/download/sort-keys-1.1.2.tgz?cache=0&sync_timestamp=1565864727994&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsort-keys%2Fdownload%2Fsort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" | |
| 9710 | - integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= | |
| 9711 | - dependencies: | |
| 9712 | - is-plain-obj "^1.0.0" | |
| 9713 | - | |
| 9714 | 9258 | sort-keys@^2.0.0: |
| 9715 | 9259 | version "2.0.0" |
| 9716 | - resolved "https://registry.npm.taobao.org/sort-keys/download/sort-keys-2.0.0.tgz?cache=0&sync_timestamp=1565864727994&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsort-keys%2Fdownload%2Fsort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" | |
| 9260 | + resolved "https://registry.npm.taobao.org/sort-keys/download/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" | |
| 9717 | 9261 | integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= |
| 9718 | 9262 | dependencies: |
| 9719 | 9263 | is-plain-obj "^1.0.0" |
| ... | ... | @@ -9729,20 +9273,20 @@ source-list-map@^2.0.0: |
| 9729 | 9273 | integrity sha1-OZO9hzv8SEecyp6jpUeDXHwVSzQ= |
| 9730 | 9274 | |
| 9731 | 9275 | source-map-resolve@^0.5.0: |
| 9732 | - version "0.5.2" | |
| 9733 | - resolved "https://registry.npm.taobao.org/source-map-resolve/download/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" | |
| 9734 | - integrity sha1-cuLMNAlVQ+Q7LGKyxMENSpBU8lk= | |
| 9276 | + version "0.5.3" | |
| 9277 | + resolved "https://registry.npm.taobao.org/source-map-resolve/download/source-map-resolve-0.5.3.tgz?cache=0&sync_timestamp=1577562191980&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-resolve%2Fdownload%2Fsource-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" | |
| 9278 | + integrity sha1-GQhmvs51U+H48mei7oLGBrVQmho= | |
| 9735 | 9279 | dependencies: |
| 9736 | - atob "^2.1.1" | |
| 9280 | + atob "^2.1.2" | |
| 9737 | 9281 | decode-uri-component "^0.2.0" |
| 9738 | 9282 | resolve-url "^0.2.1" |
| 9739 | 9283 | source-map-url "^0.4.0" |
| 9740 | 9284 | urix "^0.1.0" |
| 9741 | 9285 | |
| 9742 | 9286 | source-map-support@~0.5.12: |
| 9743 | - version "0.5.13" | |
| 9744 | - resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" | |
| 9745 | - integrity sha1-MbJKnC5zwt6FBmwP631Edn7VKTI= | |
| 9287 | + version "0.5.16" | |
| 9288 | + resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.16.tgz?cache=0&sync_timestamp=1572389965235&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042" | |
| 9289 | + integrity sha1-CuBp5/47p1OMZMmFFeNTOerFoEI= | |
| 9746 | 9290 | dependencies: |
| 9747 | 9291 | buffer-from "^1.0.0" |
| 9748 | 9292 | source-map "^0.6.0" |
| ... | ... | @@ -9752,7 +9296,7 @@ source-map-url@^0.4.0: |
| 9752 | 9296 | resolved "https://registry.npm.taobao.org/source-map-url/download/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" |
| 9753 | 9297 | integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= |
| 9754 | 9298 | |
| 9755 | -source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0: | |
| 9299 | +source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0: | |
| 9756 | 9300 | version "0.5.7" |
| 9757 | 9301 | resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
| 9758 | 9302 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |
| ... | ... | @@ -9764,7 +9308,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: |
| 9764 | 9308 | |
| 9765 | 9309 | sparse-bitfield@^3.0.3: |
| 9766 | 9310 | version "3.0.3" |
| 9767 | - resolved "https://registry.yarnpkg.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11" | |
| 9311 | + resolved "https://registry.npm.taobao.org/sparse-bitfield/download/sparse-bitfield-3.0.3.tgz#ff4ae6e68656056ba4b3e792ab3334d38273ca11" | |
| 9768 | 9312 | integrity sha1-/0rm5oZWBWuks+eSqzM004JzyhE= |
| 9769 | 9313 | dependencies: |
| 9770 | 9314 | memory-pager "^1.0.2" |
| ... | ... | @@ -9843,9 +9387,9 @@ sprintf-js@~1.0.2: |
| 9843 | 9387 | integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= |
| 9844 | 9388 | |
| 9845 | 9389 | sqlite3@latest: |
| 9846 | - version "4.1.0" | |
| 9847 | - resolved "https://registry.npm.taobao.org/sqlite3/download/sqlite3-4.1.0.tgz#e051fb9c133be15726322a69e2e37ec560368380" | |
| 9848 | - integrity sha1-4FH7nBM74VcmMipp4uN+xWA2g4A= | |
| 9390 | + version "4.1.1" | |
| 9391 | + resolved "https://registry.npm.taobao.org/sqlite3/download/sqlite3-4.1.1.tgz?cache=0&sync_timestamp=1575513996996&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsqlite3%2Fdownload%2Fsqlite3-4.1.1.tgz#539a42e476640796578e22d589b3283c28055242" | |
| 9392 | + integrity sha1-U5pC5HZkB5ZXjiLVibMoPCgFUkI= | |
| 9849 | 9393 | dependencies: |
| 9850 | 9394 | nan "^2.12.1" |
| 9851 | 9395 | node-pre-gyp "^0.11.0" |
| ... | ... | @@ -9856,15 +9400,6 @@ sqlstring@2.3.1: |
| 9856 | 9400 | resolved "https://registry.npm.taobao.org/sqlstring/download/sqlstring-2.3.1.tgz#475393ff9e91479aea62dcaf0ca3d14983a7fb40" |
| 9857 | 9401 | integrity sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A= |
| 9858 | 9402 | |
| 9859 | -squeak@^1.0.0: | |
| 9860 | - version "1.3.0" | |
| 9861 | - resolved "https://registry.npm.taobao.org/squeak/download/squeak-1.3.0.tgz#33045037b64388b567674b84322a6521073916c3" | |
| 9862 | - integrity sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM= | |
| 9863 | - dependencies: | |
| 9864 | - chalk "^1.0.0" | |
| 9865 | - console-stream "^0.1.1" | |
| 9866 | - lpad-align "^1.0.1" | |
| 9867 | - | |
| 9868 | 9403 | sshpk@^1.7.0: |
| 9869 | 9404 | version "1.16.1" |
| 9870 | 9405 | resolved "https://registry.npm.taobao.org/sshpk/download/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" |
| ... | ... | @@ -9887,15 +9422,10 @@ ssri@^6.0.1: |
| 9887 | 9422 | dependencies: |
| 9888 | 9423 | figgy-pudding "^3.5.1" |
| 9889 | 9424 | |
| 9890 | -stable@^0.1.8: | |
| 9891 | - version "0.1.8" | |
| 9892 | - resolved "https://registry.npm.taobao.org/stable/download/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" | |
| 9893 | - integrity sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88= | |
| 9894 | - | |
| 9895 | -stackframe@^1.0.4: | |
| 9896 | - version "1.0.4" | |
| 9897 | - resolved "https://registry.npm.taobao.org/stackframe/download/stackframe-1.0.4.tgz#357b24a992f9427cba6b545d96a14ed2cbca187b" | |
| 9898 | - integrity sha1-NXskqZL5Qny6a1RdlqFO0svKGHs= | |
| 9425 | +stackframe@^1.1.1: | |
| 9426 | + version "1.1.1" | |
| 9427 | + resolved "https://registry.npm.taobao.org/stackframe/download/stackframe-1.1.1.tgz#ffef0a3318b1b60c3b58564989aca5660729ec71" | |
| 9428 | + integrity sha1-/+8KMxixtgw7WFZJiaylZgcp7HE= | |
| 9899 | 9429 | |
| 9900 | 9430 | static-extend@^0.1.1: |
| 9901 | 9431 | version "0.1.2" |
| ... | ... | @@ -9917,21 +9447,31 @@ std-env@^2.2.1: |
| 9917 | 9447 | dependencies: |
| 9918 | 9448 | ci-info "^1.6.0" |
| 9919 | 9449 | |
| 9920 | -strapi-admin@3.0.0-beta.17.8: | |
| 9921 | - version "3.0.0-beta.17.8" | |
| 9922 | - resolved "https://registry.npm.taobao.org/strapi-admin/download/strapi-admin-3.0.0-beta.17.8.tgz#78f9fd0e7fe81f3916770cf7aa171d80154eaff8" | |
| 9923 | - integrity sha1-ePn9Dn/oHzkWdwz3qhcdgBVOr/g= | |
| 9450 | +strapi-admin@3.0.0-beta.18.4: | |
| 9451 | + version "3.0.0-beta.18.4" | |
| 9452 | + resolved "https://registry.npm.taobao.org/strapi-admin/download/strapi-admin-3.0.0-beta.18.4.tgz#91dc21a3a7c4add581100260028545ff18d056cd" | |
| 9453 | + integrity sha1-kdwho6fErdWBEAJgAoVF/xjQVs0= | |
| 9924 | 9454 | dependencies: |
| 9925 | 9455 | "@babel/core" "^7.4.3" |
| 9926 | 9456 | "@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
| 9927 | 9457 | "@babel/plugin-proposal-class-properties" "^7.4.0" |
| 9928 | 9458 | "@babel/plugin-syntax-dynamic-import" "^7.2.0" |
| 9459 | + "@babel/plugin-transform-modules-commonjs" "^7.6.0" | |
| 9929 | 9460 | "@babel/plugin-transform-runtime" "^7.4.3" |
| 9930 | 9461 | "@babel/polyfill" "^7.4.3" |
| 9931 | 9462 | "@babel/preset-env" "^7.4.3" |
| 9932 | 9463 | "@babel/preset-react" "^7.0.0" |
| 9933 | 9464 | "@babel/runtime" "^7.4.3" |
| 9934 | - "@buffetjs/styles" "^1.0.0" | |
| 9465 | + "@buffetjs/core" "^1.1.3" | |
| 9466 | + "@buffetjs/custom" "^1.1.3" | |
| 9467 | + "@buffetjs/icons" "^1.1.2" | |
| 9468 | + "@buffetjs/styles" "^1.1.3" | |
| 9469 | + "@buffetjs/utils" "^1.1.0" | |
| 9470 | + "@fortawesome/fontawesome-free" "^5.11.2" | |
| 9471 | + "@fortawesome/fontawesome-svg-core" "^1.2.25" | |
| 9472 | + "@fortawesome/free-brands-svg-icons" "^5.11.2" | |
| 9473 | + "@fortawesome/free-solid-svg-icons" "^5.11.2" | |
| 9474 | + "@fortawesome/react-fontawesome" "^0.1.7" | |
| 9935 | 9475 | autoprefixer "^9.5.1" |
| 9936 | 9476 | babel-loader "^8.0.5" |
| 9937 | 9477 | bcryptjs "^2.4.3" |
| ... | ... | @@ -9950,11 +9490,11 @@ strapi-admin@3.0.0-beta.17.8: |
| 9950 | 9490 | hoist-non-react-statics "^3.3.0" |
| 9951 | 9491 | html-loader "^0.5.5" |
| 9952 | 9492 | html-webpack-plugin "^3.2.0" |
| 9953 | - image-webpack-loader "^4.6.0" | |
| 9954 | 9493 | immutable "^3.8.2" |
| 9955 | 9494 | intl "^1.2.5" |
| 9956 | 9495 | invariant "^2.2.4" |
| 9957 | 9496 | is-wsl "^2.0.0" |
| 9497 | + match-sorter "^4.0.2" | |
| 9958 | 9498 | mini-css-extract-plugin "^0.6.0" |
| 9959 | 9499 | moment "^2.24.0" |
| 9960 | 9500 | prop-types "^15.7.2" |
| ... | ... | @@ -9971,6 +9511,7 @@ strapi-admin@3.0.0-beta.17.8: |
| 9971 | 9511 | react-router "^5.0.0" |
| 9972 | 9512 | react-router-dom "^5.0.0" |
| 9973 | 9513 | react-transition-group "^2.9.0" |
| 9514 | + react-virtualized "^9.21.2" | |
| 9974 | 9515 | reactstrap "^5.0.0" |
| 9975 | 9516 | redux "^4.0.1" |
| 9976 | 9517 | redux-immutable "^4.0.0" |
| ... | ... | @@ -9979,8 +9520,8 @@ strapi-admin@3.0.0-beta.17.8: |
| 9979 | 9520 | reselect "^3.0.1" |
| 9980 | 9521 | sanitize.css "^4.1.0" |
| 9981 | 9522 | shelljs "^0.7.8" |
| 9982 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 9983 | - strapi-utils "3.0.0-beta.17.8" | |
| 9523 | + strapi-helper-plugin "3.0.0-beta.18.4" | |
| 9524 | + strapi-utils "3.0.0-beta.18.4" | |
| 9984 | 9525 | style-loader "^0.23.1" |
| 9985 | 9526 | styled-components "^4.2.0" |
| 9986 | 9527 | terser-webpack-plugin "^1.2.3" |
| ... | ... | @@ -9992,33 +9533,53 @@ strapi-admin@3.0.0-beta.17.8: |
| 9992 | 9533 | webpackbar "^3.2.0" |
| 9993 | 9534 | yup "^0.27.0" |
| 9994 | 9535 | |
| 9995 | -strapi-generate-api@3.0.0-beta.17.8: | |
| 9996 | - version "3.0.0-beta.17.8" | |
| 9997 | - resolved "https://registry.npm.taobao.org/strapi-generate-api/download/strapi-generate-api-3.0.0-beta.17.8.tgz#21cba5977535f2e7b4ae1320ea5060dfaa422353" | |
| 9998 | - integrity sha1-Icull3U18ue0rhMg6lBg36pCI1M= | |
| 9536 | +strapi-connector-bookshelf@3.0.0-beta.18.4: | |
| 9537 | + version "3.0.0-beta.18.4" | |
| 9538 | + resolved "https://registry.npm.taobao.org/strapi-connector-bookshelf/download/strapi-connector-bookshelf-3.0.0-beta.18.4.tgz#b62520dc962addbece2e83ba0ff1474f6727985f" | |
| 9539 | + integrity sha1-tiUg3JYq3b7OLoO6D/FHT2cnmF8= | |
| 9540 | + dependencies: | |
| 9541 | + bookshelf "^1.0.1" | |
| 9542 | + date-fns "^2.8.1" | |
| 9543 | + inquirer "^6.3.1" | |
| 9544 | + lodash "^4.17.11" | |
| 9545 | + pluralize "^7.0.0" | |
| 9546 | + rimraf "^2.6.3" | |
| 9547 | + strapi-utils "3.0.0-beta.18.4" | |
| 9548 | + | |
| 9549 | +strapi-database@3.0.0-beta.18.4: | |
| 9550 | + version "3.0.0-beta.18.4" | |
| 9551 | + resolved "https://registry.npm.taobao.org/strapi-database/download/strapi-database-3.0.0-beta.18.4.tgz#d32b69ea11ef13eae7da667739c0a40b916abe40" | |
| 9552 | + integrity sha1-0ytp6hHvE+rn2mZ3OcCkC5FqvkA= | |
| 9553 | + dependencies: | |
| 9554 | + verror "^1.10.0" | |
| 9555 | + | |
| 9556 | +strapi-generate-api@3.0.0-beta.18.4: | |
| 9557 | + version "3.0.0-beta.18.4" | |
| 9558 | + resolved "https://registry.npm.taobao.org/strapi-generate-api/download/strapi-generate-api-3.0.0-beta.18.4.tgz#dce739cafe0f803a8ea03e6699cc46de5aec3b3e" | |
| 9559 | + integrity sha1-3Oc5yv4PgDqOoD5mmcxG3lrsOz4= | |
| 9999 | 9560 | dependencies: |
| 10000 | 9561 | lodash "^4.17.11" |
| 10001 | 9562 | pluralize "^7.0.0" |
| 10002 | 9563 | |
| 10003 | -strapi-generate-controller@3.0.0-beta.17.8: | |
| 10004 | - version "3.0.0-beta.17.8" | |
| 10005 | - resolved "https://registry.npm.taobao.org/strapi-generate-controller/download/strapi-generate-controller-3.0.0-beta.17.8.tgz#2e714ab69278edcf27967c33d3cf571502391c6a" | |
| 10006 | - integrity sha1-LnFKtpJ47c8nlnwz089XFQI5HGo= | |
| 9564 | +strapi-generate-controller@3.0.0-beta.18.4: | |
| 9565 | + version "3.0.0-beta.18.4" | |
| 9566 | + resolved "https://registry.npm.taobao.org/strapi-generate-controller/download/strapi-generate-controller-3.0.0-beta.18.4.tgz#0ebf3dd93f3c166f284672fd59fec0b24bd151c5" | |
| 9567 | + integrity sha1-Dr892T88Fm8oRnL9Wf7AskvRUcU= | |
| 10007 | 9568 | dependencies: |
| 10008 | 9569 | lodash "^4.17.11" |
| 10009 | 9570 | |
| 10010 | -strapi-generate-model@3.0.0-beta.17.8: | |
| 10011 | - version "3.0.0-beta.17.8" | |
| 10012 | - resolved "https://registry.npm.taobao.org/strapi-generate-model/download/strapi-generate-model-3.0.0-beta.17.8.tgz#f4f46a4ebe9bb6b1f49f58e5429ee8da56d9fe6a" | |
| 10013 | - integrity sha1-9PRqTr6btrH0n1jlQp7o2lbZ/mo= | |
| 9571 | +strapi-generate-model@3.0.0-beta.18.4: | |
| 9572 | + version "3.0.0-beta.18.4" | |
| 9573 | + resolved "https://registry.npm.taobao.org/strapi-generate-model/download/strapi-generate-model-3.0.0-beta.18.4.tgz#48d8ccbef69a59e0efd3d38610a90b9f71cb98f2" | |
| 9574 | + integrity sha1-SNjMvvaaWeDv09OGEKkLn3HLmPI= | |
| 10014 | 9575 | dependencies: |
| 10015 | 9576 | lodash "^4.17.11" |
| 10016 | 9577 | pluralize "^7.0.0" |
| 10017 | 9578 | |
| 10018 | -strapi-generate-new@3.0.0-beta.17.8: | |
| 10019 | - version "3.0.0-beta.17.8" | |
| 10020 | - resolved "https://registry.npm.taobao.org/strapi-generate-new/download/strapi-generate-new-3.0.0-beta.17.8.tgz#33e247938fb5dac99bcf12d92e1579a4c564ac3c" | |
| 10021 | - integrity sha1-M+JHk4+12smbzxLZLhV5pMVkrDw= | |
| 9579 | +strapi-generate-new@3.0.0-beta.18.4: | |
| 9580 | + version "3.0.0-beta.18.4" | |
| 9581 | + resolved "https://registry.npm.taobao.org/strapi-generate-new/download/strapi-generate-new-3.0.0-beta.18.4.tgz#dcdd80020f518eec4809ef744b8d0073bb78c2dd" | |
| 9582 | + integrity sha1-3N2AAg9RjuxICe90S40Ac7t4wt0= | |
| 10022 | 9583 | dependencies: |
| 10023 | 9584 | "@sentry/node" "^5.7.1" |
| 10024 | 9585 | chalk "^2.4.2" |
| ... | ... | @@ -10031,43 +9592,43 @@ strapi-generate-new@3.0.0-beta.17.8: |
| 10031 | 9592 | ora "^3.4.0" |
| 10032 | 9593 | uuid "^3.3.2" |
| 10033 | 9594 | |
| 10034 | -strapi-generate-plugin@3.0.0-beta.17.8: | |
| 10035 | - version "3.0.0-beta.17.8" | |
| 10036 | - resolved "https://registry.npm.taobao.org/strapi-generate-plugin/download/strapi-generate-plugin-3.0.0-beta.17.8.tgz#1d85f1fa1562ac694592c8a737f94841c897d6f2" | |
| 10037 | - integrity sha1-HYXx+hVirGlFksinN/lIQciX1vI= | |
| 9595 | +strapi-generate-plugin@3.0.0-beta.18.4: | |
| 9596 | + version "3.0.0-beta.18.4" | |
| 9597 | + resolved "https://registry.npm.taobao.org/strapi-generate-plugin/download/strapi-generate-plugin-3.0.0-beta.18.4.tgz#4fcb7dd2f8e2c51db34b853eb277d6120924caf8" | |
| 9598 | + integrity sha1-T8t90vjixR2zS4U+snfWEgkkyvg= | |
| 10038 | 9599 | dependencies: |
| 10039 | 9600 | fs-extra "^8.0.1" |
| 10040 | 9601 | lodash "^4.17.11" |
| 10041 | 9602 | |
| 10042 | -strapi-generate-policy@3.0.0-beta.17.8: | |
| 10043 | - version "3.0.0-beta.17.8" | |
| 10044 | - resolved "https://registry.npm.taobao.org/strapi-generate-policy/download/strapi-generate-policy-3.0.0-beta.17.8.tgz#1074f04756291f99d16274ed50056d10689754ff" | |
| 10045 | - integrity sha1-EHTwR1YpH5nRYnTtUAVtEGiXVP8= | |
| 9603 | +strapi-generate-policy@3.0.0-beta.18.4: | |
| 9604 | + version "3.0.0-beta.18.4" | |
| 9605 | + resolved "https://registry.npm.taobao.org/strapi-generate-policy/download/strapi-generate-policy-3.0.0-beta.18.4.tgz#f3c8a75fb6b7f5297acfc38e06e5344308f10333" | |
| 9606 | + integrity sha1-88inX7a39Sl6z8OOBuU0QwjxAzM= | |
| 10046 | 9607 | dependencies: |
| 10047 | 9608 | lodash "^4.17.11" |
| 10048 | 9609 | |
| 10049 | -strapi-generate-service@3.0.0-beta.17.8: | |
| 10050 | - version "3.0.0-beta.17.8" | |
| 10051 | - resolved "https://registry.npm.taobao.org/strapi-generate-service/download/strapi-generate-service-3.0.0-beta.17.8.tgz#9623f36a86e8d72f1757b64ca5f5ee4976451153" | |
| 10052 | - integrity sha1-liPzaobo1y8XV7ZMpfXuSXZFEVM= | |
| 9610 | +strapi-generate-service@3.0.0-beta.18.4: | |
| 9611 | + version "3.0.0-beta.18.4" | |
| 9612 | + resolved "https://registry.npm.taobao.org/strapi-generate-service/download/strapi-generate-service-3.0.0-beta.18.4.tgz#c7a514fe393e4b2b6410be0e7285db5c1a066b15" | |
| 9613 | + integrity sha1-x6UU/jk+SytkEL4OcoXbXBoGaxU= | |
| 10053 | 9614 | dependencies: |
| 10054 | 9615 | lodash "^4.17.11" |
| 10055 | 9616 | |
| 10056 | -strapi-generate@3.0.0-beta.17.8: | |
| 10057 | - version "3.0.0-beta.17.8" | |
| 10058 | - resolved "https://registry.npm.taobao.org/strapi-generate/download/strapi-generate-3.0.0-beta.17.8.tgz#2fc32438d90524fcf3bb6401783616cf91131608" | |
| 10059 | - integrity sha1-L8MkONkFJPzzu2QBeDYWz5ETFgg= | |
| 9617 | +strapi-generate@3.0.0-beta.18.4: | |
| 9618 | + version "3.0.0-beta.18.4" | |
| 9619 | + resolved "https://registry.npm.taobao.org/strapi-generate/download/strapi-generate-3.0.0-beta.18.4.tgz#08fc8404eb98ecce066ecbd5e9795f3b6bc94c0e" | |
| 9620 | + integrity sha1-CPyEBOuY7M4GbsvV6XlfO2vJTA4= | |
| 10060 | 9621 | dependencies: |
| 10061 | 9622 | async "^2.6.2" |
| 10062 | 9623 | fs-extra "^8.0.1" |
| 10063 | 9624 | lodash "^4.17.11" |
| 10064 | 9625 | reportback "^2.0.2" |
| 10065 | - strapi-utils "3.0.0-beta.17.8" | |
| 9626 | + strapi-utils "3.0.0-beta.18.4" | |
| 10066 | 9627 | |
| 10067 | -strapi-helper-plugin@3.0.0-beta.17.8: | |
| 10068 | - version "3.0.0-beta.17.8" | |
| 10069 | - resolved "https://registry.npm.taobao.org/strapi-helper-plugin/download/strapi-helper-plugin-3.0.0-beta.17.8.tgz#dab4a51e3ba39100ef299facb83582e0b59c30c8" | |
| 10070 | - integrity sha1-2rSlHjujkQDvKZ+suDWC4LWcMMg= | |
| 9628 | +strapi-helper-plugin@3.0.0-beta.18.4: | |
| 9629 | + version "3.0.0-beta.18.4" | |
| 9630 | + resolved "https://registry.npm.taobao.org/strapi-helper-plugin/download/strapi-helper-plugin-3.0.0-beta.18.4.tgz#1e778e79a1c881d915267942d1f393e415c3482f" | |
| 9631 | + integrity sha1-HneOeaHIgdkVJnlC0fOT5BXDSC8= | |
| 10071 | 9632 | dependencies: |
| 10072 | 9633 | bootstrap "^4.3.1" |
| 10073 | 9634 | classnames "^2.2.5" |
| ... | ... | @@ -10085,20 +9646,6 @@ strapi-helper-plugin@3.0.0-beta.17.8: |
| 10085 | 9646 | styled-components "^4.3.1" |
| 10086 | 9647 | whatwg-fetch "^2.0.3" |
| 10087 | 9648 | |
| 10088 | -strapi-hook-bookshelf@3.0.0-beta.17.8: | |
| 10089 | - version "3.0.0-beta.17.8" | |
| 10090 | - resolved "https://registry.npm.taobao.org/strapi-hook-bookshelf/download/strapi-hook-bookshelf-3.0.0-beta.17.8.tgz#52b3fa8454ad93644e89e80db9d8378ffe1bbc80" | |
| 10091 | - integrity sha1-UrP6hFStk2ROiegNudg3j/4bvIA= | |
| 10092 | - dependencies: | |
| 10093 | - bookshelf "^0.15.1" | |
| 10094 | - date-fns "^1.30.1" | |
| 10095 | - inquirer "^6.3.1" | |
| 10096 | - lodash "^4.17.11" | |
| 10097 | - pluralize "^7.0.0" | |
| 10098 | - rimraf "^2.6.3" | |
| 10099 | - strapi-hook-knex "3.0.0-beta.17.8" | |
| 10100 | - strapi-utils "3.0.0-beta.17.8" | |
| 10101 | - | |
| 10102 | 9649 | strapi-hook-ejs@3.0.0-beta.17.8: |
| 10103 | 9650 | version "3.0.0-beta.17.8" |
| 10104 | 9651 | resolved "https://registry.npm.taobao.org/strapi-hook-ejs/download/strapi-hook-ejs-3.0.0-beta.17.8.tgz#71e1954287e0de71462e4ec10bdf4b9fff98190d" |
| ... | ... | @@ -10107,18 +9654,10 @@ strapi-hook-ejs@3.0.0-beta.17.8: |
| 10107 | 9654 | co "^4.6.0" |
| 10108 | 9655 | koa-ejs "^4.2.0" |
| 10109 | 9656 | |
| 10110 | -strapi-hook-knex@3.0.0-beta.17.8: | |
| 10111 | - version "3.0.0-beta.17.8" | |
| 10112 | - resolved "https://registry.npm.taobao.org/strapi-hook-knex/download/strapi-hook-knex-3.0.0-beta.17.8.tgz#95232a12f723caa3ce2e9ba4aeaf465ca6753293" | |
| 10113 | - integrity sha1-lSMqEvcjyqPOLpukrq9GXKZ1MpM= | |
| 10114 | - dependencies: | |
| 10115 | - knex "^0.19.0" | |
| 10116 | - lodash "^4.17.11" | |
| 10117 | - | |
| 10118 | -strapi-plugin-content-manager@3.0.0-beta.17.8: | |
| 10119 | - version "3.0.0-beta.17.8" | |
| 10120 | - resolved "https://registry.npm.taobao.org/strapi-plugin-content-manager/download/strapi-plugin-content-manager-3.0.0-beta.17.8.tgz#1cea26f050ee7feac66e8b66f96a09783a716598" | |
| 10121 | - integrity sha1-HOom8FDuf+rGbotm+WoJeDpxZZg= | |
| 9657 | +strapi-plugin-content-manager@3.0.0-beta.18.4: | |
| 9658 | + version "3.0.0-beta.18.4" | |
| 9659 | + resolved "https://registry.npm.taobao.org/strapi-plugin-content-manager/download/strapi-plugin-content-manager-3.0.0-beta.18.4.tgz#162ba0ff4f83286d85016075b159079c37f6ad89" | |
| 9660 | + integrity sha1-Fiug/0+DKG2FAWB1sVkHnDf2rYk= | |
| 10122 | 9661 | dependencies: |
| 10123 | 9662 | classnames "^2.2.6" |
| 10124 | 9663 | codemirror "^5.46.0" |
| ... | ... | @@ -10140,15 +9679,15 @@ strapi-plugin-content-manager@3.0.0-beta.17.8: |
| 10140 | 9679 | redux-immutable "^4.0.0" |
| 10141 | 9680 | reselect "^3.0.1" |
| 10142 | 9681 | showdown "^1.9.0" |
| 10143 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 10144 | - strapi-utils "3.0.0-beta.17.8" | |
| 9682 | + strapi-helper-plugin "3.0.0-beta.18.4" | |
| 9683 | + strapi-utils "3.0.0-beta.18.4" | |
| 10145 | 9684 | styled-components "^4.2.0" |
| 10146 | 9685 | yup "^0.27.0" |
| 10147 | 9686 | |
| 10148 | -strapi-plugin-content-type-builder@3.0.0-beta.17.8: | |
| 10149 | - version "3.0.0-beta.17.8" | |
| 10150 | - resolved "https://registry.npm.taobao.org/strapi-plugin-content-type-builder/download/strapi-plugin-content-type-builder-3.0.0-beta.17.8.tgz#5e3c8fd6b5e04a79637be1c96ada11724d17d475" | |
| 10151 | - integrity sha1-XjyP1rXgSnlje+HJatoRck0X1HU= | |
| 9687 | +strapi-plugin-content-type-builder@3.0.0-beta.18.4: | |
| 9688 | + version "3.0.0-beta.18.4" | |
| 9689 | + resolved "https://registry.npm.taobao.org/strapi-plugin-content-type-builder/download/strapi-plugin-content-type-builder-3.0.0-beta.18.4.tgz#14cb363d847aee2ace724f8431aae37204343b60" | |
| 9690 | + integrity sha1-FMs2PYR67irOck+EMarjcgQ0O2A= | |
| 10152 | 9691 | dependencies: |
| 10153 | 9692 | "@sindresorhus/slugify" "^0.9.1" |
| 10154 | 9693 | classnames "^2.2.6" |
| ... | ... | @@ -10168,52 +9707,42 @@ strapi-plugin-content-type-builder@3.0.0-beta.17.8: |
| 10168 | 9707 | redux "^4.0.1" |
| 10169 | 9708 | redux-immutable "^4.0.0" |
| 10170 | 9709 | reselect "^3.0.1" |
| 10171 | - strapi-generate "3.0.0-beta.17.8" | |
| 10172 | - strapi-generate-api "3.0.0-beta.17.8" | |
| 10173 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 9710 | + strapi-generate "3.0.0-beta.18.4" | |
| 9711 | + strapi-generate-api "3.0.0-beta.18.4" | |
| 9712 | + strapi-helper-plugin "3.0.0-beta.18.4" | |
| 10174 | 9713 | yup "^0.27.0" |
| 10175 | 9714 | |
| 10176 | -strapi-plugin-documentation@3.0.0-beta.17.8: | |
| 10177 | - version "3.0.0-beta.17.8" | |
| 10178 | - resolved "https://registry.npm.taobao.org/strapi-plugin-documentation/download/strapi-plugin-documentation-3.0.0-beta.17.8.tgz#2386a803db44b60988a32c0ad62a604529964095" | |
| 10179 | - integrity sha1-I4aoA9tEtgmIoywK1ipgRSmWQJU= | |
| 9715 | +strapi-plugin-email@3.0.0-beta.18.4: | |
| 9716 | + version "3.0.0-beta.18.4" | |
| 9717 | + resolved "https://registry.npm.taobao.org/strapi-plugin-email/download/strapi-plugin-email-3.0.0-beta.18.4.tgz#087f0dafae203850bfc8fe9cca8df3b01d59f443" | |
| 9718 | + integrity sha1-CH8Nr64gOFC/yP6cyo3zsB1Z9EM= | |
| 10180 | 9719 | dependencies: |
| 10181 | - cheerio "^1.0.0-rc.2" | |
| 10182 | - classnames "^2.2.6" | |
| 10183 | - fs-extra "^8.0.1" | |
| 10184 | - immutable "^3.8.2" | |
| 10185 | - invariant "^2.2.4" | |
| 10186 | - koa-static "^5.0.0" | |
| 10187 | - lodash "^4.17.11" | |
| 10188 | - moment "^2.24.0" | |
| 10189 | - path-to-regexp "^3.0.0" | |
| 10190 | - react "^16.9.0" | |
| 10191 | - react-copy-to-clipboard "^5.0.1" | |
| 10192 | - react-dom "^16.9.0" | |
| 10193 | - react-intl "^2.9.0" | |
| 10194 | - react-redux "^7.0.3" | |
| 10195 | - react-router "^5.0.0" | |
| 10196 | - react-router-dom "^5.0.0" | |
| 10197 | - react-transition-group "^4.0.1" | |
| 10198 | - reactstrap "^8.0.0" | |
| 10199 | - redux "^4.0.1" | |
| 10200 | - redux-immutable "^4.0.0" | |
| 10201 | - reselect "^4.0.0" | |
| 10202 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 10203 | - swagger-ui-dist "3.22.1" | |
| 9720 | + strapi-provider-email-sendmail "3.0.0-beta.18.4" | |
| 9721 | + strapi-utils "3.0.0-beta.18.4" | |
| 10204 | 9722 | |
| 10205 | -strapi-plugin-email@3.0.0-beta.17.8: | |
| 10206 | - version "3.0.0-beta.17.8" | |
| 10207 | - resolved "https://registry.npm.taobao.org/strapi-plugin-email/download/strapi-plugin-email-3.0.0-beta.17.8.tgz#3ab920657bddf5aa52ab10a6c9bf511a35c40198" | |
| 10208 | - integrity sha1-OrkgZXvd9apSqxCmyb9RGjXEAZg= | |
| 9723 | +strapi-plugin-graphql@3.0.0-beta.18.4: | |
| 9724 | + version "3.0.0-beta.18.4" | |
| 9725 | + resolved "https://registry.npm.taobao.org/strapi-plugin-graphql/download/strapi-plugin-graphql-3.0.0-beta.18.4.tgz#adb8be1d7c43167d4d828dca557937538de817a7" | |
| 9726 | + integrity sha1-rbi+HXxDFn1Ngo3KVXk3U43oF6c= | |
| 10209 | 9727 | dependencies: |
| 10210 | - strapi-provider-email-sendmail "3.0.0-beta.17.8" | |
| 10211 | - strapi-utils "3.0.0-beta.17.8" | |
| 9728 | + apollo-server-koa "2.9.12" | |
| 9729 | + dataloader "^1.4.0" | |
| 9730 | + glob "^7.1.4" | |
| 9731 | + graphql "^14.3.0" | |
| 9732 | + graphql-depth-limit "^1.1.0" | |
| 9733 | + graphql-iso-date "^3.6.1" | |
| 9734 | + graphql-playground-middleware-koa "^1.6.0" | |
| 9735 | + graphql-tools "4.0.6" | |
| 9736 | + graphql-type-json "0.3.1" | |
| 9737 | + graphql-type-long "^0.1.1" | |
| 9738 | + koa-compose "^4.1.0" | |
| 9739 | + pluralize "^7.0.0" | |
| 9740 | + strapi-utils "3.0.0-beta.18.4" | |
| 10212 | 9741 | |
| 10213 | -strapi-plugin-upload@3.0.0-beta.17.8: | |
| 10214 | - version "3.0.0-beta.17.8" | |
| 10215 | - resolved "https://registry.npm.taobao.org/strapi-plugin-upload/download/strapi-plugin-upload-3.0.0-beta.17.8.tgz#b1d132a174a1619422bda375295c765be81c8cdd" | |
| 10216 | - integrity sha1-sdEyoXShYZQivaN1KVx2W+gcjN0= | |
| 9742 | +strapi-plugin-upload@3.0.0-beta.18.4: | |
| 9743 | + version "3.0.0-beta.18.4" | |
| 9744 | + resolved "https://registry.npm.taobao.org/strapi-plugin-upload/download/strapi-plugin-upload-3.0.0-beta.18.4.tgz#6af6b32bcbaaee92dbcf418dcc885ef498604c13" | |
| 9745 | + integrity sha1-avazK8uq7pLbz0GNzIhe9JhgTBM= | |
| 10217 | 9746 | dependencies: |
| 10218 | 9747 | immutable "^3.8.2" |
| 10219 | 9748 | invariant "^2.2.1" |
| ... | ... | @@ -10227,16 +9756,16 @@ strapi-plugin-upload@3.0.0-beta.17.8: |
| 10227 | 9756 | react-router-dom "^5.0.0" |
| 10228 | 9757 | react-transition-group "^2.5.0" |
| 10229 | 9758 | reactstrap "^5.0.0" |
| 10230 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 10231 | - strapi-provider-upload-local "3.0.0-beta.17.8" | |
| 10232 | - strapi-utils "3.0.0-beta.17.8" | |
| 9759 | + strapi-helper-plugin "3.0.0-beta.18.4" | |
| 9760 | + strapi-provider-upload-local "3.0.0-beta.18.4" | |
| 9761 | + strapi-utils "3.0.0-beta.18.4" | |
| 10233 | 9762 | stream-to-array "^2.3.0" |
| 10234 | 9763 | uuid "^3.2.1" |
| 10235 | 9764 | |
| 10236 | -strapi-plugin-users-permissions@3.0.0-beta.17.8: | |
| 10237 | - version "3.0.0-beta.17.8" | |
| 10238 | - resolved "https://registry.npm.taobao.org/strapi-plugin-users-permissions/download/strapi-plugin-users-permissions-3.0.0-beta.17.8.tgz#c03dcf8ab7af7fb9ec571d9c7814e4e7b96a9b76" | |
| 10239 | - integrity sha1-wD3Pirevf7nsVx2ceBTk57lqm3Y= | |
| 9765 | +strapi-plugin-users-permissions@3.0.0-beta.18.4: | |
| 9766 | + version "3.0.0-beta.18.4" | |
| 9767 | + resolved "https://registry.npm.taobao.org/strapi-plugin-users-permissions/download/strapi-plugin-users-permissions-3.0.0-beta.18.4.tgz#334d294c81c44d042029f57fc7030c1eaab58343" | |
| 9768 | + integrity sha1-M00pTIHETQQgKfV/xwMMHqq1g0M= | |
| 10240 | 9769 | dependencies: |
| 10241 | 9770 | bcryptjs "^2.4.3" |
| 10242 | 9771 | classnames "^2.2.6" |
| ... | ... | @@ -10257,40 +9786,39 @@ strapi-plugin-users-permissions@3.0.0-beta.17.8: |
| 10257 | 9786 | reactstrap "^5.0.0" |
| 10258 | 9787 | redux-saga "^0.16.0" |
| 10259 | 9788 | request "^2.83.0" |
| 10260 | - strapi-helper-plugin "3.0.0-beta.17.8" | |
| 10261 | - strapi-utils "3.0.0-beta.17.8" | |
| 9789 | + strapi-helper-plugin "3.0.0-beta.18.4" | |
| 9790 | + strapi-utils "3.0.0-beta.18.4" | |
| 10262 | 9791 | uuid "^3.1.0" |
| 10263 | 9792 | |
| 10264 | -strapi-provider-email-sendmail@3.0.0-beta.17.8: | |
| 10265 | - version "3.0.0-beta.17.8" | |
| 10266 | - resolved "https://registry.npm.taobao.org/strapi-provider-email-sendmail/download/strapi-provider-email-sendmail-3.0.0-beta.17.8.tgz#ca7fd4c81212f4ce2e70cb430bbff158101cd50f" | |
| 10267 | - integrity sha1-yn/UyBIS9M4ucMtDC7/xWBAc1Q8= | |
| 9793 | +strapi-provider-email-sendmail@3.0.0-beta.18.4: | |
| 9794 | + version "3.0.0-beta.18.4" | |
| 9795 | + resolved "https://registry.npm.taobao.org/strapi-provider-email-sendmail/download/strapi-provider-email-sendmail-3.0.0-beta.18.4.tgz#b9db9c42073976a412235ac22686103b15f15611" | |
| 9796 | + integrity sha1-uducQgc5dqQSI1rCJoYQOxXxVhE= | |
| 10268 | 9797 | dependencies: |
| 10269 | 9798 | lodash "^4.17.11" |
| 10270 | 9799 | sendmail "^1.2.0" |
| 10271 | 9800 | |
| 10272 | -strapi-provider-upload-local@3.0.0-beta.17.8: | |
| 10273 | - version "3.0.0-beta.17.8" | |
| 10274 | - resolved "https://registry.npm.taobao.org/strapi-provider-upload-local/download/strapi-provider-upload-local-3.0.0-beta.17.8.tgz#c17ef86c6abffb5fb78bb569d8db0018c915d844" | |
| 10275 | - integrity sha1-wX74bGq/+1+3i7Vp2NsAGMkV2EQ= | |
| 9801 | +strapi-provider-upload-local@3.0.0-beta.18.4: | |
| 9802 | + version "3.0.0-beta.18.4" | |
| 9803 | + resolved "https://registry.npm.taobao.org/strapi-provider-upload-local/download/strapi-provider-upload-local-3.0.0-beta.18.4.tgz#89aabb818baf7add5ef561c4222763d06188f273" | |
| 9804 | + integrity sha1-iaq7gYuvet1e9WHEIidj0GGI8nM= | |
| 10276 | 9805 | |
| 10277 | -strapi-utils@3.0.0-beta.17.8: | |
| 10278 | - version "3.0.0-beta.17.8" | |
| 10279 | - resolved "https://registry.npm.taobao.org/strapi-utils/download/strapi-utils-3.0.0-beta.17.8.tgz#2466c211254233366f108bb12be3e090514660ea" | |
| 10280 | - integrity sha1-JGbCESVCMzZvEIuxK+PgkFFGYOo= | |
| 9806 | +strapi-utils@3.0.0-beta.18.4: | |
| 9807 | + version "3.0.0-beta.18.4" | |
| 9808 | + resolved "https://registry.npm.taobao.org/strapi-utils/download/strapi-utils-3.0.0-beta.18.4.tgz#916db397c03a81f5b966e11d422d14a1b07f8415" | |
| 9809 | + integrity sha1-kW2zl8A6gfW5ZuEdQi0UobB/hBU= | |
| 10281 | 9810 | dependencies: |
| 10282 | - commander "^2.20.0" | |
| 10283 | - joi-json "^2.1.0" | |
| 9811 | + date-fns "^2.8.1" | |
| 10284 | 9812 | knex "^0.16.5" |
| 10285 | 9813 | lodash "^4.17.11" |
| 10286 | 9814 | pino "^4.7.1" |
| 10287 | 9815 | pluralize "^7.0.0" |
| 10288 | 9816 | shelljs "^0.8.3" |
| 10289 | 9817 | |
| 10290 | -strapi@3.0.0-beta.17.8: | |
| 10291 | - version "3.0.0-beta.17.8" | |
| 10292 | - resolved "https://registry.npm.taobao.org/strapi/download/strapi-3.0.0-beta.17.8.tgz#62f17d74b7f9f14354babbe96ed0d8eedd5a9fae" | |
| 10293 | - integrity sha1-YvF9dLf58UNUurvpbtDY7t1an64= | |
| 9818 | +strapi@3.0.0-beta.18.4: | |
| 9819 | + version "3.0.0-beta.18.4" | |
| 9820 | + resolved "https://registry.npm.taobao.org/strapi/download/strapi-3.0.0-beta.18.4.tgz#9a4b17d65c723d4f899eeceb3b1f2140ae3f0a39" | |
| 9821 | + integrity sha1-mksX1lxyPU+JnuzrOx8hQK4/Cjk= | |
| 10294 | 9822 | dependencies: |
| 10295 | 9823 | "@koa/cors" "^3.0.0" |
| 10296 | 9824 | async "^2.1.2" |
| ... | ... | @@ -10298,6 +9826,7 @@ strapi@3.0.0-beta.17.8: |
| 10298 | 9826 | chalk "^2.4.1" |
| 10299 | 9827 | chokidar "^2.1.2" |
| 10300 | 9828 | cli-table3 "^0.5.1" |
| 9829 | + commander "^2.20.0" | |
| 10301 | 9830 | cross-spawn "^6.0.5" |
| 10302 | 9831 | delegates "^1.0.0" |
| 10303 | 9832 | execa "^1.0.0" |
| ... | ... | @@ -10328,15 +9857,16 @@ strapi@3.0.0-beta.17.8: |
| 10328 | 9857 | resolve-cwd "^3.0.0" |
| 10329 | 9858 | rimraf "^2.6.2" |
| 10330 | 9859 | shelljs "^0.8.3" |
| 10331 | - strapi-generate "3.0.0-beta.17.8" | |
| 10332 | - strapi-generate-api "3.0.0-beta.17.8" | |
| 10333 | - strapi-generate-controller "3.0.0-beta.17.8" | |
| 10334 | - strapi-generate-model "3.0.0-beta.17.8" | |
| 10335 | - strapi-generate-new "3.0.0-beta.17.8" | |
| 10336 | - strapi-generate-plugin "3.0.0-beta.17.8" | |
| 10337 | - strapi-generate-policy "3.0.0-beta.17.8" | |
| 10338 | - strapi-generate-service "3.0.0-beta.17.8" | |
| 10339 | - strapi-utils "3.0.0-beta.17.8" | |
| 9860 | + strapi-database "3.0.0-beta.18.4" | |
| 9861 | + strapi-generate "3.0.0-beta.18.4" | |
| 9862 | + strapi-generate-api "3.0.0-beta.18.4" | |
| 9863 | + strapi-generate-controller "3.0.0-beta.18.4" | |
| 9864 | + strapi-generate-model "3.0.0-beta.18.4" | |
| 9865 | + strapi-generate-new "3.0.0-beta.18.4" | |
| 9866 | + strapi-generate-plugin "3.0.0-beta.18.4" | |
| 9867 | + strapi-generate-policy "3.0.0-beta.18.4" | |
| 9868 | + strapi-generate-service "3.0.0-beta.18.4" | |
| 9869 | + strapi-utils "3.0.0-beta.18.4" | |
| 10340 | 9870 | |
| 10341 | 9871 | stream-browserify@^2.0.1: |
| 10342 | 9872 | version "2.0.2" |
| ... | ... | @@ -10366,9 +9896,9 @@ stream-http@^2.7.2: |
| 10366 | 9896 | xtend "^4.0.0" |
| 10367 | 9897 | |
| 10368 | 9898 | stream-shift@^1.0.0: |
| 10369 | - version "1.0.0" | |
| 10370 | - resolved "https://registry.npm.taobao.org/stream-shift/download/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" | |
| 10371 | - integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= | |
| 9899 | + version "1.0.1" | |
| 9900 | + resolved "https://registry.npm.taobao.org/stream-shift/download/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" | |
| 9901 | + integrity sha1-1wiCgVWasneEJCebCHfaPDktWj0= | |
| 10372 | 9902 | |
| 10373 | 9903 | stream-to-array@^2.3.0: |
| 10374 | 9904 | version "2.3.0" |
| ... | ... | @@ -10377,6 +9907,11 @@ stream-to-array@^2.3.0: |
| 10377 | 9907 | dependencies: |
| 10378 | 9908 | any-promise "^1.1.0" |
| 10379 | 9909 | |
| 9910 | +streamsearch@0.1.2: | |
| 9911 | + version "0.1.2" | |
| 9912 | + resolved "https://registry.npm.taobao.org/streamsearch/download/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" | |
| 9913 | + integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= | |
| 9914 | + | |
| 10380 | 9915 | strict-uri-encode@^1.0.0: |
| 10381 | 9916 | version "1.1.0" |
| 10382 | 9917 | resolved "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" |
| ... | ... | @@ -10408,18 +9943,27 @@ string-width@^3.0.0, string-width@^3.1.0: |
| 10408 | 9943 | is-fullwidth-code-point "^2.0.0" |
| 10409 | 9944 | strip-ansi "^5.1.0" |
| 10410 | 9945 | |
| 10411 | -string.prototype.trimleft@^2.1.0: | |
| 10412 | - version "2.1.0" | |
| 10413 | - resolved "https://registry.npm.taobao.org/string.prototype.trimleft/download/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634" | |
| 10414 | - integrity sha1-bMR/DX641isPNwFhFxWjlUWR1jQ= | |
| 9946 | +string-width@^4.1.0: | |
| 9947 | + version "4.2.0" | |
| 9948 | + resolved "https://registry.npm.taobao.org/string-width/download/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" | |
| 9949 | + integrity sha1-lSGCxGzHssMT0VluYjmSvRY7crU= | |
| 9950 | + dependencies: | |
| 9951 | + emoji-regex "^8.0.0" | |
| 9952 | + is-fullwidth-code-point "^3.0.0" | |
| 9953 | + strip-ansi "^6.0.0" | |
| 9954 | + | |
| 9955 | +string.prototype.trimleft@^2.1.1: | |
| 9956 | + version "2.1.1" | |
| 9957 | + resolved "https://registry.npm.taobao.org/string.prototype.trimleft/download/string.prototype.trimleft-2.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstring.prototype.trimleft%2Fdownload%2Fstring.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74" | |
| 9958 | + integrity sha1-m9uKxqvW1gKxek7TIYcNL43O/HQ= | |
| 10415 | 9959 | dependencies: |
| 10416 | 9960 | define-properties "^1.1.3" |
| 10417 | 9961 | function-bind "^1.1.1" |
| 10418 | 9962 | |
| 10419 | -string.prototype.trimright@^2.1.0: | |
| 10420 | - version "2.1.0" | |
| 10421 | - resolved "https://registry.npm.taobao.org/string.prototype.trimright/download/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58" | |
| 10422 | - integrity sha1-Zp0WS+nfm291WfqOiZRbFopabFg= | |
| 9963 | +string.prototype.trimright@^2.1.1: | |
| 9964 | + version "2.1.1" | |
| 9965 | + resolved "https://registry.npm.taobao.org/string.prototype.trimright/download/string.prototype.trimright-2.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstring.prototype.trimright%2Fdownload%2Fstring.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9" | |
| 9966 | + integrity sha1-RAMUsVmWyGbOigNBiU1FGGIAxdk= | |
| 10423 | 9967 | dependencies: |
| 10424 | 9968 | define-properties "^1.1.3" |
| 10425 | 9969 | function-bind "^1.1.1" |
| ... | ... | @@ -10469,37 +10013,23 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: |
| 10469 | 10013 | dependencies: |
| 10470 | 10014 | ansi-regex "^4.1.0" |
| 10471 | 10015 | |
| 10472 | -strip-bom@^2.0.0: | |
| 10473 | - version "2.0.0" | |
| 10474 | - resolved "https://registry.npm.taobao.org/strip-bom/download/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" | |
| 10475 | - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= | |
| 10016 | +strip-ansi@^6.0.0: | |
| 10017 | + version "6.0.0" | |
| 10018 | + resolved "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" | |
| 10019 | + integrity sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI= | |
| 10476 | 10020 | dependencies: |
| 10477 | - is-utf8 "^0.2.0" | |
| 10021 | + ansi-regex "^5.0.0" | |
| 10478 | 10022 | |
| 10479 | 10023 | strip-bom@^3.0.0: |
| 10480 | 10024 | version "3.0.0" |
| 10481 | 10025 | resolved "https://registry.npm.taobao.org/strip-bom/download/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" |
| 10482 | 10026 | integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= |
| 10483 | 10027 | |
| 10484 | -strip-dirs@^2.0.0: | |
| 10485 | - version "2.1.0" | |
| 10486 | - resolved "https://registry.npm.taobao.org/strip-dirs/download/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5" | |
| 10487 | - integrity sha1-SYdzYmT8NEzyD2w0rKnRPR1O1sU= | |
| 10488 | - dependencies: | |
| 10489 | - is-natural-number "^4.0.1" | |
| 10490 | - | |
| 10491 | 10028 | strip-eof@^1.0.0: |
| 10492 | 10029 | version "1.0.0" |
| 10493 | 10030 | resolved "https://registry.npm.taobao.org/strip-eof/download/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" |
| 10494 | 10031 | integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= |
| 10495 | 10032 | |
| 10496 | -strip-indent@^1.0.1: | |
| 10497 | - version "1.0.1" | |
| 10498 | - resolved "https://registry.npm.taobao.org/strip-indent/download/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" | |
| 10499 | - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= | |
| 10500 | - dependencies: | |
| 10501 | - get-stdin "^4.0.1" | |
| 10502 | - | |
| 10503 | 10033 | strip-json-comments@^3.0.1: |
| 10504 | 10034 | version "3.0.1" |
| 10505 | 10035 | resolved "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7" |
| ... | ... | @@ -10510,41 +10040,15 @@ strip-json-comments@~2.0.1: |
| 10510 | 10040 | resolved "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
| 10511 | 10041 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= |
| 10512 | 10042 | |
| 10513 | -strip-outer@^1.0.0: | |
| 10514 | - version "1.0.1" | |
| 10515 | - resolved "https://registry.npm.taobao.org/strip-outer/download/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631" | |
| 10516 | - integrity sha1-sv0qv2YEudHmATBXGV34Nrip1jE= | |
| 10517 | - dependencies: | |
| 10518 | - escape-string-regexp "^1.0.2" | |
| 10519 | - | |
| 10520 | 10043 | style-loader@^0.23.1: |
| 10521 | 10044 | version "0.23.1" |
| 10522 | - resolved "https://registry.npm.taobao.org/style-loader/download/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925" | |
| 10045 | + resolved "https://registry.npm.taobao.org/style-loader/download/style-loader-0.23.1.tgz?cache=0&sync_timestamp=1577278703863&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstyle-loader%2Fdownload%2Fstyle-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925" | |
| 10523 | 10046 | integrity sha1-y5FUYG8+dxq2xKtjcCahBJF02SU= |
| 10524 | 10047 | dependencies: |
| 10525 | 10048 | loader-utils "^1.1.0" |
| 10526 | 10049 | schema-utils "^1.0.0" |
| 10527 | 10050 | |
| 10528 | -styled-components@^4.2.0: | |
| 10529 | - version "4.3.2" | |
| 10530 | - resolved "https://registry.npm.taobao.org/styled-components/download/styled-components-4.3.2.tgz?cache=0&sync_timestamp=1566498971071&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstyled-components%2Fdownload%2Fstyled-components-4.3.2.tgz#4ca81918c812d3006f60ac5fdec7d6b64a9509cc" | |
| 10531 | - integrity sha1-TKgZGMgS0wBvYKxf3sfWtkqVCcw= | |
| 10532 | - dependencies: | |
| 10533 | - "@babel/helper-module-imports" "^7.0.0" | |
| 10534 | - "@babel/traverse" "^7.0.0" | |
| 10535 | - "@emotion/is-prop-valid" "^0.8.1" | |
| 10536 | - "@emotion/unitless" "^0.7.0" | |
| 10537 | - babel-plugin-styled-components ">= 1" | |
| 10538 | - css-to-react-native "^2.2.2" | |
| 10539 | - memoize-one "^5.0.0" | |
| 10540 | - merge-anything "^2.2.4" | |
| 10541 | - prop-types "^15.5.4" | |
| 10542 | - react-is "^16.6.0" | |
| 10543 | - stylis "^3.5.0" | |
| 10544 | - stylis-rule-sheet "^0.0.10" | |
| 10545 | - supports-color "^5.5.0" | |
| 10546 | - | |
| 10547 | -styled-components@^4.3.1: | |
| 10051 | +styled-components@^4.2.0, styled-components@^4.3.1: | |
| 10548 | 10052 | version "4.4.1" |
| 10549 | 10053 | resolved "https://registry.npm.taobao.org/styled-components/download/styled-components-4.4.1.tgz#e0631e889f01db67df4de576fedaca463f05c2f2" |
| 10550 | 10054 | integrity sha1-4GMeiJ8B22ffTeV2/trKRj8FwvI= |
| ... | ... | @@ -10573,6 +10077,17 @@ stylis@^3.5.0: |
| 10573 | 10077 | resolved "https://registry.npm.taobao.org/stylis/download/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" |
| 10574 | 10078 | integrity sha1-9mXyX14pnPPWRlSrlJpXx2i3P74= |
| 10575 | 10079 | |
| 10080 | +subscriptions-transport-ws@^0.9.11: | |
| 10081 | + version "0.9.16" | |
| 10082 | + resolved "https://registry.npm.taobao.org/subscriptions-transport-ws/download/subscriptions-transport-ws-0.9.16.tgz#90a422f0771d9c32069294c08608af2d47f596ec" | |
| 10083 | + integrity sha1-kKQi8HcdnDIGkpTAhgivLUf1luw= | |
| 10084 | + dependencies: | |
| 10085 | + backo2 "^1.0.2" | |
| 10086 | + eventemitter3 "^3.1.0" | |
| 10087 | + iterall "^1.2.1" | |
| 10088 | + symbol-observable "^1.0.4" | |
| 10089 | + ws "^5.2.0" | |
| 10090 | + | |
| 10576 | 10091 | supports-color@6.1.0, supports-color@^6.1.0: |
| 10577 | 10092 | version "6.1.0" |
| 10578 | 10093 | resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" |
| ... | ... | @@ -10592,30 +10107,6 @@ supports-color@^5.3.0, supports-color@^5.5.0: |
| 10592 | 10107 | dependencies: |
| 10593 | 10108 | has-flag "^3.0.0" |
| 10594 | 10109 | |
| 10595 | -svgo@^1.0.5: | |
| 10596 | - version "1.3.0" | |
| 10597 | - resolved "https://registry.npm.taobao.org/svgo/download/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313" | |
| 10598 | - integrity sha1-uuUbqV3tmjOja3xGzpw1mukVQxM= | |
| 10599 | - dependencies: | |
| 10600 | - chalk "^2.4.1" | |
| 10601 | - coa "^2.0.2" | |
| 10602 | - css-select "^2.0.0" | |
| 10603 | - css-select-base-adapter "^0.1.1" | |
| 10604 | - css-tree "1.0.0-alpha.33" | |
| 10605 | - csso "^3.5.1" | |
| 10606 | - js-yaml "^3.13.1" | |
| 10607 | - mkdirp "~0.5.1" | |
| 10608 | - object.values "^1.1.0" | |
| 10609 | - sax "~1.2.4" | |
| 10610 | - stable "^0.1.8" | |
| 10611 | - unquote "~1.1.1" | |
| 10612 | - util.promisify "~1.0.0" | |
| 10613 | - | |
| 10614 | -swagger-ui-dist@3.22.1: | |
| 10615 | - version "3.22.1" | |
| 10616 | - resolved "https://registry.npm.taobao.org/swagger-ui-dist/download/swagger-ui-dist-3.22.1.tgz#a7a4ebc5af5d28f7c9e1436be9a9258f5d23497e" | |
| 10617 | - integrity sha1-p6Trxa9dKPfJ4UNr6aklj10jSX4= | |
| 10618 | - | |
| 10619 | 10110 | switchback@^2.0.1: |
| 10620 | 10111 | version "2.0.5" |
| 10621 | 10112 | resolved "https://registry.npm.taobao.org/switchback/download/switchback-2.0.5.tgz#2f50c91118f659c42e03c0f2bdb094f868c45336" |
| ... | ... | @@ -10623,7 +10114,7 @@ switchback@^2.0.1: |
| 10623 | 10114 | dependencies: |
| 10624 | 10115 | "@sailshq/lodash" "^3.10.3" |
| 10625 | 10116 | |
| 10626 | -symbol-observable@^1.2.0: | |
| 10117 | +symbol-observable@^1.0.4, symbol-observable@^1.2.0: | |
| 10627 | 10118 | version "1.2.0" |
| 10628 | 10119 | resolved "https://registry.npm.taobao.org/symbol-observable/download/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" |
| 10629 | 10120 | integrity sha1-wiaIrtTqs83C3+rLtWFmBWCgCAQ= |
| ... | ... | @@ -10635,7 +10126,7 @@ synchronous-promise@^2.0.6: |
| 10635 | 10126 | |
| 10636 | 10127 | table@^5.2.3: |
| 10637 | 10128 | version "5.4.6" |
| 10638 | - resolved "https://registry.npm.taobao.org/table/download/table-5.4.6.tgz?cache=0&sync_timestamp=1565881929670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftable%2Fdownload%2Ftable-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" | |
| 10129 | + resolved "https://registry.npm.taobao.org/table/download/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" | |
| 10639 | 10130 | integrity sha1-EpLRlQDOP4YFOwXw6Ofko7shB54= |
| 10640 | 10131 | dependencies: |
| 10641 | 10132 | ajv "^6.10.2" |
| ... | ... | @@ -10648,27 +10139,14 @@ tapable@^1.0.0, tapable@^1.1.3: |
| 10648 | 10139 | resolved "https://registry.npm.taobao.org/tapable/download/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" |
| 10649 | 10140 | integrity sha1-ofzMBrWNth/XpF2i2kT186Pme6I= |
| 10650 | 10141 | |
| 10651 | -tar-stream@^1.5.2: | |
| 10652 | - version "1.6.2" | |
| 10653 | - resolved "https://registry.npm.taobao.org/tar-stream/download/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555" | |
| 10654 | - integrity sha1-jqVdqzeXIlPZqa+Q/c1VmuQ1xVU= | |
| 10655 | - dependencies: | |
| 10656 | - bl "^1.0.0" | |
| 10657 | - buffer-alloc "^1.2.0" | |
| 10658 | - end-of-stream "^1.0.0" | |
| 10659 | - fs-constants "^1.0.0" | |
| 10660 | - readable-stream "^2.3.0" | |
| 10661 | - to-buffer "^1.1.1" | |
| 10662 | - xtend "^4.0.0" | |
| 10663 | - | |
| 10664 | -tar@^4: | |
| 10665 | - version "4.4.10" | |
| 10666 | - resolved "https://registry.npm.taobao.org/tar/download/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1" | |
| 10667 | - integrity sha1-lGsoELml4LJhQM94vqawsNaJ66E= | |
| 10142 | +tar@^4, tar@^4.4.2: | |
| 10143 | + version "4.4.13" | |
| 10144 | + resolved "https://registry.npm.taobao.org/tar/download/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" | |
| 10145 | + integrity sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU= | |
| 10668 | 10146 | dependencies: |
| 10669 | 10147 | chownr "^1.1.1" |
| 10670 | 10148 | fs-minipass "^1.2.5" |
| 10671 | - minipass "^2.3.5" | |
| 10149 | + minipass "^2.8.6" | |
| 10672 | 10150 | minizlib "^1.2.1" |
| 10673 | 10151 | mkdirp "^0.5.0" |
| 10674 | 10152 | safe-buffer "^5.1.2" |
| ... | ... | @@ -10684,38 +10162,25 @@ tarn@^2.0.0: |
| 10684 | 10162 | resolved "https://registry.npm.taobao.org/tarn/download/tarn-2.0.0.tgz#c68499f69881f99ae955b4317ca7d212d942fdee" |
| 10685 | 10163 | integrity sha1-xoSZ9piB+ZrpVbQxfKfSEtlC/e4= |
| 10686 | 10164 | |
| 10687 | -temp-dir@^1.0.0: | |
| 10688 | - version "1.0.0" | |
| 10689 | - resolved "https://registry.npm.taobao.org/temp-dir/download/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" | |
| 10690 | - integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= | |
| 10691 | - | |
| 10692 | -tempfile@^2.0.0: | |
| 10693 | - version "2.0.0" | |
| 10694 | - resolved "https://registry.npm.taobao.org/tempfile/download/tempfile-2.0.0.tgz#6b0446856a9b1114d1856ffcbe509cccb0977265" | |
| 10695 | - integrity sha1-awRGhWqbERTRhW/8vlCczLCXcmU= | |
| 10696 | - dependencies: | |
| 10697 | - temp-dir "^1.0.0" | |
| 10698 | - uuid "^3.0.1" | |
| 10699 | - | |
| 10700 | -terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.4.1: | |
| 10701 | - version "1.4.1" | |
| 10702 | - resolved "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4" | |
| 10703 | - integrity sha1-YbGOQOruW+l+dxzbsQ7RKAiIwrQ= | |
| 10165 | +terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.4.3: | |
| 10166 | + version "1.4.3" | |
| 10167 | + resolved "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.3.tgz#5ecaf2dbdc5fb99745fd06791f46fc9ddb1c9a7c" | |
| 10168 | + integrity sha1-Xsry29xfuZdF/QZ5H0b8ndscmnw= | |
| 10704 | 10169 | dependencies: |
| 10705 | 10170 | cacache "^12.0.2" |
| 10706 | 10171 | find-cache-dir "^2.1.0" |
| 10707 | 10172 | is-wsl "^1.1.0" |
| 10708 | 10173 | schema-utils "^1.0.0" |
| 10709 | - serialize-javascript "^1.7.0" | |
| 10174 | + serialize-javascript "^2.1.2" | |
| 10710 | 10175 | source-map "^0.6.1" |
| 10711 | 10176 | terser "^4.1.2" |
| 10712 | 10177 | webpack-sources "^1.4.0" |
| 10713 | 10178 | worker-farm "^1.7.0" |
| 10714 | 10179 | |
| 10715 | 10180 | terser@^4.1.2: |
| 10716 | - version "4.2.1" | |
| 10717 | - resolved "https://registry.npm.taobao.org/terser/download/terser-4.2.1.tgz#1052cfe17576c66e7bc70fcc7119f22b155bdac1" | |
| 10718 | - integrity sha1-EFLP4XV2xm57xw/McRnyKxVb2sE= | |
| 10181 | + version "4.6.2" | |
| 10182 | + resolved "https://registry.npm.taobao.org/terser/download/terser-4.6.2.tgz?cache=0&sync_timestamp=1578489001308&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.6.2.tgz#cb1cf055e7f70caa5863f00ba3e67dc3c97b5150" | |
| 10183 | + integrity sha1-yxzwVef3DKpYY/ALo+Z9w8l7UVA= | |
| 10719 | 10184 | dependencies: |
| 10720 | 10185 | commander "^2.20.0" |
| 10721 | 10186 | source-map "~0.6.1" |
| ... | ... | @@ -10748,7 +10213,7 @@ through2@^2.0.0, through2@^2.0.2: |
| 10748 | 10213 | readable-stream "~2.3.6" |
| 10749 | 10214 | xtend "~4.0.1" |
| 10750 | 10215 | |
| 10751 | -through@^2.3.6, through@^2.3.8, through@~2.3.6: | |
| 10216 | +through@^2.3.6, through@~2.3.6: | |
| 10752 | 10217 | version "2.3.8" |
| 10753 | 10218 | resolved "https://registry.npm.taobao.org/through/download/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" |
| 10754 | 10219 | integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= |
| ... | ... | @@ -10770,11 +10235,6 @@ tildify@2.0.0: |
| 10770 | 10235 | resolved "https://registry.npm.taobao.org/tildify/download/tildify-2.0.0.tgz#f205f3674d677ce698b7067a99e949ce03b4754a" |
| 10771 | 10236 | integrity sha1-8gXzZ01nfOaYtwZ6melJzgO0dUo= |
| 10772 | 10237 | |
| 10773 | -timed-out@^4.0.0, timed-out@^4.0.1: | |
| 10774 | - version "4.0.1" | |
| 10775 | - resolved "https://registry.npm.taobao.org/timed-out/download/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" | |
| 10776 | - integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= | |
| 10777 | - | |
| 10778 | 10238 | timers-browserify@^2.0.4: |
| 10779 | 10239 | version "2.0.11" |
| 10780 | 10240 | resolved "https://registry.npm.taobao.org/timers-browserify/download/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" |
| ... | ... | @@ -10804,11 +10264,6 @@ to-arraybuffer@^1.0.0: |
| 10804 | 10264 | resolved "https://registry.npm.taobao.org/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" |
| 10805 | 10265 | integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= |
| 10806 | 10266 | |
| 10807 | -to-buffer@^1.1.1: | |
| 10808 | - version "1.1.1" | |
| 10809 | - resolved "https://registry.npm.taobao.org/to-buffer/download/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" | |
| 10810 | - integrity sha1-STvUj2LXxD/N7TE6A9ytsuEhOoA= | |
| 10811 | - | |
| 10812 | 10267 | to-fast-properties@^2.0.0: |
| 10813 | 10268 | version "2.0.0" |
| 10814 | 10269 | resolved "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
| ... | ... | @@ -10888,24 +10343,14 @@ tough-cookie@~2.4.3: |
| 10888 | 10343 | psl "^1.1.24" |
| 10889 | 10344 | punycode "^1.4.1" |
| 10890 | 10345 | |
| 10891 | -trim-newlines@^1.0.0: | |
| 10892 | - version "1.0.0" | |
| 10893 | - resolved "https://registry.npm.taobao.org/trim-newlines/download/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" | |
| 10894 | - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= | |
| 10895 | - | |
| 10896 | -trim-repeated@^1.0.0: | |
| 10897 | - version "1.0.0" | |
| 10898 | - resolved "https://registry.npm.taobao.org/trim-repeated/download/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" | |
| 10899 | - integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE= | |
| 10346 | +ts-invariant@^0.4.0: | |
| 10347 | + version "0.4.4" | |
| 10348 | + resolved "https://registry.npm.taobao.org/ts-invariant/download/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86" | |
| 10349 | + integrity sha1-l6UjUYaI+TqvrQGw6A64A+sqvYY= | |
| 10900 | 10350 | dependencies: |
| 10901 | - escape-string-regexp "^1.0.2" | |
| 10902 | - | |
| 10903 | -trim-right@^1.0.1: | |
| 10904 | - version "1.0.1" | |
| 10905 | - resolved "https://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz?cache=0&sync_timestamp=1562845044600&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftrim-right%2Fdownload%2Ftrim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" | |
| 10906 | - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= | |
| 10351 | + tslib "^1.9.3" | |
| 10907 | 10352 | |
| 10908 | -tslib@^1.9.0, tslib@^1.9.3: | |
| 10353 | +tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3: | |
| 10909 | 10354 | version "1.10.0" |
| 10910 | 10355 | resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" |
| 10911 | 10356 | integrity sha1-w8GflZc/sKYpc/sJ2Q2WHuQ+XIo= |
| ... | ... | @@ -10944,10 +10389,10 @@ type-check@~0.3.2: |
| 10944 | 10389 | dependencies: |
| 10945 | 10390 | prelude-ls "~1.1.2" |
| 10946 | 10391 | |
| 10947 | -type-fest@^0.5.2: | |
| 10948 | - version "0.5.2" | |
| 10949 | - resolved "https://registry.npm.taobao.org/type-fest/download/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2" | |
| 10950 | - integrity sha1-1u9CoDVsbNRfSUhcO2KB/BSOSKI= | |
| 10392 | +type-fest@^0.8.1: | |
| 10393 | + version "0.8.1" | |
| 10394 | + resolved "https://registry.npm.taobao.org/type-fest/download/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" | |
| 10395 | + integrity sha1-CeJJ696FHTseSNJ8EFREZn8XuD0= | |
| 10951 | 10396 | |
| 10952 | 10397 | type-is@^1.6.14, type-is@^1.6.16, type-is@~1.6.17, type-is@~1.6.18: |
| 10953 | 10398 | version "1.6.18" |
| ... | ... | @@ -10968,26 +10413,18 @@ typedarray@^0.0.6: |
| 10968 | 10413 | integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= |
| 10969 | 10414 | |
| 10970 | 10415 | ua-parser-js@^0.7.18: |
| 10971 | - version "0.7.20" | |
| 10972 | - resolved "https://registry.npm.taobao.org/ua-parser-js/download/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098" | |
| 10973 | - integrity sha1-dScXi4L2pioPJD0flP0w4+PCEJg= | |
| 10416 | + version "0.7.21" | |
| 10417 | + resolved "https://registry.npm.taobao.org/ua-parser-js/download/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777" | |
| 10418 | + integrity sha1-hTz5zpP2QvZxdCc8w0Vlrm8wh3c= | |
| 10974 | 10419 | |
| 10975 | 10420 | uglify-js@3.4.x: |
| 10976 | 10421 | version "3.4.10" |
| 10977 | - resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-3.4.10.tgz?cache=0&sync_timestamp=1563943388956&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" | |
| 10422 | + resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" | |
| 10978 | 10423 | integrity sha1-mtlWPY6zrN+404WX0q8dgV9qdV8= |
| 10979 | 10424 | dependencies: |
| 10980 | 10425 | commander "~2.19.0" |
| 10981 | 10426 | source-map "~0.6.1" |
| 10982 | 10427 | |
| 10983 | -unbzip2-stream@^1.0.9: | |
| 10984 | - version "1.3.3" | |
| 10985 | - resolved "https://registry.npm.taobao.org/unbzip2-stream/download/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a" | |
| 10986 | - integrity sha1-0VbSBeZw2NjDk+HALr1QZCKHP2o= | |
| 10987 | - dependencies: | |
| 10988 | - buffer "^5.2.1" | |
| 10989 | - through "^2.3.8" | |
| 10990 | - | |
| 10991 | 10428 | unc-path-regex@^0.1.2: |
| 10992 | 10429 | version "0.1.2" |
| 10993 | 10430 | resolved "https://registry.npm.taobao.org/unc-path-regex/download/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" |
| ... | ... | @@ -11055,11 +10492,6 @@ unpipe@1.0.0, unpipe@~1.0.0: |
| 11055 | 10492 | resolved "https://registry.npm.taobao.org/unpipe/download/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" |
| 11056 | 10493 | integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= |
| 11057 | 10494 | |
| 11058 | -unquote@~1.1.1: | |
| 11059 | - version "1.1.1" | |
| 11060 | - resolved "https://registry.npm.taobao.org/unquote/download/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" | |
| 11061 | - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= | |
| 11062 | - | |
| 11063 | 10495 | unset-value@^1.0.0: |
| 11064 | 10496 | version "1.0.0" |
| 11065 | 10497 | resolved "https://registry.npm.taobao.org/unset-value/download/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" |
| ... | ... | @@ -11069,13 +10501,13 @@ unset-value@^1.0.0: |
| 11069 | 10501 | isobject "^3.0.0" |
| 11070 | 10502 | |
| 11071 | 10503 | upath@^1.1.1: |
| 11072 | - version "1.1.2" | |
| 11073 | - resolved "https://registry.npm.taobao.org/upath/download/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068" | |
| 11074 | - integrity sha1-PbZYYA7a7sy+bbXmhNZ+6MKs0Gg= | |
| 10504 | + version "1.2.0" | |
| 10505 | + resolved "https://registry.npm.taobao.org/upath/download/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" | |
| 10506 | + integrity sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ= | |
| 11075 | 10507 | |
| 11076 | 10508 | upper-case@^1.1.1: |
| 11077 | 10509 | version "1.1.3" |
| 11078 | - resolved "https://registry.npm.taobao.org/upper-case/download/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" | |
| 10510 | + resolved "https://registry.npm.taobao.org/upper-case/download/upper-case-1.1.3.tgz?cache=0&sync_timestamp=1575601671982&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fupper-case%2Fdownload%2Fupper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" | |
| 11079 | 10511 | integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= |
| 11080 | 10512 | |
| 11081 | 10513 | uri-js@^4.2.2: |
| ... | ... | @@ -11086,9 +10518,9 @@ uri-js@^4.2.2: |
| 11086 | 10518 | punycode "^2.1.0" |
| 11087 | 10519 | |
| 11088 | 10520 | urijs@^1.19.0: |
| 11089 | - version "1.19.1" | |
| 11090 | - resolved "https://registry.npm.taobao.org/urijs/download/urijs-1.19.1.tgz#5b0ff530c0cbde8386f6342235ba5ca6e995d25a" | |
| 11091 | - integrity sha1-Ww/1MMDL3oOG9jQiNbpcpumV0lo= | |
| 10521 | + version "1.19.2" | |
| 10522 | + resolved "https://registry.npm.taobao.org/urijs/download/urijs-1.19.2.tgz#f9be09f00c4c5134b7cb3cf475c1dd394526265a" | |
| 10523 | + integrity sha1-+b4J8AxMUTS3yzz0dcHdOUUmJlo= | |
| 11092 | 10524 | |
| 11093 | 10525 | urix@^0.1.0: |
| 11094 | 10526 | version "0.1.0" |
| ... | ... | @@ -11097,27 +10529,13 @@ urix@^0.1.0: |
| 11097 | 10529 | |
| 11098 | 10530 | url-loader@^1.1.2: |
| 11099 | 10531 | version "1.1.2" |
| 11100 | - resolved "https://registry.npm.taobao.org/url-loader/download/url-loader-1.1.2.tgz#b971d191b83af693c5e3fea4064be9e1f2d7f8d8" | |
| 10532 | + resolved "https://registry.npm.taobao.org/url-loader/download/url-loader-1.1.2.tgz?cache=0&sync_timestamp=1574768785957&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-loader%2Fdownload%2Furl-loader-1.1.2.tgz#b971d191b83af693c5e3fea4064be9e1f2d7f8d8" | |
| 11101 | 10533 | integrity sha1-uXHRkbg69pPF4/6kBkvp4fLX+Ng= |
| 11102 | 10534 | dependencies: |
| 11103 | 10535 | loader-utils "^1.1.0" |
| 11104 | 10536 | mime "^2.0.3" |
| 11105 | 10537 | schema-utils "^1.0.0" |
| 11106 | 10538 | |
| 11107 | -url-parse-lax@^1.0.0: | |
| 11108 | - version "1.0.0" | |
| 11109 | - resolved "https://registry.npm.taobao.org/url-parse-lax/download/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" | |
| 11110 | - integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= | |
| 11111 | - dependencies: | |
| 11112 | - prepend-http "^1.0.1" | |
| 11113 | - | |
| 11114 | -url-parse-lax@^3.0.0: | |
| 11115 | - version "3.0.0" | |
| 11116 | - resolved "https://registry.npm.taobao.org/url-parse-lax/download/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" | |
| 11117 | - integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= | |
| 11118 | - dependencies: | |
| 11119 | - prepend-http "^2.0.0" | |
| 11120 | - | |
| 11121 | 10539 | url-parse@^1.4.3: |
| 11122 | 10540 | version "1.4.7" |
| 11123 | 10541 | resolved "https://registry.npm.taobao.org/url-parse/download/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" |
| ... | ... | @@ -11126,11 +10544,6 @@ url-parse@^1.4.3: |
| 11126 | 10544 | querystringify "^2.1.1" |
| 11127 | 10545 | requires-port "^1.0.0" |
| 11128 | 10546 | |
| 11129 | -url-to-options@^1.0.1: | |
| 11130 | - version "1.0.1" | |
| 11131 | - resolved "https://registry.npm.taobao.org/url-to-options/download/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" | |
| 11132 | - integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= | |
| 11133 | - | |
| 11134 | 10547 | url@^0.11.0: |
| 11135 | 10548 | version "0.11.0" |
| 11136 | 10549 | resolved "https://registry.npm.taobao.org/url/download/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" |
| ... | ... | @@ -11149,7 +10562,7 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: |
| 11149 | 10562 | resolved "https://registry.npm.taobao.org/util-deprecate/download/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" |
| 11150 | 10563 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= |
| 11151 | 10564 | |
| 11152 | -util.promisify@1.0.0, util.promisify@~1.0.0: | |
| 10565 | +util.promisify@1.0.0, util.promisify@^1.0.0: | |
| 11153 | 10566 | version "1.0.0" |
| 11154 | 10567 | resolved "https://registry.npm.taobao.org/util.promisify/download/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" |
| 11155 | 10568 | integrity sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA= |
| ... | ... | @@ -11159,14 +10572,14 @@ util.promisify@1.0.0, util.promisify@~1.0.0: |
| 11159 | 10572 | |
| 11160 | 10573 | util@0.10.3: |
| 11161 | 10574 | version "0.10.3" |
| 11162 | - resolved "https://registry.npm.taobao.org/util/download/util-0.10.3.tgz?cache=0&sync_timestamp=1562337713422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Futil%2Fdownload%2Futil-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" | |
| 10575 | + resolved "https://registry.npm.taobao.org/util/download/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" | |
| 11163 | 10576 | integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= |
| 11164 | 10577 | dependencies: |
| 11165 | 10578 | inherits "2.0.1" |
| 11166 | 10579 | |
| 11167 | 10580 | util@^0.11.0: |
| 11168 | 10581 | version "0.11.1" |
| 11169 | - resolved "https://registry.npm.taobao.org/util/download/util-0.11.1.tgz?cache=0&sync_timestamp=1562337713422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Futil%2Fdownload%2Futil-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" | |
| 10582 | + resolved "https://registry.npm.taobao.org/util/download/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" | |
| 11170 | 10583 | integrity sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE= |
| 11171 | 10584 | dependencies: |
| 11172 | 10585 | inherits "2.0.3" |
| ... | ... | @@ -11183,7 +10596,7 @@ utils-merge@1.0.1: |
| 11183 | 10596 | |
| 11184 | 10597 | uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.3.3: |
| 11185 | 10598 | version "3.3.3" |
| 11186 | - resolved "https://registry.npm.taobao.org/uuid/download/uuid-3.3.3.tgz?cache=0&sync_timestamp=1566221202613&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuuid%2Fdownload%2Fuuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" | |
| 10599 | + resolved "https://registry.npm.taobao.org/uuid/download/uuid-3.3.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuuid%2Fdownload%2Fuuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" | |
| 11187 | 10600 | integrity sha1-RWjwIW54dg7h2/Ok0s9T4iQRKGY= |
| 11188 | 10601 | |
| 11189 | 10602 | v8-compile-cache@2.0.3: |
| ... | ... | @@ -11216,22 +10629,17 @@ validator@^10.11.0: |
| 11216 | 10629 | resolved "https://registry.npm.taobao.org/validator/download/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228" |
| 11217 | 10630 | integrity sha1-ADEI6m6amHTTHMyeUAaFbM12sig= |
| 11218 | 10631 | |
| 11219 | -value-equal@^0.4.0: | |
| 11220 | - version "0.4.0" | |
| 11221 | - resolved "https://registry.npm.taobao.org/value-equal/download/value-equal-0.4.0.tgz#c5bdd2f54ee093c04839d71ce2e4758a6890abc7" | |
| 11222 | - integrity sha1-xb3S9U7gk8BIOdcc4uR1imiQq8c= | |
| 11223 | - | |
| 11224 | -vandium-utils@^1.1.0: | |
| 11225 | - version "1.2.0" | |
| 11226 | - resolved "https://registry.npm.taobao.org/vandium-utils/download/vandium-utils-1.2.0.tgz#44735de4b7641a05de59ebe945f174e582db4f59" | |
| 11227 | - integrity sha1-RHNd5LdkGgXeWevpRfF05YLbT1k= | |
| 10632 | +value-equal@^1.0.1: | |
| 10633 | + version "1.0.1" | |
| 10634 | + resolved "https://registry.npm.taobao.org/value-equal/download/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" | |
| 10635 | + integrity sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw= | |
| 11228 | 10636 | |
| 11229 | 10637 | vary@^1.1.2, vary@~1.1.2: |
| 11230 | 10638 | version "1.1.2" |
| 11231 | 10639 | resolved "https://registry.npm.taobao.org/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" |
| 11232 | 10640 | integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= |
| 11233 | 10641 | |
| 11234 | -verror@1.10.0: | |
| 10642 | +verror@1.10.0, verror@^1.10.0: | |
| 11235 | 10643 | version "1.10.0" |
| 11236 | 10644 | resolved "https://registry.npm.taobao.org/verror/download/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" |
| 11237 | 10645 | integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= |
| ... | ... | @@ -11252,20 +10660,20 @@ video-react@^0.13.2: |
| 11252 | 10660 | redux "^4.0.1" |
| 11253 | 10661 | |
| 11254 | 10662 | vm-browserify@^1.0.1: |
| 11255 | - version "1.1.0" | |
| 11256 | - resolved "https://registry.npm.taobao.org/vm-browserify/download/vm-browserify-1.1.0.tgz#bd76d6a23323e2ca8ffa12028dc04559c75f9019" | |
| 11257 | - integrity sha1-vXbWojMj4sqP+hICjcBFWcdfkBk= | |
| 10663 | + version "1.1.2" | |
| 10664 | + resolved "https://registry.npm.taobao.org/vm-browserify/download/vm-browserify-1.1.2.tgz?cache=0&sync_timestamp=1572870776965&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvm-browserify%2Fdownload%2Fvm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" | |
| 10665 | + integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA= | |
| 11258 | 10666 | |
| 11259 | 10667 | warning@^4.0.2, warning@^4.0.3: |
| 11260 | 10668 | version "4.0.3" |
| 11261 | - resolved "https://registry.npm.taobao.org/warning/download/warning-4.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwarning%2Fdownload%2Fwarning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" | |
| 10669 | + resolved "https://registry.npm.taobao.org/warning/download/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" | |
| 11262 | 10670 | integrity sha1-Fungd+uKhtavfWSqHgX9hbRnjKM= |
| 11263 | 10671 | dependencies: |
| 11264 | 10672 | loose-envify "^1.0.0" |
| 11265 | 10673 | |
| 11266 | 10674 | watchpack@^1.6.0: |
| 11267 | 10675 | version "1.6.0" |
| 11268 | - resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" | |
| 10676 | + resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.6.0.tgz?cache=0&sync_timestamp=1578392744974&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" | |
| 11269 | 10677 | integrity sha1-S8EsLr6KonenHx0/FNaFx7RGzQA= |
| 11270 | 10678 | dependencies: |
| 11271 | 10679 | chokidar "^2.0.2" |
| ... | ... | @@ -11288,7 +10696,7 @@ wcwidth@^1.0.1: |
| 11288 | 10696 | |
| 11289 | 10697 | webpack-cli@^3.3.2: |
| 11290 | 10698 | version "3.3.10" |
| 11291 | - resolved "https://registry.npm.taobao.org/webpack-cli/download/webpack-cli-3.3.10.tgz?cache=0&sync_timestamp=1573859134654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-cli%2Fdownload%2Fwebpack-cli-3.3.10.tgz#17b279267e9b4fb549023fae170da8e6e766da13" | |
| 10699 | + resolved "https://registry.npm.taobao.org/webpack-cli/download/webpack-cli-3.3.10.tgz?cache=0&sync_timestamp=1573831720681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-cli%2Fdownload%2Fwebpack-cli-3.3.10.tgz#17b279267e9b4fb549023fae170da8e6e766da13" | |
| 11292 | 10700 | integrity sha1-F7J5Jn6bT7VJAj+uFw2o5udm2hM= |
| 11293 | 10701 | dependencies: |
| 11294 | 10702 | chalk "2.4.2" |
| ... | ... | @@ -11315,9 +10723,9 @@ webpack-dev-middleware@^3.7.2: |
| 11315 | 10723 | webpack-log "^2.0.0" |
| 11316 | 10724 | |
| 11317 | 10725 | webpack-dev-server@^3.4.1: |
| 11318 | - version "3.9.0" | |
| 11319 | - resolved "https://registry.npm.taobao.org/webpack-dev-server/download/webpack-dev-server-3.9.0.tgz?cache=0&sync_timestamp=1571763182461&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-dev-server%2Fdownload%2Fwebpack-dev-server-3.9.0.tgz#27c3b5d0f6b6677c4304465ac817623c8b27b89c" | |
| 11320 | - integrity sha1-J8O10Pa2Z3xDBEZayBdiPIsnuJw= | |
| 10726 | + version "3.10.1" | |
| 10727 | + resolved "https://registry.npm.taobao.org/webpack-dev-server/download/webpack-dev-server-3.10.1.tgz#1ff3e5cccf8e0897aa3f5909c654e623f69b1c0e" | |
| 10728 | + integrity sha1-H/PlzM+OCJeqP1kJxlTmI/abHA4= | |
| 11321 | 10729 | dependencies: |
| 11322 | 10730 | ansi-html "0.0.7" |
| 11323 | 10731 | bonjour "^3.5.0" |
| ... | ... | @@ -11334,7 +10742,7 @@ webpack-dev-server@^3.4.1: |
| 11334 | 10742 | ip "^1.1.5" |
| 11335 | 10743 | is-absolute-url "^3.0.3" |
| 11336 | 10744 | killable "^1.0.1" |
| 11337 | - loglevel "^1.6.4" | |
| 10745 | + loglevel "^1.6.6" | |
| 11338 | 10746 | opn "^5.5.0" |
| 11339 | 10747 | p-retry "^3.0.1" |
| 11340 | 10748 | portfinder "^1.0.25" |
| ... | ... | @@ -11363,16 +10771,16 @@ webpack-log@^2.0.0: |
| 11363 | 10771 | |
| 11364 | 10772 | webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: |
| 11365 | 10773 | version "1.4.3" |
| 11366 | - resolved "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-sources%2Fdownload%2Fwebpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" | |
| 10774 | + resolved "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" | |
| 11367 | 10775 | integrity sha1-7t2OwLko+/HL/plOItLYkPMwqTM= |
| 11368 | 10776 | dependencies: |
| 11369 | 10777 | source-list-map "^2.0.0" |
| 11370 | 10778 | source-map "~0.6.1" |
| 11371 | 10779 | |
| 11372 | 10780 | webpack@^4.40.1: |
| 11373 | - version "4.41.2" | |
| 11374 | - resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.41.2.tgz?cache=0&sync_timestamp=1575843576848&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e" | |
| 11375 | - integrity sha1-w07Hbao6hGjJthpQM22OMwPc504= | |
| 10781 | + version "4.41.5" | |
| 10782 | + resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.41.5.tgz?cache=0&sync_timestamp=1577481383825&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c" | |
| 10783 | + integrity sha1-MhDxiGvOUxDmK7lyBNGMJjNBt3w= | |
| 11376 | 10784 | dependencies: |
| 11377 | 10785 | "@webassemblyjs/ast" "1.8.5" |
| 11378 | 10786 | "@webassemblyjs/helper-module-context" "1.8.5" |
| ... | ... | @@ -11394,13 +10802,13 @@ webpack@^4.40.1: |
| 11394 | 10802 | node-libs-browser "^2.2.1" |
| 11395 | 10803 | schema-utils "^1.0.0" |
| 11396 | 10804 | tapable "^1.1.3" |
| 11397 | - terser-webpack-plugin "^1.4.1" | |
| 10805 | + terser-webpack-plugin "^1.4.3" | |
| 11398 | 10806 | watchpack "^1.6.0" |
| 11399 | 10807 | webpack-sources "^1.4.1" |
| 11400 | 10808 | |
| 11401 | 10809 | webpackbar@^3.2.0: |
| 11402 | 10810 | version "3.2.0" |
| 11403 | - resolved "https://registry.npm.taobao.org/webpackbar/download/webpackbar-3.2.0.tgz?cache=0&sync_timestamp=1565016736033&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpackbar%2Fdownload%2Fwebpackbar-3.2.0.tgz#bdaad103fad11a4e612500e72aaae98b08ba493f" | |
| 10811 | + resolved "https://registry.npm.taobao.org/webpackbar/download/webpackbar-3.2.0.tgz#bdaad103fad11a4e612500e72aaae98b08ba493f" | |
| 11404 | 10812 | integrity sha1-varRA/rRGk5hJQDnKqrpiwi6ST8= |
| 11405 | 10813 | dependencies: |
| 11406 | 10814 | ansi-escapes "^4.1.0" |
| ... | ... | @@ -11428,12 +10836,12 @@ websocket-extensions@>=0.1.1: |
| 11428 | 10836 | |
| 11429 | 10837 | whatwg-fetch@>=0.10.0: |
| 11430 | 10838 | version "3.0.0" |
| 11431 | - resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhatwg-fetch%2Fdownload%2Fwhatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" | |
| 10839 | + resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" | |
| 11432 | 10840 | integrity sha1-/IBORYzEYACbGiuWa8iBfSV4rvs= |
| 11433 | 10841 | |
| 11434 | 10842 | whatwg-fetch@^2.0.3: |
| 11435 | 10843 | version "2.0.4" |
| 11436 | - resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-2.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhatwg-fetch%2Fdownload%2Fwhatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" | |
| 10844 | + resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" | |
| 11437 | 10845 | integrity sha1-3eal3zFfnTmZGqF2IYU9cguFVm8= |
| 11438 | 10846 | |
| 11439 | 10847 | which-module@^2.0.0: |
| ... | ... | @@ -11443,7 +10851,7 @@ which-module@^2.0.0: |
| 11443 | 10851 | |
| 11444 | 10852 | which@^1.2.14, which@^1.2.9, which@^1.3.1: |
| 11445 | 10853 | version "1.3.1" |
| 11446 | - resolved "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" | |
| 10854 | + resolved "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhich%2Fdownload%2Fwhich-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" | |
| 11447 | 10855 | integrity sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo= |
| 11448 | 10856 | dependencies: |
| 11449 | 10857 | isexe "^2.0.0" |
| ... | ... | @@ -11455,17 +10863,17 @@ wide-align@^1.1.0: |
| 11455 | 10863 | dependencies: |
| 11456 | 10864 | string-width "^1.0.2 || 2" |
| 11457 | 10865 | |
| 11458 | -wkx@^0.4.6: | |
| 10866 | +wkx@^0.4.8: | |
| 11459 | 10867 | version "0.4.8" |
| 11460 | 10868 | resolved "https://registry.npm.taobao.org/wkx/download/wkx-0.4.8.tgz#a092cf088d112683fdc7182fd31493b2c5820003" |
| 11461 | 10869 | integrity sha1-oJLPCI0RJoP9xxgv0xSTssWCAAM= |
| 11462 | 10870 | dependencies: |
| 11463 | 10871 | "@types/node" "*" |
| 11464 | 10872 | |
| 11465 | -wordwrap@~1.0.0: | |
| 11466 | - version "1.0.0" | |
| 11467 | - resolved "https://registry.npm.taobao.org/wordwrap/download/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" | |
| 11468 | - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= | |
| 10873 | +word-wrap@~1.2.3: | |
| 10874 | + version "1.2.3" | |
| 10875 | + resolved "https://registry.npm.taobao.org/word-wrap/download/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" | |
| 10876 | + integrity sha1-YQY29rH3A4kb00dxzLF/uTtHB5w= | |
| 11469 | 10877 | |
| 11470 | 10878 | worker-farm@^1.7.0: |
| 11471 | 10879 | version "1.7.0" |
| ... | ... | @@ -11503,9 +10911,16 @@ write@1.0.3: |
| 11503 | 10911 | dependencies: |
| 11504 | 10912 | mkdirp "^0.5.1" |
| 11505 | 10913 | |
| 11506 | -ws@^6.2.1: | |
| 10914 | +ws@^5.2.0: | |
| 10915 | + version "5.2.2" | |
| 10916 | + resolved "https://registry.npm.taobao.org/ws/download/ws-5.2.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fws%2Fdownload%2Fws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" | |
| 10917 | + integrity sha1-3/7xSGa46NyRM1glFNG++vlumA8= | |
| 10918 | + dependencies: | |
| 10919 | + async-limiter "~1.0.0" | |
| 10920 | + | |
| 10921 | +ws@^6.0.0, ws@^6.2.1: | |
| 11507 | 10922 | version "6.2.1" |
| 11508 | - resolved "https://registry.npm.taobao.org/ws/download/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" | |
| 10923 | + resolved "https://registry.npm.taobao.org/ws/download/ws-6.2.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fws%2Fdownload%2Fws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" | |
| 11509 | 10924 | integrity sha1-RC/fCkftZPWbal2P8TD0dI7VJPs= |
| 11510 | 10925 | dependencies: |
| 11511 | 10926 | async-limiter "~1.0.0" |
| ... | ... | @@ -11515,25 +10930,15 @@ xtend@^4.0.0, xtend@~4.0.1: |
| 11515 | 10930 | resolved "https://registry.npm.taobao.org/xtend/download/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" |
| 11516 | 10931 | integrity sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q= |
| 11517 | 10932 | |
| 11518 | -y18n@^3.2.1: | |
| 11519 | - version "3.2.1" | |
| 11520 | - resolved "https://registry.npm.taobao.org/y18n/download/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" | |
| 11521 | - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= | |
| 11522 | - | |
| 11523 | 10933 | "y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: |
| 11524 | 10934 | version "4.0.0" |
| 11525 | 10935 | resolved "https://registry.npm.taobao.org/y18n/download/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" |
| 11526 | 10936 | integrity sha1-le+U+F7MgdAHwmThkKEg8KPIVms= |
| 11527 | 10937 | |
| 11528 | -yallist@^2.1.2: | |
| 11529 | - version "2.1.2" | |
| 11530 | - resolved "https://registry.npm.taobao.org/yallist/download/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | |
| 11531 | - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= | |
| 11532 | - | |
| 11533 | 10938 | yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: |
| 11534 | - version "3.0.3" | |
| 11535 | - resolved "https://registry.npm.taobao.org/yallist/download/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" | |
| 11536 | - integrity sha1-tLBJ4xS+VF486AIjbWzSLNkcPek= | |
| 10939 | + version "3.1.1" | |
| 10940 | + resolved "https://registry.npm.taobao.org/yallist/download/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" | |
| 10941 | + integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0= | |
| 11537 | 10942 | |
| 11538 | 10943 | yaml@^1.7.2: |
| 11539 | 10944 | version "1.7.2" |
| ... | ... | @@ -11544,7 +10949,7 @@ yaml@^1.7.2: |
| 11544 | 10949 | |
| 11545 | 10950 | yargs-parser@^11.1.1: |
| 11546 | 10951 | version "11.1.1" |
| 11547 | - resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-11.1.1.tgz?cache=0&sync_timestamp=1572648717575&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" | |
| 10952 | + resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" | |
| 11548 | 10953 | integrity sha1-h5oIZZc7yp9rq1y987HGfsfTvPQ= |
| 11549 | 10954 | dependencies: |
| 11550 | 10955 | camelcase "^5.0.0" |
| ... | ... | @@ -11552,22 +10957,23 @@ yargs-parser@^11.1.1: |
| 11552 | 10957 | |
| 11553 | 10958 | yargs-parser@^13.1.0: |
| 11554 | 10959 | version "13.1.1" |
| 11555 | - resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz?cache=0&sync_timestamp=1572648717575&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" | |
| 10960 | + resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" | |
| 11556 | 10961 | integrity sha1-0mBYUyqgbTZf4JH2ofwGsvfl7KA= |
| 11557 | 10962 | dependencies: |
| 11558 | 10963 | camelcase "^5.0.0" |
| 11559 | 10964 | decamelize "^1.2.0" |
| 11560 | 10965 | |
| 11561 | -yargs-parser@^8.1.0: | |
| 11562 | - version "8.1.0" | |
| 11563 | - resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950" | |
| 11564 | - integrity sha1-8TdqM7Ziml0GN4KUTacyYx6WaVA= | |
| 10966 | +yargs-parser@^15.0.0: | |
| 10967 | + version "15.0.0" | |
| 10968 | + resolved "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08" | |
| 10969 | + integrity sha1-zdepdJDsg2GV9Z8/Tb5eqej3Xwg= | |
| 11565 | 10970 | dependencies: |
| 11566 | - camelcase "^4.1.0" | |
| 10971 | + camelcase "^5.0.0" | |
| 10972 | + decamelize "^1.2.0" | |
| 11567 | 10973 | |
| 11568 | 10974 | yargs@12.0.5: |
| 11569 | 10975 | version "12.0.5" |
| 11570 | - resolved "https://registry.npm.taobao.org/yargs/download/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" | |
| 10976 | + resolved "https://registry.npm.taobao.org/yargs/download/yargs-12.0.5.tgz?cache=0&sync_timestamp=1577940861093&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" | |
| 11571 | 10977 | integrity sha1-BfWZe2CWR7ZPZrgeO0sQo2jnrRM= |
| 11572 | 10978 | dependencies: |
| 11573 | 10979 | cliui "^4.0.0" |
| ... | ... | @@ -11585,7 +10991,7 @@ yargs@12.0.5: |
| 11585 | 10991 | |
| 11586 | 10992 | yargs@13.2.4: |
| 11587 | 10993 | version "13.2.4" |
| 11588 | - resolved "https://registry.npm.taobao.org/yargs/download/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83" | |
| 10994 | + resolved "https://registry.npm.taobao.org/yargs/download/yargs-13.2.4.tgz?cache=0&sync_timestamp=1577940861093&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83" | |
| 11589 | 10995 | integrity sha1-C1YreUAW65ZRuYvTes82SqXW3IM= |
| 11590 | 10996 | dependencies: |
| 11591 | 10997 | cliui "^5.0.0" |
| ... | ... | @@ -11600,31 +11006,22 @@ yargs@13.2.4: |
| 11600 | 11006 | y18n "^4.0.0" |
| 11601 | 11007 | yargs-parser "^13.1.0" |
| 11602 | 11008 | |
| 11603 | -yargs@^10.0.3: | |
| 11604 | - version "10.1.2" | |
| 11605 | - resolved "https://registry.npm.taobao.org/yargs/download/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5" | |
| 11606 | - integrity sha1-RU0HTCsWpRpD4vt4B+T53mnMtcU= | |
| 11009 | +yargs@^14.2: | |
| 11010 | + version "14.2.2" | |
| 11011 | + resolved "https://registry.npm.taobao.org/yargs/download/yargs-14.2.2.tgz?cache=0&sync_timestamp=1577940861093&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-14.2.2.tgz#2769564379009ff8597cdd38fba09da9b493c4b5" | |
| 11012 | + integrity sha1-J2lWQ3kAn/hZfN04+6CdqbSTxLU= | |
| 11607 | 11013 | dependencies: |
| 11608 | - cliui "^4.0.0" | |
| 11609 | - decamelize "^1.1.1" | |
| 11610 | - find-up "^2.1.0" | |
| 11611 | - get-caller-file "^1.0.1" | |
| 11612 | - os-locale "^2.0.0" | |
| 11014 | + cliui "^5.0.0" | |
| 11015 | + decamelize "^1.2.0" | |
| 11016 | + find-up "^3.0.0" | |
| 11017 | + get-caller-file "^2.0.1" | |
| 11613 | 11018 | require-directory "^2.1.1" |
| 11614 | - require-main-filename "^1.0.1" | |
| 11019 | + require-main-filename "^2.0.0" | |
| 11615 | 11020 | set-blocking "^2.0.0" |
| 11616 | - string-width "^2.0.0" | |
| 11021 | + string-width "^3.0.0" | |
| 11617 | 11022 | which-module "^2.0.0" |
| 11618 | - y18n "^3.2.1" | |
| 11619 | - yargs-parser "^8.1.0" | |
| 11620 | - | |
| 11621 | -yauzl@^2.4.2: | |
| 11622 | - version "2.10.0" | |
| 11623 | - resolved "https://registry.npm.taobao.org/yauzl/download/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" | |
| 11624 | - integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= | |
| 11625 | - dependencies: | |
| 11626 | - buffer-crc32 "~0.2.3" | |
| 11627 | - fd-slicer "~1.1.0" | |
| 11023 | + y18n "^4.0.0" | |
| 11024 | + yargs-parser "^15.0.0" | |
| 11628 | 11025 | |
| 11629 | 11026 | ylru@^1.2.0: |
| 11630 | 11027 | version "1.2.1" |
| ... | ... | @@ -11642,3 +11039,16 @@ yup@^0.27.0: |
| 11642 | 11039 | property-expr "^1.5.0" |
| 11643 | 11040 | synchronous-promise "^2.0.6" |
| 11644 | 11041 | toposort "^2.0.2" |
| 11042 | + | |
| 11043 | +zen-observable-ts@^0.8.20: | |
| 11044 | + version "0.8.20" | |
| 11045 | + resolved "https://registry.npm.taobao.org/zen-observable-ts/download/zen-observable-ts-0.8.20.tgz?cache=0&sync_timestamp=1573851340518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fzen-observable-ts%2Fdownload%2Fzen-observable-ts-0.8.20.tgz#44091e335d3fcbc97f6497e63e7f57d5b516b163" | |
| 11046 | + integrity sha1-RAkeM10/y8l/ZJfmPn9X1bUWsWM= | |
| 11047 | + dependencies: | |
| 11048 | + tslib "^1.9.3" | |
| 11049 | + zen-observable "^0.8.0" | |
| 11050 | + | |
| 11051 | +zen-observable@^0.8.0: | |
| 11052 | + version "0.8.15" | |
| 11053 | + resolved "https://registry.npm.taobao.org/zen-observable/download/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15" | |
| 11054 | + integrity sha1-lkFcUS2OP/2SCv04iWBOMLnqrBU= | ... | ... |