-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 2.38 KB
/
Copy pathpackage-lock.json
File metadata and controls
58 lines (58 loc) · 2.38 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
56
57
58
{
"name": "Personal-Portfolio-2022",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"kute.js": "^2.2.4",
"particlesjs": "^2.2.3"
}
},
"node_modules/@thednp/bezier-easing": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@thednp/bezier-easing/-/bezier-easing-1.0.5.tgz",
"integrity": "sha512-wKl6Q9EFCKp5S6EKNMmHc9wfCIVO4+a4dwijXJcBnYdG/9pDPRFHDGrIjANjSCf/CTkWx6VKZUOcNScCSDYtYQ=="
},
"node_modules/@thednp/shorty": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@thednp/shorty/-/shorty-1.0.3.tgz",
"integrity": "sha512-PPaERUGmRpi2eWxYUV5yv/pvalPgPOjwKRmRqGMWGuV8xgkvxgtjKIiFJA2D2ei4l4Ih9mEBktDg6Z9+y+To9Q=="
},
"node_modules/dommatrix": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/dommatrix/-/dommatrix-1.0.3.tgz",
"integrity": "sha512-l32Xp/TLgWb8ReqbVJAFIvXmY7go4nTxxlWiAFyhoQw9RKEOHBZNnyGvJWqDVSPmq3Y9HlM4npqF/T6VMOXhww==",
"deprecated": "dommatrix is no longer maintained. Please use @thednp/dommatrix."
},
"node_modules/kute.js": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/kute.js/-/kute.js-2.2.4.tgz",
"integrity": "sha512-M63qfJplLT/1+qeRdFtHimC0D4fqUyRqHJcsnWWTY9s+isB6TsNNx/oSR2XzMm4CsY9Rvqurd+xUYSyJggmhbQ==",
"dependencies": {
"@thednp/bezier-easing": "^1.0.1",
"@thednp/shorty": "^1.0.3",
"minifill": "^0.0.17",
"svg-path-commander": "1.0.5"
}
},
"node_modules/minifill": {
"version": "0.0.17",
"resolved": "https://registry.npmjs.org/minifill/-/minifill-0.0.17.tgz",
"integrity": "sha512-tV56LFXsi8vjH4tUExtlu8aPKKQw/U/mn4OIrDU9x30H+9sP8/dWFbXzkAPmcH6o+9fho98kyafnk4VgQViYQQ=="
},
"node_modules/particlesjs": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/particlesjs/-/particlesjs-2.2.3.tgz",
"integrity": "sha512-f0rL80Agqdsrnv/uhlLewv+LMdiXHu9MYPzMv0ZLPM06nLx3zmAXMH882fxqO6Uzb91csli8WlWaYd2XPN0d/Q=="
},
"node_modules/svg-path-commander": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/svg-path-commander/-/svg-path-commander-1.0.5.tgz",
"integrity": "sha512-hhQfARVXoPrwwe4DNPWM4hjQLK7rTxwQ+TUc5mxoe5g0k5eStc4SPnKqmivlm/dzZ98bI+yDyKye92n2t+oOiQ==",
"dependencies": {
"dommatrix": "^1.0.3"
}
}
}
}