react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / util / package.json
80708 views{1"author": {2"name": "Joyent",3"url": "http://www.joyent.com"4},5"name": "util",6"description": "Node.JS util module",7"keywords": [8"util"9],10"version": "0.10.3",11"homepage": "https://github.com/defunctzombie/node-util",12"repository": {13"type": "git",14"url": "git://github.com/defunctzombie/node-util"15},16"main": "./util.js",17"scripts": {18"test": "node test/node/*.js && zuul test/browser/*.js"19},20"dependencies": {21"inherits": "2.0.1"22},23"license": "MIT",24"devDependencies": {25"zuul": "~1.0.9"26},27"browser": {28"./support/isBuffer.js": "./support/isBufferBrowser.js"29},30"bugs": {31"url": "https://github.com/defunctzombie/node-util/issues"32},33"_id": "[email protected]",34"dist": {35"shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",36"tarball": "http://registry.npmjs.org/util/-/util-0.10.3.tgz"37},38"_from": "util@>=0.10.1 <0.11.0",39"_npmVersion": "1.3.24",40"_npmUser": {41"name": "shtylman",42"email": "[email protected]"43},44"maintainers": [45{46"name": "shtylman",47"email": "[email protected]"48}49],50"directories": {},51"_shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",52"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz"53}545556