package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "_from": "unified@^9.1.0",
  3. "_id": "unified@9.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
  6. "_location": "/unified",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unified@^9.1.0",
  12. "name": "unified",
  13. "escapedName": "unified",
  14. "rawSpec": "^9.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.1.0"
  17. },
  18. "_requiredBy": [
  19. "/remark"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
  22. "_shasum": "67649a1abfc3ab85d2969502902775eb03146975",
  23. "_spec": "unified@^9.1.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/unifiedjs/unified/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": "Junyoung Choi",
  42. "email": "fluke8259@gmail.com"
  43. },
  44. {
  45. "name": "Hernan Rajchert",
  46. "email": "hrajchert@gmail.com"
  47. },
  48. {
  49. "name": "Christian Murphy",
  50. "email": "christian.murphy.42@gmail.com"
  51. },
  52. {
  53. "name": "Vse Mozhet Byt",
  54. "email": "vsemozhetbyt@gmail.com"
  55. },
  56. {
  57. "name": "Richard Littauer",
  58. "email": "richard.littauer@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "bail": "^1.0.0",
  63. "extend": "^3.0.0",
  64. "is-buffer": "^2.0.0",
  65. "is-plain-obj": "^2.0.0",
  66. "trough": "^1.0.0",
  67. "vfile": "^4.0.0"
  68. },
  69. "deprecated": false,
  70. "description": "Interface for parsing, inspecting, transforming, and serializing content through syntax trees",
  71. "devDependencies": {
  72. "browserify": "^17.0.0",
  73. "c8": "^7.0.0",
  74. "dtslint": "^4.0.0",
  75. "prettier": "^2.0.0",
  76. "remark-cli": "^9.0.0",
  77. "remark-preset-wooorm": "^8.0.0",
  78. "tape": "^5.0.0",
  79. "tinyify": "^3.0.0",
  80. "vfile5": "npm:vfile@5",
  81. "xo": "^0.38.0"
  82. },
  83. "files": [
  84. "types/ts3.4/index.d.ts",
  85. "types/ts4.0/index.d.ts",
  86. "index.js",
  87. "lib"
  88. ],
  89. "funding": {
  90. "type": "opencollective",
  91. "url": "https://opencollective.com/unified"
  92. },
  93. "homepage": "https://unifiedjs.com",
  94. "keywords": [
  95. "unified",
  96. "process",
  97. "parse",
  98. "transform",
  99. "compile",
  100. "stringify",
  101. "serialize",
  102. "ast",
  103. "cst",
  104. "syntax",
  105. "tree",
  106. "content",
  107. "rehype",
  108. "retext",
  109. "remark"
  110. ],
  111. "license": "MIT",
  112. "name": "unified",
  113. "prettier": {
  114. "tabWidth": 2,
  115. "useTabs": false,
  116. "singleQuote": true,
  117. "bracketSpacing": false,
  118. "semi": false,
  119. "trailingComma": "none"
  120. },
  121. "remarkConfig": {
  122. "plugins": [
  123. "preset-wooorm"
  124. ]
  125. },
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/unifiedjs/unified.git"
  129. },
  130. "scripts": {
  131. "build": "npm run build-bundle && npm run build-mangle",
  132. "build-bundle": "browserify index.js -s unified -o unified.js",
  133. "build-mangle": "browserify index.js -s unified -p tinyify -o unified.min.js",
  134. "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
  135. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  136. "test-api": "node test",
  137. "test-coverage": "c8 --check-coverage --lines 100 --functions 100 --branches 100 --reporter lcov tape test",
  138. "test-types": "npm run test-types-3.4 && npm run test-types-4.0",
  139. "test-types-3.4": "dtslint types/ts3.4",
  140. "test-types-4.0": "dtslint types/ts4.0"
  141. },
  142. "types": "types/ts3.4/index.d.ts",
  143. "typesVersions": {
  144. ">=4.0": {
  145. "types/ts3.4/*": [
  146. "types/ts4.0/*"
  147. ]
  148. }
  149. },
  150. "version": "9.2.2",
  151. "xo": {
  152. "prettier": true,
  153. "esnext": false,
  154. "rules": {
  155. "guard-for-in": "off",
  156. "no-unreachable-loop": "off",
  157. "unicorn/prefer-number-properties": "off",
  158. "unicorn/prefer-optional-catch-binding": "off",
  159. "unicorn/prefer-reflect-apply": "off",
  160. "unicorn/prefer-type-error": "off"
  161. },
  162. "ignores": [
  163. "types",
  164. "unified.js"
  165. ]
  166. }
  167. }