-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
32 lines (32 loc) · 1.02 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
{
"name": "books",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bootstrap": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz",
"integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA=="
},
"jquery": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
},
"turn.js": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/turn.js/-/turn.js-1.0.5.tgz",
"integrity": "sha1-R/oiRcrF/USwtkMWomrt72/yIaQ=",
"requires": {
"jquery": "1.12.0"
},
"dependencies": {
"jquery": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.0.tgz",
"integrity": "sha1-RGU75OPkYosQa/IUHf0Q+8pgIe8="
}
}
}
}
}