-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
82 lines (82 loc) · 2.59 KB
/
package-lock.json
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
81
82
{
"name": "test",
"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.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"requires": {
"balanced-match": "1.0.0",
"concat-map": "0.0.1"
}
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"foreachasync": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz",
"integrity": "sha1-VQKYfchxS+M5IJfzLgBxyd7gfPY="
},
"is-stream": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
"integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
},
"locutus": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.9.tgz",
"integrity": "sha1-4mWvHoX9GRc+dDhjc4iFYHg6Avw="
},
"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.8"
}
},
"slang": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/slang/-/slang-0.3.0.tgz",
"integrity": "sha1-E691tPDAGMaoGT1wT2WyO+T7q9w="
},
"twig": {
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/twig/-/twig-1.10.5.tgz",
"integrity": "sha1-wT5XT4cbkdtPzI3ywS7PHs/qxS4=",
"requires": {
"locutus": "2.0.9",
"minimatch": "3.0.4",
"walk": "2.3.9"
}
},
"walk": {
"version": "2.3.9",
"resolved": "https://registry.npmjs.org/walk/-/walk-2.3.9.tgz",
"integrity": "sha1-MbTbZnjyrgHDnqn7hyWpAx5Vins=",
"requires": {
"foreachasync": "3.0.0"
}
},
"wkhtmltopdf": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/wkhtmltopdf/-/wkhtmltopdf-0.3.4.tgz",
"integrity": "sha1-4ttUKn3CJIAyvxNnVLXN188oFfA=",
"requires": {
"is-stream": "1.1.0",
"slang": "0.3.0"
}
}
}
}