-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
64 lines (64 loc) · 1.6 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
59
60
61
62
63
64
{
"name": "PFE_NoteShare",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"bootstrap-fileinput": "^5.5.4"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"license": "MIT",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/bootstrap": {
"version": "5.3.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"license": "MIT",
"peerDependencies": {
"@popperjs/core": "^2.11.8"
}
},
"node_modules/bootstrap-fileinput": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/bootstrap-fileinput/-/bootstrap-fileinput-5.5.4.tgz",
"integrity": "sha512-GixhM6PzfIzzAPLAP73O6EZCpOTGzka1kEBiS+AfviF+kfZQWBQEl8V4/Keto2kB570/yZtmi6/n/PbD5nvD2A==",
"hasInstallScript": true,
"dependencies": {
"bootstrap": ">= 3.4.1",
"jquery": ">= 1.9.0",
"opencollective-postinstall": "^2.0.2"
},
"peerDependencies": {
"bootstrap": ">= 3.0.0",
"jquery": ">= 1.9.0"
}
},
"node_modules/jquery": {
"version": "3.4.1",
"license": "MIT"
},
"node_modules/opencollective-postinstall": {
"version": "2.0.3",
"license": "MIT",
"bin": {
"opencollective-postinstall": "index.js"
}
}
}
}