-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
53 lines (53 loc) · 2.08 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
{
"name": "stimulus-web-authn",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "stimulus-web-authn",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@github/webauthn-json": "^2.1.1",
"@hotwired/stimulus": "^3.2.1",
"@rails/request.js": "^0.0.8"
}
},
"node_modules/@github/webauthn-json": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@github/webauthn-json/-/webauthn-json-2.1.1.tgz",
"integrity": "sha512-XrftRn4z75SnaJOmZQbt7Mk+IIjqVHw+glDGOxuHwXkZBZh/MBoRS7MHjSZMDaLhT4RjN2VqiEU7EOYleuJWSQ==",
"bin": {
"webauthn-json": "dist/bin/main.js"
}
},
"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=="
},
"node_modules/@rails/request.js": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@rails/request.js/-/request.js-0.0.8.tgz",
"integrity": "sha512-ysHYZDl+XjBwFVXz7EI7XW+ZWiTFY8t7TrC/ahpAPt0p7NE4DZxm1nJQY9gmF4PBf+4pAYa+D/rLIGmrn1ZMvg=="
}
},
"dependencies": {
"@github/webauthn-json": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@github/webauthn-json/-/webauthn-json-2.1.1.tgz",
"integrity": "sha512-XrftRn4z75SnaJOmZQbt7Mk+IIjqVHw+glDGOxuHwXkZBZh/MBoRS7MHjSZMDaLhT4RjN2VqiEU7EOYleuJWSQ=="
},
"@hotwired/stimulus": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz",
"integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ=="
},
"@rails/request.js": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@rails/request.js/-/request.js-0.0.8.tgz",
"integrity": "sha512-ysHYZDl+XjBwFVXz7EI7XW+ZWiTFY8t7TrC/ahpAPt0p7NE4DZxm1nJQY9gmF4PBf+4pAYa+D/rLIGmrn1ZMvg=="
}
}
}