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