1{ 2 "name": "qs", 3 "main": "dist/qs.js", 4 "version": "3.0.0", 5 "homepage": "https://github.com/hapijs/qs", 6 "authors": [ 7 "Nathan LaFreniere <[email protected]>" 8 ], 9 "description": "A querystring parser that supports nesting and arrays, with a depth limit", 10 "keywords": [ 11 "querystring", 12 "qs" 13 ], 14 "license": "BSD-3-Clause", 15 "ignore": [ 16 "**/.*", 17 "node_modules", 18 "bower_components", 19 "test", 20 "tests" 21 ] 22} 23 24