summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/qs/package.json
blob: a336bdfa1c14fe205db780dc91bce3ae47d85e1c (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
86
87
88
89
90
91
{
  "_args": [
    [
      {
        "raw": "qs@4.0.0",
        "scope": null,
        "escapedName": "qs",
        "name": "qs",
        "rawSpec": "4.0.0",
        "spec": "4.0.0",
        "type": "version"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
    ]
  ],
  "_from": "qs@4.0.0",
  "_id": "qs@4.0.0",
  "_inCache": true,
  "_location": "/qs",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "nlf",
    "email": "quitlahok@gmail.com"
  },
  "_npmVersion": "2.12.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "qs@4.0.0",
    "scope": null,
    "escapedName": "qs",
    "name": "qs",
    "rawSpec": "4.0.0",
    "spec": "4.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/body-parser",
    "/connect"
  ],
  "_resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
  "_shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
  "_shrinkwrap": null,
  "_spec": "qs@4.0.0",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
  "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": "c31d9b74ec27df75e543a86c78728ed8d4623607",
    "tarball": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
  },
  "gitHead": "e573dd08eae6cce30d2202704691a102dfa3782a",
  "homepage": "https://github.com/hapijs/qs",
  "keywords": [
    "querystring",
    "qs"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    },
    {
      "name": "hueniverse",
      "email": "eran@hueniverse.com"
    }
  ],
  "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 lib/index.js > dist/qs.js",
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "version": "4.0.0"
}