{ "name": "markdownlint-micromark", "version": "0.1.2", "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": ">=14.18.0" }, "devDependencies": { "micromark": "3.1.0", "micromark-extension-gfm-autolink-literal": "1.0.3", "micromark-extension-gfm-footnote": "1.0.4", "micromark-extension-gfm-table": "1.0.5", "webpack": "5.75.0", "webpack-cli": "5.0.1" } }