mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 06:23:43 +08:00
04c2b54423
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 10.4.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.2...v10.4.3) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
696 B
JSON
33 lines
696 B
JSON
{
|
|
"name": "custom-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Express.js middleware which injects ember-cli asset URLs into Discourse's HTML",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"ember-addon": {
|
|
"before": [
|
|
"broccoli-serve-files",
|
|
"proxy-server-middleware"
|
|
],
|
|
"after": [
|
|
"broccoli-watcher"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"clean-base-url": "^1.0.0",
|
|
"express": "^4.19.2",
|
|
"glob": "^10.4.3",
|
|
"html-entities": "^2.5.2",
|
|
"html-rewriter-wasm": "^0.4.1",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|