react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / qs / package.json
81145 views{1"name": "qs",2"version": "3.1.0",3"description": "A querystring parser that supports nesting and arrays, with a depth limit",4"homepage": "https://github.com/hapijs/qs",5"main": "index.js",6"dependencies": {},7"devDependencies": {8"browserify": "^10.2.1",9"code": "1.x.x",10"lab": "5.x.x"11},12"scripts": {13"test": "make test-cov",14"dist": "browserify --standalone Qs index.js > dist/qs.js"15},16"repository": {17"type": "git",18"url": "git+https://github.com/hapijs/qs.git"19},20"keywords": [21"querystring",22"qs"23],24"license": "BSD-3-Clause",25"gitHead": "e53b1b242a55f886531954ebdd78b3b20efadaf0",26"bugs": {27"url": "https://github.com/hapijs/qs/issues"28},29"_id": "[email protected]",30"_shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",31"_from": "qs@>=3.1.0 <3.2.0",32"_npmVersion": "2.9.0",33"_nodeVersion": "0.12.2",34"_npmUser": {35"name": "nlf",36"email": "[email protected]"37},38"dist": {39"shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",40"tarball": "http://registry.npmjs.org/qs/-/qs-3.1.0.tgz"41},42"maintainers": [43{44"name": "nlf",45"email": "[email protected]"46},47{48"name": "hueniverse",49"email": "[email protected]"50}51],52"directories": {},53"_resolved": "https://registry.npmjs.org/qs/-/qs-3.1.0.tgz"54}555657