Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / compressible / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "compressible@~2.0.5",
6         "scope": null,
7         "escapedName": "compressible",
8         "name": "compressible",
9         "rawSpec": "~2.0.5",
10         "spec": ">=2.0.5 <2.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression"
14     ]
15   ],
16   "_from": "compressible@>=2.0.5 <2.1.0",
17   "_id": "compressible@2.0.9",
18   "_inCache": true,
19   "_location": "/compressible",
20   "_npmOperationalInternal": {
21     "host": "packages-18-east.internal.npmjs.com",
22     "tmp": "tmp/compressible-2.0.9.tgz_1477956262136_0.9366124230436981"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "compressible@~2.0.5",
32     "scope": null,
33     "escapedName": "compressible",
34     "name": "compressible",
35     "rawSpec": "~2.0.5",
36     "spec": ">=2.0.5 <2.1.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/compression"
41   ],
42   "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz",
43   "_shasum": "6daab4e2b599c2770dd9e21e7a891b1c5a755425",
44   "_shrinkwrap": null,
45   "_spec": "compressible@~2.0.5",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression",
47   "bugs": {
48     "url": "https://github.com/jshttp/compressible/issues"
49   },
50   "contributors": [
51     {
52       "name": "Douglas Christopher Wilson",
53       "email": "doug@somethingdoug.com"
54     },
55     {
56       "name": "Jonathan Ong",
57       "email": "me@jongleberry.com",
58       "url": "http://jongleberry.com"
59     },
60     {
61       "name": "Jeremiah Senkpiel",
62       "email": "fishrock123@rocketmail.com",
63       "url": "https://searchbeam.jit.su"
64     }
65   ],
66   "dependencies": {
67     "mime-db": ">= 1.24.0 < 2"
68   },
69   "description": "Compressible Content-Type / mime checking",
70   "devDependencies": {
71     "eslint": "3.9.1",
72     "eslint-config-standard": "6.2.1",
73     "eslint-plugin-promise": "3.3.0",
74     "eslint-plugin-standard": "2.0.1",
75     "istanbul": "0.4.5",
76     "mocha": "~1.21.5"
77   },
78   "directories": {},
79   "dist": {
80     "shasum": "6daab4e2b599c2770dd9e21e7a891b1c5a755425",
81     "tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz"
82   },
83   "engines": {
84     "node": ">= 0.6"
85   },
86   "files": [
87     "HISTORY.md",
88     "LICENSE",
89     "README.md",
90     "index.js"
91   ],
92   "gitHead": "9e750e00d459f01b9a16df504f87ad829bf2a518",
93   "homepage": "https://github.com/jshttp/compressible",
94   "keywords": [
95     "compress",
96     "gzip",
97     "mime",
98     "content-type"
99   ],
100   "license": "MIT",
101   "maintainers": [
102     {
103       "name": "defunctzombie",
104       "email": "shtylman@gmail.com"
105     },
106     {
107       "name": "dougwilson",
108       "email": "doug@somethingdoug.com"
109     },
110     {
111       "name": "federomero",
112       "email": "federomero@gmail.com"
113     },
114     {
115       "name": "fishrock123",
116       "email": "fishrock123@rocketmail.com"
117     },
118     {
119       "name": "jongleberry",
120       "email": "jonathanrichardong@gmail.com"
121     },
122     {
123       "name": "mscdex",
124       "email": "mscdex@mscdex.net"
125     },
126     {
127       "name": "tjholowaychuk",
128       "email": "tj@vision-media.ca"
129     }
130   ],
131   "name": "compressible",
132   "optionalDependencies": {},
133   "readme": "ERROR: No README data found!",
134   "repository": {
135     "type": "git",
136     "url": "git+https://github.com/jshttp/compressible.git"
137   },
138   "scripts": {
139     "lint": "eslint .",
140     "test": "mocha --reporter spec --bail --check-leaks test/",
141     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
142     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks"
143   },
144   "version": "2.0.9"
145 }