Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
json-parse-better-errors /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
889
B
-rw-r--r--
package.json
687
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for json-parse-better-errors 1.0 // Project: https://github.com/zkat/json-parse-better-errors#readme // Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = json_parse_better_errors; /** * Converts a JavaScript Object Notation (JSON) string into an object. * @param text A valid JSON string. * @param reviver A function that transforms the results. This function is called for each member of the object. * If a member contains nested objects, the nested objects are transformed before the parent object is. * @param context The number of characters to display in each direction around the position of an error. */ declare function json_parse_better_errors( txt: string, reviver?: (key: string, value: any) => any, context?: number): any;
Close