vs/v5.0.0/node_modules/npm/node_modules/qs/package.json

{
  "_args": [
    [
      "qs@~5.1.0",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "qs@>=5.1.0 <5.2.0",
  "_id": "qs@5.1.0",
  "_inCache": true,
  "_location": "/qs",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "quitlahok@gmail.com",
    "name": "nlf"
  },
  "_npmVersion": "2.14.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "qs",
    "raw": "qs@~5.1.0",
    "rawSpec": "~5.1.0",
    "scope": null,
    "spec": ">=5.1.0 <5.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
  "_shasum": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
  "_shrinkwrap": null,
  "_spec": "qs@~5.1.0",
  "_where": "/Users/rebecca/code/npm/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": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
    "tarball": "http://registry.npmjs.org/qs/-/qs-5.1.0.tgz"
  },
  "engines": ">=0.10.40",
  "gitHead": "9e9759ec5be2dd99ce90961bbff47075cd5a8160",
  "homepage": "https://github.com/hapijs/qs",
  "installable": true,
  "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": {},
  "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.1.0"
}