react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / url / package.json
80709 views{1"name": "url",2"description": "The core `url` packaged standalone for use with Browserify.",3"version": "0.10.3",4"dependencies": {5"punycode": "1.3.2",6"querystring": "0.2.0"7},8"main": "./url.js",9"devDependencies": {10"assert": "1.1.1",11"mocha": "1.18.2",12"zuul": "2.0.0"13},14"scripts": {15"test": "mocha --ui qunit test.js && zuul -- test.js",16"test-local": "zuul --local -- test.js"17},18"repository": {19"type": "git",20"url": "https://github.com/defunctzombie/node-url.git"21},22"license": "MIT",23"gitHead": "575b428ae37eb43f243d0228dea1b44ecf744f3d",24"bugs": {25"url": "https://github.com/defunctzombie/node-url/issues"26},27"homepage": "https://github.com/defunctzombie/node-url",28"_id": "[email protected]",29"_shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",30"_from": "url@>=0.10.1 <0.11.0",31"_npmVersion": "2.2.0",32"_nodeVersion": "0.10.35",33"_npmUser": {34"name": "shtylman",35"email": "[email protected]"36},37"maintainers": [38{39"name": "coolaj86",40"email": "[email protected]"41},42{43"name": "shtylman",44"email": "[email protected]"45}46],47"dist": {48"shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",49"tarball": "http://registry.npmjs.org/url/-/url-0.10.3.tgz"50},51"directories": {},52"_resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz"53}545556