保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
{
  "_from": "mrmime@^1.0.0",
  "_id": "mrmime@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==",
  "_location": "/mrmime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mrmime@^1.0.0",
    "name": "mrmime",
    "escapedName": "mrmime",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sirv"
  ],
  "_resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.0.tgz",
  "_shasum": "14d387f0585a5233d291baba339b063752a2398b",
  "_spec": "mrmime@^1.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\sirv",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/mrmime/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename",
  "devDependencies": {
    "bundt": "1.1.1",
    "esm": "3.2.25",
    "uvu": "0.5.2"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "index.d.ts",
    "index.mjs",
    "index.js"
  ],
  "homepage": "https://github.com/lukeed/mrmime#readme",
  "keywords": [
    "mime",
    "extension",
    "mimetype"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "mrmime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeed/mrmime.git"
  },
  "scripts": {
    "build": "node bin && bundt",
    "test": "uvu -r esm test"
  },
  "types": "index.d.ts",
  "version": "1.0.0"
}