2023-01-09 21:59:54 -08:00
|
|
|
{
|
|
|
|
|
"name": "markdownlint-micromark",
|
2023-05-31 20:42:28 -07:00
|
|
|
"version": "0.1.5",
|
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": {
|
2023-05-13 15:29:38 -07:00
|
|
|
"node": ">=16"
|
2023-01-09 21:59:54 -08:00
|
|
|
},
|
2023-01-14 15:05:04 -08:00
|
|
|
"devDependencies": {
|
2023-06-22 04:34:16 +00:00
|
|
|
"micromark": "4.0.0",
|
2023-05-31 20:42:28 -07:00
|
|
|
"micromark-extension-gfm-autolink-literal": "1.0.5",
|
|
|
|
|
"micromark-extension-gfm-footnote": "1.1.2",
|
|
|
|
|
"micromark-extension-gfm-table": "1.0.7",
|
2023-06-22 03:03:43 +00:00
|
|
|
"webpack": "5.88.0",
|
2023-06-08 03:31:07 +00:00
|
|
|
"webpack-cli": "5.1.4"
|
2023-01-09 21:59:54 -08:00
|
|
|
}
|
|
|
|
|
}
|