@verdaccio/proxy 9.0.0-next-9.16 → 9.0.0-next-9.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/agent.js CHANGED
@@ -1,4 +1,3 @@
1
- require("./_virtual/_rolldown/runtime.js");
2
1
  let node_url = require("node:url");
3
2
  let hpagent = require("hpagent");
4
3
  let node_http = require("node:http");
@@ -1 +1 @@
1
- {"version":3,"file":"agent.js","names":[],"sources":["../src/agent.ts"],"sourcesContent":["import type { Agents } from 'got';\nimport { HttpProxyAgent, HttpsProxyAgent } from 'hpagent';\nimport { Agent as HttpAgent } from 'node:http';\nimport { Agent as HttpsAgent } from 'node:https';\nimport { URL } from 'node:url';\n\nimport type { AgentOptionsConf } from '@verdaccio/types';\n\nclass CustomAgents {\n private url: string;\n private proxy: string | undefined;\n private agentOptions: AgentOptionsConf;\n private agent: Agents;\n public constructor(url: string, proxy: string | undefined, agentOptions: AgentOptionsConf) {\n this.proxy = proxy;\n this.url = url;\n this.agentOptions = agentOptions;\n // Type of agent depends on the protocol of the server URL (no on the proxy)\n // See https://www.npmjs.com/package/hpagent\n const { protocol } = new URL(this.url);\n this.agent = this.getAgent(protocol);\n }\n\n public get() {\n return this.agent;\n }\n\n private getAgent(protocol: string): Agents {\n const isHTTPS = protocol === 'https:';\n if (this.proxy) {\n const options = {\n proxy: this.proxy,\n ...this.agentOptions,\n };\n // use hpagent\n return isHTTPS\n ? { https: new HttpsProxyAgent(options) }\n : { http: new HttpProxyAgent(options) };\n } else {\n // use native http/https agent\n return isHTTPS\n ? { https: new HttpsAgent(this.agentOptions) }\n : { http: new HttpAgent(this.agentOptions) };\n }\n }\n}\n\nexport default CustomAgents;\n"],"mappings":";;;;;;AAQA,IAAM,eAAN,MAAmB;CACjB;CACA;CACA;CACA;CACA,YAAmB,KAAa,OAA2B,cAAgC;AACzF,OAAK,QAAQ;AACb,OAAK,MAAM;AACX,OAAK,eAAe;EAGpB,MAAM,EAAE,aAAa,IAAI,SAAA,IAAI,KAAK,IAAI;AACtC,OAAK,QAAQ,KAAK,SAAS,SAAS;;CAGtC,MAAa;AACX,SAAO,KAAK;;CAGd,SAAiB,UAA0B;EACzC,MAAM,UAAU,aAAa;AAC7B,MAAI,KAAK,OAAO;GACd,MAAM,UAAU;IACd,OAAO,KAAK;IACZ,GAAG,KAAK;IACT;AAED,UAAO,UACH,EAAE,OAAO,IAAI,QAAA,gBAAgB,QAAQ,EAAE,GACvC,EAAE,MAAM,IAAI,QAAA,eAAe,QAAQ,EAAE;QAGzC,QAAO,UACH,EAAE,OAAO,IAAI,WAAA,MAAW,KAAK,aAAa,EAAE,GAC5C,EAAE,MAAM,IAAI,UAAA,MAAU,KAAK,aAAa,EAAE"}
1
+ {"version":3,"file":"agent.js","names":[],"sources":["../src/agent.ts"],"sourcesContent":["import type { Agents } from 'got';\nimport { HttpProxyAgent, HttpsProxyAgent } from 'hpagent';\nimport { Agent as HttpAgent } from 'node:http';\nimport { Agent as HttpsAgent } from 'node:https';\nimport { URL } from 'node:url';\n\nimport type { AgentOptionsConf } from '@verdaccio/types';\n\nclass CustomAgents {\n private url: string;\n private proxy: string | undefined;\n private agentOptions: AgentOptionsConf;\n private agent: Agents;\n public constructor(url: string, proxy: string | undefined, agentOptions: AgentOptionsConf) {\n this.proxy = proxy;\n this.url = url;\n this.agentOptions = agentOptions;\n // Type of agent depends on the protocol of the server URL (no on the proxy)\n // See https://www.npmjs.com/package/hpagent\n const { protocol } = new URL(this.url);\n this.agent = this.getAgent(protocol);\n }\n\n public get() {\n return this.agent;\n }\n\n private getAgent(protocol: string): Agents {\n const isHTTPS = protocol === 'https:';\n if (this.proxy) {\n const options = {\n proxy: this.proxy,\n ...this.agentOptions,\n };\n // use hpagent\n return isHTTPS\n ? { https: new HttpsProxyAgent(options) }\n : { http: new HttpProxyAgent(options) };\n } else {\n // use native http/https agent\n return isHTTPS\n ? { https: new HttpsAgent(this.agentOptions) }\n : { http: new HttpAgent(this.agentOptions) };\n }\n }\n}\n\nexport default CustomAgents;\n"],"mappings":";;;;;AAQA,IAAM,eAAN,MAAmB;CACjB;CACA;CACA;CACA;CACA,YAAmB,KAAa,OAA2B,cAAgC;EACzF,KAAK,QAAQ;EACb,KAAK,MAAM;EACX,KAAK,eAAe;EAGpB,MAAM,EAAE,aAAa,IAAI,SAAA,IAAI,KAAK,GAAG;EACrC,KAAK,QAAQ,KAAK,SAAS,QAAQ;CACrC;CAEA,MAAa;EACX,OAAO,KAAK;CACd;CAEA,SAAiB,UAA0B;EACzC,MAAM,UAAU,aAAa;EAC7B,IAAI,KAAK,OAAO;GACd,MAAM,UAAU;IACd,OAAO,KAAK;IACZ,GAAG,KAAK;GACV;GAEA,OAAO,UACH,EAAE,OAAO,IAAI,QAAA,gBAAgB,OAAO,EAAE,IACtC,EAAE,MAAM,IAAI,QAAA,eAAe,OAAO,EAAE;EAC1C,OAEE,OAAO,UACH,EAAE,OAAO,IAAI,WAAA,MAAW,KAAK,YAAY,EAAE,IAC3C,EAAE,MAAM,IAAI,UAAA,MAAU,KAAK,YAAY,EAAE;CAEjD;AACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"agent.mjs","names":[],"sources":["../src/agent.ts"],"sourcesContent":["import type { Agents } from 'got';\nimport { HttpProxyAgent, HttpsProxyAgent } from 'hpagent';\nimport { Agent as HttpAgent } from 'node:http';\nimport { Agent as HttpsAgent } from 'node:https';\nimport { URL } from 'node:url';\n\nimport type { AgentOptionsConf } from '@verdaccio/types';\n\nclass CustomAgents {\n private url: string;\n private proxy: string | undefined;\n private agentOptions: AgentOptionsConf;\n private agent: Agents;\n public constructor(url: string, proxy: string | undefined, agentOptions: AgentOptionsConf) {\n this.proxy = proxy;\n this.url = url;\n this.agentOptions = agentOptions;\n // Type of agent depends on the protocol of the server URL (no on the proxy)\n // See https://www.npmjs.com/package/hpagent\n const { protocol } = new URL(this.url);\n this.agent = this.getAgent(protocol);\n }\n\n public get() {\n return this.agent;\n }\n\n private getAgent(protocol: string): Agents {\n const isHTTPS = protocol === 'https:';\n if (this.proxy) {\n const options = {\n proxy: this.proxy,\n ...this.agentOptions,\n };\n // use hpagent\n return isHTTPS\n ? { https: new HttpsProxyAgent(options) }\n : { http: new HttpProxyAgent(options) };\n } else {\n // use native http/https agent\n return isHTTPS\n ? { https: new HttpsAgent(this.agentOptions) }\n : { http: new HttpAgent(this.agentOptions) };\n }\n }\n}\n\nexport default CustomAgents;\n"],"mappings":";;;;;AAQA,IAAM,eAAN,MAAmB;CACjB;CACA;CACA;CACA;CACA,YAAmB,KAAa,OAA2B,cAAgC;AACzF,OAAK,QAAQ;AACb,OAAK,MAAM;AACX,OAAK,eAAe;EAGpB,MAAM,EAAE,aAAa,IAAI,IAAI,KAAK,IAAI;AACtC,OAAK,QAAQ,KAAK,SAAS,SAAS;;CAGtC,MAAa;AACX,SAAO,KAAK;;CAGd,SAAiB,UAA0B;EACzC,MAAM,UAAU,aAAa;AAC7B,MAAI,KAAK,OAAO;GACd,MAAM,UAAU;IACd,OAAO,KAAK;IACZ,GAAG,KAAK;IACT;AAED,UAAO,UACH,EAAE,OAAO,IAAI,gBAAgB,QAAQ,EAAE,GACvC,EAAE,MAAM,IAAI,eAAe,QAAQ,EAAE;QAGzC,QAAO,UACH,EAAE,OAAO,IAAI,QAAW,KAAK,aAAa,EAAE,GAC5C,EAAE,MAAM,IAAI,MAAU,KAAK,aAAa,EAAE"}
1
+ {"version":3,"file":"agent.mjs","names":[],"sources":["../src/agent.ts"],"sourcesContent":["import type { Agents } from 'got';\nimport { HttpProxyAgent, HttpsProxyAgent } from 'hpagent';\nimport { Agent as HttpAgent } from 'node:http';\nimport { Agent as HttpsAgent } from 'node:https';\nimport { URL } from 'node:url';\n\nimport type { AgentOptionsConf } from '@verdaccio/types';\n\nclass CustomAgents {\n private url: string;\n private proxy: string | undefined;\n private agentOptions: AgentOptionsConf;\n private agent: Agents;\n public constructor(url: string, proxy: string | undefined, agentOptions: AgentOptionsConf) {\n this.proxy = proxy;\n this.url = url;\n this.agentOptions = agentOptions;\n // Type of agent depends on the protocol of the server URL (no on the proxy)\n // See https://www.npmjs.com/package/hpagent\n const { protocol } = new URL(this.url);\n this.agent = this.getAgent(protocol);\n }\n\n public get() {\n return this.agent;\n }\n\n private getAgent(protocol: string): Agents {\n const isHTTPS = protocol === 'https:';\n if (this.proxy) {\n const options = {\n proxy: this.proxy,\n ...this.agentOptions,\n };\n // use hpagent\n return isHTTPS\n ? { https: new HttpsProxyAgent(options) }\n : { http: new HttpProxyAgent(options) };\n } else {\n // use native http/https agent\n return isHTTPS\n ? { https: new HttpsAgent(this.agentOptions) }\n : { http: new HttpAgent(this.agentOptions) };\n }\n }\n}\n\nexport default CustomAgents;\n"],"mappings":";;;;;AAQA,IAAM,eAAN,MAAmB;CACjB;CACA;CACA;CACA;CACA,YAAmB,KAAa,OAA2B,cAAgC;EACzF,KAAK,QAAQ;EACb,KAAK,MAAM;EACX,KAAK,eAAe;EAGpB,MAAM,EAAE,aAAa,IAAI,IAAI,KAAK,GAAG;EACrC,KAAK,QAAQ,KAAK,SAAS,QAAQ;CACrC;CAEA,MAAa;EACX,OAAO,KAAK;CACd;CAEA,SAAiB,UAA0B;EACzC,MAAM,UAAU,aAAa;EAC7B,IAAI,KAAK,OAAO;GACd,MAAM,UAAU;IACd,OAAO,KAAK;IACZ,GAAG,KAAK;GACV;GAEA,OAAO,UACH,EAAE,OAAO,IAAI,gBAAgB,OAAO,EAAE,IACtC,EAAE,MAAM,IAAI,eAAe,OAAO,EAAE;EAC1C,OAEE,OAAO,UACH,EAAE,OAAO,IAAI,QAAW,KAAK,YAAY,EAAE,IAC3C,EAAE,MAAM,IAAI,MAAU,KAAK,YAAY,EAAE;CAEjD;AACF"}
package/build/index.js CHANGED
@@ -2,7 +2,6 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- require("./_virtual/_rolldown/runtime.js");
6
5
  const require_proxy = require("./proxy.js");
7
6
  const require_uplink_util = require("./uplink-util.js");
8
7
  let got = require("got");
@@ -1 +1 @@
1
- {"version":3,"file":"proxy-utils.js","names":[],"sources":["../src/proxy-utils.ts"],"sourcesContent":["const parseIntervalTable = {\n '': 1000,\n ms: 1,\n s: 1000,\n m: 60 * 1000,\n h: 60 * 60 * 1000,\n d: 86400000,\n w: 7 * 86400000,\n M: 30 * 86400000,\n y: 365 * 86400000,\n};\n\n/**\n * Parse an internal string to number\n * @param {*} interval\n * @return {Number}\n * @deprecated\n */\nexport function parseInterval(interval: any): number {\n if (typeof interval === 'number') {\n return interval * 1000;\n }\n let result = 0;\n let last_suffix = Infinity;\n interval.split(/\\s+/).forEach(function (x): void {\n if (!x) {\n return;\n }\n const m = x.match(/^((0|[1-9][0-9]*)(\\.[0-9]+)?)(ms|s|m|h|d|w|M|y|)$/);\n if (\n !m ||\n parseIntervalTable[m[4]] >= last_suffix ||\n (m[4] === '' && last_suffix !== Infinity)\n ) {\n throw Error('invalid interval: ' + interval);\n }\n last_suffix = parseIntervalTable[m[4]];\n result += Number(m[1]) * parseIntervalTable[m[4]];\n });\n return result;\n}\n"],"mappings":";AAAA,IAAM,qBAAqB;CACzB,IAAI;CACJ,IAAI;CACJ,GAAG;CACH,GAAG,KAAK;CACR,GAAG,OAAU;CACb,GAAG;CACH,GAAG,IAAI;CACP,GAAG,KAAK;CACR,GAAG,MAAM;CACV;;;;;;;AAQD,SAAgB,cAAc,UAAuB;AACnD,KAAI,OAAO,aAAa,SACtB,QAAO,WAAW;CAEpB,IAAI,SAAS;CACb,IAAI,cAAc;AAClB,UAAS,MAAM,MAAM,CAAC,QAAQ,SAAU,GAAS;AAC/C,MAAI,CAAC,EACH;EAEF,MAAM,IAAI,EAAE,MAAM,oDAAoD;AACtE,MACE,CAAC,KACD,mBAAmB,EAAE,OAAO,eAC3B,EAAE,OAAO,MAAM,gBAAgB,SAEhC,OAAM,MAAM,uBAAuB,SAAS;AAE9C,gBAAc,mBAAmB,EAAE;AACnC,YAAU,OAAO,EAAE,GAAG,GAAG,mBAAmB,EAAE;GAC9C;AACF,QAAO"}
1
+ {"version":3,"file":"proxy-utils.js","names":[],"sources":["../src/proxy-utils.ts"],"sourcesContent":["const parseIntervalTable = {\n '': 1000,\n ms: 1,\n s: 1000,\n m: 60 * 1000,\n h: 60 * 60 * 1000,\n d: 86400000,\n w: 7 * 86400000,\n M: 30 * 86400000,\n y: 365 * 86400000,\n};\n\n/**\n * Parse an internal string to number\n * @param {*} interval\n * @return {Number}\n * @deprecated\n */\nexport function parseInterval(interval: any): number {\n if (typeof interval === 'number') {\n return interval * 1000;\n }\n let result = 0;\n let last_suffix = Infinity;\n interval.split(/\\s+/).forEach(function (x): void {\n if (!x) {\n return;\n }\n const m = x.match(/^((0|[1-9][0-9]*)(\\.[0-9]+)?)(ms|s|m|h|d|w|M|y|)$/);\n if (\n !m ||\n parseIntervalTable[m[4]] >= last_suffix ||\n (m[4] === '' && last_suffix !== Infinity)\n ) {\n throw Error('invalid interval: ' + interval);\n }\n last_suffix = parseIntervalTable[m[4]];\n result += Number(m[1]) * parseIntervalTable[m[4]];\n });\n return result;\n}\n"],"mappings":";AAAA,IAAM,qBAAqB;CACzB,IAAI;CACJ,IAAI;CACJ,GAAG;CACH,GAAG,KAAK;CACR,GAAG,OAAU;CACb,GAAG;CACH,GAAG,IAAI;CACP,GAAG,KAAK;CACR,GAAG,MAAM;AACX;;;;;;;AAQA,SAAgB,cAAc,UAAuB;CACnD,IAAI,OAAO,aAAa,UACtB,OAAO,WAAW;CAEpB,IAAI,SAAS;CACb,IAAI,cAAc;CAClB,SAAS,MAAM,KAAK,EAAE,QAAQ,SAAU,GAAS;EAC/C,IAAI,CAAC,GACH;EAEF,MAAM,IAAI,EAAE,MAAM,mDAAmD;EACrE,IACE,CAAC,KACD,mBAAmB,EAAE,OAAO,eAC3B,EAAE,OAAO,MAAM,gBAAgB,UAEhC,MAAM,MAAM,uBAAuB,QAAQ;EAE7C,cAAc,mBAAmB,EAAE;EACnC,UAAU,OAAO,EAAE,EAAE,IAAI,mBAAmB,EAAE;CAChD,CAAC;CACD,OAAO;AACT"}
@@ -1 +1 @@
1
- {"version":3,"file":"proxy-utils.mjs","names":[],"sources":["../src/proxy-utils.ts"],"sourcesContent":["const parseIntervalTable = {\n '': 1000,\n ms: 1,\n s: 1000,\n m: 60 * 1000,\n h: 60 * 60 * 1000,\n d: 86400000,\n w: 7 * 86400000,\n M: 30 * 86400000,\n y: 365 * 86400000,\n};\n\n/**\n * Parse an internal string to number\n * @param {*} interval\n * @return {Number}\n * @deprecated\n */\nexport function parseInterval(interval: any): number {\n if (typeof interval === 'number') {\n return interval * 1000;\n }\n let result = 0;\n let last_suffix = Infinity;\n interval.split(/\\s+/).forEach(function (x): void {\n if (!x) {\n return;\n }\n const m = x.match(/^((0|[1-9][0-9]*)(\\.[0-9]+)?)(ms|s|m|h|d|w|M|y|)$/);\n if (\n !m ||\n parseIntervalTable[m[4]] >= last_suffix ||\n (m[4] === '' && last_suffix !== Infinity)\n ) {\n throw Error('invalid interval: ' + interval);\n }\n last_suffix = parseIntervalTable[m[4]];\n result += Number(m[1]) * parseIntervalTable[m[4]];\n });\n return result;\n}\n"],"mappings":";AAAA,IAAM,qBAAqB;CACzB,IAAI;CACJ,IAAI;CACJ,GAAG;CACH,GAAG,KAAK;CACR,GAAG,OAAU;CACb,GAAG;CACH,GAAG,IAAI;CACP,GAAG,KAAK;CACR,GAAG,MAAM;CACV;;;;;;;AAQD,SAAgB,cAAc,UAAuB;AACnD,KAAI,OAAO,aAAa,SACtB,QAAO,WAAW;CAEpB,IAAI,SAAS;CACb,IAAI,cAAc;AAClB,UAAS,MAAM,MAAM,CAAC,QAAQ,SAAU,GAAS;AAC/C,MAAI,CAAC,EACH;EAEF,MAAM,IAAI,EAAE,MAAM,oDAAoD;AACtE,MACE,CAAC,KACD,mBAAmB,EAAE,OAAO,eAC3B,EAAE,OAAO,MAAM,gBAAgB,SAEhC,OAAM,MAAM,uBAAuB,SAAS;AAE9C,gBAAc,mBAAmB,EAAE;AACnC,YAAU,OAAO,EAAE,GAAG,GAAG,mBAAmB,EAAE;GAC9C;AACF,QAAO"}
1
+ {"version":3,"file":"proxy-utils.mjs","names":[],"sources":["../src/proxy-utils.ts"],"sourcesContent":["const parseIntervalTable = {\n '': 1000,\n ms: 1,\n s: 1000,\n m: 60 * 1000,\n h: 60 * 60 * 1000,\n d: 86400000,\n w: 7 * 86400000,\n M: 30 * 86400000,\n y: 365 * 86400000,\n};\n\n/**\n * Parse an internal string to number\n * @param {*} interval\n * @return {Number}\n * @deprecated\n */\nexport function parseInterval(interval: any): number {\n if (typeof interval === 'number') {\n return interval * 1000;\n }\n let result = 0;\n let last_suffix = Infinity;\n interval.split(/\\s+/).forEach(function (x): void {\n if (!x) {\n return;\n }\n const m = x.match(/^((0|[1-9][0-9]*)(\\.[0-9]+)?)(ms|s|m|h|d|w|M|y|)$/);\n if (\n !m ||\n parseIntervalTable[m[4]] >= last_suffix ||\n (m[4] === '' && last_suffix !== Infinity)\n ) {\n throw Error('invalid interval: ' + interval);\n }\n last_suffix = parseIntervalTable[m[4]];\n result += Number(m[1]) * parseIntervalTable[m[4]];\n });\n return result;\n}\n"],"mappings":";AAAA,IAAM,qBAAqB;CACzB,IAAI;CACJ,IAAI;CACJ,GAAG;CACH,GAAG,KAAK;CACR,GAAG,OAAU;CACb,GAAG;CACH,GAAG,IAAI;CACP,GAAG,KAAK;CACR,GAAG,MAAM;AACX;;;;;;;AAQA,SAAgB,cAAc,UAAuB;CACnD,IAAI,OAAO,aAAa,UACtB,OAAO,WAAW;CAEpB,IAAI,SAAS;CACb,IAAI,cAAc;CAClB,SAAS,MAAM,KAAK,EAAE,QAAQ,SAAU,GAAS;EAC/C,IAAI,CAAC,GACH;EAEF,MAAM,IAAI,EAAE,MAAM,mDAAmD;EACrE,IACE,CAAC,KACD,mBAAmB,EAAE,OAAO,eAC3B,EAAE,OAAO,MAAM,gBAAgB,UAEhC,MAAM,MAAM,uBAAuB,QAAQ;EAE7C,cAAc,mBAAmB,EAAE;EACnC,UAAU,OAAO,EAAE,EAAE,IAAI,mBAAmB,EAAE;CAChD,CAAC;CACD,OAAO;AACT"}
@@ -1 +1 @@
1
- {"version":3,"file":"proxy.js","names":[],"sources":["../src/proxy.ts"],"sourcesContent":["import JSONStream from 'JSONStream';\nimport buildDebug from 'debug';\nimport type { Agents, Delays, RequestError, RetryOptions, Headers as gotHeaders } from 'got';\nimport got, { Options } from 'got';\nimport { isNil, isObject } from 'lodash-es';\nimport type Stream from 'node:stream';\nimport { PassThrough, Readable } from 'node:stream';\nimport { URL } from 'node:url';\n\nimport type { searchUtils } from '@verdaccio/core';\nimport {\n API_ERROR,\n HEADERS,\n HTTP_STATUS,\n TOKEN_BASIC,\n TOKEN_BEARER,\n authUtils,\n constants,\n errorUtils,\n} from '@verdaccio/core';\nimport type { AgentOptionsConf, Config, Logger, Manifest, UpLinkConf } from '@verdaccio/types';\n\nimport CustomAgents from './agent';\nimport { parseInterval } from './proxy-utils';\n\nconst debug = buildDebug('verdaccio:proxy');\n\nconst encode = function (thing): string {\n return encodeURIComponent(thing).replace(/^%40/, '@');\n};\n\nconst jsonContentType = HEADERS.JSON;\nconst contentTypeAccept = `${jsonContentType};`;\n\n/**\n * Just a helper (`config[key] || default` doesn't work because of zeroes)\n */\nconst setConfig = (config: UpLinkConfLocal, key: string, def): string => {\n return isNil(config[key]) === false ? config[key] : def;\n};\n\nexport type UpLinkConfLocal = UpLinkConf & {\n no_proxy?: string;\n};\n\nexport interface ProxyList {\n [key: string]: IProxy;\n}\n\nexport type ProxySearchParams = {\n url: string;\n abort: AbortController;\n query?: searchUtils.SearchQuery;\n headers?: Headers;\n retry?: Partial<RetryOptions>;\n};\nexport interface IProxy {\n uplinkName: string;\n config: UpLinkConfLocal;\n failed_requests: number;\n userAgent: string;\n ca?: string | void;\n logger: Logger;\n server_id: string;\n url: URL;\n maxage: number;\n timeout: Delays;\n max_fails: number;\n fail_timeout: number;\n search(options: ProxySearchParams): Promise<Stream.Readable>;\n getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]>;\n fetchTarball(\n url: string,\n options: Partial<Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>>\n ): PassThrough;\n}\n\n// this type is need it by storage\nexport { Options as FetchOptions };\n\nexport interface ISyncUplinksOptions extends Options {\n uplinksLook?: boolean;\n etag?: string;\n remoteAddress?: string;\n}\n\n/**\n * Implements Storage interface\n * (same for storage.js, local-storage.js, up-storage.js)\n */\nclass ProxyStorage implements IProxy {\n public uplinkName: string;\n public config: UpLinkConfLocal;\n public failed_requests: number;\n public userAgent: string;\n public ca: string | void;\n public logger: Logger;\n public server_id: string;\n public url: URL;\n public maxage: number;\n public timeout: Delays;\n public max_fails: number;\n public fail_timeout: number;\n public agent_options: AgentOptionsConf;\n public proxy: string | undefined;\n private agent: Agents;\n // @ts-ignore\n public last_request_time: number | null;\n public strict_ssl: boolean;\n private retry: Partial<RetryOptions>;\n\n public constructor(\n uplinkName: string,\n config: UpLinkConfLocal,\n mainConfig: Config,\n logger: Logger,\n agent?: Agents\n ) {\n this.uplinkName = uplinkName;\n this.config = config;\n this.failed_requests = 0;\n this.userAgent = mainConfig.user_agent ?? 'hidden';\n this.ca = config.ca;\n this.logger = logger;\n this.server_id = mainConfig.server_id;\n this.agent_options = setConfig(this.config, 'agent_options', {\n keepAlive: true,\n maxSockets: 40,\n maxFreeSockets: 10,\n }) as AgentOptionsConf;\n this.url = new URL(this.config.url);\n const isHTTPS = this.url.protocol === 'https:';\n this._setupProxy(this.url.hostname, config, mainConfig, isHTTPS);\n this.agent = agent ?? this.getAgent();\n this.config.url = this.config.url.replace(/\\/$/, '');\n\n if (this.config.timeout && Number(this.config.timeout) >= 1000) {\n this.logger.warn(\n [\n 'Too big timeout value: ' + this.config.timeout,\n 'We changed time format to nginx-like one',\n '(see http://nginx.org/en/docs/syntax.html)',\n 'so please update your config accordingly',\n ].join('\\n')\n );\n }\n\n // a bunch of different configurable timers\n this.maxage = parseInterval(setConfig(this.config, 'maxage', '2m'));\n // https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md\n this.timeout = {\n request: parseInterval(setConfig(this.config, 'timeout', '30s')),\n };\n debug('set timeout %s', this.timeout);\n this.max_fails = Number(setConfig(this.config, 'max_fails', this.config.max_fails ?? 2));\n this.fail_timeout = parseInterval(setConfig(this.config, 'fail_timeout', '5m'));\n this.strict_ssl = Boolean(setConfig(this.config, 'strict_ssl', true));\n this.retry = { limit: this.max_fails ?? 2 };\n }\n\n private getAgent() {\n if (!this.agent) {\n // TODO: the config.ca (certificates) is not yet injected here\n const agentInstance = new CustomAgents(this.config.url, this.proxy, this.agent_options);\n return agentInstance.get();\n } else {\n return this.agent;\n }\n }\n\n public getHeaders(headers = {}): gotHeaders {\n const accept = HEADERS.ACCEPT;\n const acceptEncoding = HEADERS.ACCEPT_ENCODING;\n const userAgent = HEADERS.USER_AGENT;\n\n headers[accept] = headers[accept] || contentTypeAccept;\n headers[acceptEncoding] = headers[acceptEncoding] || 'gzip';\n // registry.npmjs.org will only return search result if user-agent include string 'npm'\n headers[userAgent] = headers[userAgent] || `npm (${this.userAgent})`;\n return this.setAuthNext(headers);\n }\n\n /**\n * Validate configuration auth and assign Header authorization\n * @param {Object} headers\n * @return {Object}\n * @private\n */\n private setAuthNext(headers: gotHeaders): gotHeaders {\n const { auth } = this.config;\n if (typeof auth === 'undefined' || typeof headers[HEADERS.AUTHORIZATION] === 'string') {\n return headers;\n }\n\n if (isObject(auth) === false && isObject((auth as any).token) === false) {\n this._throwErrorAuth('Auth invalid');\n }\n\n // get NPM_TOKEN http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules\n // or get other variable export in env\n // https://github.com/verdaccio/verdaccio/releases/tag/v2.5.0\n let token: any;\n const tokenConf: any = auth;\n if (isNil(tokenConf.token) === false && typeof tokenConf.token === 'string') {\n debug('use token from config');\n token = tokenConf.token;\n } else if (isNil(tokenConf.token_env) === false) {\n if (typeof tokenConf.token_env === 'string') {\n debug('use token from env %o', tokenConf.token_env);\n token = process.env[tokenConf.token_env];\n } else if (typeof tokenConf.token_env === 'boolean' && tokenConf.token_env) {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n } else {\n this.logger.error(constants.ERROR_CODE.token_required);\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n } else {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n }\n\n if (typeof token === 'undefined') {\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n\n // define type Auth allow basic and bearer\n const type = tokenConf.type || TOKEN_BASIC;\n debug('token type %o', type);\n this._setHeaderAuthorization(headers, type, token);\n\n return headers;\n }\n\n /**\n * @param {string} message\n * @throws {Error}\n * @private\n */\n private _throwErrorAuth(message: string): Error {\n this.logger.error(message);\n throw new Error(message);\n }\n\n /**\n * Assign Header authorization with type authentication\n * @param {Object} headers\n * @param {string} type\n * @param {string} token\n * @private\n */\n private _setHeaderAuthorization(headers: any, type: string, token: any): void {\n const _type: string = type.toLowerCase();\n\n if (_type !== TOKEN_BEARER.toLowerCase() && _type !== TOKEN_BASIC.toLowerCase()) {\n this._throwErrorAuth(`Auth type '${_type}' not allowed`);\n }\n\n headers[HEADERS.AUTHORIZATION] = authUtils.buildToken(type, token);\n }\n\n /**\n * It will add or override specified headers from config file.\n *\n * Eg:\n *\n * uplinks:\n npmjs:\n url: https://registry.npmjs.org/\n headers:\n Accept: \"application/vnd.npm.install-v2+json; q=1.0\"\n verdaccio-staging:\n url: https://mycompany.com/npm\n headers:\n Accept: \"application/json\"\n authorization: \"Basic YourBase64EncodedCredentials==\"\n\n * @param {Object} headers\n * @private\n */\n private applyUplinkHeaders(headers: gotHeaders): gotHeaders {\n if (!this.config.headers) {\n return headers;\n }\n\n // add/override headers specified in the config\n /* eslint guard-for-in: 0 */\n for (const key in this.config.headers) {\n headers[key] = this.config.headers[key];\n }\n return headers;\n }\n\n public async getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]> {\n if (this._ifRequestFailure()) {\n throw errorUtils.getInternalError(API_ERROR.UPLINK_OFFLINE);\n }\n\n // FUTURE: allow mix headers that comes from the client\n debug('getting metadata for package %s', name);\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = options.method || 'GET';\n const uri = this.config.url + `/${encode(name)}`;\n debug('set retry limit is %s', this.retry.limit);\n let response;\n let responseLength = 0;\n try {\n const retry = options?.retry ?? this.retry;\n debug('retry initial count %s', retry);\n response = await got(uri, {\n headers,\n responseType: 'json',\n method,\n agent: this.agent,\n retry,\n timeout: this.timeout,\n hooks: {\n afterResponse: [\n (afterResponse) => {\n const code = afterResponse.statusCode;\n debug('after response code is %s', code);\n if (code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES) {\n if (this.failed_requests >= this.max_fails) {\n this.failed_requests = 0;\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now online'\n );\n }\n }\n\n return afterResponse;\n },\n ],\n beforeRetry: [\n (error: RequestError, count: number) => {\n debug('retry %s count: %s', uri, count);\n this.failed_requests = count ?? 0;\n this.logger.info(\n {\n request: {\n method: method,\n url: uri,\n },\n error: error.message,\n retryCount: this.failed_requests,\n },\n \"retry @{retryCount} req: '@{request.method} @{request.url}'\"\n );\n if (this.failed_requests >= this.max_fails) {\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now offline'\n );\n }\n },\n ],\n },\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n })\n .on<any>('response', (eventResponse) => {\n const message = \"@{!status}, req: '@{request.method} @{request.url}' (streaming)\";\n this.logger.http(\n {\n request: {\n method: method,\n url: uri,\n },\n status: eventResponse !== null ? eventResponse.statusCode : 'ERR',\n },\n message\n );\n })\n .on('downloadProgress', (progress) => {\n if (progress.total) {\n debug('responseLength %s', progress.total);\n responseLength = progress.total;\n }\n });\n const etag = response.headers.etag as string;\n const data = response.body;\n\n // not modified status (304) registry does not return any payload\n // it is handled as an error with the original 304 status preserved\n if (response?.statusCode === HTTP_STATUS.NOT_MODIFIED) {\n const err = errorUtils.getNotFound(API_ERROR.NOT_MODIFIED_NO_DATA);\n err.code = HTTP_STATUS.NOT_MODIFIED;\n throw err;\n }\n\n debug('uri %s success', uri);\n const message = \"@{!status}, req: '@{request.method} @{request.url}'\";\n this.logger.http(\n {\n // if error is null/false change this to undefined so it wont log\n request: { method: method, url: uri },\n status: response.statusCode,\n bytes: {\n in: options?.json ? JSON.stringify(options?.json).length : 0,\n out: responseLength || 0,\n },\n },\n message\n );\n return [data, etag];\n } catch (err: any) {\n debug('error %s on uri %s', err.code, uri);\n if (err.code === 'ERR_NON_2XX_3XX_RESPONSE') {\n const code = err.response.statusCode;\n debug('error code %s', code);\n if (code === HTTP_STATUS.NOT_FOUND) {\n throw errorUtils.getNotFound(API_ERROR.NOT_PACKAGE_UPLINK);\n }\n\n if (!(code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES)) {\n const error = errorUtils.getInternalError(`${API_ERROR.BAD_STATUS_CODE}: ${code}`);\n // we need this code to identify outside which status code triggered the error\n error.remoteStatus = code;\n throw error;\n }\n } else if (this._isRequestTimeout(err)) {\n debug('error code timeout');\n throw errorUtils.getServiceUnavailable(API_ERROR.SERVER_TIME_OUT);\n }\n throw err;\n }\n }\n\n // FIXME: handle stream and retry\n public fetchTarball(\n url: string,\n overrideOptions: Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>\n ): any {\n debug('fetching url for %s', url);\n const options = { ...this.config, ...overrideOptions };\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = 'GET';\n // const uri = this.config.url + `/${encode(name)}`;\n debug('request uri for %s', url);\n\n const readStream = got\n .stream(url, {\n headers,\n method,\n agent: this.agent,\n // FIXME: this should be taken from construtor as priority\n retry: this.retry ?? options?.retry,\n timeout: this.timeout,\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n });\n\n return readStream;\n }\n\n /**\n * Perform a stream search.\n * @param {*} options request options\n * @return {Stream}\n */\n public async search({ url, abort, retry }: ProxySearchParams): Promise<Stream.Readable> {\n try {\n // Incoming URL is relative ie /-/v1/search...\n const uri = new URL(url, this.url).href;\n this.logger.http(\n { uri, uplink: this.uplinkName },\n 'search request to uplink @{uplink} - @{uri}'\n );\n debug('searching on %o', uri);\n const response = got(uri, {\n signal: abort ? abort.signal : undefined,\n agent: this.agent,\n timeout: this.timeout,\n retry: retry ?? this.retry,\n });\n\n const res = await (response.text() as unknown as Promise<string>);\n const total = JSON.parse(res).total;\n debug('number of packages found: %o', total);\n const streamSearch = new PassThrough({ objectMode: true });\n const streamResponse = Readable.from(res);\n // objects is one of the properties on the body, it ignores date and total\n streamResponse.pipe(JSONStream.parse('objects')).pipe(streamSearch, { end: true });\n return streamSearch;\n } catch (err: any) {\n debug('search error %s', err);\n if (err.response.statusCode === 409) {\n throw errorUtils.getInternalError(`bad status code ${err.response.statusCode} from uplink`);\n }\n this.logger.error(\n { errorMessage: err?.message, name: this.uplinkName },\n 'proxy uplink @{name} search error: @{errorMessage}'\n );\n throw err;\n }\n }\n\n private addProxyHeaders(headers: gotHeaders, remoteAddress?: string): gotHeaders {\n // Only submit X-Forwarded-For field if we don't have a proxy selected\n // in the config file.\n //\n // Otherwise misconfigured proxy could return 407\n if (!this.proxy) {\n headers[HEADERS.FORWARDED_FOR] =\n (headers['x-forwarded-for'] ? headers['x-forwarded-for'] + ', ' : '') + remoteAddress;\n }\n\n // always attach Via header to avoid loops, even if we're not proxying\n headers['via'] = headers['via'] ? headers['via'] + ', ' : '';\n headers['via'] += '1.1 ' + this.server_id + ' (Verdaccio)';\n\n return headers;\n }\n\n /**\n * If the request failure.\n * @return {boolean}\n * @private\n */\n private _ifRequestFailure(): boolean {\n return (\n this.failed_requests >= this.max_fails &&\n Math.abs(Date.now() - (this.last_request_time as number)) < this.fail_timeout\n );\n }\n\n /**\n * Check if the request timed out (network or http errors).\n * @param {RequestError} err\n * @return {boolean}\n */\n private _isRequestTimeout(err: RequestError): boolean {\n const code = err?.response?.statusCode;\n return (\n err.code === 'ETIMEDOUT' ||\n err.code === 'ESOCKETTIMEDOUT' ||\n err.code === 'ECONNRESET' ||\n code === HTTP_STATUS.REQUEST_TIMEOUT ||\n code === HTTP_STATUS.BAD_GATEWAY ||\n code === HTTP_STATUS.SERVICE_UNAVAILABLE ||\n code === HTTP_STATUS.GATEWAY_TIMEOUT\n );\n }\n\n /**\n * Set up a proxy.\n * @param {*} hostname\n * @param {*} config\n * @param {*} mainconfig\n * @param {*} isHTTPS\n */\n private _setupProxy(\n hostname: string,\n config: UpLinkConfLocal,\n mainconfig: Config,\n isHTTPS: boolean\n ): void {\n let noProxyList;\n const proxy_key: string = isHTTPS ? 'https_proxy' : 'http_proxy';\n debug('looking for %o', proxy_key);\n\n // get http_proxy and no_proxy configs\n if (proxy_key in config) {\n this.proxy = config[proxy_key];\n debug('found %o in uplink config', this.proxy);\n } else if (proxy_key in mainconfig) {\n this.proxy = mainconfig[proxy_key];\n debug('found %o in main config', this.proxy);\n }\n if ('no_proxy' in config) {\n noProxyList = config.no_proxy;\n } else if ('no_proxy' in mainconfig) {\n noProxyList = mainconfig.no_proxy;\n }\n\n // use wget-like algorithm to determine if proxy shouldn't be used\n if (hostname[0] !== '.') {\n hostname = '.' + hostname;\n }\n\n if (typeof noProxyList === 'string' && noProxyList.length) {\n noProxyList = noProxyList.split(',');\n }\n\n if (Array.isArray(noProxyList)) {\n for (let i = 0; i < noProxyList.length; i++) {\n let noProxyItem = noProxyList[i];\n if (noProxyItem[0] !== '.') {\n noProxyItem = '.' + noProxyItem;\n }\n if (hostname.endsWith(noProxyItem)) {\n if (this.proxy) {\n debug('not using proxy, excluded by @{rule}', noProxyItem);\n this.logger.debug(\n { url: this.url.href, rule: noProxyItem },\n 'not using proxy for @{url}, excluded by @{rule} rule'\n );\n this.proxy = undefined;\n }\n break;\n }\n }\n }\n\n if (typeof this.proxy === 'string') {\n debug('using proxy @{proxy} for @{url}', this.proxy, this.url.href);\n this.logger.debug(\n { url: this.url.href, proxy: this.proxy },\n 'using proxy @{proxy} for @{url}'\n );\n }\n }\n}\n\nexport { ProxyStorage };\n"],"mappings":"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"}
1
+ {"version":3,"file":"proxy.js","names":[],"sources":["../src/proxy.ts"],"sourcesContent":["import JSONStream from 'JSONStream';\nimport buildDebug from 'debug';\nimport type { Agents, Delays, RequestError, RetryOptions, Headers as gotHeaders } from 'got';\nimport got, { Options } from 'got';\nimport { isNil, isObject } from 'lodash-es';\nimport type Stream from 'node:stream';\nimport { PassThrough, Readable } from 'node:stream';\nimport { URL } from 'node:url';\n\nimport type { searchUtils } from '@verdaccio/core';\nimport {\n API_ERROR,\n HEADERS,\n HTTP_STATUS,\n TOKEN_BASIC,\n TOKEN_BEARER,\n authUtils,\n constants,\n errorUtils,\n} from '@verdaccio/core';\nimport type { AgentOptionsConf, Config, Logger, Manifest, UpLinkConf } from '@verdaccio/types';\n\nimport CustomAgents from './agent';\nimport { parseInterval } from './proxy-utils';\n\nconst debug = buildDebug('verdaccio:proxy');\n\nconst encode = function (thing): string {\n return encodeURIComponent(thing).replace(/^%40/, '@');\n};\n\nconst jsonContentType = HEADERS.JSON;\nconst contentTypeAccept = `${jsonContentType};`;\n\n/**\n * Just a helper (`config[key] || default` doesn't work because of zeroes)\n */\nconst setConfig = (config: UpLinkConfLocal, key: string, def): string => {\n return isNil(config[key]) === false ? config[key] : def;\n};\n\nexport type UpLinkConfLocal = UpLinkConf & {\n no_proxy?: string;\n};\n\nexport interface ProxyList {\n [key: string]: IProxy;\n}\n\nexport type ProxySearchParams = {\n url: string;\n abort: AbortController;\n query?: searchUtils.SearchQuery;\n headers?: Headers;\n retry?: Partial<RetryOptions>;\n};\nexport interface IProxy {\n uplinkName: string;\n config: UpLinkConfLocal;\n failed_requests: number;\n userAgent: string;\n ca?: string | void;\n logger: Logger;\n server_id: string;\n url: URL;\n maxage: number;\n timeout: Delays;\n max_fails: number;\n fail_timeout: number;\n search(options: ProxySearchParams): Promise<Stream.Readable>;\n getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]>;\n fetchTarball(\n url: string,\n options: Partial<Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>>\n ): PassThrough;\n}\n\n// this type is need it by storage\nexport { Options as FetchOptions };\n\nexport interface ISyncUplinksOptions extends Options {\n uplinksLook?: boolean;\n etag?: string;\n remoteAddress?: string;\n}\n\n/**\n * Implements Storage interface\n * (same for storage.js, local-storage.js, up-storage.js)\n */\nclass ProxyStorage implements IProxy {\n public uplinkName: string;\n public config: UpLinkConfLocal;\n public failed_requests: number;\n public userAgent: string;\n public ca: string | void;\n public logger: Logger;\n public server_id: string;\n public url: URL;\n public maxage: number;\n public timeout: Delays;\n public max_fails: number;\n public fail_timeout: number;\n public agent_options: AgentOptionsConf;\n public proxy: string | undefined;\n private agent: Agents;\n // @ts-ignore\n public last_request_time: number | null;\n public strict_ssl: boolean;\n private retry: Partial<RetryOptions>;\n\n public constructor(\n uplinkName: string,\n config: UpLinkConfLocal,\n mainConfig: Config,\n logger: Logger,\n agent?: Agents\n ) {\n this.uplinkName = uplinkName;\n this.config = config;\n this.failed_requests = 0;\n this.userAgent = mainConfig.user_agent ?? 'hidden';\n this.ca = config.ca;\n this.logger = logger;\n this.server_id = mainConfig.server_id;\n this.agent_options = setConfig(this.config, 'agent_options', {\n keepAlive: true,\n maxSockets: 40,\n maxFreeSockets: 10,\n }) as AgentOptionsConf;\n this.url = new URL(this.config.url);\n const isHTTPS = this.url.protocol === 'https:';\n this._setupProxy(this.url.hostname, config, mainConfig, isHTTPS);\n this.agent = agent ?? this.getAgent();\n this.config.url = this.config.url.replace(/\\/$/, '');\n\n if (this.config.timeout && Number(this.config.timeout) >= 1000) {\n this.logger.warn(\n [\n 'Too big timeout value: ' + this.config.timeout,\n 'We changed time format to nginx-like one',\n '(see http://nginx.org/en/docs/syntax.html)',\n 'so please update your config accordingly',\n ].join('\\n')\n );\n }\n\n // a bunch of different configurable timers\n this.maxage = parseInterval(setConfig(this.config, 'maxage', '2m'));\n // https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md\n this.timeout = {\n request: parseInterval(setConfig(this.config, 'timeout', '30s')),\n };\n debug('set timeout %s', this.timeout);\n this.max_fails = Number(setConfig(this.config, 'max_fails', this.config.max_fails ?? 2));\n this.fail_timeout = parseInterval(setConfig(this.config, 'fail_timeout', '5m'));\n this.strict_ssl = Boolean(setConfig(this.config, 'strict_ssl', true));\n this.retry = { limit: this.max_fails ?? 2 };\n }\n\n private getAgent() {\n if (!this.agent) {\n // TODO: the config.ca (certificates) is not yet injected here\n const agentInstance = new CustomAgents(this.config.url, this.proxy, this.agent_options);\n return agentInstance.get();\n } else {\n return this.agent;\n }\n }\n\n public getHeaders(headers = {}): gotHeaders {\n const accept = HEADERS.ACCEPT;\n const acceptEncoding = HEADERS.ACCEPT_ENCODING;\n const userAgent = HEADERS.USER_AGENT;\n\n headers[accept] = headers[accept] || contentTypeAccept;\n headers[acceptEncoding] = headers[acceptEncoding] || 'gzip';\n // registry.npmjs.org will only return search result if user-agent include string 'npm'\n headers[userAgent] = headers[userAgent] || `npm (${this.userAgent})`;\n return this.setAuthNext(headers);\n }\n\n /**\n * Validate configuration auth and assign Header authorization\n * @param {Object} headers\n * @return {Object}\n * @private\n */\n private setAuthNext(headers: gotHeaders): gotHeaders {\n const { auth } = this.config;\n if (typeof auth === 'undefined' || typeof headers[HEADERS.AUTHORIZATION] === 'string') {\n return headers;\n }\n\n if (isObject(auth) === false && isObject((auth as any).token) === false) {\n this._throwErrorAuth('Auth invalid');\n }\n\n // get NPM_TOKEN http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules\n // or get other variable export in env\n // https://github.com/verdaccio/verdaccio/releases/tag/v2.5.0\n let token: any;\n const tokenConf: any = auth;\n if (isNil(tokenConf.token) === false && typeof tokenConf.token === 'string') {\n debug('use token from config');\n token = tokenConf.token;\n } else if (isNil(tokenConf.token_env) === false) {\n if (typeof tokenConf.token_env === 'string') {\n debug('use token from env %o', tokenConf.token_env);\n token = process.env[tokenConf.token_env];\n } else if (typeof tokenConf.token_env === 'boolean' && tokenConf.token_env) {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n } else {\n this.logger.error(constants.ERROR_CODE.token_required);\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n } else {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n }\n\n if (typeof token === 'undefined') {\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n\n // define type Auth allow basic and bearer\n const type = tokenConf.type || TOKEN_BASIC;\n debug('token type %o', type);\n this._setHeaderAuthorization(headers, type, token);\n\n return headers;\n }\n\n /**\n * @param {string} message\n * @throws {Error}\n * @private\n */\n private _throwErrorAuth(message: string): Error {\n this.logger.error(message);\n throw new Error(message);\n }\n\n /**\n * Assign Header authorization with type authentication\n * @param {Object} headers\n * @param {string} type\n * @param {string} token\n * @private\n */\n private _setHeaderAuthorization(headers: any, type: string, token: any): void {\n const _type: string = type.toLowerCase();\n\n if (_type !== TOKEN_BEARER.toLowerCase() && _type !== TOKEN_BASIC.toLowerCase()) {\n this._throwErrorAuth(`Auth type '${_type}' not allowed`);\n }\n\n headers[HEADERS.AUTHORIZATION] = authUtils.buildToken(type, token);\n }\n\n /**\n * It will add or override specified headers from config file.\n *\n * Eg:\n *\n * uplinks:\n npmjs:\n url: https://registry.npmjs.org/\n headers:\n Accept: \"application/vnd.npm.install-v2+json; q=1.0\"\n verdaccio-staging:\n url: https://mycompany.com/npm\n headers:\n Accept: \"application/json\"\n authorization: \"Basic YourBase64EncodedCredentials==\"\n\n * @param {Object} headers\n * @private\n */\n private applyUplinkHeaders(headers: gotHeaders): gotHeaders {\n if (!this.config.headers) {\n return headers;\n }\n\n // add/override headers specified in the config\n /* eslint guard-for-in: 0 */\n for (const key in this.config.headers) {\n headers[key] = this.config.headers[key];\n }\n return headers;\n }\n\n public async getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]> {\n if (this._ifRequestFailure()) {\n throw errorUtils.getInternalError(API_ERROR.UPLINK_OFFLINE);\n }\n\n // FUTURE: allow mix headers that comes from the client\n debug('getting metadata for package %s', name);\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = options.method || 'GET';\n const uri = this.config.url + `/${encode(name)}`;\n debug('set retry limit is %s', this.retry.limit);\n let response;\n let responseLength = 0;\n try {\n const retry = options?.retry ?? this.retry;\n debug('retry initial count %s', retry);\n response = await got(uri, {\n headers,\n responseType: 'json',\n method,\n agent: this.agent,\n retry,\n timeout: this.timeout,\n hooks: {\n afterResponse: [\n (afterResponse) => {\n const code = afterResponse.statusCode;\n debug('after response code is %s', code);\n if (code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES) {\n if (this.failed_requests >= this.max_fails) {\n this.failed_requests = 0;\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now online'\n );\n }\n }\n\n return afterResponse;\n },\n ],\n beforeRetry: [\n (error: RequestError, count: number) => {\n debug('retry %s count: %s', uri, count);\n this.failed_requests = count ?? 0;\n this.logger.info(\n {\n request: {\n method: method,\n url: uri,\n },\n error: error.message,\n retryCount: this.failed_requests,\n },\n \"retry @{retryCount} req: '@{request.method} @{request.url}'\"\n );\n if (this.failed_requests >= this.max_fails) {\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now offline'\n );\n }\n },\n ],\n },\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n })\n .on<any>('response', (eventResponse) => {\n const message = \"@{!status}, req: '@{request.method} @{request.url}' (streaming)\";\n this.logger.http(\n {\n request: {\n method: method,\n url: uri,\n },\n status: eventResponse !== null ? eventResponse.statusCode : 'ERR',\n },\n message\n );\n })\n .on('downloadProgress', (progress) => {\n if (progress.total) {\n debug('responseLength %s', progress.total);\n responseLength = progress.total;\n }\n });\n const etag = response.headers.etag as string;\n const data = response.body;\n\n // not modified status (304) registry does not return any payload\n // it is handled as an error with the original 304 status preserved\n if (response?.statusCode === HTTP_STATUS.NOT_MODIFIED) {\n const err = errorUtils.getNotFound(API_ERROR.NOT_MODIFIED_NO_DATA);\n err.code = HTTP_STATUS.NOT_MODIFIED;\n throw err;\n }\n\n debug('uri %s success', uri);\n const message = \"@{!status}, req: '@{request.method} @{request.url}'\";\n this.logger.http(\n {\n // if error is null/false change this to undefined so it wont log\n request: { method: method, url: uri },\n status: response.statusCode,\n bytes: {\n in: options?.json ? JSON.stringify(options?.json).length : 0,\n out: responseLength || 0,\n },\n },\n message\n );\n return [data, etag];\n } catch (err: any) {\n debug('error %s on uri %s', err.code, uri);\n if (err.code === 'ERR_NON_2XX_3XX_RESPONSE') {\n const code = err.response.statusCode;\n debug('error code %s', code);\n if (code === HTTP_STATUS.NOT_FOUND) {\n throw errorUtils.getNotFound(API_ERROR.NOT_PACKAGE_UPLINK);\n }\n\n if (!(code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES)) {\n const error = errorUtils.getInternalError(`${API_ERROR.BAD_STATUS_CODE}: ${code}`);\n // we need this code to identify outside which status code triggered the error\n error.remoteStatus = code;\n throw error;\n }\n } else if (this._isRequestTimeout(err)) {\n debug('error code timeout');\n throw errorUtils.getServiceUnavailable(API_ERROR.SERVER_TIME_OUT);\n }\n throw err;\n }\n }\n\n // FIXME: handle stream and retry\n public fetchTarball(\n url: string,\n overrideOptions: Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>\n ): any {\n debug('fetching url for %s', url);\n const options = { ...this.config, ...overrideOptions };\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = 'GET';\n // const uri = this.config.url + `/${encode(name)}`;\n debug('request uri for %s', url);\n\n const readStream = got\n .stream(url, {\n headers,\n method,\n agent: this.agent,\n // FIXME: this should be taken from construtor as priority\n retry: this.retry ?? options?.retry,\n timeout: this.timeout,\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n });\n\n return readStream;\n }\n\n /**\n * Perform a stream search.\n * @param {*} options request options\n * @return {Stream}\n */\n public async search({ url, abort, retry }: ProxySearchParams): Promise<Stream.Readable> {\n try {\n // Incoming URL is relative ie /-/v1/search...\n const uri = new URL(url, this.url).href;\n this.logger.http(\n { uri, uplink: this.uplinkName },\n 'search request to uplink @{uplink} - @{uri}'\n );\n debug('searching on %o', uri);\n const response = got(uri, {\n signal: abort ? abort.signal : undefined,\n agent: this.agent,\n timeout: this.timeout,\n retry: retry ?? this.retry,\n });\n\n const res = await (response.text() as unknown as Promise<string>);\n const total = JSON.parse(res).total;\n debug('number of packages found: %o', total);\n const streamSearch = new PassThrough({ objectMode: true });\n const streamResponse = Readable.from(res);\n // objects is one of the properties on the body, it ignores date and total\n streamResponse.pipe(JSONStream.parse('objects')).pipe(streamSearch, { end: true });\n return streamSearch;\n } catch (err: any) {\n debug('search error %s', err);\n if (err.response.statusCode === 409) {\n throw errorUtils.getInternalError(`bad status code ${err.response.statusCode} from uplink`);\n }\n this.logger.error(\n { errorMessage: err?.message, name: this.uplinkName },\n 'proxy uplink @{name} search error: @{errorMessage}'\n );\n throw err;\n }\n }\n\n private addProxyHeaders(headers: gotHeaders, remoteAddress?: string): gotHeaders {\n // Only submit X-Forwarded-For field if we don't have a proxy selected\n // in the config file.\n //\n // Otherwise misconfigured proxy could return 407\n if (!this.proxy) {\n headers[HEADERS.FORWARDED_FOR] =\n (headers['x-forwarded-for'] ? headers['x-forwarded-for'] + ', ' : '') + remoteAddress;\n }\n\n // always attach Via header to avoid loops, even if we're not proxying\n headers['via'] = headers['via'] ? headers['via'] + ', ' : '';\n headers['via'] += '1.1 ' + this.server_id + ' (Verdaccio)';\n\n return headers;\n }\n\n /**\n * If the request failure.\n * @return {boolean}\n * @private\n */\n private _ifRequestFailure(): boolean {\n return (\n this.failed_requests >= this.max_fails &&\n Math.abs(Date.now() - (this.last_request_time as number)) < this.fail_timeout\n );\n }\n\n /**\n * Check if the request timed out (network or http errors).\n * @param {RequestError} err\n * @return {boolean}\n */\n private _isRequestTimeout(err: RequestError): boolean {\n const code = err?.response?.statusCode;\n return (\n err.code === 'ETIMEDOUT' ||\n err.code === 'ESOCKETTIMEDOUT' ||\n err.code === 'ECONNRESET' ||\n code === HTTP_STATUS.REQUEST_TIMEOUT ||\n code === HTTP_STATUS.BAD_GATEWAY ||\n code === HTTP_STATUS.SERVICE_UNAVAILABLE ||\n code === HTTP_STATUS.GATEWAY_TIMEOUT\n );\n }\n\n /**\n * Set up a proxy.\n * @param {*} hostname\n * @param {*} config\n * @param {*} mainconfig\n * @param {*} isHTTPS\n */\n private _setupProxy(\n hostname: string,\n config: UpLinkConfLocal,\n mainconfig: Config,\n isHTTPS: boolean\n ): void {\n let noProxyList;\n const proxy_key: string = isHTTPS ? 'https_proxy' : 'http_proxy';\n debug('looking for %o', proxy_key);\n\n // get http_proxy and no_proxy configs\n if (proxy_key in config) {\n this.proxy = config[proxy_key];\n debug('found %o in uplink config', this.proxy);\n } else if (proxy_key in mainconfig) {\n this.proxy = mainconfig[proxy_key];\n debug('found %o in main config', this.proxy);\n }\n if ('no_proxy' in config) {\n noProxyList = config.no_proxy;\n } else if ('no_proxy' in mainconfig) {\n noProxyList = mainconfig.no_proxy;\n }\n\n // use wget-like algorithm to determine if proxy shouldn't be used\n if (hostname[0] !== '.') {\n hostname = '.' + hostname;\n }\n\n if (typeof noProxyList === 'string' && noProxyList.length) {\n noProxyList = noProxyList.split(',');\n }\n\n if (Array.isArray(noProxyList)) {\n for (let i = 0; i < noProxyList.length; i++) {\n let noProxyItem = noProxyList[i];\n if (noProxyItem[0] !== '.') {\n noProxyItem = '.' + noProxyItem;\n }\n if (hostname.endsWith(noProxyItem)) {\n if (this.proxy) {\n debug('not using proxy, excluded by @{rule}', noProxyItem);\n this.logger.debug(\n { url: this.url.href, rule: noProxyItem },\n 'not using proxy for @{url}, excluded by @{rule} rule'\n );\n this.proxy = undefined;\n }\n break;\n }\n }\n }\n\n if (typeof this.proxy === 'string') {\n debug('using proxy @{proxy} for @{url}', this.proxy, this.url.href);\n this.logger.debug(\n { url: this.url.href, proxy: this.proxy },\n 'using proxy @{proxy} for @{url}'\n );\n }\n }\n}\n\nexport { ProxyStorage };\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"proxy.mjs","names":[],"sources":["../src/proxy.ts"],"sourcesContent":["import JSONStream from 'JSONStream';\nimport buildDebug from 'debug';\nimport type { Agents, Delays, RequestError, RetryOptions, Headers as gotHeaders } from 'got';\nimport got, { Options } from 'got';\nimport { isNil, isObject } from 'lodash-es';\nimport type Stream from 'node:stream';\nimport { PassThrough, Readable } from 'node:stream';\nimport { URL } from 'node:url';\n\nimport type { searchUtils } from '@verdaccio/core';\nimport {\n API_ERROR,\n HEADERS,\n HTTP_STATUS,\n TOKEN_BASIC,\n TOKEN_BEARER,\n authUtils,\n constants,\n errorUtils,\n} from '@verdaccio/core';\nimport type { AgentOptionsConf, Config, Logger, Manifest, UpLinkConf } from '@verdaccio/types';\n\nimport CustomAgents from './agent';\nimport { parseInterval } from './proxy-utils';\n\nconst debug = buildDebug('verdaccio:proxy');\n\nconst encode = function (thing): string {\n return encodeURIComponent(thing).replace(/^%40/, '@');\n};\n\nconst jsonContentType = HEADERS.JSON;\nconst contentTypeAccept = `${jsonContentType};`;\n\n/**\n * Just a helper (`config[key] || default` doesn't work because of zeroes)\n */\nconst setConfig = (config: UpLinkConfLocal, key: string, def): string => {\n return isNil(config[key]) === false ? config[key] : def;\n};\n\nexport type UpLinkConfLocal = UpLinkConf & {\n no_proxy?: string;\n};\n\nexport interface ProxyList {\n [key: string]: IProxy;\n}\n\nexport type ProxySearchParams = {\n url: string;\n abort: AbortController;\n query?: searchUtils.SearchQuery;\n headers?: Headers;\n retry?: Partial<RetryOptions>;\n};\nexport interface IProxy {\n uplinkName: string;\n config: UpLinkConfLocal;\n failed_requests: number;\n userAgent: string;\n ca?: string | void;\n logger: Logger;\n server_id: string;\n url: URL;\n maxage: number;\n timeout: Delays;\n max_fails: number;\n fail_timeout: number;\n search(options: ProxySearchParams): Promise<Stream.Readable>;\n getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]>;\n fetchTarball(\n url: string,\n options: Partial<Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>>\n ): PassThrough;\n}\n\n// this type is need it by storage\nexport { Options as FetchOptions };\n\nexport interface ISyncUplinksOptions extends Options {\n uplinksLook?: boolean;\n etag?: string;\n remoteAddress?: string;\n}\n\n/**\n * Implements Storage interface\n * (same for storage.js, local-storage.js, up-storage.js)\n */\nclass ProxyStorage implements IProxy {\n public uplinkName: string;\n public config: UpLinkConfLocal;\n public failed_requests: number;\n public userAgent: string;\n public ca: string | void;\n public logger: Logger;\n public server_id: string;\n public url: URL;\n public maxage: number;\n public timeout: Delays;\n public max_fails: number;\n public fail_timeout: number;\n public agent_options: AgentOptionsConf;\n public proxy: string | undefined;\n private agent: Agents;\n // @ts-ignore\n public last_request_time: number | null;\n public strict_ssl: boolean;\n private retry: Partial<RetryOptions>;\n\n public constructor(\n uplinkName: string,\n config: UpLinkConfLocal,\n mainConfig: Config,\n logger: Logger,\n agent?: Agents\n ) {\n this.uplinkName = uplinkName;\n this.config = config;\n this.failed_requests = 0;\n this.userAgent = mainConfig.user_agent ?? 'hidden';\n this.ca = config.ca;\n this.logger = logger;\n this.server_id = mainConfig.server_id;\n this.agent_options = setConfig(this.config, 'agent_options', {\n keepAlive: true,\n maxSockets: 40,\n maxFreeSockets: 10,\n }) as AgentOptionsConf;\n this.url = new URL(this.config.url);\n const isHTTPS = this.url.protocol === 'https:';\n this._setupProxy(this.url.hostname, config, mainConfig, isHTTPS);\n this.agent = agent ?? this.getAgent();\n this.config.url = this.config.url.replace(/\\/$/, '');\n\n if (this.config.timeout && Number(this.config.timeout) >= 1000) {\n this.logger.warn(\n [\n 'Too big timeout value: ' + this.config.timeout,\n 'We changed time format to nginx-like one',\n '(see http://nginx.org/en/docs/syntax.html)',\n 'so please update your config accordingly',\n ].join('\\n')\n );\n }\n\n // a bunch of different configurable timers\n this.maxage = parseInterval(setConfig(this.config, 'maxage', '2m'));\n // https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md\n this.timeout = {\n request: parseInterval(setConfig(this.config, 'timeout', '30s')),\n };\n debug('set timeout %s', this.timeout);\n this.max_fails = Number(setConfig(this.config, 'max_fails', this.config.max_fails ?? 2));\n this.fail_timeout = parseInterval(setConfig(this.config, 'fail_timeout', '5m'));\n this.strict_ssl = Boolean(setConfig(this.config, 'strict_ssl', true));\n this.retry = { limit: this.max_fails ?? 2 };\n }\n\n private getAgent() {\n if (!this.agent) {\n // TODO: the config.ca (certificates) is not yet injected here\n const agentInstance = new CustomAgents(this.config.url, this.proxy, this.agent_options);\n return agentInstance.get();\n } else {\n return this.agent;\n }\n }\n\n public getHeaders(headers = {}): gotHeaders {\n const accept = HEADERS.ACCEPT;\n const acceptEncoding = HEADERS.ACCEPT_ENCODING;\n const userAgent = HEADERS.USER_AGENT;\n\n headers[accept] = headers[accept] || contentTypeAccept;\n headers[acceptEncoding] = headers[acceptEncoding] || 'gzip';\n // registry.npmjs.org will only return search result if user-agent include string 'npm'\n headers[userAgent] = headers[userAgent] || `npm (${this.userAgent})`;\n return this.setAuthNext(headers);\n }\n\n /**\n * Validate configuration auth and assign Header authorization\n * @param {Object} headers\n * @return {Object}\n * @private\n */\n private setAuthNext(headers: gotHeaders): gotHeaders {\n const { auth } = this.config;\n if (typeof auth === 'undefined' || typeof headers[HEADERS.AUTHORIZATION] === 'string') {\n return headers;\n }\n\n if (isObject(auth) === false && isObject((auth as any).token) === false) {\n this._throwErrorAuth('Auth invalid');\n }\n\n // get NPM_TOKEN http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules\n // or get other variable export in env\n // https://github.com/verdaccio/verdaccio/releases/tag/v2.5.0\n let token: any;\n const tokenConf: any = auth;\n if (isNil(tokenConf.token) === false && typeof tokenConf.token === 'string') {\n debug('use token from config');\n token = tokenConf.token;\n } else if (isNil(tokenConf.token_env) === false) {\n if (typeof tokenConf.token_env === 'string') {\n debug('use token from env %o', tokenConf.token_env);\n token = process.env[tokenConf.token_env];\n } else if (typeof tokenConf.token_env === 'boolean' && tokenConf.token_env) {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n } else {\n this.logger.error(constants.ERROR_CODE.token_required);\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n } else {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n }\n\n if (typeof token === 'undefined') {\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n\n // define type Auth allow basic and bearer\n const type = tokenConf.type || TOKEN_BASIC;\n debug('token type %o', type);\n this._setHeaderAuthorization(headers, type, token);\n\n return headers;\n }\n\n /**\n * @param {string} message\n * @throws {Error}\n * @private\n */\n private _throwErrorAuth(message: string): Error {\n this.logger.error(message);\n throw new Error(message);\n }\n\n /**\n * Assign Header authorization with type authentication\n * @param {Object} headers\n * @param {string} type\n * @param {string} token\n * @private\n */\n private _setHeaderAuthorization(headers: any, type: string, token: any): void {\n const _type: string = type.toLowerCase();\n\n if (_type !== TOKEN_BEARER.toLowerCase() && _type !== TOKEN_BASIC.toLowerCase()) {\n this._throwErrorAuth(`Auth type '${_type}' not allowed`);\n }\n\n headers[HEADERS.AUTHORIZATION] = authUtils.buildToken(type, token);\n }\n\n /**\n * It will add or override specified headers from config file.\n *\n * Eg:\n *\n * uplinks:\n npmjs:\n url: https://registry.npmjs.org/\n headers:\n Accept: \"application/vnd.npm.install-v2+json; q=1.0\"\n verdaccio-staging:\n url: https://mycompany.com/npm\n headers:\n Accept: \"application/json\"\n authorization: \"Basic YourBase64EncodedCredentials==\"\n\n * @param {Object} headers\n * @private\n */\n private applyUplinkHeaders(headers: gotHeaders): gotHeaders {\n if (!this.config.headers) {\n return headers;\n }\n\n // add/override headers specified in the config\n /* eslint guard-for-in: 0 */\n for (const key in this.config.headers) {\n headers[key] = this.config.headers[key];\n }\n return headers;\n }\n\n public async getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]> {\n if (this._ifRequestFailure()) {\n throw errorUtils.getInternalError(API_ERROR.UPLINK_OFFLINE);\n }\n\n // FUTURE: allow mix headers that comes from the client\n debug('getting metadata for package %s', name);\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = options.method || 'GET';\n const uri = this.config.url + `/${encode(name)}`;\n debug('set retry limit is %s', this.retry.limit);\n let response;\n let responseLength = 0;\n try {\n const retry = options?.retry ?? this.retry;\n debug('retry initial count %s', retry);\n response = await got(uri, {\n headers,\n responseType: 'json',\n method,\n agent: this.agent,\n retry,\n timeout: this.timeout,\n hooks: {\n afterResponse: [\n (afterResponse) => {\n const code = afterResponse.statusCode;\n debug('after response code is %s', code);\n if (code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES) {\n if (this.failed_requests >= this.max_fails) {\n this.failed_requests = 0;\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now online'\n );\n }\n }\n\n return afterResponse;\n },\n ],\n beforeRetry: [\n (error: RequestError, count: number) => {\n debug('retry %s count: %s', uri, count);\n this.failed_requests = count ?? 0;\n this.logger.info(\n {\n request: {\n method: method,\n url: uri,\n },\n error: error.message,\n retryCount: this.failed_requests,\n },\n \"retry @{retryCount} req: '@{request.method} @{request.url}'\"\n );\n if (this.failed_requests >= this.max_fails) {\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now offline'\n );\n }\n },\n ],\n },\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n })\n .on<any>('response', (eventResponse) => {\n const message = \"@{!status}, req: '@{request.method} @{request.url}' (streaming)\";\n this.logger.http(\n {\n request: {\n method: method,\n url: uri,\n },\n status: eventResponse !== null ? eventResponse.statusCode : 'ERR',\n },\n message\n );\n })\n .on('downloadProgress', (progress) => {\n if (progress.total) {\n debug('responseLength %s', progress.total);\n responseLength = progress.total;\n }\n });\n const etag = response.headers.etag as string;\n const data = response.body;\n\n // not modified status (304) registry does not return any payload\n // it is handled as an error with the original 304 status preserved\n if (response?.statusCode === HTTP_STATUS.NOT_MODIFIED) {\n const err = errorUtils.getNotFound(API_ERROR.NOT_MODIFIED_NO_DATA);\n err.code = HTTP_STATUS.NOT_MODIFIED;\n throw err;\n }\n\n debug('uri %s success', uri);\n const message = \"@{!status}, req: '@{request.method} @{request.url}'\";\n this.logger.http(\n {\n // if error is null/false change this to undefined so it wont log\n request: { method: method, url: uri },\n status: response.statusCode,\n bytes: {\n in: options?.json ? JSON.stringify(options?.json).length : 0,\n out: responseLength || 0,\n },\n },\n message\n );\n return [data, etag];\n } catch (err: any) {\n debug('error %s on uri %s', err.code, uri);\n if (err.code === 'ERR_NON_2XX_3XX_RESPONSE') {\n const code = err.response.statusCode;\n debug('error code %s', code);\n if (code === HTTP_STATUS.NOT_FOUND) {\n throw errorUtils.getNotFound(API_ERROR.NOT_PACKAGE_UPLINK);\n }\n\n if (!(code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES)) {\n const error = errorUtils.getInternalError(`${API_ERROR.BAD_STATUS_CODE}: ${code}`);\n // we need this code to identify outside which status code triggered the error\n error.remoteStatus = code;\n throw error;\n }\n } else if (this._isRequestTimeout(err)) {\n debug('error code timeout');\n throw errorUtils.getServiceUnavailable(API_ERROR.SERVER_TIME_OUT);\n }\n throw err;\n }\n }\n\n // FIXME: handle stream and retry\n public fetchTarball(\n url: string,\n overrideOptions: Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>\n ): any {\n debug('fetching url for %s', url);\n const options = { ...this.config, ...overrideOptions };\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = 'GET';\n // const uri = this.config.url + `/${encode(name)}`;\n debug('request uri for %s', url);\n\n const readStream = got\n .stream(url, {\n headers,\n method,\n agent: this.agent,\n // FIXME: this should be taken from construtor as priority\n retry: this.retry ?? options?.retry,\n timeout: this.timeout,\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n });\n\n return readStream;\n }\n\n /**\n * Perform a stream search.\n * @param {*} options request options\n * @return {Stream}\n */\n public async search({ url, abort, retry }: ProxySearchParams): Promise<Stream.Readable> {\n try {\n // Incoming URL is relative ie /-/v1/search...\n const uri = new URL(url, this.url).href;\n this.logger.http(\n { uri, uplink: this.uplinkName },\n 'search request to uplink @{uplink} - @{uri}'\n );\n debug('searching on %o', uri);\n const response = got(uri, {\n signal: abort ? abort.signal : undefined,\n agent: this.agent,\n timeout: this.timeout,\n retry: retry ?? this.retry,\n });\n\n const res = await (response.text() as unknown as Promise<string>);\n const total = JSON.parse(res).total;\n debug('number of packages found: %o', total);\n const streamSearch = new PassThrough({ objectMode: true });\n const streamResponse = Readable.from(res);\n // objects is one of the properties on the body, it ignores date and total\n streamResponse.pipe(JSONStream.parse('objects')).pipe(streamSearch, { end: true });\n return streamSearch;\n } catch (err: any) {\n debug('search error %s', err);\n if (err.response.statusCode === 409) {\n throw errorUtils.getInternalError(`bad status code ${err.response.statusCode} from uplink`);\n }\n this.logger.error(\n { errorMessage: err?.message, name: this.uplinkName },\n 'proxy uplink @{name} search error: @{errorMessage}'\n );\n throw err;\n }\n }\n\n private addProxyHeaders(headers: gotHeaders, remoteAddress?: string): gotHeaders {\n // Only submit X-Forwarded-For field if we don't have a proxy selected\n // in the config file.\n //\n // Otherwise misconfigured proxy could return 407\n if (!this.proxy) {\n headers[HEADERS.FORWARDED_FOR] =\n (headers['x-forwarded-for'] ? headers['x-forwarded-for'] + ', ' : '') + remoteAddress;\n }\n\n // always attach Via header to avoid loops, even if we're not proxying\n headers['via'] = headers['via'] ? headers['via'] + ', ' : '';\n headers['via'] += '1.1 ' + this.server_id + ' (Verdaccio)';\n\n return headers;\n }\n\n /**\n * If the request failure.\n * @return {boolean}\n * @private\n */\n private _ifRequestFailure(): boolean {\n return (\n this.failed_requests >= this.max_fails &&\n Math.abs(Date.now() - (this.last_request_time as number)) < this.fail_timeout\n );\n }\n\n /**\n * Check if the request timed out (network or http errors).\n * @param {RequestError} err\n * @return {boolean}\n */\n private _isRequestTimeout(err: RequestError): boolean {\n const code = err?.response?.statusCode;\n return (\n err.code === 'ETIMEDOUT' ||\n err.code === 'ESOCKETTIMEDOUT' ||\n err.code === 'ECONNRESET' ||\n code === HTTP_STATUS.REQUEST_TIMEOUT ||\n code === HTTP_STATUS.BAD_GATEWAY ||\n code === HTTP_STATUS.SERVICE_UNAVAILABLE ||\n code === HTTP_STATUS.GATEWAY_TIMEOUT\n );\n }\n\n /**\n * Set up a proxy.\n * @param {*} hostname\n * @param {*} config\n * @param {*} mainconfig\n * @param {*} isHTTPS\n */\n private _setupProxy(\n hostname: string,\n config: UpLinkConfLocal,\n mainconfig: Config,\n isHTTPS: boolean\n ): void {\n let noProxyList;\n const proxy_key: string = isHTTPS ? 'https_proxy' : 'http_proxy';\n debug('looking for %o', proxy_key);\n\n // get http_proxy and no_proxy configs\n if (proxy_key in config) {\n this.proxy = config[proxy_key];\n debug('found %o in uplink config', this.proxy);\n } else if (proxy_key in mainconfig) {\n this.proxy = mainconfig[proxy_key];\n debug('found %o in main config', this.proxy);\n }\n if ('no_proxy' in config) {\n noProxyList = config.no_proxy;\n } else if ('no_proxy' in mainconfig) {\n noProxyList = mainconfig.no_proxy;\n }\n\n // use wget-like algorithm to determine if proxy shouldn't be used\n if (hostname[0] !== '.') {\n hostname = '.' + hostname;\n }\n\n if (typeof noProxyList === 'string' && noProxyList.length) {\n noProxyList = noProxyList.split(',');\n }\n\n if (Array.isArray(noProxyList)) {\n for (let i = 0; i < noProxyList.length; i++) {\n let noProxyItem = noProxyList[i];\n if (noProxyItem[0] !== '.') {\n noProxyItem = '.' + noProxyItem;\n }\n if (hostname.endsWith(noProxyItem)) {\n if (this.proxy) {\n debug('not using proxy, excluded by @{rule}', noProxyItem);\n this.logger.debug(\n { url: this.url.href, rule: noProxyItem },\n 'not using proxy for @{url}, excluded by @{rule} rule'\n );\n this.proxy = undefined;\n }\n break;\n }\n }\n }\n\n if (typeof this.proxy === 'string') {\n debug('using proxy @{proxy} for @{url}', this.proxy, this.url.href);\n this.logger.debug(\n { url: this.url.href, proxy: this.proxy },\n 'using proxy @{proxy} for @{url}'\n );\n }\n }\n}\n\nexport { ProxyStorage };\n"],"mappings":"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"}
1
+ {"version":3,"file":"proxy.mjs","names":[],"sources":["../src/proxy.ts"],"sourcesContent":["import JSONStream from 'JSONStream';\nimport buildDebug from 'debug';\nimport type { Agents, Delays, RequestError, RetryOptions, Headers as gotHeaders } from 'got';\nimport got, { Options } from 'got';\nimport { isNil, isObject } from 'lodash-es';\nimport type Stream from 'node:stream';\nimport { PassThrough, Readable } from 'node:stream';\nimport { URL } from 'node:url';\n\nimport type { searchUtils } from '@verdaccio/core';\nimport {\n API_ERROR,\n HEADERS,\n HTTP_STATUS,\n TOKEN_BASIC,\n TOKEN_BEARER,\n authUtils,\n constants,\n errorUtils,\n} from '@verdaccio/core';\nimport type { AgentOptionsConf, Config, Logger, Manifest, UpLinkConf } from '@verdaccio/types';\n\nimport CustomAgents from './agent';\nimport { parseInterval } from './proxy-utils';\n\nconst debug = buildDebug('verdaccio:proxy');\n\nconst encode = function (thing): string {\n return encodeURIComponent(thing).replace(/^%40/, '@');\n};\n\nconst jsonContentType = HEADERS.JSON;\nconst contentTypeAccept = `${jsonContentType};`;\n\n/**\n * Just a helper (`config[key] || default` doesn't work because of zeroes)\n */\nconst setConfig = (config: UpLinkConfLocal, key: string, def): string => {\n return isNil(config[key]) === false ? config[key] : def;\n};\n\nexport type UpLinkConfLocal = UpLinkConf & {\n no_proxy?: string;\n};\n\nexport interface ProxyList {\n [key: string]: IProxy;\n}\n\nexport type ProxySearchParams = {\n url: string;\n abort: AbortController;\n query?: searchUtils.SearchQuery;\n headers?: Headers;\n retry?: Partial<RetryOptions>;\n};\nexport interface IProxy {\n uplinkName: string;\n config: UpLinkConfLocal;\n failed_requests: number;\n userAgent: string;\n ca?: string | void;\n logger: Logger;\n server_id: string;\n url: URL;\n maxage: number;\n timeout: Delays;\n max_fails: number;\n fail_timeout: number;\n search(options: ProxySearchParams): Promise<Stream.Readable>;\n getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]>;\n fetchTarball(\n url: string,\n options: Partial<Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>>\n ): PassThrough;\n}\n\n// this type is need it by storage\nexport { Options as FetchOptions };\n\nexport interface ISyncUplinksOptions extends Options {\n uplinksLook?: boolean;\n etag?: string;\n remoteAddress?: string;\n}\n\n/**\n * Implements Storage interface\n * (same for storage.js, local-storage.js, up-storage.js)\n */\nclass ProxyStorage implements IProxy {\n public uplinkName: string;\n public config: UpLinkConfLocal;\n public failed_requests: number;\n public userAgent: string;\n public ca: string | void;\n public logger: Logger;\n public server_id: string;\n public url: URL;\n public maxage: number;\n public timeout: Delays;\n public max_fails: number;\n public fail_timeout: number;\n public agent_options: AgentOptionsConf;\n public proxy: string | undefined;\n private agent: Agents;\n // @ts-ignore\n public last_request_time: number | null;\n public strict_ssl: boolean;\n private retry: Partial<RetryOptions>;\n\n public constructor(\n uplinkName: string,\n config: UpLinkConfLocal,\n mainConfig: Config,\n logger: Logger,\n agent?: Agents\n ) {\n this.uplinkName = uplinkName;\n this.config = config;\n this.failed_requests = 0;\n this.userAgent = mainConfig.user_agent ?? 'hidden';\n this.ca = config.ca;\n this.logger = logger;\n this.server_id = mainConfig.server_id;\n this.agent_options = setConfig(this.config, 'agent_options', {\n keepAlive: true,\n maxSockets: 40,\n maxFreeSockets: 10,\n }) as AgentOptionsConf;\n this.url = new URL(this.config.url);\n const isHTTPS = this.url.protocol === 'https:';\n this._setupProxy(this.url.hostname, config, mainConfig, isHTTPS);\n this.agent = agent ?? this.getAgent();\n this.config.url = this.config.url.replace(/\\/$/, '');\n\n if (this.config.timeout && Number(this.config.timeout) >= 1000) {\n this.logger.warn(\n [\n 'Too big timeout value: ' + this.config.timeout,\n 'We changed time format to nginx-like one',\n '(see http://nginx.org/en/docs/syntax.html)',\n 'so please update your config accordingly',\n ].join('\\n')\n );\n }\n\n // a bunch of different configurable timers\n this.maxage = parseInterval(setConfig(this.config, 'maxage', '2m'));\n // https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md\n this.timeout = {\n request: parseInterval(setConfig(this.config, 'timeout', '30s')),\n };\n debug('set timeout %s', this.timeout);\n this.max_fails = Number(setConfig(this.config, 'max_fails', this.config.max_fails ?? 2));\n this.fail_timeout = parseInterval(setConfig(this.config, 'fail_timeout', '5m'));\n this.strict_ssl = Boolean(setConfig(this.config, 'strict_ssl', true));\n this.retry = { limit: this.max_fails ?? 2 };\n }\n\n private getAgent() {\n if (!this.agent) {\n // TODO: the config.ca (certificates) is not yet injected here\n const agentInstance = new CustomAgents(this.config.url, this.proxy, this.agent_options);\n return agentInstance.get();\n } else {\n return this.agent;\n }\n }\n\n public getHeaders(headers = {}): gotHeaders {\n const accept = HEADERS.ACCEPT;\n const acceptEncoding = HEADERS.ACCEPT_ENCODING;\n const userAgent = HEADERS.USER_AGENT;\n\n headers[accept] = headers[accept] || contentTypeAccept;\n headers[acceptEncoding] = headers[acceptEncoding] || 'gzip';\n // registry.npmjs.org will only return search result if user-agent include string 'npm'\n headers[userAgent] = headers[userAgent] || `npm (${this.userAgent})`;\n return this.setAuthNext(headers);\n }\n\n /**\n * Validate configuration auth and assign Header authorization\n * @param {Object} headers\n * @return {Object}\n * @private\n */\n private setAuthNext(headers: gotHeaders): gotHeaders {\n const { auth } = this.config;\n if (typeof auth === 'undefined' || typeof headers[HEADERS.AUTHORIZATION] === 'string') {\n return headers;\n }\n\n if (isObject(auth) === false && isObject((auth as any).token) === false) {\n this._throwErrorAuth('Auth invalid');\n }\n\n // get NPM_TOKEN http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules\n // or get other variable export in env\n // https://github.com/verdaccio/verdaccio/releases/tag/v2.5.0\n let token: any;\n const tokenConf: any = auth;\n if (isNil(tokenConf.token) === false && typeof tokenConf.token === 'string') {\n debug('use token from config');\n token = tokenConf.token;\n } else if (isNil(tokenConf.token_env) === false) {\n if (typeof tokenConf.token_env === 'string') {\n debug('use token from env %o', tokenConf.token_env);\n token = process.env[tokenConf.token_env];\n } else if (typeof tokenConf.token_env === 'boolean' && tokenConf.token_env) {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n } else {\n this.logger.error(constants.ERROR_CODE.token_required);\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n } else {\n debug('use token from env NPM_TOKEN');\n token = process.env.NPM_TOKEN;\n }\n\n if (typeof token === 'undefined') {\n this._throwErrorAuth(constants.ERROR_CODE.token_required);\n }\n\n // define type Auth allow basic and bearer\n const type = tokenConf.type || TOKEN_BASIC;\n debug('token type %o', type);\n this._setHeaderAuthorization(headers, type, token);\n\n return headers;\n }\n\n /**\n * @param {string} message\n * @throws {Error}\n * @private\n */\n private _throwErrorAuth(message: string): Error {\n this.logger.error(message);\n throw new Error(message);\n }\n\n /**\n * Assign Header authorization with type authentication\n * @param {Object} headers\n * @param {string} type\n * @param {string} token\n * @private\n */\n private _setHeaderAuthorization(headers: any, type: string, token: any): void {\n const _type: string = type.toLowerCase();\n\n if (_type !== TOKEN_BEARER.toLowerCase() && _type !== TOKEN_BASIC.toLowerCase()) {\n this._throwErrorAuth(`Auth type '${_type}' not allowed`);\n }\n\n headers[HEADERS.AUTHORIZATION] = authUtils.buildToken(type, token);\n }\n\n /**\n * It will add or override specified headers from config file.\n *\n * Eg:\n *\n * uplinks:\n npmjs:\n url: https://registry.npmjs.org/\n headers:\n Accept: \"application/vnd.npm.install-v2+json; q=1.0\"\n verdaccio-staging:\n url: https://mycompany.com/npm\n headers:\n Accept: \"application/json\"\n authorization: \"Basic YourBase64EncodedCredentials==\"\n\n * @param {Object} headers\n * @private\n */\n private applyUplinkHeaders(headers: gotHeaders): gotHeaders {\n if (!this.config.headers) {\n return headers;\n }\n\n // add/override headers specified in the config\n /* eslint guard-for-in: 0 */\n for (const key in this.config.headers) {\n headers[key] = this.config.headers[key];\n }\n return headers;\n }\n\n public async getRemoteMetadata(\n name: string,\n options: Partial<ISyncUplinksOptions>\n ): Promise<[Manifest, string]> {\n if (this._ifRequestFailure()) {\n throw errorUtils.getInternalError(API_ERROR.UPLINK_OFFLINE);\n }\n\n // FUTURE: allow mix headers that comes from the client\n debug('getting metadata for package %s', name);\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = options.method || 'GET';\n const uri = this.config.url + `/${encode(name)}`;\n debug('set retry limit is %s', this.retry.limit);\n let response;\n let responseLength = 0;\n try {\n const retry = options?.retry ?? this.retry;\n debug('retry initial count %s', retry);\n response = await got(uri, {\n headers,\n responseType: 'json',\n method,\n agent: this.agent,\n retry,\n timeout: this.timeout,\n hooks: {\n afterResponse: [\n (afterResponse) => {\n const code = afterResponse.statusCode;\n debug('after response code is %s', code);\n if (code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES) {\n if (this.failed_requests >= this.max_fails) {\n this.failed_requests = 0;\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now online'\n );\n }\n }\n\n return afterResponse;\n },\n ],\n beforeRetry: [\n (error: RequestError, count: number) => {\n debug('retry %s count: %s', uri, count);\n this.failed_requests = count ?? 0;\n this.logger.info(\n {\n request: {\n method: method,\n url: uri,\n },\n error: error.message,\n retryCount: this.failed_requests,\n },\n \"retry @{retryCount} req: '@{request.method} @{request.url}'\"\n );\n if (this.failed_requests >= this.max_fails) {\n this.logger.warn(\n {\n host: this.url.host,\n },\n 'host @{host} is now offline'\n );\n }\n },\n ],\n },\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n })\n .on<any>('response', (eventResponse) => {\n const message = \"@{!status}, req: '@{request.method} @{request.url}' (streaming)\";\n this.logger.http(\n {\n request: {\n method: method,\n url: uri,\n },\n status: eventResponse !== null ? eventResponse.statusCode : 'ERR',\n },\n message\n );\n })\n .on('downloadProgress', (progress) => {\n if (progress.total) {\n debug('responseLength %s', progress.total);\n responseLength = progress.total;\n }\n });\n const etag = response.headers.etag as string;\n const data = response.body;\n\n // not modified status (304) registry does not return any payload\n // it is handled as an error with the original 304 status preserved\n if (response?.statusCode === HTTP_STATUS.NOT_MODIFIED) {\n const err = errorUtils.getNotFound(API_ERROR.NOT_MODIFIED_NO_DATA);\n err.code = HTTP_STATUS.NOT_MODIFIED;\n throw err;\n }\n\n debug('uri %s success', uri);\n const message = \"@{!status}, req: '@{request.method} @{request.url}'\";\n this.logger.http(\n {\n // if error is null/false change this to undefined so it wont log\n request: { method: method, url: uri },\n status: response.statusCode,\n bytes: {\n in: options?.json ? JSON.stringify(options?.json).length : 0,\n out: responseLength || 0,\n },\n },\n message\n );\n return [data, etag];\n } catch (err: any) {\n debug('error %s on uri %s', err.code, uri);\n if (err.code === 'ERR_NON_2XX_3XX_RESPONSE') {\n const code = err.response.statusCode;\n debug('error code %s', code);\n if (code === HTTP_STATUS.NOT_FOUND) {\n throw errorUtils.getNotFound(API_ERROR.NOT_PACKAGE_UPLINK);\n }\n\n if (!(code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES)) {\n const error = errorUtils.getInternalError(`${API_ERROR.BAD_STATUS_CODE}: ${code}`);\n // we need this code to identify outside which status code triggered the error\n error.remoteStatus = code;\n throw error;\n }\n } else if (this._isRequestTimeout(err)) {\n debug('error code timeout');\n throw errorUtils.getServiceUnavailable(API_ERROR.SERVER_TIME_OUT);\n }\n throw err;\n }\n }\n\n // FIXME: handle stream and retry\n public fetchTarball(\n url: string,\n overrideOptions: Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>\n ): any {\n debug('fetching url for %s', url);\n const options = { ...this.config, ...overrideOptions };\n let headers = this.getHeaders(options?.headers);\n headers = this.addProxyHeaders(headers, options.remoteAddress);\n headers = this.applyUplinkHeaders(headers);\n // the following headers cannot be overwritten\n if (isNil(options.etag) === false) {\n headers[HEADERS.NONE_MATCH] = options.etag;\n headers[HEADERS.ACCEPT] = contentTypeAccept;\n }\n const method = 'GET';\n // const uri = this.config.url + `/${encode(name)}`;\n debug('request uri for %s', url);\n\n const readStream = got\n .stream(url, {\n headers,\n method,\n agent: this.agent,\n // FIXME: this should be taken from construtor as priority\n retry: this.retry ?? options?.retry,\n timeout: this.timeout,\n })\n .on('request', () => {\n this.last_request_time = Date.now();\n });\n\n return readStream;\n }\n\n /**\n * Perform a stream search.\n * @param {*} options request options\n * @return {Stream}\n */\n public async search({ url, abort, retry }: ProxySearchParams): Promise<Stream.Readable> {\n try {\n // Incoming URL is relative ie /-/v1/search...\n const uri = new URL(url, this.url).href;\n this.logger.http(\n { uri, uplink: this.uplinkName },\n 'search request to uplink @{uplink} - @{uri}'\n );\n debug('searching on %o', uri);\n const response = got(uri, {\n signal: abort ? abort.signal : undefined,\n agent: this.agent,\n timeout: this.timeout,\n retry: retry ?? this.retry,\n });\n\n const res = await (response.text() as unknown as Promise<string>);\n const total = JSON.parse(res).total;\n debug('number of packages found: %o', total);\n const streamSearch = new PassThrough({ objectMode: true });\n const streamResponse = Readable.from(res);\n // objects is one of the properties on the body, it ignores date and total\n streamResponse.pipe(JSONStream.parse('objects')).pipe(streamSearch, { end: true });\n return streamSearch;\n } catch (err: any) {\n debug('search error %s', err);\n if (err.response.statusCode === 409) {\n throw errorUtils.getInternalError(`bad status code ${err.response.statusCode} from uplink`);\n }\n this.logger.error(\n { errorMessage: err?.message, name: this.uplinkName },\n 'proxy uplink @{name} search error: @{errorMessage}'\n );\n throw err;\n }\n }\n\n private addProxyHeaders(headers: gotHeaders, remoteAddress?: string): gotHeaders {\n // Only submit X-Forwarded-For field if we don't have a proxy selected\n // in the config file.\n //\n // Otherwise misconfigured proxy could return 407\n if (!this.proxy) {\n headers[HEADERS.FORWARDED_FOR] =\n (headers['x-forwarded-for'] ? headers['x-forwarded-for'] + ', ' : '') + remoteAddress;\n }\n\n // always attach Via header to avoid loops, even if we're not proxying\n headers['via'] = headers['via'] ? headers['via'] + ', ' : '';\n headers['via'] += '1.1 ' + this.server_id + ' (Verdaccio)';\n\n return headers;\n }\n\n /**\n * If the request failure.\n * @return {boolean}\n * @private\n */\n private _ifRequestFailure(): boolean {\n return (\n this.failed_requests >= this.max_fails &&\n Math.abs(Date.now() - (this.last_request_time as number)) < this.fail_timeout\n );\n }\n\n /**\n * Check if the request timed out (network or http errors).\n * @param {RequestError} err\n * @return {boolean}\n */\n private _isRequestTimeout(err: RequestError): boolean {\n const code = err?.response?.statusCode;\n return (\n err.code === 'ETIMEDOUT' ||\n err.code === 'ESOCKETTIMEDOUT' ||\n err.code === 'ECONNRESET' ||\n code === HTTP_STATUS.REQUEST_TIMEOUT ||\n code === HTTP_STATUS.BAD_GATEWAY ||\n code === HTTP_STATUS.SERVICE_UNAVAILABLE ||\n code === HTTP_STATUS.GATEWAY_TIMEOUT\n );\n }\n\n /**\n * Set up a proxy.\n * @param {*} hostname\n * @param {*} config\n * @param {*} mainconfig\n * @param {*} isHTTPS\n */\n private _setupProxy(\n hostname: string,\n config: UpLinkConfLocal,\n mainconfig: Config,\n isHTTPS: boolean\n ): void {\n let noProxyList;\n const proxy_key: string = isHTTPS ? 'https_proxy' : 'http_proxy';\n debug('looking for %o', proxy_key);\n\n // get http_proxy and no_proxy configs\n if (proxy_key in config) {\n this.proxy = config[proxy_key];\n debug('found %o in uplink config', this.proxy);\n } else if (proxy_key in mainconfig) {\n this.proxy = mainconfig[proxy_key];\n debug('found %o in main config', this.proxy);\n }\n if ('no_proxy' in config) {\n noProxyList = config.no_proxy;\n } else if ('no_proxy' in mainconfig) {\n noProxyList = mainconfig.no_proxy;\n }\n\n // use wget-like algorithm to determine if proxy shouldn't be used\n if (hostname[0] !== '.') {\n hostname = '.' + hostname;\n }\n\n if (typeof noProxyList === 'string' && noProxyList.length) {\n noProxyList = noProxyList.split(',');\n }\n\n if (Array.isArray(noProxyList)) {\n for (let i = 0; i < noProxyList.length; i++) {\n let noProxyItem = noProxyList[i];\n if (noProxyItem[0] !== '.') {\n noProxyItem = '.' + noProxyItem;\n }\n if (hostname.endsWith(noProxyItem)) {\n if (this.proxy) {\n debug('not using proxy, excluded by @{rule}', noProxyItem);\n this.logger.debug(\n { url: this.url.href, rule: noProxyItem },\n 'not using proxy for @{url}, excluded by @{rule} rule'\n );\n this.proxy = undefined;\n }\n break;\n }\n }\n }\n\n if (typeof this.proxy === 'string') {\n debug('using proxy @{proxy} for @{url}', this.proxy, this.url.href);\n this.logger.debug(\n { url: this.url.href, proxy: this.proxy },\n 'using proxy @{proxy} for @{url}'\n );\n }\n }\n}\n\nexport { ProxyStorage };\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"uplink-util.js","names":[],"sources":["../src/uplink-util.ts"],"sourcesContent":["import type { Config, Logger, Manifest } from '@verdaccio/types';\n\nimport type { IProxy } from './index';\nimport { ProxyStorage } from './index';\n\nexport interface ProxyInstanceList {\n [key: string]: IProxy;\n}\n\n/**\n * Set up uplinks for each proxy configuration.\n */\nexport function setupUpLinks(config: Config, logger: Logger): ProxyInstanceList {\n const uplinks: ProxyInstanceList = {};\n\n for (const uplinkName of Object.keys(config.uplinks)) {\n // instance for each up-link definition\n const proxy: IProxy = new ProxyStorage(uplinkName, config.uplinks[uplinkName], config, logger);\n uplinks[uplinkName] = proxy;\n }\n\n return uplinks;\n}\n\nexport function updateVersionsHiddenUpLinkNext(manifest: Manifest, upLink: IProxy): Manifest {\n const { versions } = manifest;\n const versionsList = Object.keys(versions);\n if (versionsList.length === 0) {\n return manifest;\n }\n\n for (const version of versionsList) {\n // holds a \"hidden\" value to be used by the package storage.\n versions[version][Symbol.for('__verdaccio_uplink')] = upLink.uplinkName;\n }\n\n return { ...manifest, versions };\n}\n"],"mappings":";;;;;;AAYA,SAAgB,aAAa,QAAgB,QAAmC;CAC9E,MAAM,UAA6B,EAAE;AAErC,MAAK,MAAM,cAAc,OAAO,KAAK,OAAO,QAAQ,CAGlD,SAAQ,cADc,IAAI,cAAA,aAAa,YAAY,OAAO,QAAQ,aAAa,QAAQ,OAAO;AAIhG,QAAO;;AAGT,SAAgB,+BAA+B,UAAoB,QAA0B;CAC3F,MAAM,EAAE,aAAa;CACrB,MAAM,eAAe,OAAO,KAAK,SAAS;AAC1C,KAAI,aAAa,WAAW,EAC1B,QAAO;AAGT,MAAK,MAAM,WAAW,aAEpB,UAAS,SAAS,OAAO,IAAI,qBAAqB,IAAI,OAAO;AAG/D,QAAO;EAAE,GAAG;EAAU;EAAU"}
1
+ {"version":3,"file":"uplink-util.js","names":[],"sources":["../src/uplink-util.ts"],"sourcesContent":["import type { Config, Logger, Manifest } from '@verdaccio/types';\n\nimport type { IProxy } from './index';\nimport { ProxyStorage } from './index';\n\nexport interface ProxyInstanceList {\n [key: string]: IProxy;\n}\n\n/**\n * Set up uplinks for each proxy configuration.\n */\nexport function setupUpLinks(config: Config, logger: Logger): ProxyInstanceList {\n const uplinks: ProxyInstanceList = {};\n\n for (const uplinkName of Object.keys(config.uplinks)) {\n // instance for each up-link definition\n const proxy: IProxy = new ProxyStorage(uplinkName, config.uplinks[uplinkName], config, logger);\n uplinks[uplinkName] = proxy;\n }\n\n return uplinks;\n}\n\nexport function updateVersionsHiddenUpLinkNext(manifest: Manifest, upLink: IProxy): Manifest {\n const { versions } = manifest;\n const versionsList = Object.keys(versions);\n if (versionsList.length === 0) {\n return manifest;\n }\n\n for (const version of versionsList) {\n // holds a \"hidden\" value to be used by the package storage.\n versions[version][Symbol.for('__verdaccio_uplink')] = upLink.uplinkName;\n }\n\n return { ...manifest, versions };\n}\n"],"mappings":";;;;;;AAYA,SAAgB,aAAa,QAAgB,QAAmC;CAC9E,MAAM,UAA6B,CAAC;CAEpC,KAAK,MAAM,cAAc,OAAO,KAAK,OAAO,OAAO,GAGjD,QAAQ,cAAc,IADI,cAAA,aAAa,YAAY,OAAO,QAAQ,aAAa,QAAQ,MACjE;CAGxB,OAAO;AACT;AAEA,SAAgB,+BAA+B,UAAoB,QAA0B;CAC3F,MAAM,EAAE,aAAa;CACrB,MAAM,eAAe,OAAO,KAAK,QAAQ;CACzC,IAAI,aAAa,WAAW,GAC1B,OAAO;CAGT,KAAK,MAAM,WAAW,cAEpB,SAAS,SAAS,OAAO,IAAI,oBAAoB,KAAK,OAAO;CAG/D,OAAO;EAAE,GAAG;EAAU;CAAS;AACjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"uplink-util.mjs","names":[],"sources":["../src/uplink-util.ts"],"sourcesContent":["import type { Config, Logger, Manifest } from '@verdaccio/types';\n\nimport type { IProxy } from './index';\nimport { ProxyStorage } from './index';\n\nexport interface ProxyInstanceList {\n [key: string]: IProxy;\n}\n\n/**\n * Set up uplinks for each proxy configuration.\n */\nexport function setupUpLinks(config: Config, logger: Logger): ProxyInstanceList {\n const uplinks: ProxyInstanceList = {};\n\n for (const uplinkName of Object.keys(config.uplinks)) {\n // instance for each up-link definition\n const proxy: IProxy = new ProxyStorage(uplinkName, config.uplinks[uplinkName], config, logger);\n uplinks[uplinkName] = proxy;\n }\n\n return uplinks;\n}\n\nexport function updateVersionsHiddenUpLinkNext(manifest: Manifest, upLink: IProxy): Manifest {\n const { versions } = manifest;\n const versionsList = Object.keys(versions);\n if (versionsList.length === 0) {\n return manifest;\n }\n\n for (const version of versionsList) {\n // holds a \"hidden\" value to be used by the package storage.\n versions[version][Symbol.for('__verdaccio_uplink')] = upLink.uplinkName;\n }\n\n return { ...manifest, versions };\n}\n"],"mappings":";;;;;;AAYA,SAAgB,aAAa,QAAgB,QAAmC;CAC9E,MAAM,UAA6B,EAAE;AAErC,MAAK,MAAM,cAAc,OAAO,KAAK,OAAO,QAAQ,CAGlD,SAAQ,cADc,IAAI,aAAa,YAAY,OAAO,QAAQ,aAAa,QAAQ,OAAO;AAIhG,QAAO;;AAGT,SAAgB,+BAA+B,UAAoB,QAA0B;CAC3F,MAAM,EAAE,aAAa;CACrB,MAAM,eAAe,OAAO,KAAK,SAAS;AAC1C,KAAI,aAAa,WAAW,EAC1B,QAAO;AAGT,MAAK,MAAM,WAAW,aAEpB,UAAS,SAAS,OAAO,IAAI,qBAAqB,IAAI,OAAO;AAG/D,QAAO;EAAE,GAAG;EAAU;EAAU"}
1
+ {"version":3,"file":"uplink-util.mjs","names":[],"sources":["../src/uplink-util.ts"],"sourcesContent":["import type { Config, Logger, Manifest } from '@verdaccio/types';\n\nimport type { IProxy } from './index';\nimport { ProxyStorage } from './index';\n\nexport interface ProxyInstanceList {\n [key: string]: IProxy;\n}\n\n/**\n * Set up uplinks for each proxy configuration.\n */\nexport function setupUpLinks(config: Config, logger: Logger): ProxyInstanceList {\n const uplinks: ProxyInstanceList = {};\n\n for (const uplinkName of Object.keys(config.uplinks)) {\n // instance for each up-link definition\n const proxy: IProxy = new ProxyStorage(uplinkName, config.uplinks[uplinkName], config, logger);\n uplinks[uplinkName] = proxy;\n }\n\n return uplinks;\n}\n\nexport function updateVersionsHiddenUpLinkNext(manifest: Manifest, upLink: IProxy): Manifest {\n const { versions } = manifest;\n const versionsList = Object.keys(versions);\n if (versionsList.length === 0) {\n return manifest;\n }\n\n for (const version of versionsList) {\n // holds a \"hidden\" value to be used by the package storage.\n versions[version][Symbol.for('__verdaccio_uplink')] = upLink.uplinkName;\n }\n\n return { ...manifest, versions };\n}\n"],"mappings":";;;;;;AAYA,SAAgB,aAAa,QAAgB,QAAmC;CAC9E,MAAM,UAA6B,CAAC;CAEpC,KAAK,MAAM,cAAc,OAAO,KAAK,OAAO,OAAO,GAGjD,QAAQ,cAAc,IADI,aAAa,YAAY,OAAO,QAAQ,aAAa,QAAQ,MACjE;CAGxB,OAAO;AACT;AAEA,SAAgB,+BAA+B,UAAoB,QAA0B;CAC3F,MAAM,EAAE,aAAa;CACrB,MAAM,eAAe,OAAO,KAAK,QAAQ;CACzC,IAAI,aAAa,WAAW,GAC1B,OAAO;CAGT,KAAK,MAAM,WAAW,cAEpB,SAAS,SAAS,OAAO,IAAI,oBAAoB,KAAK,OAAO;CAG/D,OAAO;EAAE,GAAG;EAAU;CAAS;AACjC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/proxy",
3
- "version": "9.0.0-next-9.16",
3
+ "version": "9.0.0-next-9.18",
4
4
  "description": "Verdaccio Proxy Fetcher",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -33,21 +33,21 @@
33
33
  "node": ">=24"
34
34
  },
35
35
  "dependencies": {
36
- "@verdaccio/config": "9.0.0-next-9.16",
37
- "@verdaccio/core": "9.0.0-next-9.16",
36
+ "@verdaccio/config": "9.0.0-next-9.18",
37
+ "@verdaccio/core": "9.0.0-next-9.18",
38
+ "JSONStream": "1.3.5",
38
39
  "debug": "4.4.3",
39
40
  "got": "14.6.6",
40
41
  "hpagent": "1.2.0",
41
- "JSONStream": "1.3.5",
42
42
  "lodash-es": "4.18.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@verdaccio/logger": "9.0.0-next-9.16",
46
- "@verdaccio/types": "14.0.0-next-9.7",
47
45
  "@types/lodash-es": "4.17.12",
46
+ "@verdaccio/logger": "9.0.0-next-9.18",
47
+ "@verdaccio/types": "14.0.0-next-9.9",
48
48
  "get-stream": "6.0.1",
49
49
  "nock": "13.5.6",
50
- "vitest": "4.1.0"
50
+ "vitest": "4.1.7"
51
51
  },
52
52
  "funding": {
53
53
  "type": "opencollective",