Compare commits
5 Commits
31f2b19e75
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e22e7139e | |||
| 5225baf80a | |||
| bf081e471f | |||
| a0c65d2a8c | |||
| b5ceed8279 |
@@ -1,4 +1,4 @@
|
|||||||
FROM node:24 AS builder
|
FROM node:25 AS builder
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
53
package-lock.json
generated
53
package-lock.json
generated
@@ -10,14 +10,16 @@
|
|||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cheerio": "^1.0.0",
|
"cheerio": "^1.0.0",
|
||||||
"sitemap": "^8.0.0"
|
"sitemap": "^9.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "17.0.45",
|
"version": "24.9.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
|
||||||
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==",
|
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
|
||||||
"license": "MIT"
|
"dependencies": {
|
||||||
|
"undici-types": "~7.16.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/sax": {
|
"node_modules/@types/sax": {
|
||||||
"version": "1.2.7",
|
"version": "1.2.7",
|
||||||
@@ -287,21 +289,21 @@
|
|||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
},
|
},
|
||||||
"node_modules/sitemap": {
|
"node_modules/sitemap": {
|
||||||
"version": "8.0.2",
|
"version": "9.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
|
||||||
"integrity": "sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==",
|
"integrity": "sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^17.0.5",
|
"@types/node": "^24.9.2",
|
||||||
"@types/sax": "^1.2.1",
|
"@types/sax": "^1.2.1",
|
||||||
"arg": "^5.0.0",
|
"arg": "^5.0.0",
|
||||||
"sax": "^1.4.1"
|
"sax": "^1.4.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"sitemap": "dist/cli.js"
|
"sitemap": "dist/esm/cli.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=20.19.5",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=10.8.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/undici": {
|
"node_modules/undici": {
|
||||||
@@ -312,6 +314,11 @@
|
|||||||
"node": ">=20.18.1"
|
"node": ">=20.18.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/undici-types": {
|
||||||
|
"version": "7.16.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
||||||
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
|
||||||
|
},
|
||||||
"node_modules/whatwg-encoding": {
|
"node_modules/whatwg-encoding": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
||||||
@@ -334,9 +341,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "17.0.45",
|
"version": "24.9.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
|
||||||
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw=="
|
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
|
||||||
|
"requires": {
|
||||||
|
"undici-types": "~7.16.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"@types/sax": {
|
"@types/sax": {
|
||||||
"version": "1.2.7",
|
"version": "1.2.7",
|
||||||
@@ -528,11 +538,11 @@
|
|||||||
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
|
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
|
||||||
},
|
},
|
||||||
"sitemap": {
|
"sitemap": {
|
||||||
"version": "8.0.2",
|
"version": "9.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
|
||||||
"integrity": "sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==",
|
"integrity": "sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^17.0.5",
|
"@types/node": "^24.9.2",
|
||||||
"@types/sax": "^1.2.1",
|
"@types/sax": "^1.2.1",
|
||||||
"arg": "^5.0.0",
|
"arg": "^5.0.0",
|
||||||
"sax": "^1.4.1"
|
"sax": "^1.4.1"
|
||||||
@@ -543,6 +553,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
|
||||||
"integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ=="
|
"integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ=="
|
||||||
},
|
},
|
||||||
|
"undici-types": {
|
||||||
|
"version": "7.16.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
||||||
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
|
||||||
|
},
|
||||||
"whatwg-encoding": {
|
"whatwg-encoding": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"homepage": "https://www.nycbookstores.org/",
|
"homepage": "https://www.nycbookstores.org/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cheerio": "^1.0.0",
|
"cheerio": "^1.0.0",
|
||||||
"sitemap": "^8.0.0"
|
"sitemap": "^9.0.0"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|||||||
19
stores.json
19
stores.json
@@ -615,7 +615,7 @@
|
|||||||
"meta": ""
|
"meta": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Better Read Than Dead",
|
"name": "Book Row",
|
||||||
"address": "867 Broadway",
|
"address": "867 Broadway",
|
||||||
"city": "Brooklyn",
|
"city": "Brooklyn",
|
||||||
"state": "NY",
|
"state": "NY",
|
||||||
@@ -624,26 +624,11 @@
|
|||||||
"lat": "40.698648",
|
"lat": "40.698648",
|
||||||
"long": "-73.937703",
|
"long": "-73.937703",
|
||||||
"country": "USA",
|
"country": "USA",
|
||||||
"website": "http://betterreadthandeadbooks.com/",
|
"website": "https://www.instagram.com/_bookrow/",
|
||||||
"events": "No",
|
"events": "No",
|
||||||
"cafe": "No",
|
"cafe": "No",
|
||||||
"meta": ""
|
"meta": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Better Read Than Dead & Burly Coffee",
|
|
||||||
"address": "90 Kosciuszko St",
|
|
||||||
"city": "Brooklyn",
|
|
||||||
"state": "NY",
|
|
||||||
"postcode": "11205",
|
|
||||||
"description": "",
|
|
||||||
"lat": "40.69042227153706",
|
|
||||||
"long": "-73.95191960220052",
|
|
||||||
"country": "USA",
|
|
||||||
"website": "http://betterreadthandeadbooks.com/",
|
|
||||||
"events": "No",
|
|
||||||
"cafe": "Yes",
|
|
||||||
"meta": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Desert Island Comics",
|
"name": "Desert Island Comics",
|
||||||
"address": "540 Metropolitan Ave",
|
"address": "540 Metropolitan Ave",
|
||||||
|
|||||||
Reference in New Issue
Block a user