1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

add npm lock

This commit is contained in:
Lukas Winkler 2023-02-13 00:44:06 +01:00
parent 521bd90c7b
commit 58100a20a5
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 45 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
node_modules/ node_modules/
*.json *.json
!package.json !package.json
!package-lock.json
config.py config.py
__pycache__/ __pycache__/
public/index.html public/index.html

44
package-lock.json generated Normal file
View file

@ -0,0 +1,44 @@
{
"name": "matomo4-plugins",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "matomo4-plugins",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"bootstrap": "^5.2.3"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.6",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
"integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/bootstrap": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.6"
}
}
}
}