astro-ghostcms/.pnpm-store/v3/files/e1/52fd55ee774ac1ce9d9bf8f0209...

49 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "micromark-factory-whitespace",
"version": "2.0.0",
"description": "micromark factory to parse markdown whitespace (found in lots of places)",
"license": "MIT",
"keywords": [
"micromark",
"factory",
"whitespace"
],
"repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace",
"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-factory-space": "^2.0.0",
"micromark-util-character": "^2.0.0",
"micromark-util-symbol": "^2.0.0",
"micromark-util-types": "^2.0.0"
},
"scripts": {
"build": "micromark-build"
},
"xo": false
}