{ "name": "micromark-factory-mdx-expression", "version": "2.0.1", "description": "micromark factory to parse MDX expressions (found in JSX attributes, flow, text)", "license": "MIT", "keywords": [ "micromark", "factory", "mdx", "expression" ], "repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-factory-mdx-expression", "bugs": "https://github.com/micromark/micromark-extension-mdx-expression/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", "exports": { "development": "./dev/index.js", "default": "./index.js" }, "files": [ "dev/", "index.d.ts", "index.js" ], "dependencies": { "@types/estree": "^1.0.0", "devlop": "^1.0.0", "micromark-util-character": "^2.0.0", "micromark-util-events-to-acorn": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "unist-util-position-from-estree": "^2.0.0", "vfile-message": "^4.0.0" }, "scripts": { "build": "micromark-build" }, "typeCoverage": { "atLeast": 100, "detail": true, "ignoreCatch": true, "strict": true }, "xo": false }