basant307/AI_Governance_Project
048
1{2 "name": "micromark-factory-whitespace",3 "version": "2.0.1",4 "description": "micromark factory to parse markdown whitespace (found in lots of places)",5 "license": "MIT",6 "keywords": [7 "micromark",8 "factory",9 "whitespace"10 ],11 "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace",12 "bugs": "https://github.com/micromark/micromark/issues",13 "funding": [14 {15 "type": "GitHub Sponsors",16 "url": "https://github.com/sponsors/unifiedjs"17 },18 {19 "type": "OpenCollective",20 "url": "https://opencollective.com/unified"21 }22 ],23 "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",24 "contributors": [25 "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"26 ],27 "sideEffects": false,28 "type": "module",29 "files": [30 "dev/",31 "index.d.ts.map",32 "index.d.ts",33 "index.js"34 ],35 "exports": {36 "development": "./dev/index.js",37 "default": "./index.js"38 },39 "dependencies": {40 "micromark-factory-space": "^2.0.0",41 "micromark-util-character": "^2.0.0",42 "micromark-util-symbol": "^2.0.0",43 "micromark-util-types": "^2.0.0"44 },45 "scripts": {46 "build": "micromark-build"47 },48 "xo": {49 "envs": [50 "shared-node-browser"51 ],52 "prettier": true,53 "rules": {54 "unicorn/prefer-code-point": "off"55 }56 }57}58 