dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/qs/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

81 lines
1.9 KiB
JSON

{
"_args": [
[
"qs@~3.1.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/request"
]
],
"_from": "qs@>=3.1.0 <3.2.0",
"_id": "qs@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/qs",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "quitlahok@gmail.com",
"name": "nlf"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "qs",
"raw": "qs@~3.1.0",
"rawSpec": "~3.1.0",
"scope": null,
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-3.1.0.tgz",
"_shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",
"_shrinkwrap": null,
"_spec": "qs@~3.1.0",
"_where": "/Users/sid/Desktop/code/RustyCode/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": "d0e9ae745233a12dc43fb4f3055bba446261153c",
"tarball": "https://registry.npmjs.org/qs/-/qs-3.1.0.tgz"
},
"gitHead": "e53b1b242a55f886531954ebdd78b3b20efadaf0",
"homepage": "https://github.com/hapijs/qs",
"keywords": [
"querystring",
"qs"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"email": "quitlahok@gmail.com",
"name": "nlf"
},
{
"email": "eran@hueniverse.com",
"name": "hueniverse"
}
],
"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 index.js > dist/qs.js",
"test": "make test-cov"
},
"version": "3.1.0"
}