Website/node_modules/qs/package.json

85 lines
2.1 KiB
JSON

{
"_args": [
[
"qs@~5.2.0",
"/Users/okennedy/Documents/Website/node_modules/request"
]
],
"_from": "qs@>=5.2.0 <5.3.0",
"_id": "qs@5.2.0",
"_inCache": true,
"_installable": true,
"_location": "/qs",
"_nodeVersion": "0.10.40",
"_npmUser": {
"email": "quitlahok@gmail.com",
"name": "nlf"
},
"_npmVersion": "3.3.5",
"_phantomChildren": {},
"_requested": {
"name": "qs",
"raw": "qs@~5.2.0",
"rawSpec": "~5.2.0",
"scope": null,
"spec": ">=5.2.0 <5.3.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz",
"_shasum": "a9f31142af468cb72b25b30136ba2456834916be",
"_shrinkwrap": null,
"_spec": "qs@~5.2.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/request",
"bugs": {
"url": "https://github.com/hapijs/qs/issues"
},
"dependencies": {},
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"browserify": "^10.2.1",
"code": "1.x.x",
"lab": "5.x.x"
},
"directories": {},
"dist": {
"shasum": "a9f31142af468cb72b25b30136ba2456834916be",
"tarball": "http://registry.npmjs.org/qs/-/qs-5.2.0.tgz"
},
"engines": ">=0.10.40",
"gitHead": "a341cdf2fadba5ede1ce6c95c7051f6f31f37b81",
"homepage": "https://github.com/hapijs/qs",
"keywords": [
"qs",
"querystring"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "nlf",
"email": "quitlahok@gmail.com"
},
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
}
],
"name": "qs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/hapijs/qs.git"
},
"scripts": {
"dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html",
"test-tap": "lab -a code -r tap -o tests.tap"
},
"version": "5.2.0"
}