📁
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": "merge2", "description": "Merge multiple streams into one stream in sequence or parallel.", "authors": [ "Yan Qing <admin@zensh.com>" ], "license": "MIT", "version": "1.4.1", "main": "./index.js", "repository": { "type": "git", "url": "git@github.com:teambition/merge2.git" }, "homepage": "https://github.com/teambition/merge2", "keywords": [ "merge2", "multiple", "sequence", "parallel", "merge", "stream", "merge stream", "sync" ], "engines": { "node": ">= 8" }, "dependencies": {}, "devDependencies": { "standard": "^14.3.4", "through2": "^3.0.1", "thunks": "^4.9.6", "tman": "^1.10.0", "to-through": "^2.0.0" }, "scripts": { "test": "standard && tman" }, "files": [ "README.md", "index.js" ] }
Save