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

48 lines
1.1 KiB
Text

{
"name": "micromark-util-encode",
"version": "1.0.1",
"description": "micromark utility to encode dangerous html characters",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"html",
"encode"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-encode",
"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 && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}