@@ -147,78 +147,13 @@ The PR will require at least 2 approvals from TC members and 2 weeks hold time t
147147for comment and/or dissent. When the PR is merged, a TC member will add them to the
148148proper GitHub/npm groups.
149149
150- ### Active Projects and Captains
151-
152- - [ ` expressjs/badgeboard ` ] ( https://github.com/expressjs/badgeboard ) : @wesleytodd
153- - [ ` expressjs/basic-auth-connect ` ] ( https://github.com/expressjs/basic-auth-connect ) : @ulisesGascon
154- - [ ` expressjs/body-parser ` ] ( https://github.com/expressjs/body-parser ) : @wesleytodd , @jonchurch , @ulisesGascon
155- - [ ` expressjs/compression ` ] ( https://github.com/expressjs/compression ) : @ulisesGascon
156- - [ ` expressjs/connect-multiparty ` ] ( https://github.com/expressjs/connect-multiparty ) : @ulisesGascon
157- - [ ` expressjs/cookie-parser ` ] ( https://github.com/expressjs/cookie-parser ) : @wesleytodd , @UlisesGascon
158- - [ ` expressjs/cookie-session ` ] ( https://github.com/expressjs/cookie-session ) : @ulisesGascon
159- - [ ` expressjs/cors ` ] ( https://github.com/expressjs/cors ) : @jonchurch , @ulisesGascon
160- - [ ` expressjs/discussions ` ] ( https://github.com/expressjs/discussions ) : @wesleytodd
161- - [ ` expressjs/errorhandler ` ] ( https://github.com/expressjs/errorhandler ) : @ulisesGascon
162- - [ ` expressjs/express-paginate ` ] ( https://github.com/expressjs/express-paginate ) : @ulisesGascon
163- - [ ` expressjs/express ` ] ( https://github.com/expressjs/express ) : @wesleytodd , @ulisesGascon
164- - [ ` expressjs/expressjs.com ` ] ( https://github.com/expressjs/expressjs.com ) : @crandmck , @jonchurch , @bjohansebas
165- - [ ` expressjs/flash ` ] ( https://github.com/expressjs/flash ) : @ulisesGascon
166- - [ ` expressjs/generator ` ] ( https://github.com/expressjs/generator ) : @wesleytodd
167- - [ ` expressjs/method-override ` ] ( https://github.com/expressjs/method-override ) : @ulisesGascon
168- - [ ` expressjs/morgan ` ] ( https://github.com/expressjs/morgan ) : @jonchurch , @ulisesGascon
169- - [ ` expressjs/multer ` ] ( https://github.com/expressjs/multer ) : @LinusU , @ulisesGascon
170- - [ ` expressjs/response-time ` ] ( https://github.com/expressjs/response-time ) :
171- - Captains: @ulisesGascon
172- - Committers: @carpasse
173- - [ ` expressjs/serve-favicon ` ] ( https://github.com/expressjs/serve-favicon ) : @ulisesGascon
174- - [ ` expressjs/serve-index ` ] ( https://github.com/expressjs/serve-index ) : @ulisesGascon
175- - [ ` expressjs/serve-static ` ] ( https://github.com/expressjs/serve-static ) : @ulisesGascon
176- - [ ` expressjs/session ` ] ( https://github.com/expressjs/session ) :
177- - Captains: @ulisesGascon
178- - Committers: @bjohansebas
179- - [ ` expressjs/statusboard ` ] ( https://github.com/expressjs/statusboard ) : @wesleytodd
180- - [ ` expressjs/timeout ` ] ( https://github.com/expressjs/timeout ) : @ulisesGascon
181- - [ ` expressjs/vhost ` ] ( https://github.com/expressjs/vhost ) : @ulisesGascon
182- - [ ` jshttp/accepts ` ] ( https://github.com/jshttp/accepts ) : @blakeembrey
183- - [ ` jshttp/basic-auth ` ] ( https://github.com/jshttp/basic-auth ) : @blakeembrey
184- - [ ` jshttp/compressible ` ] ( https://github.com/jshttp/compressible ) : @blakeembrey
185- - [ ` jshttp/content-disposition ` ] ( https://github.com/jshttp/content-disposition ) : @blakeembrey
186- - [ ` jshttp/content-type ` ] ( https://github.com/jshttp/content-type ) : @blakeembrey
187- - [ ` jshttp/cookie ` ] ( https://github.com/jshttp/cookie ) : @blakeembrey
188- - [ ` jshttp/etag ` ] ( https://github.com/jshttp/etag ) : @blakeembrey
189- - [ ` jshttp/forwarded ` ] ( https://github.com/jshttp/forwarded ) : @blakeembrey
190- - [ ` jshttp/fresh ` ] ( https://github.com/jshttp/fresh ) : @blakeembrey
191- - [ ` jshttp/http-assert ` ] ( https://github.com/jshttp/http-assert ) : @wesleytodd , @jonchurch , @ulisesGascon
192- - [ ` jshttp/http-errors ` ] ( https://github.com/jshttp/http-errors ) : @wesleytodd , @jonchurch , @ulisesGascon
193- - [ ` jshttp/media-typer ` ] ( https://github.com/jshttp/media-typer ) : @blakeembrey
194- - [ ` jshttp/methods ` ] ( https://github.com/jshttp/methods ) : @blakeembrey
195- - [ ` jshttp/mime-db ` ] ( https://github.com/jshttp/mime-db ) : @blakeembrey , @UlisesGascon
196- - [ ` jshttp/mime-types ` ] ( https://github.com/jshttp/mime-types ) : @blakeembrey , @UlisesGascon
197- - [ ` jshttp/negotiator ` ] ( https://github.com/jshttp/negotiator ) : @blakeembrey
198- - [ ` jshttp/on-finished ` ] ( https://github.com/jshttp/on-finished ) : @wesleytodd , @ulisesGascon
199- - [ ` jshttp/on-headers ` ] ( https://github.com/jshttp/on-headers ) : @blakeembrey
200- - [ ` jshttp/proxy-addr ` ] ( https://github.com/jshttp/proxy-addr ) : @wesleytodd , @ulisesGascon
201- - [ ` jshttp/range-parser ` ] ( https://github.com/jshttp/range-parser ) : @blakeembrey
202- - [ ` jshttp/statuses ` ] ( https://github.com/jshttp/statuses ) : @blakeembrey
203- - [ ` jshttp/type-is ` ] ( https://github.com/jshttp/type-is ) : @blakeembrey
204- - [ ` jshttp/vary ` ] ( https://github.com/jshttp/vary ) : @blakeembrey
205- - [ ` pillarjs/cookies ` ] ( https://github.com/pillarjs/cookies ) : @blakeembrey
206- - [ ` pillarjs/csrf ` ] ( https://github.com/pillarjs/csrf ) : @ulisesGascon
207- - [ ` pillarjs/encodeurl ` ] ( https://github.com/pillarjs/encodeurl ) : @blakeembrey
208- - [ ` pillarjs/finalhandler ` ] ( https://github.com/pillarjs/finalhandler ) : @wesleytodd , @ulisesGascon
209- - [ ` pillarjs/hbs ` ] ( https://github.com/pillarjs/hbs ) : @ulisesGascon
210- - [ ` pillarjs/multiparty ` ] ( https://github.com/pillarjs/multiparty ) : @blakeembrey
211- - [ ` pillarjs/parseurl ` ] ( https://github.com/pillarjs/parseurl ) : @blakeembrey
212- - [ ` pillarjs/path-to-regexp ` ] ( https://github.com/pillarjs/path-to-regexp ) : @blakeembrey
213- - [ ` pillarjs/request ` ] ( https://github.com/pillarjs/request ) : @wesleytodd
214- - [ ` pillarjs/resolve-path ` ] ( https://github.com/pillarjs/resolve-path ) : @blakeembrey
215- - [ ` pillarjs/router ` ] ( https://github.com/pillarjs/router ) : @wesleytodd , @ulisesGascon
216- - [ ` pillarjs/send ` ] ( https://github.com/pillarjs/send ) : @blakeembrey
217- - [ ` pillarjs/understanding-csrf ` ] ( https://github.com/pillarjs/understanding-csrf ) : @ulisesGascon
150+ ### Active Projects and members
151+
152+ The list can be found at [ https://github.com/expressjs/.github/blob/main/captains_and_committers.md#active-projects-and-members ] ( https://github.com/expressjs/.github/blob/main/captains_and_committers.md#active-projects-and-members )
218153
219154### Current Initiative Captains
220155
221- - Triage team [ ref ] ( https://github.com/expressjs/discussions/issues/227 ) : @ UlisesGascon
156+ The list can be found at [ https://github.com/expressjs/.github/blob/main/captains_and_committers.md#current-initiative-captains ] ( https://github.com/expressjs/.github/blob/main/captains_and_committers.md#current-initiative-captains )
222157
223158## Developer's Certificate of Origin 1.1
224159
0 commit comments