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