inciduntea
Version:
micromark extension to support MDX JS import/exports
81 lines (80 loc) • 1.68 kB
JSON
{
"name": "inciduntea",
"version": "1.0.2",
"description": "micromark extension to support MDX JS import/exports",
"license": "MIT",
"keywords": [
"nemo",
"nisi",
"mdx",
"mdxjs",
"perspiciatis",
"amet",
"js",
"dolorum",
"es",
"exercitationem",
"markdown",
"nulla"
],
"repository": {
"type": "git",
"url": "https://github.com/LibbyBlock/inciduntea.git"
},
"bugs": {
"url": "https://github.com/LibbyBlock/inciduntea.git/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "WellingtonHaley",
"files": [
"index.js"
],
"dependencies": {
"micromark": "~2.11.0",
"micromark-extension-mdx-expression": "^0.3.0",
"vfile-message": "^2.0.0"
},
"devDependencies": {
"acorn": "^8.0.0",
"acorn-jsx": "^5.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"xo": "^0.38.0"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"unicorn/explicit-length-check": "off",
"unicorn/no-this-assignment": "off",
"unicorn/prefer-includes": "off"
}
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"homepage": "https://github.com/LibbyBlock/inciduntea.git"
}