Urara-Blog/node_modules/.pnpm-store/v3/files/44/c9fce739d67e0e705565a8ef759886893cd05b81df47a75ef7d39985507eef65e7df5e5e980e9fc33df4aed8aabf714efece2e6ae6635a9dcf53379239a38d
2022-08-14 01:14:53 +08:00

59 lines
1.4 KiB
Text

{
"name": "remark-stringify",
"version": "10.0.2",
"description": "remark plugin to add support for serializing markdown",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"markdown",
"mdast",
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"stringify",
"serialize",
"compile"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-stringify",
"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)",
"Eugene Sharygin <eush77@gmail.com>"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/",
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/mdast": "^3.0.0",
"mdast-util-to-markdown": "^1.0.0",
"unified": "^10.0.0"
},
"scripts": {
"test": "node --conditions development test.js",
"build": "rimraf \"test.d.ts\" \"lib/**/*.d.ts\" && tsc && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}