54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "micromark-util-decode-string",
|
||
|
"version": "2.0.0",
|
||
|
"description": "micromark utility to decode markdown strings",
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"micromark",
|
||
|
"util",
|
||
|
"utility",
|
||
|
"decode",
|
||
|
"character",
|
||
|
"reference",
|
||
|
"escape",
|
||
|
"string"
|
||
|
],
|
||
|
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string",
|
||
|
"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",
|
||
|
"files": [
|
||
|
"dev/",
|
||
|
"index.d.ts",
|
||
|
"index.js"
|
||
|
],
|
||
|
"exports": {
|
||
|
"development": "./dev/index.js",
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"micromark-util-character": "^2.0.0",
|
||
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
||
|
"micromark-util-symbol": "^2.0.0",
|
||
|
"decode-named-character-reference": "^1.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "micromark-build"
|
||
|
},
|
||
|
"xo": false
|
||
|
}
|