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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "_from": "fast-glob@^3.0.3",
  "_id": "fast-glob@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  "_location": "/fast-glob",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-glob@^3.0.3",
    "name": "fast-glob",
    "escapedName": "fast-glob",
    "rawSpec": "^3.0.3",
    "saveSpec": null,
    "fetchSpec": "^3.0.3"
  },
  "_requiredBy": [
    "/globby"
  ],
  "_resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
  "_shasum": "a904501e57cfdd2ffcded45e99a54fef55e46129",
  "_spec": "fast-glob@^3.0.3",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/globby",
  "author": {
    "name": "Denis Malinochkin",
    "url": "https://mrmlnc.com"
  },
  "bugs": {
    "url": "https://github.com/mrmlnc/fast-glob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@nodelib/fs.stat": "^2.0.2",
    "@nodelib/fs.walk": "^1.2.3",
    "glob-parent": "^5.1.2",
    "merge2": "^1.3.0",
    "micromatch": "^4.0.4"
  },
  "deprecated": false,
  "description": "It's a very fast and efficient glob library for Node.js",
  "devDependencies": {
    "@nodelib/fs.macchiato": "^1.0.1",
    "@types/glob-parent": "^5.1.0",
    "@types/merge2": "^1.1.4",
    "@types/micromatch": "^4.0.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^14.18.53",
    "@types/picomatch": "^2.3.0",
    "@types/sinon": "^7.5.0",
    "bencho": "^0.1.1",
    "eslint": "^6.5.1",
    "eslint-config-mrmlnc": "^1.1.0",
    "execa": "^7.1.1",
    "fast-glob": "^3.0.4",
    "fdir": "^6.0.1",
    "glob": "^10.0.0",
    "hereby": "^1.8.1",
    "mocha": "^6.2.1",
    "rimraf": "^5.0.0",
    "sinon": "^7.5.0",
    "snap-shot-it": "^7.9.10",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "files": [
    "out",
    "!out/{benchmark,tests}",
    "!out/**/*.map",
    "!out/**/*.spec.*"
  ],
  "homepage": "https://github.com/mrmlnc/fast-glob#readme",
  "keywords": [
    "glob",
    "patterns",
    "fast",
    "implementation"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "name": "fast-glob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrmlnc/fast-glob.git"
  },
  "scripts": {
    "bench:async": "npm run bench:product:async && npm run bench:regression:async",
    "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream",
    "bench:product:async": "hereby bench:product:async",
    "bench:product:stream": "hereby bench:product:stream",
    "bench:product:sync": "hereby bench:product:sync",
    "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream",
    "bench:regression:async": "hereby bench:regression:async",
    "bench:regression:stream": "hereby bench:regression:stream",
    "bench:regression:sync": "hereby bench:regression:sync",
    "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream",
    "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync",
    "build": "npm run clean && npm run compile && npm run lint && npm test",
    "clean": "rimraf out",
    "compile": "tsc",
    "lint": "eslint \"src/**/*.ts\" --cache",
    "test": "mocha \"out/**/*.spec.js\" -s 0",
    "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0",
    "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"",
    "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"",
    "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"",
    "watch": "npm run clean && npm run compile -- --sourceMap --watch"
  },
  "typings": "out/index.d.ts",
  "version": "3.3.2"
}