This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/body-parser/node_modules/qs/package.json

61 lines
1.3 KiB
JSON
Executable File

{
"name": "qs",
"version": "2.2.4",
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"homepage": "https://github.com/hapijs/qs",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"lab": "4.x.x"
},
"scripts": {
"test": "make test-cov"
},
"repository": {
"type": "git",
"url": "https://github.com/hapijs/qs.git"
},
"keywords": [
"querystring",
"qs"
],
"author": {
"name": "Nathan LaFreniere",
"email": "quitlahok@gmail.com"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/qs/raw/master/LICENSE"
}
],
"gitHead": "9775242fa57cbfa4db62e4b0aa4f82b23e2ce6af",
"bugs": {
"url": "https://github.com/hapijs/qs/issues"
},
"_id": "qs@2.2.4",
"_shasum": "2e9fbcd34b540e3421c924ecd01e90aa975319c8",
"_from": "qs@2.2.4",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "nlf",
"email": "quitlahok@gmail.com"
},
"maintainers": [
{
"name": "nlf",
"email": "quitlahok@gmail.com"
},
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
}
],
"dist": {
"shasum": "2e9fbcd34b540e3421c924ecd01e90aa975319c8",
"tarball": "http://registry.npmjs.org/qs/-/qs-2.2.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/qs/-/qs-2.2.4.tgz"
}