sandman
Version:
Sandbox for executing (somewhat) untrusted code
36 lines (35 loc) • 744 B
JSON
{
"name": "sandman",
"version": "0.5.3",
"description": "Sandbox for executing (somewhat) untrusted code",
"homepage": "https://github.com/treygriffith/sandman",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sandbox",
"secure",
"untrusted",
"container",
"virtual",
"machine",
"chroot",
"jail"
],
"author": {
"name": "Trey Griffith",
"email": "trey@tgriff3.com",
"website": "http://tgriff3.com"
},
"repository": {
"type": "git",
"url": "https://github.com/treygriffith/sandman"
},
"license": "MIT",
"dependencies": {
"resolve": "^0.6.3",
"debug": "^0.8.0",
"fs-extra": "^0.8.1"
}
}