Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / finalhandler / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "finalhandler@0.4.0",
6         "scope": null,
7         "escapedName": "finalhandler",
8         "name": "finalhandler",
9         "rawSpec": "0.4.0",
10         "spec": "0.4.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "finalhandler@0.4.0",
17   "_id": "finalhandler@0.4.0",
18   "_inCache": true,
19   "_location": "/finalhandler",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "finalhandler@0.4.0",
28     "scope": null,
29     "escapedName": "finalhandler",
30     "name": "finalhandler",
31     "rawSpec": "0.4.0",
32     "spec": "0.4.0",
33     "type": "version"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz",
39   "_shasum": "965a52d9e8d05d2b857548541fb89b53a2497d9b",
40   "_shrinkwrap": null,
41   "_spec": "finalhandler@0.4.0",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "author": {
44     "name": "Douglas Christopher Wilson",
45     "email": "doug@somethingdoug.com"
46   },
47   "bugs": {
48     "url": "https://github.com/pillarjs/finalhandler/issues"
49   },
50   "dependencies": {
51     "debug": "~2.2.0",
52     "escape-html": "1.0.2",
53     "on-finished": "~2.3.0",
54     "unpipe": "~1.0.0"
55   },
56   "description": "Node.js final http responder",
57   "devDependencies": {
58     "istanbul": "0.3.15",
59     "mocha": "2.2.5",
60     "readable-stream": "2.0.0",
61     "supertest": "1.0.1"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "965a52d9e8d05d2b857548541fb89b53a2497d9b",
66     "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz"
67   },
68   "engines": {
69     "node": ">= 0.8"
70   },
71   "files": [
72     "LICENSE",
73     "HISTORY.md",
74     "index.js"
75   ],
76   "gitHead": "fe4e4de9ebb0f3831493ad75119ee6ba40542853",
77   "homepage": "https://github.com/pillarjs/finalhandler",
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "dougwilson",
82       "email": "doug@somethingdoug.com"
83     },
84     {
85       "name": "jongleberry",
86       "email": "jonathanrichardong@gmail.com"
87     },
88     {
89       "name": "tjholowaychuk",
90       "email": "tj@vision-media.ca"
91     },
92     {
93       "name": "fishrock123",
94       "email": "fishrock123@rocketmail.com"
95     },
96     {
97       "name": "defunctzombie",
98       "email": "shtylman@gmail.com"
99     }
100   ],
101   "name": "finalhandler",
102   "optionalDependencies": {},
103   "readme": "ERROR: No README data found!",
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/pillarjs/finalhandler.git"
107   },
108   "scripts": {
109     "test": "mocha --reporter spec --bail --check-leaks test/",
110     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
111     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
112   },
113   "version": "0.4.0"
114 }