📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: package.json
{ "name": "fs-exists-cached", "version": "1.0.0", "description": "Just like `fs.exists` and `fs.existsSync`, but cached", "main": "index.js", "scripts": { "test": "tap test.js --100" }, "devDependencies": { "tap": "9 || 10" }, "repository": { "type": "git", "url": "git+https://github.com/isaacs/fs-exists-cached.git" }, "keywords": [], "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "license": "ISC", "bugs": { "url": "https://github.com/isaacs/fs-exists-cached/issues" }, "homepage": "https://github.com/isaacs/fs-exists-cached#readme", "dependencies": {} }
Save