[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / mime-db / package.json
1 {
2   "_args": [
3     [
4       "mime-db@1.45.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "mime-db@1.45.0",
9   "_id": "mime-db@1.45.0",
10   "_inBundle": false,
11   "_integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==",
12   "_location": "/mime-db",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "mime-db@1.45.0",
18     "name": "mime-db",
19     "escapedName": "mime-db",
20     "rawSpec": "1.45.0",
21     "saveSpec": null,
22     "fetchSpec": "1.45.0"
23   },
24   "_requiredBy": [
25     "/mime-types"
26   ],
27   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz",
28   "_spec": "1.45.0",
29   "_where": "/opt/source/offload.js",
30   "bugs": {
31     "url": "https://github.com/jshttp/mime-db/issues"
32   },
33   "contributors": [
34     {
35       "name": "Douglas Christopher Wilson",
36       "email": "doug@somethingdoug.com"
37     },
38     {
39       "name": "Jonathan Ong",
40       "email": "me@jongleberry.com",
41       "url": "http://jongleberry.com"
42     },
43     {
44       "name": "Robert Kieffer",
45       "email": "robert@broofa.com",
46       "url": "http://github.com/broofa"
47     }
48   ],
49   "description": "Media Type Database",
50   "devDependencies": {
51     "bluebird": "3.7.2",
52     "co": "4.6.0",
53     "cogent": "1.0.1",
54     "csv-parse": "4.12.0",
55     "eslint": "7.9.0",
56     "eslint-config-standard": "14.1.1",
57     "eslint-plugin-import": "2.22.0",
58     "eslint-plugin-markdown": "1.0.2",
59     "eslint-plugin-node": "11.1.0",
60     "eslint-plugin-promise": "4.2.1",
61     "eslint-plugin-standard": "4.0.1",
62     "gnode": "0.1.2",
63     "mocha": "8.1.3",
64     "nyc": "15.1.0",
65     "raw-body": "2.4.1",
66     "stream-to-array": "2.3.0"
67   },
68   "engines": {
69     "node": ">= 0.6"
70   },
71   "files": [
72     "HISTORY.md",
73     "LICENSE",
74     "README.md",
75     "db.json",
76     "index.js"
77   ],
78   "homepage": "https://github.com/jshttp/mime-db#readme",
79   "keywords": [
80     "mime",
81     "db",
82     "type",
83     "types",
84     "database",
85     "charset",
86     "charsets"
87   ],
88   "license": "MIT",
89   "name": "mime-db",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/jshttp/mime-db.git"
93   },
94   "scripts": {
95     "build": "node scripts/build",
96     "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
97     "lint": "eslint --plugin markdown --ext js,md .",
98     "test": "mocha --reporter spec --bail --check-leaks test/",
99     "test-cov": "nyc --reporter=html --reporter=text npm test",
100     "test-travis": "nyc --reporter=text npm test",
101     "update": "npm run fetch && npm run build",
102     "version": "node scripts/version-history.js && git add HISTORY.md"
103   },
104   "version": "1.45.0"
105 }