⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
lcov-parse
/
Edit File: package.json
{ "name": "lcov-parse", "description": "Parse lcov results files and return JSON", "version": "1.0.0", "author": "Dav Glass <davglass@gmail.com>", "contributors": [ "Alan Gutierrez <alan@prettyrobots.com>", "Gerard Escalante <gerard@saygo.ca>", "Daniel Howe <dhowe@swipeclock.com>" ], "bin": { "lcov-parse": "./bin/cli.js" }, "bugs": { "url": "http://github.com/davglass/lcov-parse/issues" }, "main": "./lib/index", "tags": [ "lcov", "json", "coverage", "parser" ], "devDependencies": { "istanbul": "^0.2.10", "jshint": "^2.5.1", "vows": "*", "yui-lint": "~0.1.1" }, "scripts": { "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js" }, "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/davglass/lcov-parse.git" } }
Simpan