This commit is contained in:
104
node_modules/hast-util-to-mdast/package.json
generated
vendored
Normal file
104
node_modules/hast-util-to-mdast/package.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"name": "hast-util-to-mdast",
|
||||
"version": "7.1.3",
|
||||
"description": "hast utility to transform to mdast",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"unist",
|
||||
"hast",
|
||||
"hast-util",
|
||||
"mdast",
|
||||
"mdast-util",
|
||||
"rehype",
|
||||
"remark",
|
||||
"markdown",
|
||||
"html",
|
||||
"transform"
|
||||
],
|
||||
"repository": "syntax-tree/hast-util-to-mdast",
|
||||
"bugs": "https://github.com/syntax-tree/hast-util-to-mdast/issues",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
},
|
||||
"author": "Seth Vincent <sethvincent@gmail.com> (https://sethvincent.com)",
|
||||
"contributors": [
|
||||
"Seth Vincent <sethvincent@gmail.com> (https://sethvincent.com)",
|
||||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
||||
],
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"extend": "^3.0.0",
|
||||
"hast-util-has-property": "^1.0.0",
|
||||
"hast-util-is-element": "^1.1.0",
|
||||
"hast-util-to-text": "^2.0.0",
|
||||
"mdast-util-phrasing": "^2.0.0",
|
||||
"mdast-util-to-string": "^1.0.0",
|
||||
"rehype-minify-whitespace": "^4.0.3",
|
||||
"repeat-string": "^1.6.1",
|
||||
"trim-trailing-lines": "^1.1.0",
|
||||
"unist-util-is": "^4.0.0",
|
||||
"unist-util-visit": "^2.0.0",
|
||||
"xtend": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hastscript": "^6.0.0",
|
||||
"is-hidden": "^1.0.0",
|
||||
"mdast-util-assert": "^3.0.0",
|
||||
"negate": "^1.0.0",
|
||||
"nyc": "^15.0.0",
|
||||
"prettier": "^2.0.0",
|
||||
"rehype-parse": "^7.0.0",
|
||||
"remark-cli": "^9.0.0",
|
||||
"remark-gfm": "^1.0.0",
|
||||
"remark-parse": "^9.0.0",
|
||||
"remark-preset-wooorm": "^8.0.0",
|
||||
"remark-stringify": "^9.0.0",
|
||||
"tape": "^5.0.0",
|
||||
"unified": "^9.0.0",
|
||||
"unist-builder": "^2.0.0",
|
||||
"unist-util-remove-position": "^3.0.0",
|
||||
"xo": "^0.34.0"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
|
||||
"test-api": "node test",
|
||||
"test-coverage": "nyc --reporter lcov tape test/index.js",
|
||||
"test": "npm run format && npm run test-coverage"
|
||||
},
|
||||
"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": {
|
||||
"complexity": "off",
|
||||
"no-multi-assign": "off",
|
||||
"unicorn/escape-case": "off",
|
||||
"unicorn/explicit-length-check": "off",
|
||||
"unicorn/no-fn-reference-in-iterator": "off",
|
||||
"unicorn/prefer-number-properties": "off",
|
||||
"unicorn/prefer-optional-catch-binding": "off"
|
||||
}
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
"preset-wooorm"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user