CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
1{2  "name": "micromark-util-resolve-all",3  "version": "2.0.1",4  "description": "micromark utility to resolve subtokens",5  "license": "MIT",6  "keywords": [7    "micromark",8    "util",9    "utility",10    "resolve"11  ],12  "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all",13  "bugs": "https://github.com/micromark/micromark/issues",14  "funding": [15    {16      "type": "GitHub Sponsors",17      "url": "https://github.com/sponsors/unifiedjs"18    },19    {20      "type": "OpenCollective",21      "url": "https://opencollective.com/unified"22    }23  ],24  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",25  "contributors": [26    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"27  ],28  "sideEffects": false,29  "type": "module",30  "files": [31    "index.d.ts.map",32    "index.d.ts",33    "index.js"34  ],35  "exports": "./index.js",36  "dependencies": {37    "micromark-util-types": "^2.0.0"38  },39  "xo": {40    "envs": [41      "shared-node-browser"42    ],43    "prettier": true,44    "rules": {45      "unicorn/prefer-code-point": "off"46    }47  }48}49