-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
executable file
·40 lines (40 loc) · 1.41 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
{
"name": "camwall",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"stimulus-clipboard": "^3.2.2"
}
},
"node_modules/@hotwired/stimulus": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz",
"integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==",
"peer": true
},
"node_modules/stimulus-clipboard": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/stimulus-clipboard/-/stimulus-clipboard-3.2.2.tgz",
"integrity": "sha512-J/dCoyxL+hItBQrI6TkiBR+WkRXiSNPJw8hBRZtvdAOL/iXGm88nTOCKoU0T1tFlGcy1ODX0uyjxWgCKvNhFRw==",
"peerDependencies": {
"@hotwired/stimulus": "^3.1.0"
}
}
},
"dependencies": {
"@hotwired/stimulus": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz",
"integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==",
"peer": true
},
"stimulus-clipboard": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/stimulus-clipboard/-/stimulus-clipboard-3.2.2.tgz",
"integrity": "sha512-J/dCoyxL+hItBQrI6TkiBR+WkRXiSNPJw8hBRZtvdAOL/iXGm88nTOCKoU0T1tFlGcy1ODX0uyjxWgCKvNhFRw==",
"requires": {}
}
}
}