funcunit
Version:
<!-- @hide title
61 lines (60 loc) • 1.45 kB
JSON
{
"_from": "qs@~1.0.0",
"_id": "qs@1.0.2",
"_inBundle": false,
"_integrity": "sha1-UKk+K1r2aRwxvOpdrnjubqGQN2g=",
"_location": "/qs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "qs@~1.0.0",
"name": "qs",
"escapedName": "qs",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/less/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-1.0.2.tgz",
"_shasum": "50a93e2b5af6691c31bcea5dae78ee6ea1903768",
"_spec": "qs@~1.0.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/less/node_modules/request",
"author": {
"name": "Nathan LaFreniere",
"email": "quitlahok@gmail.com"
},
"bugs": {
"url": "https://github.com/hapijs/qs/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"lab": "3.x.x"
},
"homepage": "https://github.com/hapijs/qs",
"keywords": [
"querystring",
"qs"
],
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/qs/raw/master/LICENSE"
}
],
"main": "index.js",
"name": "qs",
"repository": {
"type": "git",
"url": "git+https://github.com/hapijs/qs.git"
},
"scripts": {
"test": "make test-cov"
},
"version": "1.0.2"
}