{ "name": "micromark-core-commonmark", "version": "1.1.0", "description": "The CommonMark markdown constructs", "license": "MIT", "keywords": [ "micromark", "core", "commonmark" ], "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark", "bugs": "https://github.com/micromark/micromark/issues", "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/unifiedjs" }, { "type": "OpenCollective", "url": "https://opencollective.com/unified" } ], "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer (https://wooorm.com)" ], "sideEffects": false, "type": "module", "main": "index.js", "types": "dev/index.d.ts", "files": [ "dev/", "lib/", "index.d.ts", "index.js" ], "exports": { "types": "./dev/index.d.ts", "development": "./dev/index.js", "default": "./index.js" }, "dependencies": { "micromark-factory-destination": "^1.0.0", "micromark-factory-label": "^1.0.0", "micromark-factory-space": "^1.0.0", "micromark-factory-title": "^1.0.0", "micromark-factory-whitespace": "^1.0.0", "micromark-util-character": "^1.0.0", "micromark-util-chunked": "^1.0.0", "micromark-util-classify-character": "^1.0.0", "micromark-util-html-tag-name": "^1.0.0", "micromark-util-normalize-identifier": "^1.0.0", "micromark-util-resolve-all": "^1.0.0", "micromark-util-subtokenize": "^1.0.0", "micromark-util-symbol": "^1.0.0", "micromark-util-types": "^1.0.1", "decode-named-character-reference": "^1.0.0", "uvu": "^0.5.0" }, "scripts": { "build": "micromark-build" }, "xo": false, "typeCoverage": { "atLeast": 100, "detail": true, "strict": true, "ignoreCatch": true } }