2023-01-09 21:59:54 -08:00
|
|
|
{
|
|
|
|
|
"name": "markdownlint-micromark",
|
2023-02-22 22:55:56 -08:00
|
|
|
"version": "0.1.2",
|
2023-01-09 21:59:54 -08:00
|
|
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
2023-01-14 15:05:04 -08:00
|
|
|
"type": "commonjs",
|
2023-01-14 15:35:52 -08:00
|
|
|
"exports": "./micromark.cjs",
|
2023-01-09 21:59:54 -08:00
|
|
|
"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",
|
2023-01-14 15:05:04 -08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "webpack --no-stats"
|
|
|
|
|
},
|
2023-01-09 21:59:54 -08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.18.0"
|
|
|
|
|
},
|
2023-01-14 15:05:04 -08:00
|
|
|
"devDependencies": {
|
2023-01-29 20:36:53 -08:00
|
|
|
"micromark": "3.1.0",
|
2023-02-05 16:58:06 -08:00
|
|
|
"micromark-extension-gfm-autolink-literal": "1.0.3",
|
2023-01-29 20:36:53 -08:00
|
|
|
"micromark-extension-gfm-footnote": "1.0.4",
|
2023-02-22 22:55:56 -08:00
|
|
|
"micromark-extension-gfm-table": "1.0.5",
|
2023-03-20 21:28:28 -07:00
|
|
|
"webpack": "5.76.2",
|
2023-01-14 15:05:04 -08:00
|
|
|
"webpack-cli": "5.0.1"
|
2023-01-09 21:59:54 -08:00
|
|
|
}
|
|
|
|
|
}
|