react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / process / package.json
80708 views{1"author": {2"name": "Roman Shtylman",3"email": "[email protected]"4},5"name": "process",6"description": "process information for node.js and browsers",7"keywords": [8"process"9],10"version": "0.8.0",11"repository": {12"type": "git",13"url": "git://github.com/shtylman/node-process.git"14},15"browser": "./browser.js",16"main": "./index.js",17"engines": {18"node": ">= 0.6.0"19},20"gitHead": "67e233fe6cd92869dfdf3ed305e969c4bc803ef9",21"bugs": {22"url": "https://github.com/shtylman/node-process/issues"23},24"homepage": "https://github.com/shtylman/node-process",25"_id": "[email protected]",26"scripts": {},27"_shasum": "7bbaf7187fe6ded3fd5be0cb6103fba9cacb9798",28"_from": "process@>=0.8.0 <0.9.0",29"_npmVersion": "1.4.23",30"_npmUser": {31"name": "shtylman",32"email": "[email protected]"33},34"maintainers": [35{36"name": "coolaj86",37"email": "[email protected]"38},39{40"name": "shtylman",41"email": "[email protected]"42}43],44"dist": {45"shasum": "7bbaf7187fe6ded3fd5be0cb6103fba9cacb9798",46"tarball": "http://registry.npmjs.org/process/-/process-0.8.0.tgz"47},48"directories": {},49"_resolved": "https://registry.npmjs.org/process/-/process-0.8.0.tgz"50}515253