Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
minimatch /
dist /
cjs /
Delete
Unzip
Name
Size
Permission
Date
Action
assert-valid-pattern.d.ts
115
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.d.ts.map
199
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.js
492
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.js.map
802
B
-rw-r--r--
2023-11-19 22:51
ast.d.ts
766
B
-rw-r--r--
2023-11-19 22:51
ast.d.ts.map
842
B
-rw-r--r--
2023-11-19 22:51
ast.js
22.23
KB
-rw-r--r--
2023-11-19 22:51
ast.js.map
38.98
KB
-rw-r--r--
2023-11-19 22:51
brace-expressions.d.ts
259
B
-rw-r--r--
2023-11-19 22:51
brace-expressions.d.ts.map
300
B
-rw-r--r--
2023-11-19 22:51
brace-expressions.js
5.63
KB
-rw-r--r--
2023-11-19 22:51
brace-expressions.js.map
10.13
KB
-rw-r--r--
2023-11-19 22:51
escape.d.ts
647
B
-rw-r--r--
2023-11-19 22:51
escape.d.ts.map
244
B
-rw-r--r--
2023-11-19 22:51
escape.js
968
B
-rw-r--r--
2023-11-19 22:51
escape.js.map
1.35
KB
-rw-r--r--
2023-11-19 22:51
index.d.ts
3.85
KB
-rw-r--r--
2023-11-19 22:51
index.d.ts.map
3.11
KB
-rw-r--r--
2023-11-19 22:51
index.js
39.39
KB
-rw-r--r--
2023-11-19 22:51
index.js.map
69.7
KB
-rw-r--r--
2023-11-19 22:51
unescape.d.ts
788
B
-rw-r--r--
2023-11-19 22:51
unescape.d.ts.map
254
B
-rw-r--r--
2023-11-19 22:51
unescape.js
973
B
-rw-r--r--
2023-11-19 22:51
unescape.js.map
1.37
KB
-rw-r--r--
2023-11-19 22:51
Save
Rename
import { AST } from './ast.js'; declare type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; export interface MinimatchOptions { nobrace?: boolean; nocomment?: boolean; nonegate?: boolean; debug?: boolean; noglobstar?: boolean; noext?: boolean; nonull?: boolean; windowsPathsNoEscape?: boolean; allowWindowsEscape?: boolean; partial?: boolean; dot?: boolean; nocase?: boolean; nocaseMagicOnly?: boolean; magicalBraces?: boolean; matchBase?: boolean; flipNegate?: boolean; preserveMultipleSlashes?: boolean; optimizationLevel?: number; platform?: Platform; windowsNoMagicRoot?: boolean; } export declare const minimatch: { (p: string, pattern: string, options?: MinimatchOptions): boolean; sep: Sep; GLOBSTAR: typeof GLOBSTAR; filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; defaults: (def: MinimatchOptions) => typeof minimatch; braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; AST: typeof AST; Minimatch: typeof Minimatch; escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string; unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string; }; declare type Sep = '\\' | '/'; export declare const sep: Sep; export declare const GLOBSTAR: unique symbol; export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; export declare const defaults: (def: MinimatchOptions) => typeof minimatch; export declare const braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; export declare const makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; export declare const match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; export declare type MMRegExp = RegExp & { _src?: string; _glob?: string; }; export declare type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR; export declare type ParseReturn = ParseReturnFiltered | false; export declare class Minimatch { options: MinimatchOptions; set: ParseReturnFiltered[][]; pattern: string; windowsPathsNoEscape: boolean; nonegate: boolean; negate: boolean; comment: boolean; empty: boolean; preserveMultipleSlashes: boolean; partial: boolean; globSet: string[]; globParts: string[][]; nocase: boolean; isWindows: boolean; platform: Platform; windowsNoMagicRoot: boolean; regexp: false | null | MMRegExp; constructor(pattern: string, options?: MinimatchOptions); hasMagic(): boolean; debug(..._: any[]): void; make(): void; preprocess(globParts: string[][]): string[][]; adjascentGlobstarOptimize(globParts: string[][]): string[][]; levelOneOptimize(globParts: string[][]): string[][]; levelTwoFileOptimize(parts: string | string[]): string[]; firstPhasePreProcess(globParts: string[][]): string[][]; secondPhasePreProcess(globParts: string[][]): string[][]; partsMatch(a: string[], b: string[], emptyGSMatch?: boolean): false | string[]; parseNegate(): void; matchOne(file: string[], pattern: ParseReturn[], partial?: boolean): boolean; braceExpand(): string[]; parse(pattern: string): ParseReturn; makeRe(): false | MMRegExp; slashSplit(p: string): string[]; match(f: string, partial?: boolean): boolean; static defaults(def: MinimatchOptions): typeof Minimatch; } export { AST } from './ast.js'; export { escape } from './escape.js'; export { unescape } from './unescape.js'; //# sourceMappingURL=index.d.ts.map