react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / vm-browserify / package.json
80711 views{1"name": "vm-browserify",2"version": "0.0.4",3"description": "vm module for the browser",4"main": "index.js",5"repository": {6"type": "git",7"url": "http://github.com/substack/vm-browserify.git"8},9"keywords": [10"vm",11"browser",12"eval"13],14"dependencies": {15"indexof": "0.0.1"16},17"devDependencies": {18"tape": "~2.3.2"19},20"author": {21"name": "James Halliday",22"email": "[email protected]",23"url": "http://substack.net"24},25"scripts": {26"test": "tap test/*.js"27},28"license": "MIT",29"testling": {30"files": "test/*.js",31"browsers": [32"ie/6..latest",33"firefox/16..latest",34"firefox/nightly",35"chrome/22..latest",36"chrome/canary",37"opera/12..latest",38"opera/next",39"safari/5.1..latest",40"ipad/6.0..latest",41"iphone/6.0..latest",42"android-browser/4.2..latest"43]44},45"bugs": {46"url": "https://github.com/substack/vm-browserify/issues"47},48"homepage": "https://github.com/substack/vm-browserify",49"_id": "[email protected]",50"dist": {51"shasum": "5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73",52"tarball": "http://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz"53},54"_from": "vm-browserify@>=0.0.1 <0.1.0",55"_npmVersion": "1.3.21",56"_npmUser": {57"name": "substack",58"email": "[email protected]"59},60"maintainers": [61{62"name": "substack",63"email": "[email protected]"64}65],66"directories": {},67"_shasum": "5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73",68"_resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz"69}707172