{ "name": "micromark-util-events-to-acorn", "version": "2.0.2", "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", "exports": { "development": "./dev/index.js", "default": "./index.js" }, "files": [ "dev/", "index.d.ts", "index.js" ], "dependencies": { "@types/acorn": "^4.0.0", "@types/estree": "^1.0.0", "@types/unist": "^3.0.0", "devlop": "^1.0.0", "estree-util-visit": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "vfile-message": "^4.0.0" }, "scripts": { "build": "micromark-build" }, "typeCoverage": { "atLeast": 100, "detail": true, "ignoreCatch": true, "strict": true }, "xo": { "prettier": true, "rules": { "unicorn/prefer-at": "off", "unicorn/prefer-string-replace-all": "off" } } }