Urara-Blog/node_modules/.pnpm-store/v3/files/2d/dfeb5eae32d11d201a7e439b251d270f582a4666b1e294ce1c2fc89e4f014ffdfa970845915854db465dc32e7550462e62dad2c4d47cee221e1f58e1fbb1ef
2022-08-14 01:14:53 +08:00

56 lines
1.4 KiB
Text

{
"name": "micromark-util-normalize-identifier",
"version": "1.0.0",
"description": "micromark utility normalize identifiers (as found in references, definitions)",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"normalize",
"id",
"identifier"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-normalize-identifier",
"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-util-symbol": "^1.0.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
}
}