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