{ "name": "micromark-util-events-to-acorn", "version": "1.2.3", "description": "micromark utility to try and parse events w/ acorn", "license": "MIT", "keywords": [ "micromark", "factory", "mdx", "expression" ], "repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-util-events-to-acorn", "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", "main": "index.js", "types": "dev/index.d.ts", "files": [ "dev/", "index.d.ts", "index.js" ], "exports": { "development": "./dev/index.js", "default": "./index.js" }, "dependencies": { "@types/acorn": "^4.0.0", "@types/estree": "^1.0.0", "@types/unist": "^2.0.0", "estree-util-visit": "^1.0.0", "micromark-util-symbol": "^1.0.0", "micromark-util-types": "^1.0.0", "uvu": "^0.5.0", "vfile-message": "^3.0.0" }, "scripts": { "build": "micromark-build" }, "xo": false, "typeCoverage": { "atLeast": 100, "detail": true, "strict": true, "ignoreCatch": true } }