mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-19 19:39:51 +08:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"_from": "vm2",
|
|
"_id": "vm2@3.9.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-smLS+18RjXYMl9joyJxMNI9l4w7biW8ilSDaVRvFBDwOH8P0BK1ognFQTpg0wyQ6wIKLTblHJvROW692L/E53Q==",
|
|
"_location": "/vm2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "vm2",
|
|
"name": "vm2",
|
|
"escapedName": "vm2",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.3.tgz",
|
|
"_shasum": "29917f6cc081cc43a3f580c26c5b553fd3c91f40",
|
|
"_spec": "vm2",
|
|
"_where": "D:\\补环境课程",
|
|
"author": {
|
|
"name": "Patrik Simek",
|
|
"url": "https://patriksimek.cz"
|
|
},
|
|
"bin": {
|
|
"vm2": "bin/vm2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/patriksimek/vm2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"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"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "3.9.3"
|
|
}
|