-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.11 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
{
"name": "node-twig",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"colors": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.3.0.tgz",
"integrity": "sha512-EDpX3a7wHMWFA7PUHWPHNWqOxIIRSJetuwl0AS5Oi/5FMV8kWm69RTlgm00GKjBO1xFHMtBbL49yRtMMdticBw=="
},
"exec-php": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/exec-php/-/exec-php-0.0.4.tgz",
"integrity": "sha512-pO0dwqVwkOx3V5yOEWPJ4b7ghxqV/oWgjrZ6MKEFN+xLJ9DjFeQ2z0eVzT260n/s/IDMK5qtrttfdmydZBSl/w==",
"requires": {
"tmp": "0.0.33"
}
},
"os-tmpdir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
},
"tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
"requires": {
"os-tmpdir": "~1.0.2"
}
}
}
}