Urara-Blog/node_modules/.pnpm-store/v3/files/1a/654a07ffaf9dcc2ec81239e253515b093cd2325aaffb24b7aa0a6903067117bd8631595d859dc6b81b7de0a66870bc6d56235fbcf96275877304ae387595ee
2022-08-14 01:14:53 +08:00

57 lines
1.4 KiB
Text

{
"name": "micromark-factory-title",
"version": "1.0.2",
"description": "micromark factory to parse markdown titles (found in resources, definitions)",
"license": "MIT",
"keywords": [
"micromark",
"factory",
"title"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-factory-title",
"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": "dev/index.d.ts",
"files": [
"dev/",
"index.d.ts",
"index.js"
],
"exports": {
"development": "./dev/index.js",
"default": "./index.js"
},
"dependencies": {
"micromark-factory-space": "^1.0.0",
"micromark-util-character": "^1.0.0",
"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0",
"uvu": "^0.5.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" \"{dev/,lib/}**/*.d.ts\" && tsc && micromark-build && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}