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
| {
| "_from": "glob-all@^3.2.1",
| "_id": "glob-all@3.3.0",
| "_inBundle": false,
| "_integrity": "sha512-30gCh9beSb+YSAh0vsoIlBRm4bSlyMa+5nayax1EJhjwYrCohX0aDxcxvWVe3heOrJikbHgRs75Af6kPLcumew==",
| "_location": "/glob-all",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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.3.0.tgz",
| "_shasum": "2019896fbaeb37bc451809cf0cb1e5d2b3e345b2",
| "_spec": "glob-all@^3.2.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxtjs\\style-resources",
| "author": {
| "name": "Jaime Pillora"
| },
| "bin": {
| "glob-all": "bin/glob-all"
| },
| "bugs": {
| "url": "https://github.com/jpillora/node-glob-all/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "glob": "^7.1.2",
| "yargs": "^15.3.1"
| },
| "deprecated": false,
| "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.3.0"
| }
|
|