|
|
|
@@ -8,6 +8,21 @@
|
|
|
|
|
"name": "triple-c",
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/commands": "^6.11.1",
|
|
|
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
|
|
|
"@codemirror/lang-html": "^6.4.12",
|
|
|
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
|
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
|
|
|
"@codemirror/lang-markdown": "^6.5.2",
|
|
|
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
|
|
|
"@codemirror/lang-rust": "^6.0.2",
|
|
|
|
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
|
|
|
"@codemirror/language": "^6.12.4",
|
|
|
|
|
"@codemirror/legacy-modes": "^6.5.4",
|
|
|
|
|
"@codemirror/search": "^6.7.2",
|
|
|
|
|
"@codemirror/state": "^6.7.6",
|
|
|
|
|
"@codemirror/view": "^6.43.13",
|
|
|
|
|
"@lezer/highlight": "^1.2.3",
|
|
|
|
|
"@tauri-apps/api": "^2",
|
|
|
|
|
"@tauri-apps/plugin-dialog": "^2.7.0",
|
|
|
|
|
"@tauri-apps/plugin-opener": "^2.5.3",
|
|
|
|
@@ -413,6 +428,204 @@
|
|
|
|
|
"specificity": "bin/cli.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/autocomplete": {
|
|
|
|
|
"version": "6.20.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.3.tgz",
|
|
|
|
|
"integrity": "sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.17.0",
|
|
|
|
|
"@lezer/common": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/commands": {
|
|
|
|
|
"version": "6.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-O/4hG3SC1YwcmQ0d2UVNDs+AsaNWd1iHVxbTeEBuqH+6bExAiPK3iS/BvpY6rZGURALv4ZD3sIgcCmRvw3ehBg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@codemirror/state": "^6.7.0",
|
|
|
|
|
"@codemirror/view": "^6.27.0",
|
|
|
|
|
"@lezer/common": "^1.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-css": {
|
|
|
|
|
"version": "6.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@lezer/common": "^1.0.2",
|
|
|
|
|
"@lezer/css": "^1.1.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-html": {
|
|
|
|
|
"version": "6.4.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.12.tgz",
|
|
|
|
|
"integrity": "sha512-pw2ReWKUqSkbvh76RAT4NYxiogRu+PWkR2ukAwO9uOgrm8uipkzjtKKtNpyeAQwHOqxEeSvAXZ6vr3AfyB9y/w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
|
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
|
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
|
|
|
"@codemirror/language": "^6.4.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.17.0",
|
|
|
|
|
"@lezer/common": "^1.0.0",
|
|
|
|
|
"@lezer/css": "^1.1.0",
|
|
|
|
|
"@lezer/html": "^1.3.12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-javascript": {
|
|
|
|
|
"version": "6.2.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.5.tgz",
|
|
|
|
|
"integrity": "sha512-zD4e5mS+50htS7F+TYjBPsiIFGanfVqg4HyUz6WNFikgOPf2BgKlx+TQedI1w6n/IqRBVBbBWmGFdLB/7uxO4A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
|
|
|
"@codemirror/language": "^6.6.0",
|
|
|
|
|
"@codemirror/lint": "^6.0.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.17.0",
|
|
|
|
|
"@lezer/common": "^1.0.0",
|
|
|
|
|
"@lezer/javascript": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-json": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@lezer/json": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-markdown": {
|
|
|
|
|
"version": "6.5.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.5.2.tgz",
|
|
|
|
|
"integrity": "sha512-AwBOdkWYuA//WcM0xO5PfHPUcmz/O2i5o0Nsg1U69SII/loCJlFI1Romd9xp2HYb1kYJRGZotyqRghuHH5n8Kw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.7.1",
|
|
|
|
|
"@codemirror/lang-html": "^6.0.0",
|
|
|
|
|
"@codemirror/language": "^6.3.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.0.0",
|
|
|
|
|
"@lezer/common": "^1.2.1",
|
|
|
|
|
"@lezer/markdown": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-python": {
|
|
|
|
|
"version": "6.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.3.2",
|
|
|
|
|
"@codemirror/language": "^6.8.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@lezer/common": "^1.2.1",
|
|
|
|
|
"@lezer/python": "^1.1.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-rust": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-rust/-/lang-rust-6.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-EZaGjCUegtiU7kSMvOfEZpaCReowEf3yNidYu7+vfuGTm9ow4mthAparY5hisJqOHmJowVH3Upu+eJlUji6qqA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@lezer/rust": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lang-yaml": {
|
|
|
|
|
"version": "6.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lang-yaml/-/lang-yaml-6.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-AZ8DJBuXGVHybpBQhmZtgew5//4hv3tdkXnr3vDmOUMJRuB6vn/uuwtmTOTlqEaQFg3hQSVeA90NmvIQyUV6FQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
|
|
|
"@codemirror/language": "^6.0.0",
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.2.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0",
|
|
|
|
|
"@lezer/yaml": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/language": {
|
|
|
|
|
"version": "6.12.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.4.tgz",
|
|
|
|
|
"integrity": "sha512-1q4PaT+o6PbgpkJt4Q8Fv5XJxTy4FUZ4MWETtyiDw3J0Pyr9E2vqcKL+k9wcvjNTIsauxvE7OfmWj3FRPHQ76A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.23.0",
|
|
|
|
|
"@lezer/common": "^1.5.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0",
|
|
|
|
|
"style-mod": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/legacy-modes": {
|
|
|
|
|
"version": "6.5.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.5.4.tgz",
|
|
|
|
|
"integrity": "sha512-/cZr6qZyl08iYNLGsJ862CXXNI51LryRFRE40ejgoIjXZz0C1rGkD3/Ek5jM/8w1ceRjqtt4qx/KLMh4zBTgew==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/language": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/lint": {
|
|
|
|
|
"version": "6.9.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.7.tgz",
|
|
|
|
|
"integrity": "sha512-28/+iWLYxKxsvGYhSYL7zaCZqLz5+FFFDq9tVsvGv9kv8RY4fFAchJ5WX9M3YrrRlTIsECjsXPqeNgnSmNP2dg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.42.0",
|
|
|
|
|
"crelt": "^1.0.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/search": {
|
|
|
|
|
"version": "6.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.2.tgz",
|
|
|
|
|
"integrity": "sha512-gUYkYhT2+n/+VGZ+8EzE5WFkYZUZYm1VOKDudIsNqh42uRVQJ0a6Yss9sdKT3MeOYfuL1N6AZA57oza0Oyr0LA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
|
"@codemirror/view": "^6.37.0",
|
|
|
|
|
"crelt": "^1.0.5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/state": {
|
|
|
|
|
"version": "6.7.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.7.6.tgz",
|
|
|
|
|
"integrity": "sha512-kAz+AncRtKuIknedxT1bq4XwXv4UowhbkHU1myPrtVb/jZtImWuV5BXzv5vK6i3kYACsdiZiQKFQQ5Mq7elW8w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@marijn/find-cluster-break": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@codemirror/view": {
|
|
|
|
|
"version": "6.43.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.13.tgz",
|
|
|
|
|
"integrity": "sha512-sihaFrUzAsYBQsL9J2t69y8nfMQGwcYmggAZsk+kjPbjYZMyuf2hU8tUNTZ+P+isb6XRr8JE22TZlJxBoVdH1A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@codemirror/state": "^6.7.0",
|
|
|
|
|
"crelt": "^1.0.6",
|
|
|
|
|
"style-mod": "^4.1.0",
|
|
|
|
|
"w3c-keyname": "^2.2.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@csstools/color-helpers": {
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",
|
|
|
|
@@ -1055,6 +1268,123 @@
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/common": {
|
|
|
|
|
"version": "1.5.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.2.tgz",
|
|
|
|
|
"integrity": "sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/css": {
|
|
|
|
|
"version": "1.3.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.3.8.tgz",
|
|
|
|
|
"integrity": "sha512-EJn1zcL9qoDptief6ipWKZKLiOpXkxSe0+t8CH9oiMVcZlq7NBWrjCqnc/41EIjeo/ITj1gFFiATdTkaJDL+Og==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/highlight": {
|
|
|
|
|
"version": "1.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/html": {
|
|
|
|
|
"version": "1.3.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.13.tgz",
|
|
|
|
|
"integrity": "sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/javascript": {
|
|
|
|
|
"version": "1.5.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.5.5.tgz",
|
|
|
|
|
"integrity": "sha512-sWg4yX1J6XW67AaAynVt0iwF0M5c+np36TEu+P2ifAJ8haRYvHnWDV28r1jdwnJehWCwXECutAUy56K4RBZIyg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.1.3",
|
|
|
|
|
"@lezer/lr": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/json": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/lr": {
|
|
|
|
|
"version": "1.4.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.10.tgz",
|
|
|
|
|
"integrity": "sha512-rnCpTIBafOx4mRp43xOxDJbFipJm/c0cia/V5TiGlhmMa+wsSdoGmUN3w5Bqrks/09Q/D4tNAmWaT8p6NRi77A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/markdown": {
|
|
|
|
|
"version": "1.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.7.2.tgz",
|
|
|
|
|
"integrity": "sha512-iTkYvoVcKt3WkeL7qUDyXHONZEwLio4wj8KTNi2dnjQEXBZKMV63BpQrPqfsM+OkvuRbiSTAcycYAsQzLhRNoQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.5.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/python": {
|
|
|
|
|
"version": "1.1.19",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/python/-/python-1.1.19.tgz",
|
|
|
|
|
"integrity": "sha512-MhQIURHRytsNzP/YXnqpYKW6la6voAH3kyplTOOiCdjyFY6cWWGFVmYVdHIPrElqSDf4iCDktQCockB9FxuhzQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/rust": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/rust/-/rust-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-XxErOjZzQ7yJt1agUT4fu9qQvESZ3acgoxpPaPTPOiUx+duCjaVAtZGFIgphkHxlN05djdVAIOy/wItShMEjqQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@lezer/yaml": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@lezer/yaml/-/yaml-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-2lrrHqxalACEbxIbsjhqGpSW8kWpUKuY6RHgnSAFZa6qK62wvnPxA8hGOwOoDbwHcOFs5M4o27mjGu+P7TvBmw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lezer/common": "^1.2.0",
|
|
|
|
|
"@lezer/highlight": "^1.0.0",
|
|
|
|
|
"@lezer/lr": "^1.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@marijn/find-cluster-break": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-Wy0V7+SGUjnF9/TkiM1hKVDPj7jKXduPNboMVtHTA8dySMURWqfg/JZ9E2Sq8JgSJmkl7k7Qe9FLeMSrSraWmQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rolldown/pluginutils": {
|
|
|
|
|
"version": "1.0.0-beta.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
|
|
@@ -2523,6 +2853,12 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/crelt": {
|
|
|
|
|
"version": "1.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-aK6BbWfhf4U/wCcLHKPJl/xa6VkVstRaPywWtMKGwuOLc/wZTyQYuoxgvZnNsBvv7Kg3YTBQYYBCggcviQczuA==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-tree": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
|
|
|
@@ -3599,6 +3935,12 @@
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/style-mod": {
|
|
|
|
|
"version": "4.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-XXWIQt633/EpAFx8aZDOTjBzrCaGmhvEQlQo6MVPfa2OzO2cWo+4hV9h+6UkHYlXGfy+ODXKUdP7Pthmcu5ATw==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/symbol-tree": {
|
|
|
|
|
"version": "3.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
|
|
@@ -3925,6 +4267,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/w3c-keyname": {
|
|
|
|
|
"version": "2.2.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
|
|
|
|
|
"integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/w3c-xmlserializer": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
|
|
|