summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/express/node_modules/qs/package.json
blob: 776e1edcf4b2e4326a38d071e9dc912f000cf584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "name": "qs",
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "homepage": "https://github.com/ljharb/qs",
  "version": "6.2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/qs.git"
  },
  "main": "lib/index.js",
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "keywords": [
    "querystring",
    "qs"
  ],
  "engines": {
    "node": ">=0.6"
  },
  "dependencies": {},
  "devDependencies": {
    "browserify": "^13.0.1",
    "tape": "^4.5.1",
    "covert": "^1.1.0",
    "mkdirp": "^0.5.1",
    "eslint": "^2.9.0",
    "@ljharb/eslint-config": "^4.0.0",
    "parallelshell": "^2.0.0",
    "iconv-lite": "^0.4.13",
    "evalmd": "^0.0.17"
  },
  "scripts": {
    "pretest": "parallelshell 'npm run --silent readme' 'npm run --silent lint'",
    "test": "npm run --silent coverage",
    "tests-only": "node test",
    "readme": "evalmd README.md",
    "lint": "eslint lib/*.js text/*.js",
    "coverage": "covert test",
    "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
    "prepublish": "npm run dist"
  },
  "license": "BSD-3-Clause",
  "gitHead": "d67d315b606c6bb809fedcbeebbbdb7f863852aa",
  "bugs": {
    "url": "https://github.com/ljharb/qs/issues"
  },
  "_id": "qs@6.2.0",
  "_shasum": "3b7848c03c2dece69a9522b0fae8c4126d745f3b",
  "_from": "qs@6.2.0",
  "_npmVersion": "3.8.6",
  "_nodeVersion": "6.1.0",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "dist": {
    "shasum": "3b7848c03c2dece69a9522b0fae8c4126d745f3b",
    "tarball": "https://registry.npmjs.org/qs/-/qs-6.2.0.tgz"
  },
  "maintainers": [
    {
      "name": "hueniverse",
      "email": "eran@hammer.io"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/qs-6.2.0.tgz_1462749349998_0.03372702235355973"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/qs/-/qs-6.2.0.tgz"
}