diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..bac4e169 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +/node_modules +/scripts +/dist \ No newline at end of file diff --git a/.github/workflows/deploy2io.yml b/.github/workflows/deploy2io.yml index abe94730..a656f482 100644 --- a/.github/workflows/deploy2io.yml +++ b/.github/workflows/deploy2io.yml @@ -17,7 +17,7 @@ jobs: # - run: cd example && npm i --legacy-peer-deps && npm run build - run: yarn - run: yarn run link - - run: yarn push2GithubWebsite + - run: yarn push2io - name : Sync uses : JamesIves/github-pages-deploy-action@4.1.7 with : diff --git a/.gitignore b/.gitignore index 2a158b3e..fa501c05 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ node_modules /cache /.nyc_output /coverage - # local env files .env.local .env.*.local diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ec11c83..353e547f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,22 +11,13 @@ We are very welcome to the community developers to make contributions to Quark D First start: ```bash -// Install the dependencies of the sub-project -yarn - -// First execution, mutual dependency soft link -yarn run link - -// Start executing the project -yarn dev +npm run init +npm run dev ``` After that, just run the following command: ```bash -yarn dev - -// or npm run dev ``` diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md index 88a77255..d9561093 100644 --- a/CONTRIBUTING.zh-CN.md +++ b/CONTRIBUTING.zh-CN.md @@ -11,19 +11,13 @@ 第一次启动: ```bash -yarn // 安装项目的依赖 - -yarn run link // 第一次执行需要,互相依赖的软链接 - -yarn dev // 开始执行工程 +npm run init +npm run dev ``` 以后再次启动本工程只需: ```bash -yarn dev - -// or npm run dev ``` diff --git a/package.json b/package.json index 8b1ba4c4..8c384707 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ "packages/*" ], "scripts": { - "bootstrap": "lerna bootstrap", + "init": "yarn && yarn run link", "dev": "node ./scripts/dev", "link": "node ./scripts/link", "clean": "lerna clean -y", "prepare": "husky install", "copydocs": "node ./scripts/copydocs", - "push2GithubWebsite": "node ./scripts/push2GithubWebsite", + "push2io": "node ./scripts/push2io", "release:patch": "node ./scripts/publish patch", "release:minor": "node ./scripts/publish minor", "release:major": "node ./scripts/publish major" @@ -38,9 +38,10 @@ "fs-extra": "^10.1.0", "husky": "^8.0.1", "lerna": "^5.1.8", - "lint-staged": "^10.5.4", + "lint-staged": "^10.5.4", "ora": "^5.1.2", "prettier": "^2.0.0", + "rimraf": "^3.0.2", "shelljs": "^0.8.5", "vue": "^3.0.5", "vue-router": "^4.0.4" @@ -50,14 +51,14 @@ "path": "node_modules/cz-customizable" } }, - "lint-staged": { - "src/**/*.{vue, js,jsx,ts,tsx,json}": [ - "git add" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - } + "lint-staged": { + "src/**/*.{vue, js,jsx,ts,tsx,json}": [ + "git add" + ] + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + } } diff --git a/scripts/push2GithubWebsite.js b/scripts/push2io.js similarity index 100% rename from scripts/push2GithubWebsite.js rename to scripts/push2io.js diff --git a/yarn.lock b/yarn.lock index cef9a173..627ea103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28,8 +28,8 @@ "@babel/code-frame@7.12.11": version "7.12.11" - resolved "http://nodepackages.hellobike.cn:4873/@babel%2fcode-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" - integrity sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8= + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== dependencies: "@babel/highlight" "^7.10.4" @@ -1179,8 +1179,8 @@ "@eslint/eslintrc@^0.4.3": version "0.4.3" - resolved "http://nodepackages.hellobike.cn:4873/@eslint%2feslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" - integrity sha1-nkKYHvA1vrPdSa3ResuW6P9vOUw= + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" + integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== dependencies: ajv "^6.12.4" debug "^4.1.1" @@ -1206,8 +1206,8 @@ "@humanwhocodes/config-array@^0.5.0": version "0.5.0" - resolved "http://nodepackages.hellobike.cn:4873/@humanwhocodes%2fconfig-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" - integrity sha1-FAeWfUxu7Nc4j4Os8er00Mbljvk= + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" + integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== dependencies: "@humanwhocodes/object-schema" "^1.2.0" debug "^4.1.1" @@ -1215,8 +1215,8 @@ "@humanwhocodes/object-schema@^1.2.0": version "1.2.1" - resolved "http://nodepackages.hellobike.cn:4873/@humanwhocodes%2fobject-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" - integrity sha1-tSBSnsIdjllFoYUd/Rwy6U45/0U= + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" + integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== "@hutson/parse-repository-url@^3.0.0": version "3.0.2" @@ -2813,7 +2813,7 @@ "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8": version "7.0.11" - resolved "http://nodepackages.hellobike.cn:4873/@types%2fjson-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== "@types/karma-coverage-istanbul-reporter@^2.1.0": @@ -3089,8 +3089,8 @@ "@typescript-eslint/eslint-plugin@^4.20.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2feslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" - integrity sha1-wk3HyAacdwa8QNmfb6h+3LIAUnY= + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" + integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== dependencies: "@typescript-eslint/experimental-utils" "4.33.0" "@typescript-eslint/scope-manager" "4.33.0" @@ -3103,8 +3103,8 @@ "@typescript-eslint/experimental-utils@4.33.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2fexperimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd" - integrity sha1-byp4akIJ+iIimJ6TgLUzGygQ9/0= + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd" + integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== dependencies: "@types/json-schema" "^7.0.7" "@typescript-eslint/scope-manager" "4.33.0" @@ -3115,8 +3115,8 @@ "@typescript-eslint/parser@^4.20.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2fparser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" - integrity sha1-3+eXVw2WlOVgUo0Y7srYbIx0SJk= + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== dependencies: "@typescript-eslint/scope-manager" "4.33.0" "@typescript-eslint/types" "4.33.0" @@ -3125,21 +3125,21 @@ "@typescript-eslint/scope-manager@4.33.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2fscope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" - integrity sha1-045JKA2YPody4pEhz4xukiHygKM= + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" + integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== dependencies: "@typescript-eslint/types" "4.33.0" "@typescript-eslint/visitor-keys" "4.33.0" "@typescript-eslint/types@4.33.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2ftypes/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" - integrity sha1-oeWQNqO1OuhDDO6/KpGdx/mvbXI= + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" + integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== "@typescript-eslint/typescript-estree@4.33.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2ftypescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" - integrity sha1-DftRwpCPaMXAjYKu/q8WahfCRgk= + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" + integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== dependencies: "@typescript-eslint/types" "4.33.0" "@typescript-eslint/visitor-keys" "4.33.0" @@ -3151,8 +3151,8 @@ "@typescript-eslint/visitor-keys@4.33.0": version "4.33.0" - resolved "http://nodepackages.hellobike.cn:4873/@typescript-eslint%2fvisitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" - integrity sha1-KiL3ekFgQom3oYZYbp7EjKku8d0= + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" + integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== dependencies: "@typescript-eslint/types" "4.33.0" eslint-visitor-keys "^2.0.0" @@ -3237,15 +3237,15 @@ "@vue/eslint-config-prettier@^6.0.0": version "6.0.0" - resolved "http://nodepackages.hellobike.cn:4873/@vue%2feslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700" - integrity sha1-rVkSswj0rkaEWOAqKwXbC50kZwA= + resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700" + integrity sha512-wFQmv45c3ige5EA+ngijq40YpVcIkAy0Lihupnsnd1Dao5CBbPyfCzqtejFLZX1EwH/kCJdpz3t6s+5wd3+KxQ== dependencies: eslint-config-prettier "^6.0.0" "@vue/eslint-config-typescript@^7.0.0": version "7.0.0" - resolved "http://nodepackages.hellobike.cn:4873/@vue%2feslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz#220c70c2edf7a253e739298525f4d401b8ef0038" - integrity sha1-Igxwwu33olPnOSmFJfTUAbjvADg= + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz#220c70c2edf7a253e739298525f4d401b8ef0038" + integrity sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw== dependencies: vue-eslint-parser "^7.0.0" @@ -5315,7 +5315,7 @@ debug@3.2.6: debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: version "4.3.4" - resolved "http://nodepackages.hellobike.cn:4873/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" @@ -5764,8 +5764,8 @@ enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.3: enquirer@^2.3.5, enquirer@^2.3.6: version "2.3.6" - resolved "http://nodepackages.hellobike.cn:4873/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" - integrity sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00= + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== dependencies: ansi-colors "^4.1.1" @@ -6093,22 +6093,22 @@ escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: eslint-config-prettier@^6.0.0: version "6.15.0" - resolved "http://nodepackages.hellobike.cn:4873/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" - integrity sha1-f5P2y31FqS8VN6cOzAY2bhrG/tk= + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" + integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== dependencies: get-stdin "^6.0.0" eslint-plugin-prettier@^3.3.1: version "3.4.1" - resolved "http://nodepackages.hellobike.cn:4873/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5" - integrity sha1-6d2yAO+289Bf/oOxZlpxavSjh+U= + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5" + integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g== dependencies: prettier-linter-helpers "^1.0.0" eslint-plugin-vue@^7.8.0: version "7.20.0" - resolved "http://nodepackages.hellobike.cn:4873/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" - integrity sha1-mMIYhaa/3wcTw6kpV6Wv6q7tklM= + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" + integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0" @@ -6149,8 +6149,8 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: eslint@^7.23.2: version "7.32.0" - resolved "http://nodepackages.hellobike.cn:4873/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" - integrity sha1-xtMooUvj+wjI0dIeEsAv23oqgS0= + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" + integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== dependencies: "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.4.3" @@ -6204,8 +6204,8 @@ espree@^6.2.1: espree@^7.3.0, espree@^7.3.1: version "7.3.1" - resolved "http://nodepackages.hellobike.cn:4873/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" - integrity sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y= + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== dependencies: acorn "^7.4.0" acorn-jsx "^5.3.1" @@ -6355,8 +6355,8 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: fast-diff@^1.1.2: version "1.2.0" - resolved "http://nodepackages.hellobike.cn:4873/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha1-c+4RmC2Gyq95WYKNUZz+kn+sXwM= + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" + integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== fast-glob@^3.2.11, fast-glob@^3.2.9: version "3.2.11" @@ -6733,8 +6733,8 @@ get-port@^5.1.1: get-stdin@^6.0.0: version "6.0.0" - resolved "http://nodepackages.hellobike.cn:4873/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha1-ngm/cSs2CrkiXoEgSPcf3pyJZXs= + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" + integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== get-stdin@^8.0.0: version "8.0.0" @@ -6931,14 +6931,14 @@ globals@^11.1.0: globals@^13.6.0, globals@^13.9.0: version "13.17.0" - resolved "http://nodepackages.hellobike.cn:4873/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== dependencies: type-fest "^0.20.2" globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.1.0: version "11.1.0" - resolved "http://nodepackages.hellobike.cn:4873/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== dependencies: array-union "^2.1.0" @@ -7290,7 +7290,7 @@ ignore@^4.0.6: ignore@^5.1.8, ignore@^5.2.0: version "5.2.0" - resolved "http://nodepackages.hellobike.cn:4873/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== import-cwd@^3.0.0: @@ -10397,14 +10397,14 @@ prelude-ls@^1.2.1: prettier-linter-helpers@^1.0.0: version "1.0.0" - resolved "http://nodepackages.hellobike.cn:4873/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" - integrity sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s= + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== dependencies: fast-diff "^1.1.2" prettier@^2.0.0: version "2.7.1" - resolved "http://nodepackages.hellobike.cn:4873/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== proc-log@^2.0.0, proc-log@^2.0.1: @@ -10784,8 +10784,8 @@ regexp.prototype.flags@^1.4.3: regexpp@^3.1.0: version "3.2.0" - resolved "http://nodepackages.hellobike.cn:4873/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" - integrity sha1-BCWido2PI7rXDKS5BGH6LxIT4bI= + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" + integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== regexpu-core@^5.1.0: version "5.1.0" @@ -11134,7 +11134,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: semver@^7.2.1: version "7.3.8" - resolved "http://nodepackages.hellobike.cn:4873/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== dependencies: lru-cache "^6.0.0" @@ -11890,7 +11890,7 @@ table-layout@^1.0.2: table@^6.0.9: version "6.8.1" - resolved "http://nodepackages.hellobike.cn:4873/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf" + resolved "https://registry.yarnpkg.com/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf" integrity sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA== dependencies: ajv "^8.0.1"