|
|
@ -12,6 +12,7 @@
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"detect-browser": "^5.3.0",
|
|
|
|
"detect-browser": "^5.3.0",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
|
|
|
|
"fetch-opengraph": "^1.0.36",
|
|
|
|
"sass": "^1.64.1"
|
|
|
|
"sass": "^1.64.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
@ -1186,6 +1187,14 @@
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/axios": {
|
|
|
|
|
|
|
|
"version": "0.21.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"follow-redirects": "^1.14.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/axobject-query": {
|
|
|
|
"node_modules/axobject-query": {
|
|
|
|
"version": "3.2.1",
|
|
|
|
"version": "3.2.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
|
|
|
@ -2124,6 +2133,15 @@
|
|
|
|
"reusify": "^1.0.4"
|
|
|
|
"reusify": "^1.0.4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/fetch-opengraph": {
|
|
|
|
|
|
|
|
"version": "1.0.36",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fetch-opengraph/-/fetch-opengraph-1.0.36.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-w2Gs64zjL1O86E0I6E26MrxeXpTrR8Y1vWrgupmZN6NXKV8F5I3W0tlh+ZX686jZwxyilWnQjYwgnWpdETdHWw==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
|
|
|
|
"html-entities": "^2.3.2"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/file-entry-cache": {
|
|
|
|
"node_modules/file-entry-cache": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"version": "6.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
|
@ -2212,6 +2230,25 @@
|
|
|
|
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
|
|
|
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/follow-redirects": {
|
|
|
|
|
|
|
|
"version": "1.15.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
|
|
|
|
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "individual",
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": ">=4.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"debug": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/forwarded": {
|
|
|
|
"node_modules/forwarded": {
|
|
|
|
"version": "0.2.0",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
|
@ -2399,6 +2436,21 @@
|
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/html-entities": {
|
|
|
|
|
|
|
|
"version": "2.4.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
|
|
|
|
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "github",
|
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/mdevils"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"type": "patreon",
|
|
|
|
|
|
|
|
"url": "https://patreon.com/mdevils"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/http-errors": {
|
|
|
|
"node_modules/http-errors": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
|
|