📁
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/plugin-proposal-decorators", "version": "7.20.13", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "publishConfig": { "access": "public" }, "description": "Compile class and object decorators to ES5", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-decorators" }, "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators", "main": "./lib/index.js", "keywords": [ "babel", "babel-plugin", "decorators" ], "dependencies": { "@babel/helper-create-class-features-plugin": "workspace:^", "@babel/helper-plugin-utils": "workspace:^", "@babel/helper-replace-supers": "workspace:^", "@babel/helper-split-export-declaration": "workspace:^", "@babel/plugin-syntax-decorators": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "workspace:^", "@babel/helper-plugin-test-runner": "workspace:^", "@babel/traverse": "workspace:^", "@types/charcodes": "^0.2.0", "array.prototype.concat": "^1.0.2", "babel-plugin-polyfill-es-shims": "^0.7.1", "charcodes": "^0.2.0", "object.getownpropertydescriptors": "^2.1.1" }, "engines": { "node": ">=6.9.0" }, "conditions": { "BABEL_8_BREAKING": [ null, { "exports": null } ], "USE_ESM": [ { "type": "module" }, null ] }, "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "type": "commonjs" }
Save