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