📁
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/floating-point-hex-parser", "scripts": { "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall" }, "repository": { "type": "git", "url": "https://github.com/xtuc/webassemblyjs.git" }, "publishConfig": { "access": "public" }, "version": "1.11.4", "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification", "main": "lib/index.js", "module": "esm/index.js", "keywords": [ "webassembly", "floating-point" ], "author": "Mauro Bringolf", "license": "MIT" }
Save