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

49 lines
1.1 KiB
Text

{
"name": "micromark-util-html-tag-name",
"version": "1.1.0",
"description": "micromark utility with list of html tag names",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"html",
"tag",
"name"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name",
"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",
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}