aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/package-lock.json
blob: 251e2cdeaec56cda5302088246d3717d7baaf4ce (plain) (blame)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
    "name": "Nikola",
    "version": "0.1.0",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "name": "Nikola",
            "version": "0.1.0",
            "license": "MIT",
            "dependencies": {
                "baguettebox.js": "^1.11.0",
                "bootstrap": "^4.6.1",
                "html5shiv": "^3.7.3",
                "jquery": "^3.6.0",
                "justified-layout": "^3.0.0",
                "livereload-js": "^2.4.0",
                "luxon": "^3.2.1",
                "popper.js": "^1.16.1"
            }
        },
        "node_modules/baguettebox.js": {
            "version": "1.11.1",
            "resolved": "https://registry.npmjs.org/baguettebox.js/-/baguettebox.js-1.11.1.tgz",
            "integrity": "sha512-0HnUVs+xaqwQOVbfi0kwZnZ1fJNWE5vJLCoCAtgQBtPmOJa1fhN8gubaBFOBGDkQy/vz6PWSr7B3WilhQKjyeQ=="
        },
        "node_modules/bootstrap": {
            "version": "4.6.2",
            "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
            "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/twbs"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/bootstrap"
                }
            ],
            "peerDependencies": {
                "jquery": "1.9.1 - 3",
                "popper.js": "^1.16.1"
            }
        },
        "node_modules/html5shiv": {
            "version": "3.7.3",
            "resolved": "https://registry.npmjs.org/html5shiv/-/html5shiv-3.7.3.tgz",
            "integrity": "sha512-SZwGvLGNtgp8GbgFX7oXEp8OR1aBt5LliX6dG0kdD1kl3KhMonN0QcSa/A3TsTgFewaGCbIryQunjayWDXzxmw=="
        },
        "node_modules/jquery": {
            "version": "3.6.4",
            "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz",
            "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ=="
        },
        "node_modules/justified-layout": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/justified-layout/-/justified-layout-3.0.0.tgz",
            "integrity": "sha512-xki5bVJ84HokIV47mfHdmWB56zFrQKbtrU5KHA5GoatOnRwQWGOvNtBlbW8dU0yIa3pNmCPuacuuMRPvM9p5mg==",
            "dependencies": {
                "merge": "1.2.1"
            }
        },
        "node_modules/livereload-js": {
            "version": "2.4.0",
            "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
            "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw=="
        },
        "node_modules/luxon": {
            "version": "3.3.0",
            "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
            "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==",
            "engines": {
                "node": ">=12"
            }
        },
        "node_modules/merge": {
            "version": "1.2.1",
            "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz",
            "integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ=="
        },
        "node_modules/popper.js": {
            "version": "1.16.1",
            "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
            "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
            "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1",
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/popperjs"
            }
        }
    }
}