UNPKG

1.6 kBJSONView Raw
1{
2 "name": "mime-db",
3 "description": "Media Type Database",
4 "version": "1.51.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.16.3",
26 "eslint": "7.32.0",
27 "eslint-config-standard": "15.0.1",
28 "eslint-plugin-import": "2.25.2",
29 "eslint-plugin-markdown": "2.2.1",
30 "eslint-plugin-node": "11.1.0",
31 "eslint-plugin-promise": "5.1.1",
32 "eslint-plugin-standard": "4.1.0",
33 "gnode": "0.1.2",
34 "mocha": "9.1.3",
35 "nyc": "15.1.0",
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 .",
53 "test": "mocha --reporter spec --bail --check-leaks test/",
54 "test-ci": "nyc --reporter=lcov --reporter=text npm test",
55 "test-cov": "nyc --reporter=html --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}