-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
47 lines (47 loc) · 1.61 KB
/
package-lock.json
File metadata and controls
47 lines (47 loc) · 1.61 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
{
"name": "course-rails",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"stimulus-notification": "^2.2.0"
}
},
"node_modules/@hotwired/stimulus": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.2.tgz",
"integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==",
"peer": true
},
"node_modules/hotkeys-js": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.12.0.tgz",
"integrity": "sha512-Z+N573ycUKIGwFYS3ID1RzMJiGmtWMGKMiaNLyJS8B1ei+MllF4ZYmKS2T0kMWBktOz+WZLVNikftEgnukOrXg==",
"license": "MIT"
},
"node_modules/stimulus-notification": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/stimulus-notification/-/stimulus-notification-2.2.0.tgz",
"integrity": "sha512-i1Z5IHDuMzwrRxnjqaftQcIseybouMiKfiC0aeFvoznXOo14gx7LWE5a8lssbQJQhbTcxq1RSVOKztkcmrKxng==",
"dependencies": {
"stimulus-use": "^0.51.1"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.1"
}
},
"node_modules/stimulus-use": {
"version": "0.51.3",
"resolved": "https://registry.npmjs.org/stimulus-use/-/stimulus-use-0.51.3.tgz",
"integrity": "sha512-V4YETxMFL4/bpmcqlwFtaOaJg9sLF+XlWsvXrsoWVA5jffsqe7uAvV6gGPPQta7Hgx01vovA0yNsWUe2eU9Jmw==",
"license": "MIT",
"dependencies": {
"hotkeys-js": ">=3"
},
"peerDependencies": {
"@hotwired/stimulus": ">= 3"
}
}
}
}