Urara-Blog/node_modules/.pnpm-store/v3/files/d6/110326037cfb655a633a9ea6523538ebc6da2d2d86fdbbe771a7ff1fe091db1864c806c4c3274c109a71ccc7f966ba76f915f44c28dad0a63f51fa83e8a82e
2022-08-14 01:14:53 +08:00

53 lines
1.3 KiB
Text

{
"name": "micromark-util-combine-extensions",
"version": "1.0.0",
"description": "micromark utility to combine syntax or html extensions",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"extension",
"combine",
"merge"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-combine-extensions",
"bugs": "https://github.com/micromark/micromark/issues",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"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"
],
"exports": "./index.js",
"dependencies": {
"micromark-util-chunked": "^1.0.0",
"micromark-util-types": "^1.0.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}