2023-01-09 21:59:54 -08:00
|
|
|
{
|
|
|
|
|
"name": "markdownlint-micromark",
|
2024-10-21 20:19:42 -07:00
|
|
|
"version": "0.1.12",
|
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",
|
2024-03-27 20:35:06 -07:00
|
|
|
"types": "./micromark.d.cts",
|
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",
|
2023-09-07 21:27:55 -07:00
|
|
|
"url": "git+https://github.com/DavidAnson/markdownlint.git"
|
2023-01-09 21:59:54 -08:00
|
|
|
},
|
|
|
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
2023-10-01 23:06:48 -07:00
|
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
2023-01-14 15:05:04 -08:00
|
|
|
"scripts": {
|
2024-03-04 21:01:56 -08:00
|
|
|
"build": "webpack --stats minimal",
|
|
|
|
|
"types": "api-extractor run --local"
|
2023-01-14 15:05:04 -08:00
|
|
|
},
|
2023-01-09 21:59:54 -08:00
|
|
|
"engines": {
|
2024-02-29 23:10:09 -08:00
|
|
|
"node": ">=18"
|
2023-01-09 21:59:54 -08:00
|
|
|
},
|
2024-03-04 21:01:56 -08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"micromark-browser.js",
|
|
|
|
|
"micromark-html-browser.js",
|
|
|
|
|
"micromark.cjs",
|
2024-03-27 20:35:06 -07:00
|
|
|
"micromark.d.cts",
|
2024-03-04 21:01:56 -08:00
|
|
|
"package.json",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
2023-01-14 15:05:04 -08:00
|
|
|
"devDependencies": {
|
2024-10-18 02:59:35 +00:00
|
|
|
"@microsoft/api-extractor": "7.47.11",
|
2023-06-22 04:34:16 +00:00
|
|
|
"micromark": "4.0.0",
|
2024-09-20 02:48:48 +00:00
|
|
|
"micromark-extension-directive": "3.0.2",
|
2024-07-08 07:14:46 +00:00
|
|
|
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
2024-07-08 07:03:04 +00:00
|
|
|
"micromark-extension-gfm-footnote": "2.1.0",
|
2024-07-08 07:39:56 +00:00
|
|
|
"micromark-extension-gfm-table": "2.1.0",
|
2024-07-09 02:19:32 +00:00
|
|
|
"micromark-extension-math": "3.1.0",
|
2024-03-04 21:01:56 -08:00
|
|
|
"micromark-util-types": "2.0.0",
|
2023-12-30 00:11:04 +00:00
|
|
|
"terser-webpack-plugin": "5.3.10",
|
2024-09-27 04:44:16 +00:00
|
|
|
"webpack": "5.95.0",
|
2023-06-08 03:31:07 +00:00
|
|
|
"webpack-cli": "5.1.4"
|
2023-01-09 21:59:54 -08:00
|
|
|
}
|
|
|
|
|
}
|