react / wstein / node_modules / browserify / node_modules / url / node_modules / querystring / package.json
80538 views{1"name": "querystring",2"id": "querystring",3"version": "0.2.0",4"description": "Node's querystring module for all engines.",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/Gozala/querystring.git",17"web": "https://github.com/Gozala/querystring"18},19"bugs": {20"url": "http://github.com/Gozala/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"_id": "[email protected]",74"dist": {75"shasum": "b209849203bb25df820da756e747005878521620",76"tarball": "http://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz"77},78"_npmVersion": "1.1.65",79"_npmUser": {80"name": "gozala",81"email": "[email protected]"82},83"maintainers": [84{85"name": "gozala",86"email": "[email protected]"87}88],89"directories": {},90"_shasum": "b209849203bb25df820da756e747005878521620",91"_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",92"_from": "[email protected]",93"readme": "ERROR: No README data found!",94"homepage": "https://github.com/Gozala/querystring#readme"95}969798