| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "dependencies": {}, |
| "description": "vm module for the browser", |
| "devDependencies": { |
| "browserify": "^16.1.1", |
| "tape": "~2.3.2", |
| "tape-run": "^3.0.4" |
| }, |
| "keywords": [ |
| "vm", |
| "browser", |
| "eval" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "vm-browserify", |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/substack/vm-browserify.git" |
| }, |
| "scripts": { |
| "test": "browserify test/vm.js | tape-run" |
| }, |
| "version": "1.1.0" |
| } |