-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
58 lines (58 loc) · 2.12 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
{
"name": "@headsnet/stimulus-controllers",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@headsnet/stimulus-controllers",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@hotwired/stimulus": "^3.0.0",
"stimulus-use": "^0.50.0"
}
},
"node_modules/@hotwired/stimulus": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.1.0.tgz",
"integrity": "sha512-iDMHUhiEJ1xFeicyHcZQQgBzhtk5mPR0QZO3L6wtqzMsJEk2TKECuCQTGKjm+KJTHVY0dKq1dOOAWvODjpd2Mg=="
},
"node_modules/hotkeys-js": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.0.tgz",
"integrity": "sha512-20xeVdOqcgTkMox0+BqFwADZP7+5dy/9CFPpAinSMh2d0s3b0Hs2V2D+lMh4Hphkf7VE9pwnOl58eP1te+REcg=="
},
"node_modules/stimulus-use": {
"version": "0.50.0",
"resolved": "https://registry.npmjs.org/stimulus-use/-/stimulus-use-0.50.0.tgz",
"integrity": "sha512-9NScZQiOycQdzh8VZ15pxk6ep/a22fgha2halOvZFpJITC4nsTbWlO7D1hm+9LspFxa5b28tQhm3XkbH/qAlGw==",
"dependencies": {
"hotkeys-js": ">=3"
},
"peerDependencies": {
"@hotwired/stimulus": ">= 3"
}
}
},
"dependencies": {
"@hotwired/stimulus": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.1.0.tgz",
"integrity": "sha512-iDMHUhiEJ1xFeicyHcZQQgBzhtk5mPR0QZO3L6wtqzMsJEk2TKECuCQTGKjm+KJTHVY0dKq1dOOAWvODjpd2Mg=="
},
"hotkeys-js": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.0.tgz",
"integrity": "sha512-20xeVdOqcgTkMox0+BqFwADZP7+5dy/9CFPpAinSMh2d0s3b0Hs2V2D+lMh4Hphkf7VE9pwnOl58eP1te+REcg=="
},
"stimulus-use": {
"version": "0.50.0",
"resolved": "https://registry.npmjs.org/stimulus-use/-/stimulus-use-0.50.0.tgz",
"integrity": "sha512-9NScZQiOycQdzh8VZ15pxk6ep/a22fgha2halOvZFpJITC4nsTbWlO7D1hm+9LspFxa5b28tQhm3XkbH/qAlGw==",
"requires": {
"hotkeys-js": ">=3"
}
}
}
}