1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
| {
| "_args": [
| [
| "mime@2.5.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "mime@2.5.2",
| "_id": "mime@2.5.2",
| "_inBundle": false,
| "_integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==",
| "_location": "/mime",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "mime@2.5.2",
| "name": "mime",
| "escapedName": "mime",
| "rawSpec": "2.5.2",
| "saveSpec": null,
| "fetchSpec": "2.5.2"
| },
| "_requiredBy": [
| "/postcss-url",
| "/sirv"
| ],
| "_resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
| "_spec": "2.5.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Robert Kieffer",
| "email": "robert@broofa.com",
| "url": "http://github.com/broofa"
| },
| "bin": {
| "mime": "cli.js"
| },
| "bugs": {
| "url": "https://github.com/broofa/mime/issues"
| },
| "contributors": [],
| "dependencies": {},
| "description": "A comprehensive library for mime-type mapping",
| "devDependencies": {
| "benchmark": "*",
| "chalk": "4.1.0",
| "eslint": "7.20.0",
| "mime-db": "1.46.0",
| "mime-score": "1.2.0",
| "mime-types": "2.1.28",
| "mocha": "8.3.0",
| "runmd": "*",
| "standard-version": "9.1.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.js",
| "lite.js",
| "Mime.js",
| "cli.js",
| "/types"
| ],
| "homepage": "https://github.com/broofa/mime#readme",
| "keywords": [
| "util",
| "mime"
| ],
| "license": "MIT",
| "name": "mime",
| "repository": {
| "url": "git+https://github.com/broofa/mime.git",
| "type": "git"
| },
| "scripts": {
| "benchmark": "node src/benchmark.js",
| "md": "runmd --watch --output README.md src/README_js.md",
| "prepare": "node src/build.js && runmd --output README.md src/README_js.md",
| "release": "standard-version",
| "test": "mocha src/test.js"
| },
| "version": "2.5.2"
| }
|
|