保誠-保戶業務員媒合平台
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
77
78
79
80
81
{
  "_from": "mime@^2.3.1",
  "_id": "mime@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  "_location": "/mime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mime@^2.3.1",
    "name": "mime",
    "escapedName": "mime",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/postcss-url"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  "_shasum": "a2a682a95cd4d0cb1d6257e28f83da7e35800367",
  "_spec": "mime@^2.3.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-url",
  "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"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {},
  "deprecated": false,
  "description": "A comprehensive library for mime-type mapping",
  "devDependencies": {
    "benchmark": "*",
    "chalk": "4.1.2",
    "eslint": "8.1.0",
    "mime-db": "1.50.0",
    "mime-score": "1.2.0",
    "mime-types": "2.1.33",
    "mocha": "9.1.3",
    "runmd": "*",
    "standard-version": "9.3.2"
  },
  "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.6.0"
}