package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "remark-parse@^9.0.0",
  3. "_id": "remark-parse@9.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  6. "_location": "/remark-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "remark-parse@^9.0.0",
  12. "name": "remark-parse",
  13. "escapedName": "remark-parse",
  14. "rawSpec": "^9.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.0"
  17. },
  18. "_requiredBy": [
  19. "/remark"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  22. "_shasum": "4d20a299665880e4f4af5d90b7c7b8a935853640",
  23. "_spec": "remark-parse@^9.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\remark",
  25. "author": {
  26. "name": "Titus Wormer",
  27. "email": "tituswormer@gmail.com",
  28. "url": "https://wooorm.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/remarkjs/remark/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Titus Wormer",
  37. "email": "tituswormer@gmail.com",
  38. "url": "https://wooorm.com"
  39. },
  40. {
  41. "name": "Eugene Sharygin",
  42. "email": "eush77@gmail.com"
  43. },
  44. {
  45. "name": "Junyoung Choi",
  46. "email": "fluke8259@gmail.com"
  47. },
  48. {
  49. "name": "Elijah Hamovitz",
  50. "email": "elijahhamovitz@gmail.com"
  51. },
  52. {
  53. "name": "Ika",
  54. "email": "ikatyang@gmail.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "mdast-util-from-markdown": "^0.8.0"
  59. },
  60. "deprecated": false,
  61. "description": "remark plugin to parse Markdown",
  62. "files": [
  63. "index.js",
  64. "types/index.d.ts"
  65. ],
  66. "funding": {
  67. "type": "opencollective",
  68. "url": "https://opencollective.com/unified"
  69. },
  70. "homepage": "https://remark.js.org",
  71. "keywords": [
  72. "unified",
  73. "remark",
  74. "remark-plugin",
  75. "plugin",
  76. "markdown",
  77. "mdast",
  78. "abstract",
  79. "syntax",
  80. "tree",
  81. "ast",
  82. "parse"
  83. ],
  84. "license": "MIT",
  85. "name": "remark-parse",
  86. "repository": {
  87. "type": "git",
  88. "url": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse"
  89. },
  90. "scripts": {
  91. "test": "tape test.js"
  92. },
  93. "types": "types/index.d.ts",
  94. "version": "9.0.0",
  95. "xo": false
  96. }