UNPKG

micromark-factory-mdx-expression

Version:

micromark factory to parse MDX expressions (found in JSX attributes, flow, text)

65 lines (64 loc) 1.66 kB
{ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "bugs": "https://github.com/micromark/micromark-extension-mdx-expression/issues", "contributors": [ "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ], "dependencies": { "@types/estree": "^1.0.0", "devlop": "^1.0.0", "micromark-factory-space": "^2.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" }, "description": "micromark factory to parse MDX expressions (found in JSX attributes, flow, text)", "exports": { "development": "./dev/index.js", "default": "./index.js" }, "files": [ "dev/", "index.d.ts.map", "index.d.ts", "index.js" ], "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/unifiedjs" }, { "type": "OpenCollective", "url": "https://opencollective.com/unified" } ], "keywords": [ "expression", "factory", "mdx", "micromark" ], "license": "MIT", "name": "micromark-factory-mdx-expression", "repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-factory-mdx-expression", "scripts": { "build": "micromark-build" }, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "2.0.3", "xo": { "prettier": true, "rules": { "unicorn/no-this-assignment": "off" } } }