chore: debug
This commit is contained in:
parent
96a098b0ef
commit
8890af06b2
7 changed files with 35 additions and 80 deletions
16
plugins/fetch-scrobbles/package-lock.json
generated
16
plugins/fetch-scrobbles/package-lock.json
generated
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "netlify-plugin-rss",
|
||||
"name": "netlify-plugin-fetch-scrobbles",
|
||||
"version": "0.0.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "netlify-plugin-rss",
|
||||
"name": "netlify-plugin-fetch-scrobbles",
|
||||
"version": "0.0.8",
|
||||
"devDependencies": {
|
||||
"@netlify/blobs": "^7.3.0"
|
||||
"@netlify/blobs": "^7.3.0",
|
||||
"luxon": "^3.4.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@netlify/blobs": {
|
||||
|
@ -19,6 +20,15 @@
|
|||
"engines": {
|
||||
"node": "^14.16.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/luxon": {
|
||||
"version": "3.4.4",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz",
|
||||
"integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue