{ "_args": [ [ { "raw": "qs@^6.7.0", "scope": null, "escapedName": "qs", "name": "qs", "rawSpec": "^6.7.0", "spec": ">=6.7.0 <7.0.0", "type": "range" }, "/root/rushmail/node_modules/restify" ] ], "_from": "qs@>=6.7.0 <7.0.0", "_hasShrinkwrap": false, "_id": "qs@6.9.4", "_inCache": true, "_location": "/restify/qs", "_nodeVersion": "14.1.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/qs_6.9.4_1588542770614_0.8554103980636278" }, "_npmUser": { "name": "ljharb", "email": "ljharb@gmail.com" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "raw": "qs@^6.7.0", "scope": null, "escapedName": "qs", "name": "qs", "rawSpec": "^6.7.0", "spec": ">=6.7.0 <7.0.0", "type": "range" }, "_requiredBy": [ "/restify" ], "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", "_shasum": "9090b290d1f91728d3c22e54843ca44aea5ab687", "_shrinkwrap": null, "_spec": "qs@^6.7.0", "_where": "/root/rushmail/node_modules/restify", "bugs": { "url": "https://github.com/ljharb/qs/issues" }, "contributors": [ { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" } ], "dependencies": {}, "description": "A querystring parser that supports nesting and arrays, with a depth limit", "devDependencies": { "@ljharb/eslint-config": "^16.0.0", "browserify": "^16.5.1", "covert": "^1.1.1", "eclint": "^2.8.1", "eslint": "^6.8.0", "evalmd": "^0.0.19", "for-each": "^0.3.3", "has-symbols": "^1.0.1", "iconv-lite": "^0.5.1", "mkdirp": "^0.5.4", "object-inspect": "^1.7.0", "qs-iconv": "^1.0.4", "safe-publish-latest": "^1.1.4", "safer-buffer": "^2.1.2", "tape": "^5.0.0" }, "directories": {}, "dist": { "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==", "shasum": "9090b290d1f91728d3c22e54843ca44aea5ab687", "tarball": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", "fileCount": 20, "unpackedSize": 160179, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerz0zCRA9TVsSAnZWagAA+DkP/1nM5P1n2uJIBWozU5L3\nMGXafvAilkEQzB7WnXMkr/Kp+R/tow4LanUNf3why/IZoSfZrSb15tAXxBVO\niO/NWkAK7KWSsr3xYgDyjCwGtrRLJN9IIVrKdwIj4F6MWQSbhVP/ZoJgVBlE\nNXe4UOpYdla6mnEjwEW9yvTgV9461/ovogv7XSFWkG5wtf+debWZFUKnIjVk\n9JvP6ELLthwSd7lVWz/CiQ1i0wYcxARJEsxBXjtyfM+nWXBlfa0Kww3lKZUo\nqiITMou/759dIU1nev6z/VoVXu8KOtlje6BdWaroNbnOgKtNkLUCuftIjARJ\neuGz56IrCXegfeRbT1qMqk8GD/fgOcfojhsaOfH1yChw+Oo6KVCok6XLpJ/T\nw4SIntm0xcfHmwZNCd2NtH6edA2+Mso9qb3AmXkHTjpgWQR+zPypZzXExczs\ntkVzCL6205vPXkVnpT2FPjZ9kfV6kJxur1y3GPDEt2JDB0ChPeeBhzXT8ban\nGsesLmVhUEQ9baq0rBfh7X5GzNE5K7CT/1pMFb54El/+mc9GqIoBAWmq2rZJ\nMjbk0SU+KGBlaM1QzjVj94SY902byZ7VINNm50n3CwXqDsPJNLcfl8jSrNJW\nipGANtf+9m5YLhFLah7BdthCd5Qu2hoNyyl6c7AbQsTArmDvIO3wv/TZ1VzO\nfwuJ\r\n=y1jo\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=0.6" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "gitHead": "8e014a7b1749ccec52104121950e7b0d251caa78", "greenkeeper": { "ignore": [ "iconv-lite", "mkdirp" ] }, "homepage": "https://github.com/ljharb/qs", "keywords": [ "querystring", "qs", "query", "url", "parse", "stringify" ], "license": "BSD-3-Clause", "main": "lib/index.js", "maintainers": [ { "name": "hueniverse", "email": "eran@hammer.io" }, { "name": "ljharb", "email": "ljharb@gmail.com" }, { "name": "nlf", "email": "quitlahok@gmail.com" } ], "name": "qs", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ljharb/qs.git" }, "scripts": { "coverage": "covert test", "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js", "lint": "eslint lib/*.js test/*.js", "postlint": "eclint check * lib/* test/*", "posttest": "npx aud --production", "prepublish": "safe-publish-latest && npm run dist", "pretest": "npm run --silent readme && npm run --silent lint", "readme": "evalmd README.md", "test": "npm run --silent coverage", "tests-only": "node test" }, "version": "6.9.4" }