Urara-Blog/node_modules/.pnpm-store/v3/files/7f/3f49e4177f69f853ad5702a3045ebda627f11b9573f3058c7a8e661b3035ec1a34bc75aa76b4d180db324508f65d3dd884148d7be7ba095d606760ee8eb2cf
2022-08-14 01:14:53 +08:00

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
}
}