15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "minimatch@^5.0.1",
  "_id": "minimatch@5.1.6",
  "_inBundle": false,
  "_integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  "_location": "/cacache/minimatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "minimatch@^5.0.1",
    "name": "minimatch",
    "escapedName": "minimatch",
    "rawSpec": "^5.0.1",
    "saveSpec": null,
    "fetchSpec": "^5.0.1"
  },
  "_requiredBy": [
    "/cacache/glob"
  ],
  "_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  "_shasum": "1cfcb8cf5522ea69952cd2af95ae09477f122a96",
  "_spec": "minimatch@^5.0.1",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/cacache/node_modules/glob",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "brace-expansion": "^2.0.1"
  },
  "deprecated": false,
  "description": "a glob matcher in javascript",
  "devDependencies": {
    "tap": "^16.3.2"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "minimatch.js",
    "lib"
  ],
  "homepage": "https://github.com/isaacs/minimatch#readme",
  "license": "ISC",
  "main": "minimatch.js",
  "name": "minimatch",
  "publishConfig": {
    "tag": "legacy-v5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "version": "5.1.6"
}