-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
60 lines (60 loc) · 1.62 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
{
"name": "db4",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "db4",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.6",
"resolved": "https://npm.iranrepo.ir/api/npm/npm-all/@popperjs/core/-/core-2.11.6.tgz",
"integrity": "sha1-zuIL1V5ooXIL2rNj7PDIId7UzUU=",
"license": "MIT",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/bootstrap": {
"version": "5.2.3",
"resolved": "https://npm.iranrepo.ir/api/npm/npm-all/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha1-VHOfRBTeEhuXhcXaPIezf/AIMis=",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"license": "MIT",
"peerDependencies": {
"@popperjs/core": "^2.11.6"
}
}
},
"dependencies": {
"@popperjs/core": {
"version": "2.11.6",
"resolved": "https://npm.iranrepo.ir/api/npm/npm-all/@popperjs/core/-/core-2.11.6.tgz",
"integrity": "sha1-zuIL1V5ooXIL2rNj7PDIId7UzUU=",
"peer": true
},
"bootstrap": {
"version": "5.2.3",
"resolved": "https://npm.iranrepo.ir/api/npm/npm-all/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha1-VHOfRBTeEhuXhcXaPIezf/AIMis=",
"requires": {}
}
}
}