UNPKG

eslint-mdx

Version:
69 lines (68 loc) 1.58 kB
{ "name": "eslint-mdx", "version": "3.6.2", "type": "module", "description": "ESLint Parser for MDX", "repository": "https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx", "author": "JounQin <admin@1stg.me> (https://www.1stG.me)", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "lib/index.cjs", "types": "index.d.cts", "module": "lib/index.js", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./index.d.cts", "default": "./lib/index.cjs" } }, "./package.json": "./package.json" }, "files": [ "index.d.cts", "lib" ], "keywords": [ "eslint", "eslint-mdx", "eslint-parser", "eslint-parser-mdx", "mdx" ], "peerDependencies": { "eslint": ">=8.0.0", "remark-lint-file-extension": "*" }, "peerDependenciesMeta": { "remark-lint-file-extension": { "optional": true } }, "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", "espree": "^9.6.1 || ^10.4.0", "estree-util-visit": "^2.0.0", "remark-mdx": "^3.1.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "synckit": "^0.11.8", "unified": "^11.0.5", "unified-engine": "^11.2.2", "unist-util-visit": "^5.0.0", "uvu": "^0.5.6", "vfile": "^6.0.3" } }