-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
30 lines (30 loc) · 944 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
28
29
30
{
"name": "rock-paper-scissors",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"stimulus-content-loader": "^4.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/stimulus-content-loader": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/stimulus-content-loader/-/stimulus-content-loader-4.2.0.tgz",
"integrity": "sha512-7py89vksi13s1hDILLS3D3ELAtXCxrYJaOFvA6vbxzYHTgctsC6hSsOQefBzXdmOhDRklHsueETZEWP2EKPkUw==",
"license": "MIT",
"engines": {
"node": "*"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.2.1"
}
}
}
}