📁
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-fetch@3.2.6", "_id": "pkg-fetch@3.2.6", "_inBundle": false, "_integrity": "sha512-Q8fx6SIT022g0cdSE4Axv/xpfHeltspo2gg1KsWRinLQZOTRRAtOOaEFghA1F3jJ8FVsh8hGrL/Pb6Ea5XHIFw==", "_location": "/@budibase/cli/pkg-fetch", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pkg-fetch@3.2.6", "name": "pkg-fetch", "escapedName": "pkg-fetch", "rawSpec": "3.2.6", "saveSpec": null, "fetchSpec": "3.2.6" }, "_requiredBy": [ "/@budibase/cli/pkg" ], "_resolved": "https://registry.npmjs.org/pkg-fetch/-/pkg-fetch-3.2.6.tgz", "_shasum": "8473e1da5763522c4c3c051917db7274b75836fa", "_spec": "pkg-fetch@3.2.6", "_where": "/usr/local/lib/node_modules/@budibase/cli/node_modules/pkg", "bin": { "pkg-fetch": "lib-es5/bin.js" }, "bugs": { "url": "https://github.com/vercel/pkg-fetch/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^4.1.2", "fs-extra": "^9.1.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.6", "progress": "^2.0.3", "semver": "^7.3.5", "tar-fs": "^2.1.1", "yargs": "^16.2.0" }, "deprecated": false, "description": "Compiles and stores base binaries for pkg", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^14.17.32", "@types/node-fetch": "^2.5.12", "@types/progress": "^2.0.5", "@types/semver": "^7.3.9", "@types/tar-fs": "^2.0.1", "@types/yargs": "^16.0.4", "@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-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.2", "lint-staged": "^10.5.4", "prettier": "^2.4.1", "rimraf": "^3.0.2", "simple-git-hooks": ">=2.7.0", "typescript": "^4.4.4" }, "files": [ "lib-es5/*.js", "lib-es5/*.ts", "patches/*" ], "homepage": "https://github.com/vercel/pkg-fetch#readme", "license": "MIT", "lint-staged": { "*.{js,css,md}": "prettier --write" }, "main": "lib-es5/index.js", "name": "pkg-fetch", "prettier": { "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/vercel/pkg-fetch.git" }, "scripts": { "bin": "node lib-es5/bin.js", "build": "rimraf lib-es5 && tsc --build lib", "lint": "eslint lib", "prepare": "npm run build", "prepublishOnly": "npm run lint", "start": "node lib-es5/bin.js" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "version": "3.2.6" }
Save