9/29 Lucy notes; added list.js, didn't implement

This commit is contained in:
Spencer Flagg
2022-09-30 18:02:17 +02:00
parent a80567811e
commit 62da575385
20 changed files with 173 additions and 85 deletions

30
package-lock.json generated
View File

@@ -13,6 +13,7 @@
"eleventy-sass": "^1.3.1",
"esm": "^3.2.25",
"gsap": "^3.10.4",
"list.js": "^2.3.1",
"rss-parser": "^3.12.0",
"webpack": "^5.72.1"
},
@@ -2804,6 +2805,17 @@
"url": "https://opencollective.com/liquidjs"
}
},
"node_modules/list.js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/list.js/-/list.js-2.3.1.tgz",
"integrity": "sha512-jnmm7DYpKtH3DxtO1E2VNCC9Gp7Wrp/FWA2JxQrZUhVJ2RCQBd57pCN6W5w6jpsfWZV0PCAbTX2NOPgyFeeZZg==",
"dependencies": {
"string-natural-compare": "^2.0.2"
},
"engines": {
"node": "^6.0 || ^8.0 || ^10.0 || ^12.0 || >=14"
}
},
"node_modules/loader-runner": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
@@ -4555,6 +4567,11 @@
"safe-buffer": "~5.2.0"
}
},
"node_modules/string-natural-compare": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-2.0.3.tgz",
"integrity": "sha512-4Kcl12rNjc+6EKhY8QyDVuQTAlMWwRiNbsxnVwBUKFr7dYPQuXVrtNU4sEkjF9LHY0AY6uVbB3ktbkIH4LC+BQ=="
},
"node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -7528,6 +7545,14 @@
"integrity": "sha512-qDj9iiNdB+QNZTR4iKjiQzoHQma7V8Itx5oZG/ZCP7xjebh1LI+s5IG2ZYUbs1ALO6hBzmW36Ptd8RR4eohuDA==",
"dev": true
},
"list.js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/list.js/-/list.js-2.3.1.tgz",
"integrity": "sha512-jnmm7DYpKtH3DxtO1E2VNCC9Gp7Wrp/FWA2JxQrZUhVJ2RCQBd57pCN6W5w6jpsfWZV0PCAbTX2NOPgyFeeZZg==",
"requires": {
"string-natural-compare": "^2.0.2"
}
},
"loader-runner": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
@@ -8907,6 +8932,11 @@
"safe-buffer": "~5.2.0"
}
},
"string-natural-compare": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-2.0.3.tgz",
"integrity": "sha512-4Kcl12rNjc+6EKhY8QyDVuQTAlMWwRiNbsxnVwBUKFr7dYPQuXVrtNU4sEkjF9LHY0AY6uVbB3ktbkIH4LC+BQ=="
},
"string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",