pitboss-ng
Version:
Run untrusted code in a seperate process using VM2 module. With timeout and memory limit management
40 lines (39 loc) • 879 B
JSON
{
"name": "pitboss-ng",
"version": "2.0.1",
"description": "Run untrusted code in a seperate process using VM2 module. With timeout and memory limit management",
"keywords": [
"sandbox",
"memory limit",
"vm",
"vm2",
"untrusted code"
],
"repository": {
"type": "git",
"url": "https://github.com/apiaryio/pitboss"
},
"bugs": {
"url": "https://github.com/apiaryio/pitboss/issues"
},
"author": "Apiary Inc <support@apiary.io>",
"scripts": {
"test": "mocha test --timeout=120000 --reporter=spec --exit test"
},
"dependencies": {
"clone": "^2.1.2",
"csv-parse": "^4.8.2",
"pidusage": "^2.0.17",
"vm2": "^3.8.4"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2"
},
"main": "./lib/pitboss-ng.js",
"engines": {
"node": ">= 8.10",
"npm": ">= 4.6.1"
},
"license": "MIT"
}