58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
![]() |
{
|
||
|
"name": "micromark-factory-label",
|
||
|
"version": "1.1.0",
|
||
|
"description": "micromark factory to parse labels (found in media, definitions)",
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"micromark",
|
||
|
"factory",
|
||
|
"label"
|
||
|
],
|
||
|
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label",
|
||
|
"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": {
|
||
|
"types": "./dev/index.d.ts",
|
||
|
"development": "./dev/index.js",
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"micromark-util-character": "^1.0.0",
|
||
|
"micromark-util-symbol": "^1.0.0",
|
||
|
"micromark-util-types": "^1.0.0",
|
||
|
"uvu": "^0.5.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "micromark-build"
|
||
|
},
|
||
|
"xo": false,
|
||
|
"typeCoverage": {
|
||
|
"atLeast": 100,
|
||
|
"detail": true,
|
||
|
"strict": true,
|
||
|
"ignoreCatch": true
|
||
|
}
|
||
|
}
|