-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
27 lines (27 loc) · 942 Bytes
/
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
{
"name": "dc-portfolio",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"delegate": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/delegate/-/delegate-3.1.3.tgz",
"integrity": "sha1-moJRp3fXAl+qVXN7w7BxdCEnqf0="
},
"opencollective-postinstall": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz",
"integrity": "sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw=="
},
"swup": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/swup/-/swup-2.0.9.tgz",
"integrity": "sha512-hgrhKEKvWyxjXxKcumJozNWn6kvK8CyzujSk61mSb5FJDJAWjcw23gXgPhZMpJgdQNtjKKZZR42xCYPdP34xkA==",
"requires": {
"delegate": "3.1.3",
"opencollective-postinstall": "^2.0.2"
}
}
}
}