react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / timers-browserify / node_modules / process / package.json
80738 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"scripts": {11"test": "mocha test.js"12},13"version": "0.11.1",14"repository": {15"type": "git",16"url": "git://github.com/shtylman/node-process.git"17},18"browser": "./browser.js",19"main": "./index.js",20"engines": {21"node": ">= 0.6.0"22},23"devDependencies": {24"mocha": "2.2.1"25},26"gitHead": "2d0290765eef8f977298a8313460c85d3964d84b",27"bugs": {28"url": "https://github.com/shtylman/node-process/issues"29},30"homepage": "https://github.com/shtylman/node-process#readme",31"_id": "[email protected]",32"_shasum": "ee3becb4335edf3c8b14ccbf7e17a1125a4431ae",33"_from": "process@>=0.11.0 <0.12.0",34"_npmVersion": "2.9.0",35"_nodeVersion": "0.10.35",36"_npmUser": {37"name": "defunctzombie",38"email": "[email protected]"39},40"dist": {41"shasum": "ee3becb4335edf3c8b14ccbf7e17a1125a4431ae",42"tarball": "http://registry.npmjs.org/process/-/process-0.11.1.tgz"43},44"maintainers": [45{46"name": "coolaj86",47"email": "[email protected]"48},49{50"name": "defunctzombie",51"email": "[email protected]"52}53],54"directories": {},55"_resolved": "https://registry.npmjs.org/process/-/process-0.11.1.tgz"56}575859