mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-09 09:28:50 +01:00
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.1 to 5.1.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.3) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
861 B
JSON
29 lines
861 B
JSON
{
|
|
"name": "markdownlint-micromark",
|
|
"version": "0.1.5",
|
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
|
"type": "commonjs",
|
|
"exports": "./micromark.cjs",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DavidAnson/markdownlint.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
|
"scripts": {
|
|
"build": "webpack --no-stats"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"devDependencies": {
|
|
"micromark": "3.2.0",
|
|
"micromark-extension-gfm-autolink-literal": "1.0.5",
|
|
"micromark-extension-gfm-footnote": "1.1.2",
|
|
"micromark-extension-gfm-table": "1.0.7",
|
|
"webpack": "5.85.0",
|
|
"webpack-cli": "5.1.3"
|
|
}
|
|
}
|