Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / mime-db / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "mime-db@~1.26.0",
6         "scope": null,
7         "escapedName": "mime-db",
8         "name": "mime-db",
9         "rawSpec": "~1.26.0",
10         "spec": ">=1.26.0 <1.27.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\mime-types"
14     ]
15   ],
16   "_from": "mime-db@>=1.26.0 <1.27.0",
17   "_id": "mime-db@1.26.0",
18   "_inCache": true,
19   "_location": "/mime-db",
20   "_nodeVersion": "4.6.1",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/mime-db-1.26.0.tgz_1484453096877_0.39498970191925764"
24   },
25   "_npmUser": {
26     "name": "dougwilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "_npmVersion": "2.15.9",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "mime-db@~1.26.0",
33     "scope": null,
34     "escapedName": "mime-db",
35     "name": "mime-db",
36     "rawSpec": "~1.26.0",
37     "spec": ">=1.26.0 <1.27.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/compressible",
42     "/mime-types"
43   ],
44   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz",
45   "_shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
46   "_shrinkwrap": null,
47   "_spec": "mime-db@~1.26.0",
48   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\mime-types",
49   "bugs": {
50     "url": "https://github.com/jshttp/mime-db/issues"
51   },
52   "contributors": [
53     {
54       "name": "Douglas Christopher Wilson",
55       "email": "doug@somethingdoug.com"
56     },
57     {
58       "name": "Jonathan Ong",
59       "email": "me@jongleberry.com",
60       "url": "http://jongleberry.com"
61     },
62     {
63       "name": "Robert Kieffer",
64       "email": "robert@broofa.com",
65       "url": "http://github.com/broofa"
66     }
67   ],
68   "dependencies": {},
69   "description": "Media Type Database",
70   "devDependencies": {
71     "bluebird": "3.4.7",
72     "co": "4.6.0",
73     "cogent": "1.0.1",
74     "csv-parse": "1.1.9",
75     "eslint": "3.13.1",
76     "eslint-config-standard": "6.2.1",
77     "eslint-plugin-promise": "3.3.0",
78     "eslint-plugin-standard": "2.0.1",
79     "gnode": "0.1.2",
80     "istanbul": "0.4.5",
81     "mocha": "1.21.5",
82     "raw-body": "2.2.0",
83     "stream-to-array": "2.3.0"
84   },
85   "directories": {},
86   "dist": {
87     "shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
88     "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz"
89   },
90   "engines": {
91     "node": ">= 0.6"
92   },
93   "files": [
94     "HISTORY.md",
95     "LICENSE",
96     "README.md",
97     "db.json",
98     "index.js"
99   ],
100   "gitHead": "1d9ff30e45b07a506a20f25df3a3c7106d219e24",
101   "homepage": "https://github.com/jshttp/mime-db#readme",
102   "keywords": [
103     "mime",
104     "db",
105     "type",
106     "types",
107     "database",
108     "charset",
109     "charsets"
110   ],
111   "license": "MIT",
112   "maintainers": [
113     {
114       "name": "dougwilson",
115       "email": "doug@somethingdoug.com"
116     },
117     {
118       "name": "jongleberry",
119       "email": "jonathanrichardong@gmail.com"
120     }
121   ],
122   "name": "mime-db",
123   "optionalDependencies": {},
124   "readme": "ERROR: No README data found!",
125   "repository": {
126     "type": "git",
127     "url": "git+https://github.com/jshttp/mime-db.git"
128   },
129   "scripts": {
130     "build": "node scripts/build",
131     "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
132     "lint": "eslint .",
133     "test": "mocha --reporter spec --bail --check-leaks test/",
134     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
135     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
136     "update": "npm run fetch && npm run build"
137   },
138   "version": "1.26.0"
139 }