package.json 1.5 KB
{
  "_from": "qs@~5.2.0",
  "_id": "qs@5.2.1",
  "_inBundle": false,
  "_integrity": "sha1-gB/uAw4LlFDWOFrcSKTMVbRK7fw=",
  "_location": "/phantomjs/qs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "qs@~5.2.0",
    "name": "qs",
    "escapedName": "qs",
    "rawSpec": "~5.2.0",
    "saveSpec": null,
    "fetchSpec": "~5.2.0"
  },
  "_requiredBy": [
    "/phantomjs/request"
  ],
  "_resolved": "https://registry.npmjs.org/qs/-/qs-5.2.1.tgz",
  "_shasum": "801fee030e0b9450d6385adc48a4cc55b44aedfc",
  "_spec": "qs@~5.2.0",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\phantomjs\\node_modules\\request",
  "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": {
    "browserify": "^10.2.1",
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "engines": ">=0.10.40",
  "homepage": "https://github.com/hapijs/qs",
  "keywords": [
    "querystring",
    "qs"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "qs",
  "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.1"
}