📁
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": "lookpath@^1.1.0", "_id": "lookpath@1.2.2", "_inBundle": false, "_integrity": "sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==", "_location": "/@budibase/cli/lookpath", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "lookpath@^1.1.0", "name": "lookpath", "escapedName": "lookpath", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/@budibase/cli" ], "_resolved": "https://registry.npmjs.org/lookpath/-/lookpath-1.2.2.tgz", "_shasum": "bddcd1440b6643e07495138376d43aed38bcd454", "_spec": "lookpath@^1.1.0", "_where": "/usr/local/lib/node_modules/@budibase/cli", "author": { "name": "otiai10" }, "bin": { "lookpath": "bin/lookpath.js" }, "bugs": { "url": "https://github.com/otiai10/lookpath/issues" }, "bundleDependencies": false, "deprecated": false, "description": "The minimum and most straightforward way to check if command exists and where the executable is.", "devDependencies": { "@types/jest": "^26.0.4", "@types/node": "^15.0.1", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.14.1", "eslint": "^7.4.0", "jest": "^26.1.0", "ts-jest": "^26.1.2", "typescript": "^4.1.3" }, "engines": { "npm": ">=6.13.4" }, "homepage": "https://github.com/otiai10/lookpath#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" } }, "keywords": [ "exec.LookPath", "command", "exists" ], "license": "MIT", "main": "./lib/index.js", "name": "lookpath", "repository": { "type": "git", "url": "git+https://github.com/otiai10/lookpath.git" }, "scripts": { "build": "rm -rf ./lib && tsc", "lint": "eslint ./src/index.ts ./tests/lookpath.spec.ts", "release": "npm run build && npm run validate && npm publish", "test": "jest", "validate": "npm run build && node ./bin/lookpath.js npm" }, "types": "./lib/index.d.ts", "version": "1.2.2" }
Save