. ├── config.yaml ├── data │   ├── baptiste.yaml │   └── julien.yaml ├── defi1_b.html ├── defi1_j.html ├── defi2_b.html ├── defi2_j.html ├── defi3_b.html ├── defi3_j.html ├── defi4_b.html ├── defi4_j.html ├── defi5_b.html ├── defi5_j.html ├── defi6_b.html ├── defi6_j.html ├── gagne_b.html ├── gagne_j.html ├── index.html ├── index_julien.html ├── node_modules │   ├── accepts │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── argparse │   │   ├── argparse.js │   │   ├── CHANGELOG.md │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── array-flatten │   │   ├── array-flatten.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── body-parser │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── SECURITY.md │   ├── bytes │   │   ├── History.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── Readme.md │   ├── call-bind │   │   ├── callBound.js │   │   ├── CHANGELOG.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── call-bind-apply-helpers │   │   ├── actualApply.d.ts │   │   ├── actualApply.js │   │   ├── applyBind.d.ts │   │   ├── applyBind.js │   │   ├── CHANGELOG.md │   │   ├── functionApply.d.ts │   │   ├── functionApply.js │   │   ├── functionCall.d.ts │   │   ├── functionCall.js │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── reflectApply.d.ts │   │   ├── reflectApply.js │   │   ├── test │   │   └── tsconfig.json │   ├── call-bound │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── content-disposition │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── content-type │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── cookie │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── SECURITY.md │   ├── cookie-signature │   │   ├── History.md │   │   ├── index.js │   │   ├── package.json │   │   └── Readme.md │   ├── debug │   │   ├── CHANGELOG.md │   │   ├── component.json │   │   ├── karma.conf.js │   │   ├── LICENSE │   │   ├── Makefile │   │   ├── node.js │   │   ├── package.json │   │   ├── README.md │   │   └── src │   ├── define-data-property │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── depd │   │   ├── History.md │   │   ├── index.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── Readme.md │   ├── destroy │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── dunder-proto │   │   ├── CHANGELOG.md │   │   ├── get.d.ts │   │   ├── get.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── set.d.ts │   │   ├── set.js │   │   ├── test │   │   └── tsconfig.json │   ├── ee-first │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── encodeurl │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── escape-html │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── Readme.md │   ├── es-define-property │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── es-errors │   │   ├── CHANGELOG.md │   │   ├── eval.d.ts │   │   ├── eval.js │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── range.d.ts │   │   ├── range.js │   │   ├── README.md │   │   ├── ref.d.ts │   │   ├── ref.js │   │   ├── syntax.d.ts │   │   ├── syntax.js │   │   ├── test │   │   ├── tsconfig.json │   │   ├── type.d.ts │   │   ├── type.js │   │   ├── uri.d.ts │   │   └── uri.js │   ├── es-object-atoms │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── RequireObjectCoercible.d.ts │   │   ├── RequireObjectCoercible.js │   │   ├── test │   │   ├── ToObject.d.ts │   │   ├── ToObject.js │   │   └── tsconfig.json │   ├── etag │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── express │   │   ├── History.md │   │   ├── index.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── Readme.md │   ├── finalhandler │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── SECURITY.md │   ├── forwarded │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── fresh │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── function-bind │   │   ├── CHANGELOG.md │   │   ├── implementation.js │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── get-intrinsic │   │   ├── CHANGELOG.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── gopd │   │   ├── CHANGELOG.md │   │   ├── gOPD.d.ts │   │   ├── gOPD.js │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── hasown │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── tsconfig.json │   ├── has-property-descriptors │   │   ├── CHANGELOG.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── has-symbols │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── shams.d.ts │   │   ├── shams.js │   │   ├── test │   │   └── tsconfig.json │   ├── http-errors │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── iconv-lite │   │   ├── Changelog.md │   │   ├── encodings │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── inherits │   │   ├── inherits_browser.js │   │   ├── inherits.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── ipaddr.js │   │   ├── ipaddr.min.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── js-yaml │   │   ├── bin │   │   ├── CHANGELOG.md │   │   ├── dist │   │   ├── index.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── math-intrinsics │   │   ├── abs.d.ts │   │   ├── abs.js │   │   ├── CHANGELOG.md │   │   ├── constants │   │   ├── floor.d.ts │   │   ├── floor.js │   │   ├── isFinite.d.ts │   │   ├── isFinite.js │   │   ├── isInteger.d.ts │   │   ├── isInteger.js │   │   ├── isNaN.d.ts │   │   ├── isNaN.js │   │   ├── isNegativeZero.d.ts │   │   ├── isNegativeZero.js │   │   ├── LICENSE │   │   ├── max.d.ts │   │   ├── max.js │   │   ├── min.d.ts │   │   ├── min.js │   │   ├── mod.d.ts │   │   ├── mod.js │   │   ├── package.json │   │   ├── pow.d.ts │   │   ├── pow.js │   │   ├── README.md │   │   ├── sign.d.ts │   │   ├── sign.js │   │   ├── test │   │   └── tsconfig.json │   ├── media-typer │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── merge-descriptors │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── methods │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── mime │   │   ├── CHANGELOG.md │   │   ├── cli.js │   │   ├── LICENSE │   │   ├── mime.js │   │   ├── package.json │   │   ├── README.md │   │   ├── src │   │   └── types.json │   ├── mime-db │   │   ├── db.json │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── mime-types │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── ms │   │   ├── index.js │   │   ├── license.md │   │   ├── package.json │   │   └── readme.md │   ├── negotiator │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── lib │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── object-inspect │   │   ├── CHANGELOG.md │   │   ├── example │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── package-support.json │   │   ├── readme.markdown │   │   ├── test │   │   ├── test-core-js.js │   │   └── util.inspect.js │   ├── on-finished │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── parseurl │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── path-to-regexp │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── Readme.md │   ├── proxy-addr │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── qs │   │   ├── CHANGELOG.md │   │   ├── dist │   │   ├── lib │   │   ├── LICENSE.md │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── range-parser │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── raw-body │   │   ├── HISTORY.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── SECURITY.md │   ├── safe-buffer │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── safer-buffer │   │   ├── dangerous.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── Porting-Buffer.md │   │   ├── Readme.md │   │   ├── safer.js │   │   └── tests.js │   ├── send │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── node_modules │   │   ├── package.json │   │   ├── README.md │   │   └── SECURITY.md │   ├── serve-static │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── set-function-length │   │   ├── CHANGELOG.md │   │   ├── env.d.ts │   │   ├── env.js │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── tsconfig.json │   ├── setprototypeof │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   └── test │   ├── side-channel │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── side-channel-list │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── list.d.ts │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── side-channel-map │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── side-channel-weakmap │   │   ├── CHANGELOG.md │   │   ├── index.d.ts │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   ├── README.md │   │   ├── test │   │   └── tsconfig.json │   ├── statuses │   │   ├── codes.json │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── toidentifier │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── type-is │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── unpipe │   │   ├── HISTORY.md │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   ├── utils-merge │   │   ├── index.js │   │   ├── LICENSE │   │   ├── package.json │   │   └── README.md │   └── vary │   ├── HISTORY.md │   ├── index.js │   ├── LICENSE │   ├── package.json │   └── README.md ├── package.json ├── package-lock.json ├── perdu.html ├── README.md ├── server.js ├── static │   ├── css │   │   ├── gagne_b.css │   │   ├── gagne.css │   │   ├── gagne_j.css │   │   ├── img │   │   ├── perdu.css │   │   ├── style.css │   │   ├── style_julien.css │   │   └── supervise.css │   ├── img │   │   ├── bart.png │   │   ├── fleche_bleu.png │   │   ├── fleche_noir.png │   │   ├── fleche_rouge.png │   │   ├── fleche_verte.png │   │   ├── imageaaabb01.png │   │   ├── julien.png │   │   ├── pin1_j.png │   │   ├── pin1.png │   │   ├── pin2_j.png │   │   ├── pin2.png │   │   ├── pin3_j.png │   │   ├── pin3.png │   │   ├── pin4_j.png │   │   ├── pin4.png │   │   ├── pin5_j.png │   │   ├── pin5.png │   │   ├── pin6_j.png │   │   └── pin6.png │   └── js │   ├── script copy.js │   ├── script.js │   ├── script_julien.js │   ├── supervise.js │   └── supervise_julien.js ├── supervise.html ├── tiles │   └── messinhac │   ├── 0 │   ├── 1 │   ├── 10 │   ├── 11 │   ├── 12 │   ├── 13 │   ├── 14 │   ├── 15 │   ├── 16 │   ├── 17 │   ├── 18 │   ├── 19 │   ├── 2 │   ├── 20 │   ├── 3 │   ├── 4 │   ├── 5 │   ├── 6 │   ├── 7 │   ├── 8 │   └── 9 └── tree.md 142 directories, 511 files