Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e5c26e9

Browse files
chore(npm-shrinkwrap): install glob package
1 parent 4bcb307 commit e5c26e9

File tree

2 files changed

+202
-170
lines changed

2 files changed

+202
-170
lines changed

npm-shrinkwrap.clean.json

Lines changed: 43 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,6 +5865,49 @@
58655865
}
58665866
}
58675867
},
5868+
"glob": {
5869+
"version": "6.0.1",
5870+
"dependencies": {
5871+
"inflight": {
5872+
"version": "1.0.4",
5873+
"dependencies": {
5874+
"wrappy": {
5875+
"version": "1.0.1"
5876+
}
5877+
}
5878+
},
5879+
"inherits": {
5880+
"version": "2.0.1"
5881+
},
5882+
"minimatch": {
5883+
"version": "3.0.0",
5884+
"dependencies": {
5885+
"brace-expansion": {
5886+
"version": "1.1.2",
5887+
"dependencies": {
5888+
"balanced-match": {
5889+
"version": "0.3.0"
5890+
},
5891+
"concat-map": {
5892+
"version": "0.0.1"
5893+
}
5894+
}
5895+
}
5896+
}
5897+
},
5898+
"once": {
5899+
"version": "1.3.3",
5900+
"dependencies": {
5901+
"wrappy": {
5902+
"version": "1.0.1"
5903+
}
5904+
}
5905+
},
5906+
"path-is-absolute": {
5907+
"version": "1.0.0"
5908+
}
5909+
}
5910+
},
58685911
"grunt": {
58695912
"version": "0.4.5",
58705913
"dependencies": {
@@ -9219,14 +9262,6 @@
92199262
},
92209263
"async-each": {
92219264
"version": "0.1.6"
9222-
},
9223-
"fsevents": {
9224-
"version": "0.3.5",
9225-
"dependencies": {
9226-
"nan": {
9227-
"version": "1.5.3"
9228-
}
9229-
}
92309265
}
92319266
}
92329267
},
@@ -10394,28 +10429,6 @@
1039410429
},
1039510430
"ultron": {
1039610431
"version": "1.0.1"
10397-
},
10398-
"bufferutil": {
10399-
"version": "1.1.0",
10400-
"dependencies": {
10401-
"bindings": {
10402-
"version": "1.2.1"
10403-
},
10404-
"nan": {
10405-
"version": "1.8.4"
10406-
}
10407-
}
10408-
},
10409-
"utf-8-validate": {
10410-
"version": "1.1.0",
10411-
"dependencies": {
10412-
"bindings": {
10413-
"version": "1.2.1"
10414-
},
10415-
"nan": {
10416-
"version": "1.8.4"
10417-
}
10418-
}
1041910432
}
1042010433
}
1042110434
},

0 commit comments

Comments
 (0)