Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / morgan / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "morgan@~1.6.1",
6         "scope": null,
7         "escapedName": "morgan",
8         "name": "morgan",
9         "rawSpec": "~1.6.1",
10         "spec": ">=1.6.1 <1.7.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "morgan@>=1.6.1 <1.7.0",
17   "_id": "morgan@1.6.1",
18   "_inCache": true,
19   "_location": "/morgan",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "morgan@~1.6.1",
28     "scope": null,
29     "escapedName": "morgan",
30     "name": "morgan",
31     "rawSpec": "~1.6.1",
32     "spec": ">=1.6.1 <1.7.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
39   "_shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
40   "_shrinkwrap": null,
41   "_spec": "morgan@~1.6.1",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "bugs": {
44     "url": "https://github.com/expressjs/morgan/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     "basic-auth": "~1.0.3",
59     "debug": "~2.2.0",
60     "depd": "~1.0.1",
61     "on-finished": "~2.3.0",
62     "on-headers": "~1.0.0"
63   },
64   "description": "HTTP request logger middleware for node.js",
65   "devDependencies": {
66     "istanbul": "0.3.17",
67     "mocha": "2.2.5",
68     "split": "1.0.0",
69     "supertest": "1.0.1"
70   },
71   "directories": {},
72   "dist": {
73     "shasum": "5fd818398c6819cba28a7cd6664f292fe1c0bbf2",
74     "tarball": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz"
75   },
76   "engines": {
77     "node": ">= 0.8.0"
78   },
79   "files": [
80     "LICENSE",
81     "HISTORY.md",
82     "README.md",
83     "index.js"
84   ],
85   "gitHead": "300286d1472928b10f723e8ea138533dfbd3b521",
86   "homepage": "https://github.com/expressjs/morgan",
87   "license": "MIT",
88   "maintainers": [
89     {
90       "name": "jongleberry",
91       "email": "jonathanrichardong@gmail.com"
92     },
93     {
94       "name": "dougwilson",
95       "email": "doug@somethingdoug.com"
96     },
97     {
98       "name": "tjholowaychuk",
99       "email": "tj@vision-media.ca"
100     },
101     {
102       "name": "mscdex",
103       "email": "mscdex@mscdex.net"
104     },
105     {
106       "name": "fishrock123",
107       "email": "fishrock123@rocketmail.com"
108     },
109     {
110       "name": "defunctzombie",
111       "email": "shtylman@gmail.com"
112     }
113   ],
114   "name": "morgan",
115   "optionalDependencies": {},
116   "readme": "ERROR: No README data found!",
117   "repository": {
118     "type": "git",
119     "url": "git+https://github.com/expressjs/morgan.git"
120   },
121   "scripts": {
122     "test": "mocha --check-leaks --reporter spec --bail",
123     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
124     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
125   },
126   "version": "1.6.1"
127 }