|
@ -2,23 +2,30 @@ |
|
|
|
|
|
|
|
|
| subsystem | maintainers | |
|
|
| subsystem | maintainers | |
|
|
| --- | --- | |
|
|
| --- | --- | |
|
|
| `lib/buffer` | @trevnorris | |
|
|
| `lib/assert` | @nodejs/testing | |
|
|
| `lib/child_process` | @cjihrig, @bnoordhuis | |
|
|
| `lib/buffer` | @nodejs/buffer | |
|
|
| `lib/cluster` | @cjihrig, @bnoordhuis | |
|
|
| `lib/child_process` | @bnoordhuis, @cjihrig | |
|
|
|
|
|
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina | |
|
|
| `lib/{crypto,tls,https}` | @nodejs/crypto | |
|
|
| `lib/{crypto,tls,https}` | @nodejs/crypto | |
|
|
| `lib/domains` | @misterdjules | |
|
|
| `lib/domains` | @misterdjules | |
|
|
| `lib/{_}http{*}` | @indutny, @bnoordhuis, @mscdex, @nodejs/http | |
|
|
| `lib/fs`, `src/{fs|file}` | @nodejs/fs | |
|
|
| `lib/net` | @indutny, @bnoordhuis, @nodejs/streams | |
|
|
| `lib/{_}http{*}` | @nodejs/http | |
|
|
|
|
|
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams | |
|
|
| `lib/{_}stream{s|*}` | @nodejs/streams | |
|
|
| `lib/{_}stream{s|*}` | @nodejs/streams | |
|
|
| `lib/repl` | @fishrock123 | |
|
|
| `lib/repl` | @addaleax, @fishrock123 | |
|
|
| `lib/timers` | @fishrock123, @misterdjules | |
|
|
| `lib/timers` | @fishrock123, @misterdjules | |
|
|
| `lib/zlib` | @indutny, @bnoordhuis | |
|
|
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas | |
|
|
|
|
|
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny | |
|
|
|
|
|
| `bootstrap_node.js` | @fishrock123 | |
|
|
| `src/async-wrap.*` | @trevnorris | |
|
|
| `src/async-wrap.*` | @trevnorris | |
|
|
| `src/node_crypto.*` | @nodejs/crypto | |
|
|
| `src/node_crypto.*` | @nodejs/crypto | |
|
|
| `test/*` | @nodejs/testing | |
|
|
| `test/*` | @nodejs/testing | |
|
|
| `tools/eslint`, `.eslintrc` | @silverwind, @trott | |
|
|
| `tools/eslint`, `.eslintrc` | @silverwind, @trott | |
|
|
| upgrading v8 | @bnoordhuis, @targos, @ofrobots | |
|
|
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem | |
|
|
| upgrading npm | @thealphanerd, @fishrock123 | |
|
|
| upgrading npm | @fishrock123, @thealphanerd | |
|
|
|
|
|
| upgrading c-ares | @jbergstroem | |
|
|
|
|
|
| upgrading http-parser | @jbergstroem, @nodejs/http | |
|
|
|
|
|
| upgrading libuv | @saghul | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When things need extra attention, are controversial, or `semver-major`: @nodejs/ctc |
|
|
When things need extra attention, are controversial, or `semver-major`: @nodejs/ctc |
|
|