react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / querystring-es3 / package.json
80712 views{1"name": "querystring-es3",2"id": "querystring-es3",3"version": "0.2.1",4"description": "Node's querystring module for all engines. (ES3 compat fork)",5"keywords": [6"commonjs",7"query",8"querystring"9],10"author": {11"name": "Irakli Gozalishvili",12"email": "[email protected]"13},14"repository": {15"type": "git",16"url": "git://github.com/mike-spainhower/querystring.git",17"web": "https://github.com/mike-spainhower/querystring"18},19"bugs": {20"url": "http://github.com/mike-spainhower/querystring/issues/"21},22"devDependencies": {23"test": "~0.x.0",24"phantomify": "~0.x.0",25"retape": "~0.x.0",26"tape": "~0.1.5"27},28"engines": {29"node": ">=0.4.x"30},31"scripts": {32"test": "npm run test-node && npm run test-browser && npm run test-tap",33"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",34"test-node": "node ./test/common-index.js",35"test-tap": "node ./test/tap-index.js"36},37"testling": {38"files": "test/tap-index.js",39"browsers": {40"iexplore": [419,421043],44"chrome": [4516,4620,4725,48"canary"49],50"firefox": [5110,5215,5316,5417,5518,56"nightly"57],58"safari": [595,60661],62"opera": [631264]65}66},67"licenses": [68{69"type": "MIT",70"url": "https://github.com/Gozala/enchain/License.md"71}72],73"gitHead": "c58e18a37d9970e13a84dcc421ab682c7836fad2",74"homepage": "https://github.com/mike-spainhower/querystring",75"_id": "[email protected]",76"_shasum": "9ec61f79049875707d69414596fd907a4d711e73",77"_from": "querystring-es3@>=0.2.0 <0.3.0",78"_npmVersion": "2.0.2",79"_nodeVersion": "0.10.26",80"_npmUser": {81"name": "spaintrain",82"email": "[email protected]"83},84"maintainers": [85{86"name": "spaintrain",87"email": "[email protected]"88}89],90"dist": {91"shasum": "9ec61f79049875707d69414596fd907a4d711e73",92"tarball": "http://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz"93},94"directories": {},95"_resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz"96}979899