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

Commit 0a8a6fa

Browse files
chore(npm-shrinkwrap): install glob package
1 parent e1a182b commit 0a8a6fa

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": {
@@ -8595,14 +8638,6 @@
85958638
},
85968639
"async-each": {
85978640
"version": "0.1.6"
8598-
},
8599-
"fsevents": {
8600-
"version": "0.3.5",
8601-
"dependencies": {
8602-
"nan": {
8603-
"version": "1.5.3"
8604-
}
8605-
}
86068641
}
86078642
}
86088643
},
@@ -9770,28 +9805,6 @@
97709805
},
97719806
"ultron": {
97729807
"version": "1.0.1"
9773-
},
9774-
"bufferutil": {
9775-
"version": "1.1.0",
9776-
"dependencies": {
9777-
"bindings": {
9778-
"version": "1.2.1"
9779-
},
9780-
"nan": {
9781-
"version": "1.8.4"
9782-
}
9783-
}
9784-
},
9785-
"utf-8-validate": {
9786-
"version": "1.1.0",
9787-
"dependencies": {
9788-
"bindings": {
9789-
"version": "1.2.1"
9790-
},
9791-
"nan": {
9792-
"version": "1.8.4"
9793-
}
9794-
}
97959808
}
97969809
}
97979810
},

0 commit comments

Comments
 (0)