73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vm2@3.9.4",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "vm2@3.9.4",
|
|
"_id": "vm2@3.9.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LhGCkP7+e9jqCevi9fr1NzDb3ao=",
|
|
"_location": "/vm2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vm2@3.9.4",
|
|
"name": "vm2",
|
|
"escapedName": "vm2",
|
|
"rawSpec": "3.9.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.9.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/degenerator"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/vm2/download/vm2-3.9.4.tgz?cache=0&sync_timestamp=1634059248554&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvm2%2Fdownload%2Fvm2-3.9.4.tgz",
|
|
"_spec": "3.9.4",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "Patrik Simek",
|
|
"url": "https://patriksimek.cz"
|
|
},
|
|
"bin": {
|
|
"vm2": "./bin/vm2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/patriksimek/vm2/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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.4"
|
|
}
|