-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 TEST: Only test Node.js >= 14 (#105)
- Loading branch information
Showing
6 changed files
with
63 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Ordered by date of first contribution. | ||
# Auto-generated by 'contributors' on Mon, 07 Nov 2022 00:49:23 GMT. | ||
# https://github.com/xingrz/node-contributors | ||
|
||
zōng yǔ <[email protected]> (https://github.com/gxcsoccer) | ||
zōng yǔ <[email protected]> | ||
zl <[email protected]> | ||
RabbitSion <[email protected]> (https://github.com/RabbitSion) | ||
killa <[email protected]> | ||
mansonchor.github.com <[email protected]> | ||
兔子人开源 <[email protected]> (https://github.com/chans-open-source) | ||
陈峰 <[email protected]> | ||
mansonchor.github.com <[email protected]> (https://github.com/mansonchor) | ||
fengmk2 <[email protected]> (https://github.com/fengmk2) | ||
羊鹿 <[email protected]> | ||
hyj1991 <[email protected]> (https://github.com/hyj1991) | ||
mytEcust <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,19 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/alipay/sofa-rpc-node.git" | ||
"url": "git+https://github.com/sofastack/sofa-rpc-node.git" | ||
}, | ||
"keywords": [ | ||
"sofa", | ||
"rpc" | ||
"rpc", | ||
"egg" | ||
], | ||
"author": "gxcsoccer <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/alipay/sofa-rpc-node/issues" | ||
"url": "https://github.com/sofastack/sofa-rpc-node/issues" | ||
}, | ||
"homepage": "https://github.com/alipay/sofa-rpc-node#readme", | ||
"homepage": "https://github.com/sofastack/sofa-rpc-node#readme", | ||
"dependencies": { | ||
"address": "^1.1.2", | ||
"await-event": "^2.1.0", | ||
|
@@ -56,21 +57,15 @@ | |
"contributors": "^0.5.1", | ||
"detect-port": "^1.5.1", | ||
"dubbo-remoting": "^2.1.4", | ||
"egg-bin": "^4.14.1", | ||
"eslint": "^7.3.1", | ||
"eslint-config-egg": "^8.0.1", | ||
"egg-bin": "^5.3.1", | ||
"eslint": "^8.27.0", | ||
"eslint-config-egg": "^12.1.0", | ||
"mm": "^3.2.0", | ||
"node-zookeeper-client": "^1.1.0", | ||
"pedding": "^1.1.0" | ||
"pedding": "^1.1.0", | ||
"runscript": "^1.5.3" | ||
}, | ||
"engines": { | ||
"node": ">= 10.0.0" | ||
}, | ||
"ci": { | ||
"type": "github", | ||
"version": "10, 12, 14", | ||
"os": { | ||
"github": "linux" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters