Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / qs / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "qs@4.0.0",
6         "scope": null,
7         "escapedName": "qs",
8         "name": "qs",
9         "rawSpec": "4.0.0",
10         "spec": "4.0.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "qs@4.0.0",
17   "_id": "qs@4.0.0",
18   "_inCache": true,
19   "_location": "/qs",
20   "_nodeVersion": "0.12.4",
21   "_npmUser": {
22     "name": "nlf",
23     "email": "quitlahok@gmail.com"
24   },
25   "_npmVersion": "2.12.0",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "qs@4.0.0",
29     "scope": null,
30     "escapedName": "qs",
31     "name": "qs",
32     "rawSpec": "4.0.0",
33     "spec": "4.0.0",
34     "type": "version"
35   },
36   "_requiredBy": [
37     "/body-parser",
38     "/connect"
39   ],
40   "_resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
41   "_shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
42   "_shrinkwrap": null,
43   "_spec": "qs@4.0.0",
44   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
45   "bugs": {
46     "url": "https://github.com/hapijs/qs/issues"
47   },
48   "dependencies": {},
49   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
50   "devDependencies": {
51     "browserify": "^10.2.1",
52     "code": "1.x.x",
53     "lab": "5.x.x"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
58     "tarball": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
59   },
60   "gitHead": "e573dd08eae6cce30d2202704691a102dfa3782a",
61   "homepage": "https://github.com/hapijs/qs",
62   "keywords": [
63     "querystring",
64     "qs"
65   ],
66   "license": "BSD-3-Clause",
67   "main": "lib/index.js",
68   "maintainers": [
69     {
70       "name": "nlf",
71       "email": "quitlahok@gmail.com"
72     },
73     {
74       "name": "hueniverse",
75       "email": "eran@hueniverse.com"
76     }
77   ],
78   "name": "qs",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/hapijs/qs.git"
84   },
85   "scripts": {
86     "dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
87     "test": "lab -a code -t 100 -L",
88     "test-cov-html": "lab -a code -r html -o coverage.html"
89   },
90   "version": "4.0.0"
91 }