diff --git a/README.md b/README.md index a8c782c354cdd7b0cea8900b10e47b7759d185fb..b011dc47ed0cd77730b6ffda74e6a25d6c3367a8 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ 从实操的角度整理翻译`Spring`相关文档,包括`快速开始`、`安装指南`、`开发工具配置`、`代码案例`等。 -## 声明 -本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 -商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 - -## 文档列表 +## 内容列表 - [Spring](/why-spring.html) - [Spring Boot](/spring-boot/getting-help.html) @@ -32,6 +28,8 @@ - [Spring Web Flow](/spring-web-flow/preface.html) - [Spring Web Services](/spring-web-services/spring-web-service.html) +## 贡献者列表 +ylwdev、不叫月红、Miykael_xxm、璃白、dallascao、茶陵後、赵四-QR、冯丙见、ZhangKai、lishaohui、dallascao、Mao ## 参与贡献流程 @@ -43,9 +41,9 @@ 在[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`。 ![](./readme/readme-2.png) -### 2. 在 GitCode 校对/创作 +### 2. 在 `GitCode` 校对/创作 -进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。 +进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。 #### 2-1. 仓库的成员 @@ -57,17 +55,87 @@ #### 2-2. 非仓库的成员 -如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。 +如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。 ![](./readme/readme-5.png) ### 3. 内容编辑完成提交PR -内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。 +内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。 ### 4. 审核 [主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。 ### 5. 查看更新 Merge 成功之后,稍等片刻就可以刷新页面查看更新。 + + +## 专业词汇表(持续更新,欢迎补充) +| 术语 | 翻译 | +|--------------------------|--------------------------| +| Spring Boot | Spring Boot | +| Servlet | Servlet | +| Maven | Maven | +| Gradle | Gradle | +| Homebrew | Homebrew | +| Classpath | Classpath | +| POM | POM | +| MacPorts | MacPorts | +| Tomcat | Tomcat | +| Jetty | Jetty | +| Undertow | Undertow | +| Spring Framework | Spring Framework | +| Spring | Spring | +| Kotlin | Kotlin | +| WebSocket | WebSocket | +| Bean | Bean | +| Spring Framework | Spring Framework | +| ​Spring Data | ​Spring Data | +| ​Spring Cloud | ​Spring Cloud | +| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow | +| ​Spring Security | ​Spring Security | +| ​Spring for GraphQL | ​Spring for GraphQL | +| ​Spring Session | ​Spring Session | +| ​Spring Integration | ​Spring Integration | +| ​Spring HATEOAS | ​Spring HATEOAS | +| ​Spring REST Docs | ​Spring REST Docs | +| ​Spring Batch | ​Spring Batch | +| RESTful | RESTful | +| ​Spring AMQP | ​Spring AMQP | +| ​Spring CredHub | ​Spring CredHub | +| ​Spring Flo | ​Spring Flo | +| ​Spring for Apache Kafka | ​Spring for Apache Kafka | +| ​Spring LDAP | ​Spring LDAP | +| ​Spring Shell | ​Spring Shell | +| ​Spring Statemachine | ​Spring Statemachine | +| ​Spring Vault | ​Spring Vault | +| ​Spring Web Flow | ​Spring Web Flow | +| ​Spring Web Services | ​Spring Web Services | +| Ant | Ant | +| AOP | AOP | +| CRUD | 增删改查 | +| Hibernate | Hibernate | +| EclipseLink | EclipseLink | +| JPA | JPA | +| SDKMAN | SDKMAN | +| Spring Cloud Consul | Spring Cloud Consul | +| Cloud Foundry | Cloud Foundry | +| Session | 会话 | +| What’s New | 最新更新 | +| transformers | 转换器 | +| transformer | 转换器 | +| Spring | Spring | +| kafka | kafka | +| Apache kafka | Apache kafka | +| ALPS | ALPS | +| Traverson | Traverson | +| Spring REST | Spring REST | +| Shell | Shell | +| AbstractJavaTypeMapper | AbstractJavaTypeMapper | +| Java | Java | + + +## 声明 +本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 +商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index a8c782c354cdd7b0cea8900b10e47b7759d185fb..424c37fa438522bd820876b72d53c3fcef8bc135 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,11 +2,7 @@ 从实操的角度整理翻译`Spring`相关文档,包括`快速开始`、`安装指南`、`开发工具配置`、`代码案例`等。 -## 声明 -本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 -商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 - -## 文档列表 +## 内容列表 - [Spring](/why-spring.html) - [Spring Boot](/spring-boot/getting-help.html) @@ -32,6 +28,8 @@ - [Spring Web Flow](/spring-web-flow/preface.html) - [Spring Web Services](/spring-web-services/spring-web-service.html) + + ## 参与贡献流程 @@ -43,9 +41,9 @@ 在[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`。 ![](./readme/readme-2.png) -### 2. 在 GitCode 校对/创作 +### 2. 在 `GitCode` 校对/创作 -进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。 +进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。 #### 2-1. 仓库的成员 @@ -57,17 +55,87 @@ #### 2-2. 非仓库的成员 -如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。 +如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。 ![](./readme/readme-5.png) ### 3. 内容编辑完成提交PR -内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。 +内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。 ### 4. 审核 [主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。 ### 5. 查看更新 Merge 成功之后,稍等片刻就可以刷新页面查看更新。 + + +## 专业词汇表(持续更新,欢迎补充) +| 术语 | 翻译 | +|--------------------------|--------------------------| +| Spring Boot | Spring Boot | +| Servlet | Servlet | +| Maven | Maven | +| Gradle | Gradle | +| Homebrew | Homebrew | +| Classpath | Classpath | +| POM | POM | +| MacPorts | MacPorts | +| Tomcat | Tomcat | +| Jetty | Jetty | +| Undertow | Undertow | +| Spring Framework | Spring Framework | +| Spring | Spring | +| Kotlin | Kotlin | +| WebSocket | WebSocket | +| Bean | Bean | +| Spring Framework | Spring Framework | +| ​Spring Data | ​Spring Data | +| ​Spring Cloud | ​Spring Cloud | +| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow | +| ​Spring Security | ​Spring Security | +| ​Spring for GraphQL | ​Spring for GraphQL | +| ​Spring Session | ​Spring Session | +| ​Spring Integration | ​Spring Integration | +| ​Spring HATEOAS | ​Spring HATEOAS | +| ​Spring REST Docs | ​Spring REST Docs | +| ​Spring Batch | ​Spring Batch | +| RESTful | RESTful | +| ​Spring AMQP | ​Spring AMQP | +| ​Spring CredHub | ​Spring CredHub | +| ​Spring Flo | ​Spring Flo | +| ​Spring for Apache Kafka | ​Spring for Apache Kafka | +| ​Spring LDAP | ​Spring LDAP | +| ​Spring Shell | ​Spring Shell | +| ​Spring Statemachine | ​Spring Statemachine | +| ​Spring Vault | ​Spring Vault | +| ​Spring Web Flow | ​Spring Web Flow | +| ​Spring Web Services | ​Spring Web Services | +| Ant | Ant | +| AOP | AOP | +| CRUD | 增删改查 | +| Hibernate | Hibernate | +| EclipseLink | EclipseLink | +| JPA | JPA | +| SDKMAN | SDKMAN | +| Spring Cloud Consul | Spring Cloud Consul | +| Cloud Foundry | Cloud Foundry | +| Session | 会话 | +| What’s New | 最新更新 | +| transformers | 转换器 | +| transformer | 转换器 | +| Spring | Spring | +| kafka | kafka | +| Apache kafka | Apache kafka | +| ALPS | ALPS | +| Traverson | Traverson | +| Spring REST | Spring REST | +| Shell | Shell | +| AbstractJavaTypeMapper | AbstractJavaTypeMapper | +| Java | Java | + + +## 声明 +本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 +商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 \ No newline at end of file diff --git a/docs/en/README.md b/docs/en/README.md index a8c782c354cdd7b0cea8900b10e47b7759d185fb..424c37fa438522bd820876b72d53c3fcef8bc135 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -2,11 +2,7 @@ 从实操的角度整理翻译`Spring`相关文档,包括`快速开始`、`安装指南`、`开发工具配置`、`代码案例`等。 -## 声明 -本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 -商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 - -## 文档列表 +## 内容列表 - [Spring](/why-spring.html) - [Spring Boot](/spring-boot/getting-help.html) @@ -32,6 +28,8 @@ - [Spring Web Flow](/spring-web-flow/preface.html) - [Spring Web Services](/spring-web-services/spring-web-service.html) + + ## 参与贡献流程 @@ -43,9 +41,9 @@ 在[`Spring 中文文档社区`](https://spring.gitcode.net)上浏览某一篇文档时,发现有不准确的地方,可以`随时`在该页面的左下方点击`在 GitCode 上编辑此页`。 ![](./readme/readme-2.png) -### 2. 在 GitCode 校对/创作 +### 2. 在 `GitCode` 校对/创作 -进入GitCode之后,会自动定位到你想要修改的文件,修改文件内容。 +进入 `GitCode` 之后,会自动定位到你想要修改的文件,修改文件内容。 #### 2-1. 仓库的成员 @@ -57,17 +55,87 @@ #### 2-2. 非仓库的成员 -如果是非仓库的成员,点击`“编辑”`,GitCode 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 GitCode 账户下。 +如果是非仓库的成员,点击`“编辑”`,`GitCode` 会提醒你没有权限编辑,可以点击`Fork`按钮,将该项目克隆到你的 `GitCode` 账户下。 ![](./readme/readme-5.png) ### 3. 内容编辑完成提交PR -内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 PR(Pull Request)。 +内容编辑完成者向[此仓库](https://gitcode.net/dev-cloud/spring-docs)提交 MR(Merge Request)。 ### 4. 审核 [主仓库](https://gitcode.net/dev-cloud/spring-docs) 管理者会 Review,符合要求的,即会 Merge 到[主仓库](https://gitcode.net/dev-cloud/spring-docs)中。 ### 5. 查看更新 Merge 成功之后,稍等片刻就可以刷新页面查看更新。 + + +## 专业词汇表(持续更新,欢迎补充) +| 术语 | 翻译 | +|--------------------------|--------------------------| +| Spring Boot | Spring Boot | +| Servlet | Servlet | +| Maven | Maven | +| Gradle | Gradle | +| Homebrew | Homebrew | +| Classpath | Classpath | +| POM | POM | +| MacPorts | MacPorts | +| Tomcat | Tomcat | +| Jetty | Jetty | +| Undertow | Undertow | +| Spring Framework | Spring Framework | +| Spring | Spring | +| Kotlin | Kotlin | +| WebSocket | WebSocket | +| Bean | Bean | +| Spring Framework | Spring Framework | +| ​Spring Data | ​Spring Data | +| ​Spring Cloud | ​Spring Cloud | +| ​Spring Cloud Data Flow | ​Spring Cloud Data Flow | +| ​Spring Security | ​Spring Security | +| ​Spring for GraphQL | ​Spring for GraphQL | +| ​Spring Session | ​Spring Session | +| ​Spring Integration | ​Spring Integration | +| ​Spring HATEOAS | ​Spring HATEOAS | +| ​Spring REST Docs | ​Spring REST Docs | +| ​Spring Batch | ​Spring Batch | +| RESTful | RESTful | +| ​Spring AMQP | ​Spring AMQP | +| ​Spring CredHub | ​Spring CredHub | +| ​Spring Flo | ​Spring Flo | +| ​Spring for Apache Kafka | ​Spring for Apache Kafka | +| ​Spring LDAP | ​Spring LDAP | +| ​Spring Shell | ​Spring Shell | +| ​Spring Statemachine | ​Spring Statemachine | +| ​Spring Vault | ​Spring Vault | +| ​Spring Web Flow | ​Spring Web Flow | +| ​Spring Web Services | ​Spring Web Services | +| Ant | Ant | +| AOP | AOP | +| CRUD | 增删改查 | +| Hibernate | Hibernate | +| EclipseLink | EclipseLink | +| JPA | JPA | +| SDKMAN | SDKMAN | +| Spring Cloud Consul | Spring Cloud Consul | +| Cloud Foundry | Cloud Foundry | +| Session | 会话 | +| What’s New | 最新更新 | +| transformers | 转换器 | +| transformer | 转换器 | +| Spring | Spring | +| kafka | kafka | +| Apache kafka | Apache kafka | +| ALPS | ALPS | +| Traverson | Traverson | +| Spring REST | Spring REST | +| Shell | Shell | +| AbstractJavaTypeMapper | AbstractJavaTypeMapper | +| Java | Java | + + +## 声明 +本站中的文章内容来源于 [Spring.io](https://spring.io/),原始版权归属于 [Spring.io](https://spring.io/)。本站对相关文章进行了翻译及整理。本站文章可供个人学习、研究或者欣赏之用,未经本站事先书面许可,不得进行任何转载、商用或与之相关的行为。 +商标声明:Spring 是 Pivotal Software, Inc. 在美国以及其他国家的商标。 \ No newline at end of file diff --git a/package.json b/package.json index 7974b21e753f5fb2d1a5e642504d71ce7276b215..9417be0425a2e194d67878606be0b5970db8183a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "scripts": { "docs:dev": "yarn fix-memory-limit && yarn readme:copy && vuepress dev docs --no-cache", - "docs:build": "yarn fix-memory-limit && yarn readme:copy && vuepress build docs && yarn seo:copy", + "docs:build": "yarn fix-memory-limit && yarn readme:copy && vuepress build docs && yarn seo:copy && yarn mv", "readme:copy": "cp -r README.md readme docs/ && cp -r README.md readme docs/en/", "seo:copy": "cp -r seo/*.* docs/.vuepress/dist/", - "fix-memory-limit": "cross-env LIMIT=8192 increase-memory-limit" + "fix-memory-limit": "cross-env LIMIT=8192 increase-memory-limit", + "mv":"mkdir public && mv docs/.vuepress/dist public" }, "devDependencies": { "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 1202061a3c60ae2475ca75ac811cefdb77761a78..c29abeafdee95c693a375a912b843c13c82a8006 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2761,6 +2761,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" +cross-env@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" + integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== + dependencies: + cross-spawn "^7.0.1" + cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://repo.huaweicloud.com/repository/npm/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -2772,6 +2779,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" +cross-spawn@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + crypto-browserify@^3.11.0: version "3.12.0" resolved "https://repo.huaweicloud.com/repository/npm/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" @@ -4031,9 +4047,9 @@ glob-to-regexp@^0.3.0: resolved "https://repo.huaweicloud.com/repository/npm/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= -glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: +glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version "7.2.0" - resolved "https://repo.huaweicloud.com/repository/npm/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== dependencies: fs.realpath "^1.0.0" @@ -4503,6 +4519,13 @@ imurmurhash@^0.1.4: resolved "https://repo.huaweicloud.com/repository/npm/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= +increase-memory-limit@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/increase-memory-limit/-/increase-memory-limit-1.0.7.tgz#80417e736e45fcfd6a3d515b435e2eaea4e62233" + integrity sha512-ozyn+HHAPD9VxMT1U50A7G8XXlktUWhnnEDYSeDYnQjKsNrBWHqq6XfEA0uhMdDPD+q/7rXWlzF1CbXX/c1LiQ== + dependencies: + glob "^7.1.1" + indexes-of@^1.0.1: version "1.0.1" resolved "https://repo.huaweicloud.com/repository/npm/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" @@ -6034,6 +6057,11 @@ path-key@^2.0.0, path-key@^2.0.1: resolved "https://repo.huaweicloud.com/repository/npm/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + path-parse@^1.0.7: version "1.0.7" resolved "https://repo.huaweicloud.com/repository/npm/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" @@ -7142,11 +7170,23 @@ shebang-command@^1.2.0: dependencies: shebang-regex "^1.0.0" +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + shebang-regex@^1.0.0: version "1.0.0" resolved "https://repo.huaweicloud.com/repository/npm/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + side-channel@^1.0.4: version "1.0.4" resolved "https://repo.huaweicloud.com/repository/npm/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" @@ -8403,6 +8443,13 @@ which@^1.2.9: dependencies: isexe "^2.0.0" +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + widest-line@^3.1.0: version "3.1.0" resolved "https://repo.huaweicloud.com/repository/npm/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"