1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "micromark-factory-destination",
- "version": "2.0.0",
- "description": "micromark factory to parse destinations (found in resources, definitions)",
- "license": "MIT",
- "keywords": [
- "micromark",
- "factory",
- "destination"
- ],
- "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination",
- "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-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "scripts": {
- "build": "micromark-build"
- },
- "xo": false
- }
|