mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 10:09:31 +08:00
57 lines
1.3 KiB
Text
57 lines
1.3 KiB
Text
{
|
|
"name": "remark",
|
|
"version": "14.0.2",
|
|
"description": "unified processor with support for parsing markdown input and serializing markdown as output",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"unified",
|
|
"remark",
|
|
"markdown",
|
|
"mdast",
|
|
"abstract",
|
|
"syntax",
|
|
"tree",
|
|
"ast",
|
|
"parse",
|
|
"stringify",
|
|
"serialize",
|
|
"compile",
|
|
"process"
|
|
],
|
|
"homepage": "https://remark.js.org",
|
|
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark",
|
|
"bugs": "https://github.com/remarkjs/remark/issues",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
|
|
"contributors": [
|
|
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
|
|
],
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@types/mdast": "^3.0.0",
|
|
"remark-parse": "^10.0.0",
|
|
"remark-stringify": "^10.0.0",
|
|
"unified": "^10.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node --conditions development test.js",
|
|
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
|
|
},
|
|
"xo": false,
|
|
"typeCoverage": {
|
|
"atLeast": 100,
|
|
"detail": true,
|
|
"strict": true,
|
|
"ignoreCatch": true
|
|
}
|
|
}
|