@n8n/vm2
Version:
vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
38 lines • 763 B
JSON
{
"name": "@n8n/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.25",
"main": "index.js",
"sideEffects": false,
"repository": "github:n8n-io/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": ">=18.10",
"pnpm": ">=9.6"
},
"bin": {
"vm2": "./bin/vm2"
},
"types": "index.d.ts",
"scripts": {
"test": "mocha test",
"pretest": "eslint ."
}
}