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

42 lines
1,022 B
Text

{
"name": "micromark-util-types",
"version": "1.0.2",
"description": "micromark utility with a couple of typescript types",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"typescript",
"types"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-types",
"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"
},
"xo": false
}