5 "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
7 "_phantomChildren": {},
22 "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
23 "_shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc",
25 "_where": "/home/josuer08/Documents/web/node_modules/express",
27 "url": "https://github.com/ljharb/qs/issues"
29 "bundleDependencies": false,
32 "name": "Jordan Harband",
33 "email": "ljharb@gmail.com",
34 "url": "http://ljharb.codes"
39 "description": "A querystring parser that supports nesting and arrays, with a depth limit",
41 "@ljharb/eslint-config": "^13.1.1",
42 "browserify": "^16.2.3",
44 "editorconfig-tools": "^0.1.1",
48 "iconv-lite": "^0.4.24",
50 "object-inspect": "^1.6.0",
52 "safe-publish-latest": "^1.1.2",
53 "safer-buffer": "^2.1.2",
59 "homepage": "https://github.com/ljharb/qs",
68 "license": "BSD-3-Clause",
69 "main": "lib/index.js",
73 "url": "git+https://github.com/ljharb/qs.git"
76 "coverage": "covert test",
77 "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
78 "lint": "eslint lib/*.js test/*.js",
79 "postlint": "editorconfig-tools check * lib/* test/*",
80 "prepublish": "safe-publish-latest && npm run dist",
81 "pretest": "npm run --silent readme && npm run --silent lint",
82 "readme": "evalmd README.md",
83 "test": "npm run --silent coverage",
84 "tests-only": "node test"