{ "_args": [ [ "qs@6.7.0", "/var/www/noelle.codes/node/node_modules/express" ] ], "_from": "qs@6.7.0", "_hasShrinkwrap": false, "_id": "qs@6.7.0", "_inCache": true, "_installable": true, "_location": "/qs", "_nodeVersion": "11.12.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/qs_6.7.0_1553287731018_0.8639544724083812" }, "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "6.7.0", "_phantomChildren": {}, "_requested": { "name": "qs", "raw": "qs@6.7.0", "rawSpec": "6.7.0", "scope": null, "spec": "6.7.0", "type": "version" }, "_requiredBy": [ "/body-parser", "/express" ], "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", "_shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc", "_shrinkwrap": null, "_spec": "qs@6.7.0", "_where": "/var/www/noelle.codes/node/node_modules/express", "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": "^13.1.1", "browserify": "^16.2.3", "covert": "^1.1.1", "editorconfig-tools": "^0.1.1", "eslint": "^5.15.3", "evalmd": "^0.0.17", "for-each": "^0.3.3", "iconv-lite": "^0.4.24", "mkdirp": "^0.5.1", "object-inspect": "^1.6.0", "qs-iconv": "^1.0.4", "safe-publish-latest": "^1.1.2", "safer-buffer": "^2.1.2", "tape": "^4.10.1" }, "directories": {}, "dist": { "fileCount": 18, "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclUozCRA9TVsSAnZWagAAoroP/0PHjSUPNl7JIbIdKciJ\nBCTXasz49hv66gp1crSOmRPut07b3ao8gfYA4asdVauyJUteb9LtFqDOcvz9\n/VXV7XU63SnJIF2tsWV5sRvLgX4NgQzViijUH5XuE62potDawIa6M2i4zJTh\nWO5OSmizv/ODNCkoNw0tNiriB9sqQ1hXzcWg55geAWy4COB5E0+OvWKV9j/x\neAHQVUKBJTfNb+SsN8YqtDK9Dp+rGy0VCKn606FWu/l79sK4JvMYdpDpRliE\nX546lMOEzYZDDH+2Yq7n365PKV2pDzomRSoJnPWDimz6AbKDy0MIKpXQVmhi\n52MjXPgHhCntt2ETQToj6yA9Suy4DQ1nxtZtDdudMxr+4hqJShBhgMGTqpX6\nMS9wBP5CisDzpzHglcH5gRvDF4HLJU52/AXk2hECQsfVPTQx4R6gl/c0jCRQ\nIo7bBcFPaAsYQUjfo7PiOpMUZX5T1STBXAS7rN3tf02OBpnWD38xNu9t/6hI\n5HiurnlTVCUxajdGSitX0JZKDTI7bskIoiXTDMQxT3ppo1aptzP+9ZGiUZjz\nJRVD6LAC1PFC0cFXvlo0ZNbh0DxgiIHOCMpveS/8uh4KdZaWjnbhoMRTRgi+\novatKeu2pqLJqtZkh+016+dRR8QYDsFVDgRPc3qBOmMsR1CZ2E54euLpoFzf\nRfi3\r\n=ivNL\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc", "tarball": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", "unpackedSize": 142918 }, "engines": { "node": ">=0.6" }, "gitHead": "125e103b61f2bef245970f5a2a8dceffe5aab59a", "homepage": "https://github.com/ljharb/qs", "keywords": [ "parse", "qs", "query", "querystring", "stringify", "url" ], "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": "editorconfig-tools check * lib/* test/*", "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.7.0" }