=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-got-11.8.0+~cs53.13.16/benchmark/index.ts-161-}).on('complete', function (this: any) { node-got-11.8.0+~cs53.13.16/benchmark/index.ts:162: console.log(`Fastest is ${this.filter('fastest').map('name') as string}`); node-got-11.8.0+~cs53.13.16/benchmark/index.ts-163- ############################################## node-got-11.8.0+~cs53.13.16/benchmark/server.ts-13- node-got-11.8.0+~cs53.13.16/benchmark/server.ts:14: console.log(`Listening at https://localhost:${port}`); node-got-11.8.0+~cs53.13.16/benchmark/server.ts-15- }); ############################################## node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-24- if (options.allowedHosts && !options.allowedHosts.includes(host)) { node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md:25: promiseOrStream.cancel(`Redirection to ${host} is not allowed`); node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-26- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-44- if (progress.transferred > options.downloadLimit && progress.percent !== 1) { node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md:45: promiseOrStream.cancel(`Exceeded the download limit of ${options.downloadLimit} bytes`); node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-46- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-52- if (progress.transferred > options.uploadLimit && progress.percent !== 1) { node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md:53: promiseOrStream.cancel(`Exceeded the upload limit of ${options.uploadLimit} bytes`); node-got-11.8.0+~cs53.13.16/documentation/advanced-creation.md-54- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-14- accept: 'application/vnd.github.v3+json', node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js:15: 'user-agent': `${package.name}/${package.version}` node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-16- }, ############################################## node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-22- if (options.token && !options.headers.authorization) { node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js:23: options.headers.authorization = `token ${options.token}`; node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-24- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-45- error.name = 'GitHubError'; node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js:46: error.message = `${response.body.message} (${response.statusCode} status code)`; node-got-11.8.0+~cs53.13.16/documentation/examples/gh-got.js-47- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-105- if (options.token && !options.headers.authorization) { node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:106: options.headers.authorization = `token ${options.token}`; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-107- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-126- if (options.token && !options.headers.authorization) { node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:127: options.headers.authorization = `token ${options.token}`; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-128- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-146- error.name = 'GitHubError'; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:147: error.message = `${response.body.message} (${response.statusCode} status code)`; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-148- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-195- if (options.token && !options.headers.authorization) { node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:196: options.headers.authorization = `token ${options.token}`; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-197- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-218- error.name = 'GitHubError'; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:219: error.message = `${response.body.message} (${response.statusCode} status code)`; node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-220- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-243- accept: 'application/vnd.github.v3+json', node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:244: 'user-agent': `${package.name}/${package.version}` node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-245- } ############################################## node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-260- node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md:261: console.log(`Sindre's GitHub profile was created on ${creationDate.toGMTString()}`); node-got-11.8.0+~cs53.13.16/documentation/lets-make-a-plugin.md-262- // => Sindre's GitHub profile was created on Sun, 20 Dec 2009 22:57:02 GMT ############################################## node-got-11.8.0+~cs53.13.16/readme.md-886- error.name = 'GitHubError'; node-got-11.8.0+~cs53.13.16/readme.md:887: error.message = `${response.body.message} (${response.statusCode})`; node-got-11.8.0+~cs53.13.16/readme.md-888- } ############################################## node-got-11.8.0+~cs53.13.16/readme.md-1426- node-got-11.8.0+~cs53.13.16/readme.md:1427: console.log(`Printing latest ${countLimit} Got commits (newest to oldest):`); node-got-11.8.0+~cs53.13.16/readme.md-1428- ############################################## node-got-11.8.0+~cs53.13.16/readme.md-1448- node-got-11.8.0+~cs53.13.16/readme.md:1449: console.log(`Printing latest ${countLimit} Got commits (newest to oldest):`); node-got-11.8.0+~cs53.13.16/readme.md-1450- console.log(results); ############################################## node-got-11.8.0+~cs53.13.16/readme.md-1696-const addAccessToken = (accessToken: string): BeforeRequestHook => options => { node-got-11.8.0+~cs53.13.16/readme.md:1697: options.path = `${options.path}?access_token=${accessToken}`; node-got-11.8.0+~cs53.13.16/readme.md-1698-} ############################################## node-got-11.8.0+~cs53.13.16/readme.md-2119- headers: { node-got-11.8.0+~cs53.13.16/readme.md:2120: 'user-agent': `my-package/${pkg.version} (https://github.com/username/my-package)` node-got-11.8.0+~cs53.13.16/readme.md-2121- } ############################################## node-got-11.8.0+~cs53.13.16/readme.md-2146- headers: { node-got-11.8.0+~cs53.13.16/readme.md:2147: 'user-agent': `my-package/${pkg.version} (https://github.com/username/my-package)` node-got-11.8.0+~cs53.13.16/readme.md-2148- } ############################################## node-got-11.8.0+~cs53.13.16/source/as-promise/parse-body.ts-24- throw new ParseError({ node-got-11.8.0+~cs53.13.16/source/as-promise/parse-body.ts:25: message: `Unknown body type '${responseType as string}'`, node-got-11.8.0+~cs53.13.16/source/as-promise/parse-body.ts-26- name: 'Error' ############################################## node-got-11.8.0+~cs53.13.16/source/as-promise/types.ts-267- node-got-11.8.0+~cs53.13.16/source/as-promise/types.ts:268: super(`${error.message} in "${options.url.toString()}"`, error, response.request); node-got-11.8.0+~cs53.13.16/source/as-promise/types.ts-269- this.name = 'ParseError'; ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-179- error.name = 'GitHubError'; node-got-11.8.0+~cs53.13.16/source/core/index.ts:180: error.message = `${response.body.message} (${response.statusCode})`; node-got-11.8.0+~cs53.13.16/source/core/index.ts-181- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1111- if (!is.string(value) && !is.number(value) && !is.boolean(value) && !is.null_(value) && !is.undefined(value)) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1112: throw new TypeError(`The \`searchParams\` value '${String(value)}' must be a string, number, boolean or null`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1113- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1234- node-got-11.8.0+~cs53.13.16/source/core/index.ts:1235: this.stack = `${this.stack.slice(0, indexOfMessage)}${thisStackTrace.reverse().join('\n')}${errorStackTrace.reverse().join('\n')}`; node-got-11.8.0+~cs53.13.16/source/core/index.ts-1236- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1249- constructor(request: Request) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1250: super(`Redirected ${request.options.maxRedirects} times. Aborting.`, {}, request); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1251- this.name = 'MaxRedirectsError'; ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1264- constructor(response: Response) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1265: super(`Response code ${response.statusCode} (${response.statusMessage!})`, {}, response.request); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1266- this.name = 'HTTPError'; ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1329- constructor(options: NormalizedOptions) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1330: super(`Unsupported protocol "${options.url.protocol}"`, {}, options); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1331- this.name = 'UnsupportedProtocolError'; ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1654- if (!url.href.startsWith(value)) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1655: throw new Error(`Cannot change \`prefixUrl\` from ${prefixUrl} to ${value}: ${url.href}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1656- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1669- node-got-11.8.0+~cs53.13.16/source/core/index.ts:1670: options.url = new URL(`http://unix${options.url.pathname}${options.url.search}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1671- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1745- /* istanbul ignore next: safety check */ node-got-11.8.0+~cs53.13.16/source/core/index.ts:1746: throw new Error(`Unknown HTTP2 promise event: ${event}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1747- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1766- } else if (!is.undefined(options.dnsCache) && !options.dnsCache.lookup) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1767: throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${is(options.dnsCache)}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1768- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1796- } else { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1797: throw new TypeError(`Parameter \`${event}\` must be an Array, got ${is(options.hooks[event])}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1798- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1863- if (key !== 'http' && key !== 'https' && key !== 'http2') { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1864: throw new TypeError(`Expected the \`options.agent\` properties to be \`http\`, \`https\` or \`http2\`, got \`${key}\``); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1865- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1904- if (cannotHaveBody) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1905: throw new TypeError(`The \`${options.method}\` method cannot be used with a body`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-1906- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-1932- if (isFormData(options.body) && noContentType) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:1933: headers['content-type'] = `multipart/form-data; boundary=${options.body.getBoundary()}`; node-got-11.8.0+~cs53.13.16/source/core/index.ts-1934- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-2291- } else if (is.null_(headers[key])) { node-got-11.8.0+~cs53.13.16/source/core/index.ts:2292: throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${key}\` header`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-2293- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/index.ts-2331- if (url.hostname === 'unix') { node-got-11.8.0+~cs53.13.16/source/core/index.ts:2332: const matches = /(?<socketPath>.+?):(?<path>.+)/.exec(`${url.pathname}${url.search}`); node-got-11.8.0+~cs53.13.16/source/core/index.ts-2333- ############################################## node-got-11.8.0+~cs53.13.16/source/core/utils/options-to-url.ts-48- node-got-11.8.0+~cs53.13.16/source/core/utils/options-to-url.ts:49: origin = `${options.protocol}//${options.hostname ?? options.host ?? ''}`; node-got-11.8.0+~cs53.13.16/source/core/utils/options-to-url.ts-50- } ############################################## node-got-11.8.0+~cs53.13.16/source/core/utils/timed-out.ts-37- constructor(threshold: number, public event: string) { node-got-11.8.0+~cs53.13.16/source/core/utils/timed-out.ts:38: super(`Timeout awaiting '${event}' for ${threshold}ms`); node-got-11.8.0+~cs53.13.16/source/core/utils/timed-out.ts-39- ############################################## node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts-30- href: url.href, node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts:31: path: `${url.pathname || ''}${url.search || ''}` node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts-32- }; ############################################## node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts-38- if (url.username || url.password) { node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts:39: options.auth = `${url.username || ''}:${url.password || ''}`; node-got-11.8.0+~cs53.13.16/source/core/utils/url-to-options.ts-40- } ############################################## node-got-11.8.0+~cs53.13.16/source/types.ts-120- node-got-11.8.0+~cs53.13.16/source/types.ts:121: console.log(`Printing latest ${countLimit} Got commits (newest to oldest):`); node-got-11.8.0+~cs53.13.16/source/types.ts-122- ############################################## node-got-11.8.0+~cs53.13.16/source/types.ts-145- node-got-11.8.0+~cs53.13.16/source/types.ts:146: console.log(`Printing latest ${countLimit} Got commits (newest to oldest):`); node-got-11.8.0+~cs53.13.16/source/types.ts-147- console.log(results); ############################################## node-got-11.8.0+~cs53.13.16/source/types.ts-248- node-got-11.8.0+~cs53.13.16/source/types.ts:249: console.log(`Printing latest ${countLimit} Got commits (newest to oldest):`); node-got-11.8.0+~cs53.13.16/source/types.ts-250- ############################################## node-got-11.8.0+~cs53.13.16/source/utils/deprecation-warning.ts-10- // @ts-expect-error Missing types. node-got-11.8.0+~cs53.13.16/source/utils/deprecation-warning.ts:11: process.emitWarning(`Got: ${message}`, { node-got-11.8.0+~cs53.13.16/source/utils/deprecation-warning.ts-12- type: 'DeprecationWarning' ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-104- // @ts-expect-error Error tests node-got-11.8.0+~cs53.13.16/test/arguments.ts:105: got(parse(`${server.url}/test`)), node-got-11.8.0+~cs53.13.16/test/arguments.ts-106- {message: 'The legacy `url.Url` has been deprecated. Use `URL` instead.'} ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-181- node-got-11.8.0+~cs53.13.16/test/arguments.ts:182: t.is((await got('test', {searchParams: {}})).requestUrl, `${server.url}/test`); node-got-11.8.0+~cs53.13.16/test/arguments.ts-183-}); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-193- node-got-11.8.0+~cs53.13.16/test/arguments.ts:194: const url = new URL(`${server.url}/test`); node-got-11.8.0+~cs53.13.16/test/arguments.ts-195- await t.notThrowsAsync(got(url, {body: 'asdf', allowGetBody: true})); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-200- node-got-11.8.0+~cs53.13.16/test/arguments.ts:201: const url = new URL(`${server.url}/test`); node-got-11.8.0+~cs53.13.16/test/arguments.ts-202- await t.notThrowsAsync(got(url)); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-265- node-got-11.8.0+~cs53.13.16/test/arguments.ts:266: const instanceA = got.extend({prefixUrl: `${server.url}/test`}); node-got-11.8.0+~cs53.13.16/test/arguments.ts-267- const {body} = await instanceA('foobar'); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-273- node-got-11.8.0+~cs53.13.16/test/arguments.ts:274: const instanceA = got.extend({prefixUrl: new URL(`${server.url}/test`)}); node-got-11.8.0+~cs53.13.16/test/arguments.ts-275- const {body} = await instanceA('foobar'); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-281- node-got-11.8.0+~cs53.13.16/test/arguments.ts:282: const instanceA = got.extend({prefixUrl: `${server.url}/test/`}); node-got-11.8.0+~cs53.13.16/test/arguments.ts-283- const {body} = await instanceA('foobar'); ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-290- const instanceA = got.extend({ node-got-11.8.0+~cs53.13.16/test/arguments.ts:291: prefixUrl: `${server.url}/meh`, node-got-11.8.0+~cs53.13.16/test/arguments.ts-292- handlers: [ ############################################## node-got-11.8.0+~cs53.13.16/test/arguments.ts-556- const parent = got.extend({prefixUrl: server.url}); node-got-11.8.0+~cs53.13.16/test/arguments.ts:557: const child = parent.extend({prefixUrl: `${server.url}/other/path/`}); node-got-11.8.0+~cs53.13.16/test/arguments.ts-558- ############################################## node-got-11.8.0+~cs53.13.16/test/cancel.ts-35- response.writeHead(302, { node-got-11.8.0+~cs53.13.16/test/cancel.ts:36: location: `${server.url}/abort` node-got-11.8.0+~cs53.13.16/test/cancel.ts-37- }); ############################################## node-got-11.8.0+~cs53.13.16/test/cookies.ts-144- node-got-11.8.0+~cs53.13.16/test/cookies.ts:145: await t.throwsAsync(got(`http://127.0.0.1:${(server.address() as net.AddressInfo).port}`, options), {message}); node-got-11.8.0+~cs53.13.16/test/cookies.ts-146- await delay(500); ############################################## node-got-11.8.0+~cs53.13.16/test/error.ts-191- const url = 'undefined/https://example.com'; node-got-11.8.0+~cs53.13.16/test/error.ts:192: await t.throwsAsync(got(url).json().text().buffer(), {message: `Invalid URL: ${url}`}); node-got-11.8.0+~cs53.13.16/test/error.ts-193-}); ############################################## node-got-11.8.0+~cs53.13.16/test/error.ts-240- node-got-11.8.0+~cs53.13.16/test/error.ts:241: await t.throwsAsync(got.head(`http://localhost:${(server.address() as net.AddressInfo).port}`), { node-got-11.8.0+~cs53.13.16/test/error.ts-242- message: /^Parse Error/ ############################################## node-got-11.8.0+~cs53.13.16/test/headers.ts-45- const headers = (await got<Headers>({ node-got-11.8.0+~cs53.13.16/test/headers.ts:46: url: `http://${server.hostname}:${server.port}`, node-got-11.8.0+~cs53.13.16/test/headers.ts-47- responseType: 'json', ############################################## node-got-11.8.0+~cs53.13.16/test/headers.ts-86- const headers = await got('').json<Headers>(); node-got-11.8.0+~cs53.13.16/test/headers.ts:87: t.is(headers.host, `localhost:${server.port}`); node-got-11.8.0+~cs53.13.16/test/headers.ts-88-}); ############################################## node-got-11.8.0+~cs53.13.16/test/headers.ts-163- const headers = JSON.parse(body); node-got-11.8.0+~cs53.13.16/test/headers.ts:164: t.is(headers['content-type'], `multipart/form-data; boundary=${form.getBoundary()}`); node-got-11.8.0+~cs53.13.16/test/headers.ts-165-}); ############################################## node-got-11.8.0+~cs53.13.16/test/headers.ts-239- const body = await got('').json<Headers>(); node-got-11.8.0+~cs53.13.16/test/headers.ts:240: t.is(body.host, `localhost:${server.port}`); node-got-11.8.0+~cs53.13.16/test/headers.ts-241-}); ############################################## node-got-11.8.0+~cs53.13.16/test/helpers.ts-16- node-got-11.8.0+~cs53.13.16/test/helpers.ts:17: const error = await t.throwsAsync<HTTPError>(got.get(`${server.url}/404`), {instanceOf: HTTPError}); node-got-11.8.0+~cs53.13.16/test/helpers.ts-18- t.is(error.response.body, 'not found'); ############################################## node-got-11.8.0+~cs53.13.16/test/helpers/create-http-test-server.ts-34- server.port = (server.http.address() as net.AddressInfo).port; node-got-11.8.0+~cs53.13.16/test/helpers/create-http-test-server.ts:35: server.url = `http://localhost:${(server.port)}`; node-got-11.8.0+~cs53.13.16/test/helpers/create-http-test-server.ts-36- server.hostname = 'localhost'; ############################################## node-got-11.8.0+~cs53.13.16/test/helpers/create-https-test-server.ts-63- server.port = (server.https.address() as net.AddressInfo).port; node-got-11.8.0+~cs53.13.16/test/helpers/create-https-test-server.ts:64: server.url = `https://localhost:${(server.port)}`; node-got-11.8.0+~cs53.13.16/test/helpers/create-https-test-server.ts-65- ############################################## node-got-11.8.0+~cs53.13.16/test/hooks.ts-481- options.body = form; node-got-11.8.0+~cs53.13.16/test/hooks.ts:482: options.headers['content-type'] = `multipart/form-data; boundary=${form.getBoundary()}`; node-got-11.8.0+~cs53.13.16/test/hooks.ts-483- options.headers.foo = 'bar'; ############################################## node-got-11.8.0+~cs53.13.16/test/http.ts-54- node-got-11.8.0+~cs53.13.16/test/http.ts:55: t.is((await got('')).requestUrl, `${server.url}/`); node-got-11.8.0+~cs53.13.16/test/http.ts:56: t.is((await got('empty')).requestUrl, `${server.url}/empty`); node-got-11.8.0+~cs53.13.16/test/http.ts-57-}); ############################################## node-got-11.8.0+~cs53.13.16/test/http.ts-146- node-got-11.8.0+~cs53.13.16/test/http.ts:147: t.is((await got('')).url, `${server.url}/`); node-got-11.8.0+~cs53.13.16/test/http.ts-148-}); ############################################## node-got-11.8.0+~cs53.13.16/test/http.ts-286- node-got-11.8.0+~cs53.13.16/test/http.ts:287: const response = await got(`http://[::1]:${server.port}/ok`); node-got-11.8.0+~cs53.13.16/test/http.ts-288- ############################################## node-got-11.8.0+~cs53.13.16/test/pagination.ts-25- if (page < count) { node-got-11.8.0+~cs53.13.16/test/pagination.ts:26: response.setHeader('link', `<${server.url}/?page=${page + 1}>; rel="next"`); node-got-11.8.0+~cs53.13.16/test/pagination.ts-27- } node-got-11.8.0+~cs53.13.16/test/pagination.ts-28- node-got-11.8.0+~cs53.13.16/test/pagination.ts:29: response.end(`[${page <= count ? page : ''}]`); node-got-11.8.0+~cs53.13.16/test/pagination.ts-30- }); ############################################## node-got-11.8.0+~cs53.13.16/test/pagination.ts-543- currentUrl: request.url, node-got-11.8.0+~cs53.13.16/test/pagination.ts:544: next: page < 3 ? `${server.url}/?page=${page + 1}` : undefined node-got-11.8.0+~cs53.13.16/test/pagination.ts-545- })); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-35- t.is(body, 'reached'); node-got-11.8.0+~cs53.13.16/test/redirects.ts:36: t.deepEqual(redirectUrls, [`${server.url}/`]); node-got-11.8.0+~cs53.13.16/test/redirects.ts-37-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-85- node-got-11.8.0+~cs53.13.16/test/redirects.ts:86: t.deepEqual(error.response.redirectUrls, new Array(10).fill(`${server.url}/`)); node-got-11.8.0+~cs53.13.16/test/redirects.ts-87-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-98- node-got-11.8.0+~cs53.13.16/test/redirects.ts:99: t.deepEqual(error.response.redirectUrls, new Array(5).fill(`${server.url}/`)); node-got-11.8.0+~cs53.13.16/test/redirects.ts-100-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-153- const {url, headers, request} = await got.head('seeOther'); node-got-11.8.0+~cs53.13.16/test/redirects.ts:154: t.is(url, `${server.url}/`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-155- t.is(headers['content-length'], 'reached'.length.toString()); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-184- const {url, body} = await got.post('seeOther', {body: 'wow'}); node-got-11.8.0+~cs53.13.16/test/redirects.ts:185: t.is(url, `${server.url}/`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-186- t.is(body, 'reached'); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-247- const {url} = await got('finite'); node-got-11.8.0+~cs53.13.16/test/redirects.ts:248: t.is(url, `${server.url}/`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-249-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-255- const {requestUrl} = await got('finite'); node-got-11.8.0+~cs53.13.16/test/redirects.ts:256: t.is(requestUrl, `${server.url}/finite`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-257-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-460- response.writeHead(303, { node-got-11.8.0+~cs53.13.16/test/redirects.ts:461: location: `http://localhost:${server.port}/` node-got-11.8.0+~cs53.13.16/test/redirects.ts-462- }); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-470- node-got-11.8.0+~cs53.13.16/test/redirects.ts:471: await got(`http://hello:world@localhost:${server.port}/redirect`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-472-}); ############################################## node-got-11.8.0+~cs53.13.16/test/redirects.ts-486- server1.get('/redirect', (_request, response) => { node-got-11.8.0+~cs53.13.16/test/redirects.ts:487: response.redirect(`http://${server2.hostname}:${server2.port}/`); node-got-11.8.0+~cs53.13.16/test/redirects.ts-488- }); ############################################## node-got-11.8.0+~cs53.13.16/test/retry.ts-98- instanceOf: got.TimeoutError, node-got-11.8.0+~cs53.13.16/test/retry.ts:99: message: `Timeout awaiting 'socket' for ${socketTimeout}ms` node-got-11.8.0+~cs53.13.16/test/retry.ts-100- }); ############################################## node-got-11.8.0+~cs53.13.16/test/stream.ts-184- const {requestUrl} = await pEvent(got.stream('redirect'), 'response'); node-got-11.8.0+~cs53.13.16/test/stream.ts:185: t.is(requestUrl, `${server.url}/redirect`); node-got-11.8.0+~cs53.13.16/test/stream.ts-186-}); ############################################## node-got-11.8.0+~cs53.13.16/test/stream.ts-330- node-got-11.8.0+~cs53.13.16/test/stream.ts:331: await t.throwsAsync(got.post(`https://offlinesite${Date.now()}.com`, { node-got-11.8.0+~cs53.13.16/test/stream.ts-332- body ############################################## node-got-11.8.0+~cs53.13.16/test/timeout.ts-343- await t.notThrowsAsync(got({ node-got-11.8.0+~cs53.13.16/test/timeout.ts:344: url: `http://127.0.0.1:${server.port}`, node-got-11.8.0+~cs53.13.16/test/timeout.ts-345- timeout: {lookup: 1}, ############################################## node-got-11.8.0+~cs53.13.16/test/timeout.ts-509- node-got-11.8.0+~cs53.13.16/test/timeout.ts:510: await t.throwsAsync(got(`http://${Date.now()}.dev`, { node-got-11.8.0+~cs53.13.16/test/timeout.ts-511- retry: 1, ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/benchmark.js-47-}).on('complete', function () { node-got-11.8.0+~cs53.13.16/cacheable-lookup/benchmark.js:48: console.log(`Fastest is ${this.filter('fastest').map('name')}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/benchmark.js-49-}); ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js-31- node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js:32: entry.address = `::ffff:${entry.address}`; node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js-33- entry.family = 6; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js-182- if (cached.length === 0) { node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js:183: const error = new Error(`cacheableLookup ENOTFOUND ${hostname}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/source/index.js-184- error.code = 'ENOTFOUND'; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-94- if (hostname === 'econnrefused') { node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js:95: const error = new Error(`ECONNREFUSED ${hostname}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-96- error.code = 'ECONNREFUSED'; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-102- if (!data) { node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js:103: const error = new Error(`ENOTFOUND ${hostname}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-104- error.code = 'ENOTFOUND'; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-110- if (data.length === 0) { node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js:111: const error = new Error(`ENODATA ${hostname}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-112- error.code = 'ENODATA'; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-139- if (!resolver.lookupData[hostname]) { node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js:140: const error = new Error(`ENOTFOUND ${hostname}`); node-got-11.8.0+~cs53.13.16/cacheable-lookup/tests/test.js-141- error.code = 'ENOTFOUND'; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-39- const search = searchParts.length > 0 ? node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js:40: `?${searchParts.join('?')}` : node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-41- ''; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-64- ); node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js:65: const key = `${opts.method}:${normalizedUrlString}`; node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-66- let revalidate = false; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-210- const options = { ...url }; node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js:211: options.path = `${url.pathname || '/'}${url.search || ''}`; node-got-11.8.0+~cs53.13.16/cacheable-request/src/index.js-212- delete options.pathname; ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-156-async function testCacheKey(t, input, expected) { node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js:157: const expectKey = `cacheable-request:${expected}`; node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js:158: const okMessage = `OK ${expectKey}`; node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-159- const cache = { ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-177- input, node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js:178: providedTitle ? ` (${providedTitle})` : '' node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-179-); ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-296- const cacheableRequestHelper = promisify(cacheableRequest); node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js:297: const argString = `${s.url}/echo?foo=bar`; node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-298- const argURL = new url.URL(argString); ############################################## node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-553- const secondResponse = await cacheableRequestHelper(s.url + endpoint); node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js:554: const cacheResult = await query(`SELECT * FROM keyv WHERE "key" = "cacheable-request:GET:${s.url + endpoint}"`); node-got-11.8.0+~cs53.13.16/cacheable-request/test/cache.js-555- ############################################## node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-343- headers.warning = node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js:344: (headers.warning ? `${headers.warning}, ` : '') + node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-345- '113 - "rfc7234 5.5.4"'; node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-346- } node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js:347: headers.age = `${Math.round(age)}`; node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-348- headers.date = new Date(this.now()).toUTCString(); ############################################## node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-534- headers['if-none-match'] = headers['if-none-match'] node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js:535: ? `${headers['if-none-match']}, ${this._resHeaders.etag}` node-got-11.8.0+~cs53.13.16/http-cache-semantics/index.js-536- : this._resHeaders.etag; ############################################## node-got-11.8.0+~cs53.13.16/http-cache-semantics/test/revalidatetest.js-194- const cache = new CachePolicy(simpleRequest, etaggedResponse); node-got-11.8.0+~cs53.13.16/http-cache-semantics/test/revalidatetest.js:195: const expected = `"foo", "bar", ${etaggedResponse.headers.etag}`; node-got-11.8.0+~cs53.13.16/http-cache-semantics/test/revalidatetest.js-196- const headers = cache.revalidationHeaders( ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-17- node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md:18:> `$ npm install http2-wrapper`<br> node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md:19:> `$ yarn add http2-wrapper` node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-20- ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-208- createConnection(authority, options) { node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md:209: console.log(`Connecting to ${authority}`); node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-210- return http2.Agent.connect(authority, options); ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-217-}, res => { node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md:218: res.on('data', chunk => console.log(`Received chunk of ${chunk.length} bytes`)); node-got-11.8.0+~cs53.13.16/http2-wrapper/README.md-219-}); ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js-86- node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js:87: let name = `${host}:${port}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js-88- ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js-92- if (typeof options[key] === 'object') { node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js:93: name += `:${JSON.stringify(options[key])}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js-94- } else { node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js:95: name += `:${options[key]}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/agent.js-96- } ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/auto.js-16- const ALPNProtocols = options.ALPNProtocols || ['h2', 'http/1.1']; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/auto.js:17: const name = `${host}:${port}:${ALPNProtocols.sort()}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/auto.js-18- ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/client-request.js-103- this[kOptions] = options; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/client-request.js:104: this[kAuthority] = options.authority || `https://${options.hostname || options.host}:${options.port}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/client-request.js-105- ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-7- super(typeof getMessage === 'string' ? getMessage : getMessage(args)); node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js:8: this.name = `${super.name} [${key}]`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-9- this.code = key; ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-15- const type = args[0].includes('.') ? 'property' : 'argument'; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js:16: return `The "${args[0]}" ${type} must be of type ${args[1]}. Received ${typeof args[2]}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-17-}); ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-19-makeError(TypeError, 'ERR_INVALID_PROTOCOL', args => { node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js:20: return `Protocol "${args[0]}" not supported. Expected "${args[1]}"`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-21-}); ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-23-makeError(Error, 'ERR_HTTP_HEADERS_SENT', args => { node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js:24: return `Cannot ${args[0]} headers after they are sent to the client`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/errors.js-25-}); ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js-10- pathname: url.pathname, node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js:11: path: `${url.pathname}${url.search}`, node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js-12- href: url.href ############################################## node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js-19- if (url.username || url.password) { node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js:20: options.auth = `${url.username}:${url.password}`; node-got-11.8.0+~cs53.13.16/http2-wrapper/source/utils/url-to-options.js-21- } ############################################## node-got-11.8.0+~cs53.13.16/keyv/src/index.js-49- _getKeyPrefix(key) { node-got-11.8.0+~cs53.13.16/keyv/src/index.js:50: return `${this.opts.namespace}:${key}`; node-got-11.8.0+~cs53.13.16/keyv/src/index.js-51- } ############################################## node-got-11.8.0+~cs53.13.16/normalize-url/index.d.ts-175- Removes the default directory index file from path that matches any of the provided strings or regexes. node-got-11.8.0+~cs53.13.16/normalize-url/index.d.ts:176: When `true`, the regex `/^index\.[a-z]+$/` is used. node-got-11.8.0+~cs53.13.16/normalize-url/index.d.ts-177- ############################################## node-got-11.8.0+~cs53.13.16/normalize-url/index.js-14- if (!match) { node-got-11.8.0+~cs53.13.16/normalize-url/index.js:15: throw new Error(`Invalid URL: ${urlString}`); node-got-11.8.0+~cs53.13.16/normalize-url/index.js-16- } ############################################## node-got-11.8.0+~cs53.13.16/normalize-url/index.js-42- node-got-11.8.0+~cs53.13.16/normalize-url/index.js:43: return `${key}${value ? `=${value}` : ''}`; node-got-11.8.0+~cs53.13.16/normalize-url/index.js-44- }) ############################################## node-got-11.8.0+~cs53.13.16/normalize-url/index.js-58- node-got-11.8.0+~cs53.13.16/normalize-url/index.js:59: return `data:${normalizedMediaType.join(';')},${isBase64 ? data.trim() : data}${hash ? `#${hash}` : ''}`; node-got-11.8.0+~cs53.13.16/normalize-url/index.js-60-}; ############################################## node-got-11.8.0+~cs53.13.16/normalize-url/readme.md-207- node-got-11.8.0+~cs53.13.16/normalize-url/readme.md:208:Removes the default directory index file from path that matches any of the provided strings or regexes. When `true`, the regex `/^index\.[a-z]+$/` is used. node-got-11.8.0+~cs53.13.16/normalize-url/readme.md-209- ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md-482- node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md:483: throw new TypeError(`Expected 'padding' to be of type 'string' or 'number', got '${is(padding)}'.`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md-484-} ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md-509- node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md:510: return `${response.title} (${response.rating * 10})`; node-got-11.8.0+~cs53.13.16/sindresorhus-is/readme.md-511-}; ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-293- node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts:294: throw new TypeError(`Invalid range: ${JSON.stringify(range)}`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-295-}; ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-371- if (!is.function_(predicate)) { node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts:372: throw new TypeError(`Invalid predicate: ${JSON.stringify(predicate)}`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-373- } ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-392- if (!condition) { node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts:393: throw new TypeError(`Expected value which is \`${description}\`, received value of type \`${is(value)}\`.`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/source/index.ts-394- } ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-27-const invertAssertThrow = (description: string, fn: () => void | never, value: unknown): void | never => { node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts:28: const expectedAssertErrorMessage = `Expected value which is \`${description}\`, received value of type \`${is(value)}\`.`; node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-29- ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-39- node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts:40: throw new Error(`Function did not throw any error, expected: ${expectedAssertErrorMessage}`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-41-}; ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-559- if (testData === undefined) { node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts:560: t.fail(`is.${type} not defined`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-561- ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-577- for (const fixture of fixtures) { node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts:578: assertIs(testIs(fixture), `Value: ${inspect(fixture)}`); node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-579- const valueType = typeDescription ? typeDescription : typename; ############################################## node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-588- }, { node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts:589: message: `Expected value which is \`${valueType!}\`, received value of type \`${is(fixture)}\`.` node-got-11.8.0+~cs53.13.16/sindresorhus-is/test/test.ts-590- }); ############################################## node-got-11.8.0+~cs53.13.16/szmarczak-http-timer/tests/test.ts-27- await server.listenAsync(); node-got-11.8.0+~cs53.13.16/szmarczak-http-timer/tests/test.ts:28: server.url = `http://127.0.0.1:${(server.address() as AddressInfo).port}`; node-got-11.8.0+~cs53.13.16/szmarczak-http-timer/tests/test.ts-29-});