Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / body-parser / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "body-parser@~1.13.3",
6         "scope": null,
7         "escapedName": "body-parser",
8         "name": "body-parser",
9         "rawSpec": "~1.13.3",
10         "spec": ">=1.13.3 <1.14.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "body-parser@>=1.13.3 <1.14.0",
17   "_id": "body-parser@1.13.3",
18   "_inCache": true,
19   "_location": "/body-parser",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "body-parser@~1.13.3",
28     "scope": null,
29     "escapedName": "body-parser",
30     "name": "body-parser",
31     "rawSpec": "~1.13.3",
32     "spec": ">=1.13.3 <1.14.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz",
39   "_shasum": "c08cf330c3358e151016a05746f13f029c97fa97",
40   "_shrinkwrap": null,
41   "_spec": "body-parser@~1.13.3",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "bugs": {
44     "url": "https://github.com/expressjs/body-parser/issues"
45   },
46   "contributors": [
47     {
48       "name": "Douglas Christopher Wilson",
49       "email": "doug@somethingdoug.com"
50     },
51     {
52       "name": "Jonathan Ong",
53       "email": "me@jongleberry.com",
54       "url": "http://jongleberry.com"
55     }
56   ],
57   "dependencies": {
58     "bytes": "2.1.0",
59     "content-type": "~1.0.1",
60     "debug": "~2.2.0",
61     "depd": "~1.0.1",
62     "http-errors": "~1.3.1",
63     "iconv-lite": "0.4.11",
64     "on-finished": "~2.3.0",
65     "qs": "4.0.0",
66     "raw-body": "~2.1.2",
67     "type-is": "~1.6.6"
68   },
69   "description": "Node.js body parsing middleware",
70   "devDependencies": {
71     "istanbul": "0.3.17",
72     "methods": "~1.1.1",
73     "mocha": "2.2.5",
74     "supertest": "1.0.1"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "c08cf330c3358e151016a05746f13f029c97fa97",
79     "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz"
80   },
81   "engines": {
82     "node": ">= 0.8"
83   },
84   "files": [
85     "lib/",
86     "LICENSE",
87     "HISTORY.md",
88     "index.js"
89   ],
90   "gitHead": "79d0972bd18247071326105bfb36539830b61b76",
91   "homepage": "https://github.com/expressjs/body-parser",
92   "license": "MIT",
93   "maintainers": [
94     {
95       "name": "jongleberry",
96       "email": "jonathanrichardong@gmail.com"
97     },
98     {
99       "name": "dougwilson",
100       "email": "doug@somethingdoug.com"
101     },
102     {
103       "name": "tjholowaychuk",
104       "email": "tj@vision-media.ca"
105     },
106     {
107       "name": "mscdex",
108       "email": "mscdex@mscdex.net"
109     },
110     {
111       "name": "fishrock123",
112       "email": "fishrock123@rocketmail.com"
113     },
114     {
115       "name": "defunctzombie",
116       "email": "shtylman@gmail.com"
117     }
118   ],
119   "name": "body-parser",
120   "optionalDependencies": {},
121   "readme": "ERROR: No README data found!",
122   "repository": {
123     "type": "git",
124     "url": "git+https://github.com/expressjs/body-parser.git"
125   },
126   "scripts": {
127     "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
128     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
129     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
130   },
131   "version": "1.13.3"
132 }