1{
2  "name": "mime-db",
3  "description": "Media Type Database",
4  "version": "1.44.0",
5  "contributors": [
6    "Douglas Christopher Wilson <doug@somethingdoug.com>",
7    "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
8    "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"
9  ],
10  "license": "MIT",
11  "keywords": [
12    "mime",
13    "db",
14    "type",
15    "types",
16    "database",
17    "charset",
18    "charsets"
19  ],
20  "repository": "jshttp/mime-db",
21  "devDependencies": {
22    "bluebird": "3.7.2",
23    "co": "4.6.0",
24    "cogent": "1.0.1",
25    "csv-parse": "4.8.9",
26    "eslint": "6.8.0",
27    "eslint-config-standard": "14.1.1",
28    "eslint-plugin-import": "2.20.2",
29    "eslint-plugin-markdown": "1.0.2",
30    "eslint-plugin-node": "11.1.0",
31    "eslint-plugin-promise": "4.2.1",
32    "eslint-plugin-standard": "4.0.1",
33    "gnode": "0.1.2",
34    "mocha": "7.1.1",
35    "nyc": "15.0.1",
36    "raw-body": "2.4.1",
37    "stream-to-array": "2.3.0"
38  },
39  "files": [
40    "HISTORY.md",
41    "LICENSE",
42    "README.md",
43    "db.json",
44    "index.js"
45  ],
46  "engines": {
47    "node": ">= 0.6"
48  },
49  "scripts": {
50    "build": "node scripts/build",
51    "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
52    "lint": "eslint --plugin markdown --ext js,md .",
53    "test": "mocha --reporter spec --bail --check-leaks test/",
54    "test-cov": "nyc --reporter=html --reporter=text npm test",
55    "test-travis": "nyc --reporter=text npm test",
56    "update": "npm run fetch && npm run build",
57    "version": "node scripts/version-history.js && git add HISTORY.md"
58  }
59}
60