-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 2.13 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 2.13 KB
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
{
"name": "webpack-size-budgets-plugin",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"bytes": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
"integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"console-table-printer": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-1.10.2.tgz",
"integrity": "sha512-6El5lxzTU/Rp2G+ReIHqK/0muV4p7T+z42eRyWmb92/IIxoQ+Y35SJ1XYzW+6S4+EA54e6iezvQuIOmz/koSNw=="
},
"get-prop-safe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/get-prop-safe/-/get-prop-safe-1.0.0.tgz",
"integrity": "sha1-NZALwXI63Qz4w5pIJDzLk2tkgvE="
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"seebigs-each": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/seebigs-each/-/seebigs-each-1.1.0.tgz",
"integrity": "sha512-b+mXV4jPb4eIlbMk76U2wzU/RZZ6vv8R6v/KbnGDVtgxIjUF/PAPNAJmdbaDh3q9tZ1Ngifa01leoe+7zTCu8w=="
}
}
}