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
| {
| "_args": [
| [
| "glob-all@3.2.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "glob-all@3.2.1",
| "_id": "glob-all@3.2.1",
| "_inBundle": false,
| "_integrity": "sha512-x877rVkzB3ipid577QOp+eQCR6M5ZyiwrtaYgrX/z3EThaSPFtLDwBXFHc3sH1cG0R0vFYI5SRYeWMMSEyXkUw==",
| "_location": "/glob-all",
| "_phantomChildren": {
| "camelcase": "5.3.1",
| "decamelize": "1.2.0",
| "find-up": "4.1.0",
| "get-caller-file": "2.0.5",
| "require-directory": "2.1.1",
| "require-main-filename": "2.0.0",
| "set-blocking": "2.0.0",
| "string-width": "4.2.3",
| "strip-ansi": "6.0.1",
| "which-module": "2.0.0",
| "wrap-ansi": "6.2.0",
| "y18n": "4.0.3"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "glob-all@3.2.1",
| "name": "glob-all",
| "escapedName": "glob-all",
| "rawSpec": "3.2.1",
| "saveSpec": null,
| "fetchSpec": "3.2.1"
| },
| "_requiredBy": [
| "/@nuxtjs/style-resources"
| ],
| "_resolved": "https://registry.npmjs.org/glob-all/-/glob-all-3.2.1.tgz",
| "_spec": "3.2.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Jaime Pillora"
| },
| "bin": {
| "glob-all": "bin/glob-all"
| },
| "bugs": {
| "url": "https://github.com/jpillora/node-glob-all/issues"
| },
| "dependencies": {
| "glob": "^7.1.2",
| "yargs": "^15.3.1"
| },
| "description": "Provide multiple patterns to node-glob",
| "devDependencies": {
| "tape": "^4.9.0"
| },
| "homepage": "https://github.com/jpillora/node-glob-all#readme",
| "keywords": [
| "glob",
| "multi",
| "all",
| "manifest",
| "generation",
| "file"
| ],
| "license": "MIT",
| "main": "glob-all.js",
| "name": "glob-all",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jpillora/node-glob-all.git"
| },
| "scripts": {
| "test": "node test/test.js"
| },
| "version": "3.2.1"
| }
|
|