API/api.medcify.app/node_modules/vm2/package.json

74 lines
1.7 KiB
JSON
Raw Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "vm2@^3.9.8",
"_id": "vm2@3.9.9",
"_inBundle": false,
"_integrity": "sha512-xwTm7NLh/uOjARRBs8/95H0e8fT3Ukw5D/JJWhxMbhKzNh1Nu981jQKvkep9iKYNxzlVrdzD0mlBGkDKZWprlw==",
"_location": "/vm2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vm2@^3.9.8",
"name": "vm2",
"escapedName": "vm2",
"rawSpec": "^3.9.8",
"saveSpec": null,
"fetchSpec": "^3.9.8"
},
"_requiredBy": [
"/degenerator"
],
"_resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.9.tgz",
"_shasum": "c0507bc5fbb99388fad837d228badaaeb499ddc5",
"_spec": "vm2@^3.9.8",
"_where": "/var/www/api.medcify.app/node_modules/degenerator",
"author": {
"name": "Patrik Simek",
"url": "https://patriksimek.cz"
},
"bin": {
"vm2": "bin/vm2"
},
"bugs": {
"url": "https://github.com/patriksimek/vm2/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
},
"deprecated": false,
"description": "vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-integromat": "^1.5.0",
"mocha": "^6.2.2"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/patriksimek/vm2#readme",
"keywords": [
"sandbox",
"prison",
"jail",
"vm",
"alcatraz",
"contextify"
],
"license": "MIT",
"main": "index.js",
"name": "vm2",
"repository": {
"type": "git",
"url": "git+https://github.com/patriksimek/vm2.git"
},
"scripts": {
"pretest": "eslint .",
"test": "mocha test"
},
"sideEffects": false,
"types": "index.d.ts",
"version": "3.9.9"
}