Merge branch 'devel' into release-2.7.4

# Conflicts:
#	CONTRIBUTING.md
This commit is contained in:
denihs
2022-08-02 14:30:41 -04:00
3 changed files with 35 additions and 1381 deletions

View File

@@ -44,23 +44,35 @@ Reviwers are members of the community that help with Pull Requests reviews.
Current Reviewers:
- [meteor](https://github.com/meteor/meteor)
- [@denihs](https://github.com/denihs)
- [@filipenevola](https://github.com/filipenevola)
- [@henriquealbert](https://github.com/henriquealbert)
- [@fredmaiaarantes](https://github.com/fredmaiaarantes)
- [@henriquealbert](https://github.com/henriquealbert)
- [@aquinoit](https://github.com/aquinoit)
- [@Grubba27](https://github.com/Grubba27)
- [@filipenevola](https://github.com/filipenevola)
- [@Grubba27](https://github.com/Grubba27)
- [@StorytellerCZ](https://github.com/StorytellerCZ)
- [@zodern](https://github.com/zodern)
- [@zodern](https://github.com/zodern)
- [CaptainN](https://github.com/orgs/meteor/people/CaptainN)
- [radekmie](https://github.com/orgs/meteor/people/radekmie)
#### Core Committer
The contributors with commit access to meteor/meteor are employees of Meteor Software Ltd or community members who have distinguished themselves in other contribution areas. If you want to become a core committer please start writing PRs.
The contributors with commit access to meteor/meteor are employees of Meteor Software LP or community members who have distinguished themselves in other contribution areas or members of partner companies. If you want to become a core committer please start writing PRs.
Current Core Committers:
- [@denihs](https://github.com/denihs)
- [@zodern](https://github.com/zodern)
- [@filipenevola](https://github.com/filipenevola)
- [@henriquealbert](https://github.com/henriquealbert)
- [@fredmaiaarantes](https://github.com/fredmaiaarantes)
- [@henriquealbert](https://github.com/henriquealbert)
- [@Grubba27](https://github.com/Grubba27)
- [StorytellerCZ](https://github.com/orgs/meteor/people/StorytellerCZ)
- [CaptainN](https://github.com/orgs/meteor/people/CaptainN)
- [radekmie](https://github.com/orgs/meteor/people/radekmie)
- [piotrpospiech](https://github.com/orgs/meteor/people/piotrpospiech)
- [edimarlnx](https://github.com/orgs/meteor/people/edimarlnx)
- [matheusccastroo](https://github.com/orgs/meteor/people/matheusccastroo)
- [eduwr](https://github.com/orgs/meteor/people/eduwr)
- [@Grubba27](https://github.com/Grubba27)
### Tracking project work

File diff suppressed because it is too large Load Diff

View File

@@ -2,9 +2,10 @@
"name": "meteor-node-stubs",
"author": "Ben Newman <ben@meteor.com>",
"description": "Stub implementations of Node built-in modules, a la Browserify",
"version": "1.2.3",
"version": "1.2.5",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/meteor/meteor/blob/devel/npm-packages/meteor-node-stubs/README.md",
"scripts": {
"prepare": "node scripts/build-deps.js"
},
@@ -15,7 +16,7 @@
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.19.0",
"domain-browser": "^4.22.0",
"elliptic": "^6.5.4",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
@@ -64,7 +65,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/node-stubs.git"
"url": "https://github.com/meteor/meteor/tree/devel/npm-packages/meteor-node-stubs"
},
"keywords": [
"stubs",
@@ -79,6 +80,5 @@
],
"bugs": {
"url": "https://github.com/meteor/node-stubs/issues"
},
"homepage": "https://github.com/meteor/node-stubs#readme"
}
}