12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "vm2@^3.9.8",
- "_id": "vm2@3.9.10",
- "_inBundle": false,
- "_integrity": "sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ==",
- "_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.10.tgz",
- "_shasum": "c66543096b5c44c8861a6465805c23c7cc996a44",
- "_spec": "vm2@^3.9.8",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.10"
- }
|