package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "remark@^13.0.0",
  3. "_id": "remark@13.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==",
  6. "_location": "/remark",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "remark@^13.0.0",
  12. "name": "remark",
  13. "escapedName": "remark",
  14. "rawSpec": "^13.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^13.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@stylelint/postcss-markdown"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",
  22. "_shasum": "d15d9bf71a402f40287ebe36067b66d54868e425",
  23. "_spec": "remark@^13.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@stylelint\\postcss-markdown",
  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. "dependencies": {
  42. "remark-parse": "^9.0.0",
  43. "remark-stringify": "^9.0.0",
  44. "unified": "^9.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "Markdown processor powered by plugins part of the unified collective",
  48. "files": [
  49. "index.js",
  50. "types/index.d.ts"
  51. ],
  52. "funding": {
  53. "type": "opencollective",
  54. "url": "https://opencollective.com/unified"
  55. },
  56. "homepage": "https://remark.js.org",
  57. "keywords": [
  58. "unified",
  59. "remark",
  60. "markdown",
  61. "mdast",
  62. "abstract",
  63. "syntax",
  64. "tree",
  65. "ast",
  66. "parse",
  67. "stringify",
  68. "serialize",
  69. "compile",
  70. "process"
  71. ],
  72. "license": "MIT",
  73. "name": "remark",
  74. "repository": {
  75. "type": "git",
  76. "url": "https://github.com/remarkjs/remark/tree/main/packages/remark"
  77. },
  78. "scripts": {
  79. "test": "tape test.js"
  80. },
  81. "types": "types/index.d.ts",
  82. "version": "13.0.0",
  83. "xo": false
  84. }