1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "fast-glob@3.2.7",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "fast-glob@3.2.7",
|
---|
10 | "_id": "fast-glob@3.2.7",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
|
---|
13 | "_location": "/fast-glob",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "fast-glob@3.2.7",
|
---|
19 | "name": "fast-glob",
|
---|
20 | "escapedName": "fast-glob",
|
---|
21 | "rawSpec": "3.2.7",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.2.7"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/copy-webpack-plugin",
|
---|
27 | "/globby",
|
---|
28 | "/stylus-loader"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
|
---|
31 | "_spec": "3.2.7",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Denis Malinochkin",
|
---|
35 | "url": "https://mrmlnc.com"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/mrmlnc/fast-glob/issues"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "@nodelib/fs.stat": "^2.0.2",
|
---|
42 | "@nodelib/fs.walk": "^1.2.3",
|
---|
43 | "glob-parent": "^5.1.2",
|
---|
44 | "merge2": "^1.3.0",
|
---|
45 | "micromatch": "^4.0.4"
|
---|
46 | },
|
---|
47 | "description": "It's a very fast and efficient glob library for Node.js",
|
---|
48 | "devDependencies": {
|
---|
49 | "@nodelib/fs.macchiato": "^1.0.1",
|
---|
50 | "@types/compute-stdev": "^1.0.0",
|
---|
51 | "@types/easy-table": "^0.0.32",
|
---|
52 | "@types/glob": "^7.1.1",
|
---|
53 | "@types/glob-parent": "^5.1.0",
|
---|
54 | "@types/is-ci": "^2.0.0",
|
---|
55 | "@types/merge2": "^1.1.4",
|
---|
56 | "@types/micromatch": "^4.0.0",
|
---|
57 | "@types/minimist": "^1.2.0",
|
---|
58 | "@types/mocha": "^5.2.7",
|
---|
59 | "@types/node": "^12.7.8",
|
---|
60 | "@types/rimraf": "^2.0.2",
|
---|
61 | "@types/sinon": "^7.5.0",
|
---|
62 | "compute-stdev": "^1.0.0",
|
---|
63 | "easy-table": "^1.1.1",
|
---|
64 | "eslint": "^6.5.1",
|
---|
65 | "eslint-config-mrmlnc": "^1.1.0",
|
---|
66 | "execa": "^2.0.4",
|
---|
67 | "fast-glob": "^3.0.4",
|
---|
68 | "fdir": "^5.1.0",
|
---|
69 | "glob": "^7.1.4",
|
---|
70 | "is-ci": "^2.0.0",
|
---|
71 | "log-update": "^4.0.0",
|
---|
72 | "minimist": "^1.2.0",
|
---|
73 | "mocha": "^6.2.1",
|
---|
74 | "rimraf": "^3.0.0",
|
---|
75 | "sinon": "^7.5.0",
|
---|
76 | "tiny-glob": "^0.2.6",
|
---|
77 | "typescript": "^3.6.3"
|
---|
78 | },
|
---|
79 | "engines": {
|
---|
80 | "node": ">=8"
|
---|
81 | },
|
---|
82 | "files": [
|
---|
83 | "out",
|
---|
84 | "!out/{benchmark,tests}",
|
---|
85 | "!out/**/*.map",
|
---|
86 | "!out/**/*.spec.*"
|
---|
87 | ],
|
---|
88 | "homepage": "https://github.com/mrmlnc/fast-glob#readme",
|
---|
89 | "keywords": [
|
---|
90 | "glob",
|
---|
91 | "patterns",
|
---|
92 | "fast",
|
---|
93 | "implementation"
|
---|
94 | ],
|
---|
95 | "license": "MIT",
|
---|
96 | "main": "out/index.js",
|
---|
97 | "name": "fast-glob",
|
---|
98 | "repository": {
|
---|
99 | "type": "git",
|
---|
100 | "url": "git+https://github.com/mrmlnc/fast-glob.git"
|
---|
101 | },
|
---|
102 | "scripts": {
|
---|
103 | "bench": "npm run bench-async && npm run bench-stream && npm run bench-sync",
|
---|
104 | "bench-async": "npm run bench-async-flatten && npm run bench-async-deep && npm run bench-async-partial-flatten && npm run bench-async-partial-deep",
|
---|
105 | "bench-async-deep": "node ./out/benchmark --mode async --pattern \"**\"",
|
---|
106 | "bench-async-flatten": "node ./out/benchmark --mode async --pattern \"*\"",
|
---|
107 | "bench-async-partial-deep": "node ./out/benchmark --mode async --pattern \"{fixtures,out}/**\"",
|
---|
108 | "bench-async-partial-flatten": "node ./out/benchmark --mode async --pattern \"{fixtures,out}/{first,second}/*\"",
|
---|
109 | "bench-stream": "npm run bench-stream-flatten && npm run bench-stream-deep && npm run bench-stream-partial-flatten && npm run bench-stream-partial-deep",
|
---|
110 | "bench-stream-deep": "node ./out/benchmark --mode stream --pattern \"**\"",
|
---|
111 | "bench-stream-flatten": "node ./out/benchmark --mode stream --pattern \"*\"",
|
---|
112 | "bench-stream-partial-deep": "node ./out/benchmark --mode stream --pattern \"{fixtures,out}/**\"",
|
---|
113 | "bench-stream-partial-flatten": "node ./out/benchmark --mode stream --pattern \"{fixtures,out}/{first,second}/*\"",
|
---|
114 | "bench-sync": "npm run bench-sync-flatten && npm run bench-sync-deep && npm run bench-sync-partial-flatten && npm run bench-sync-partial-deep",
|
---|
115 | "bench-sync-deep": "node ./out/benchmark --mode sync --pattern \"**\"",
|
---|
116 | "bench-sync-flatten": "node ./out/benchmark --mode sync --pattern \"*\"",
|
---|
117 | "bench-sync-partial-deep": "node ./out/benchmark --mode sync --pattern \"{fixtures,out}/**\"",
|
---|
118 | "bench-sync-partial-flatten": "node ./out/benchmark --mode sync --pattern \"{fixtures,out}/{first,second}/*\"",
|
---|
119 | "build": "npm run clean && npm run compile && npm run lint && npm test",
|
---|
120 | "clean": "rimraf out",
|
---|
121 | "compile": "tsc",
|
---|
122 | "lint": "eslint \"src/**/*.ts\" --cache",
|
---|
123 | "smoke": "mocha \"out/**/*.smoke.js\" -s 0",
|
---|
124 | "smoke:async": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(async\\)\"",
|
---|
125 | "smoke:stream": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(stream\\)\"",
|
---|
126 | "smoke:sync": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(sync\\)\"",
|
---|
127 | "test": "mocha \"out/**/*.spec.js\" -s 0",
|
---|
128 | "watch": "npm run clean && npm run compile -- --sourceMap --watch"
|
---|
129 | },
|
---|
130 | "typings": "out/index.d.ts",
|
---|
131 | "version": "3.2.7"
|
---|
132 | }
|
---|