package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "mdast-util-to-markdown@^0.6.0",
  3. "_id": "mdast-util-to-markdown@0.6.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==",
  6. "_location": "/mdast-util-to-markdown",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mdast-util-to-markdown@^0.6.0",
  12. "name": "mdast-util-to-markdown",
  13. "escapedName": "mdast-util-to-markdown",
  14. "rawSpec": "^0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/remark-stringify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz",
  22. "_shasum": "b33f67ca820d69e6cc527a93d4039249b504bebe",
  23. "_spec": "mdast-util-to-markdown@^0.6.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\remark-stringify",
  25. "author": {
  26. "name": "Titus Wormer",
  27. "email": "tituswormer@gmail.com",
  28. "url": "https://wooorm.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/syntax-tree/mdast-util-to-markdown/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. "@types/unist": "^2.0.0",
  43. "longest-streak": "^2.0.0",
  44. "mdast-util-to-string": "^2.0.0",
  45. "parse-entities": "^2.0.0",
  46. "repeat-string": "^1.0.0",
  47. "zwitch": "^1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "mdast utility to serialize markdown",
  51. "devDependencies": {
  52. "browserify": "^17.0.0",
  53. "dtslint": "^4.0.0",
  54. "mdast-util-from-markdown": "^0.8.0",
  55. "nyc": "^15.0.0",
  56. "prettier": "^2.0.0",
  57. "remark-cli": "^9.0.0",
  58. "remark-preset-wooorm": "^8.0.0",
  59. "tape": "^5.0.0",
  60. "tinyify": "^3.0.0",
  61. "unist-util-remove-position": "^3.0.0",
  62. "xo": "^0.37.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "lib/",
  67. "types/index.d.ts"
  68. ],
  69. "funding": {
  70. "type": "opencollective",
  71. "url": "https://opencollective.com/unified"
  72. },
  73. "homepage": "https://github.com/syntax-tree/mdast-util-to-markdown#readme",
  74. "keywords": [
  75. "unist",
  76. "mdast",
  77. "mdast-util",
  78. "util",
  79. "utility",
  80. "markdown",
  81. "markup",
  82. "serialize",
  83. "stringify",
  84. "compile",
  85. "syntax",
  86. "tree",
  87. "ast"
  88. ],
  89. "license": "MIT",
  90. "name": "mdast-util-to-markdown",
  91. "nyc": {
  92. "check-coverage": true,
  93. "lines": 100,
  94. "functions": 100,
  95. "branches": 100
  96. },
  97. "prettier": {
  98. "tabWidth": 2,
  99. "useTabs": false,
  100. "singleQuote": true,
  101. "bracketSpacing": false,
  102. "semi": false,
  103. "trailingComma": "none"
  104. },
  105. "remarkConfig": {
  106. "plugins": [
  107. "preset-wooorm"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/syntax-tree/mdast-util-to-markdown.git"
  113. },
  114. "scripts": {
  115. "build": "browserify . -s mdastUtilToMarkdown -p tinyify > mdast-util-to-markdown.min.js",
  116. "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
  117. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  118. "test-api": "node test",
  119. "test-coverage": "nyc --reporter lcov tape test.js",
  120. "test-types": "dtslint types"
  121. },
  122. "types": "types",
  123. "version": "0.6.5",
  124. "xo": {
  125. "prettier": true,
  126. "esnext": false,
  127. "rules": {
  128. "complexity": "off",
  129. "unicorn/prefer-includes": "off"
  130. },
  131. "ignores": [
  132. "types/"
  133. ]
  134. }
  135. }