Current Path: > > lib > node_modules > npm > node_modules > uri-js > dist > esnext > >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
schemes | Directory | - | - | |
index.d.ts | File | 23 bytes | March 10 2021 14:36:39. | |
index.js | File | 537 bytes | March 10 2021 14:36:39. | |
index.js.map | File | 747 bytes | March 10 2021 14:36:39. | |
regexps-iri.d.ts | File | 97 bytes | March 10 2021 14:36:39. | |
regexps-iri.js | File | 114 bytes | March 10 2021 14:36:39. | |
regexps-iri.js.map | File | 192 bytes | March 10 2021 14:36:39. | |
regexps-uri.d.ts | File | 160 bytes | March 10 2021 14:36:39. | |
regexps-uri.js | File | 7813 bytes | March 10 2021 14:36:39. | |
regexps-uri.js.map | File | 8283 bytes | March 10 2021 14:36:39. | |
uri.d.ts | File | 2446 bytes | March 10 2021 14:36:39. | |
uri.js | File | 20153 bytes | March 10 2021 14:36:39. | |
uri.js.map | File | 19219 bytes | March 10 2021 14:36:39. | |
util.d.ts | File | 343 bytes | March 10 2021 14:36:39. | |
util.js | File | 1114 bytes | March 10 2021 14:36:39. | |
util.js.map | File | 1715 bytes | March 10 2021 14:36:39. |
export interface URIComponents { scheme?: string; userinfo?: string; host?: string; port?: number | string; path?: string; query?: string; fragment?: string; reference?: string; error?: string; } export interface URIOptions { scheme?: string; reference?: string; tolerant?: boolean; absolutePath?: boolean; iri?: boolean; unicodeSupport?: boolean; domainHost?: boolean; } export interface URISchemeHandler<Components extends URIComponents = URIComponents, Options extends URIOptions = URIOptions, ParentComponents extends URIComponents = URIComponents> { scheme: string; parse(components: ParentComponents, options: Options): Components; serialize(components: Components, options: Options): ParentComponents; unicodeSupport?: boolean; domainHost?: boolean; absolutePath?: boolean; } export interface URIRegExps { NOT_SCHEME: RegExp; NOT_USERINFO: RegExp; NOT_HOST: RegExp; NOT_PATH: RegExp; NOT_PATH_NOSCHEME: RegExp; NOT_QUERY: RegExp; NOT_FRAGMENT: RegExp; ESCAPE: RegExp; UNRESERVED: RegExp; OTHER_CHARS: RegExp; PCT_ENCODED: RegExp; IPV4ADDRESS: RegExp; IPV6ADDRESS: RegExp; } export declare const SCHEMES: { [scheme: string]: URISchemeHandler; }; export declare function pctEncChar(chr: string): string; export declare function pctDecChars(str: string): string; export declare function parse(uriString: string, options?: URIOptions): URIComponents; export declare function removeDotSegments(input: string): string; export declare function serialize(components: URIComponents, options?: URIOptions): string; export declare function resolveComponents(base: URIComponents, relative: URIComponents, options?: URIOptions, skipNormalization?: boolean): URIComponents; export declare function resolve(baseURI: string, relativeURI: string, options?: URIOptions): string; export declare function normalize(uri: string, options?: URIOptions): string; export declare function normalize(uri: URIComponents, options?: URIOptions): URIComponents; export declare function equal(uriA: string, uriB: string, options?: URIOptions): boolean; export declare function equal(uriA: URIComponents, uriB: URIComponents, options?: URIOptions): boolean; export declare function escapeComponent(str: string, options?: URIOptions): string; export declare function unescapeComponent(str: string, options?: URIOptions): string;
SILENT KILLER Tool