Urara-Blog/node_modules/.pnpm-store/v3/files/b9/6d2713c1943f8597b4a90353175af1d9c82640cb1ec3a0a11231959e0a8eb3c0f65864a2dd2193d33fb24520b66b2b2aa86d1619529aa6d79695ba99f140ff
2022-08-14 01:14:53 +08:00

58 lines
1.4 KiB
Text

{
"name": "micromark-util-decode-numeric-character-reference",
"version": "1.0.0",
"description": "micromark utility to decode numeric character references",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"decode",
"numeric",
"number",
"character",
"reference"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-numeric-character-reference",
"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
}
}