react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / resolve / package.json
80712 views{1"name": "resolve",2"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",3"version": "0.7.4",4"repository": {5"type": "git",6"url": "git://github.com/substack/node-resolve.git"7},8"main": "index.js",9"keywords": [10"resolve",11"require",12"node",13"module"14],15"scripts": {16"test": "tap test/*.js"17},18"devDependencies": {19"tap": "~0.4.0"20},21"license": "MIT",22"author": {23"name": "James Halliday",24"email": "[email protected]",25"url": "http://substack.net"26},27"gitHead": "4ad661931ebdd07c3df34bc897c24255705adbff",28"bugs": {29"url": "https://github.com/substack/node-resolve/issues"30},31"homepage": "https://github.com/substack/node-resolve",32"_id": "[email protected]",33"_shasum": "395a9ef9e873fbfe12bd14408bd91bb936003d69",34"_from": "resolve@>=0.7.1 <0.8.0",35"_npmVersion": "1.4.21",36"_npmUser": {37"name": "substack",38"email": "[email protected]"39},40"maintainers": [41{42"name": "substack",43"email": "[email protected]"44}45],46"dist": {47"shasum": "395a9ef9e873fbfe12bd14408bd91bb936003d69",48"tarball": "http://registry.npmjs.org/resolve/-/resolve-0.7.4.tgz"49},50"directories": {},51"_resolved": "https://registry.npmjs.org/resolve/-/resolve-0.7.4.tgz"52}535455