Urara-Blog/node_modules/.pnpm-store/v3/files/d6/8f272a5db2a014f1d276d618449dced899e3dda6625d45b6000e6b1c91c713fd196a0d8a7747671a431c46da17be20eab6ae57aeb7de4923a97a7ea6a3b298
2022-08-14 01:14:53 +08:00

60 lines
1.4 KiB
Text

{
"name": "micromark-util-symbol",
"version": "1.0.1",
"description": "micromark utility with symbols",
"license": "MIT",
"keywords": [
"micromark",
"util",
"utility",
"symbol"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-symbol",
"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": [
"codes.d.ts",
"codes.js",
"constants.d.ts",
"constants.js",
"types.d.ts",
"types.js",
"values.d.ts",
"values.js"
],
"exports": {
"./codes": "./codes.js",
"./codes.js": "./codes.js",
"./constants": "./constants.js",
"./constants.js": "./constants.js",
"./types": "./types.js",
"./types.js": "./types.js",
"./values": "./values.js",
"./values.js": "./values.js"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}