This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

33
node_modules/@slorber/remark-comment/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "@slorber/remark-comment",
"version": "1.0.0",
"description": "Remark plugin to support comments",
"author": "Lee Byron <lee@leebyron.com> (https://leebyron.com)",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"mdast",
"markdown",
"comment"
],
"repository": "https://github.com/leebyron/remark-comment",
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"dependencies": {
"micromark-factory-space": "^1.0.0",
"micromark-util-character": "^1.1.0",
"micromark-util-symbol": "^1.0.1"
},
"scripts": {
"test": "cd test && npm install --no-package-lock && npm test"
}
}