package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "_from": "vfile@^4.0.0",
  3. "_id": "vfile@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  6. "_location": "/vfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vfile@^4.0.0",
  12. "name": "vfile",
  13. "escapedName": "vfile",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unified"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  22. "_shasum": "03f1dce28fc625c625bc6514350fbdb00fa9e624",
  23. "_spec": "vfile@^4.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\unified",
  25. "author": {
  26. "name": "Titus Wormer",
  27. "email": "tituswormer@gmail.com",
  28. "url": "https://wooorm.com"
  29. },
  30. "browser": {
  31. "./lib/minpath.js": "./lib/minpath.browser.js",
  32. "./lib/minproc.js": "./lib/minproc.browser.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vfile/vfile/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. },
  44. {
  45. "name": "Brendan Abbott",
  46. "email": "brendan.abbott@temando.com"
  47. },
  48. {
  49. "name": "Denys Dovhan",
  50. "email": "email@denysdovhan.com"
  51. },
  52. {
  53. "name": "Kyle Mathews",
  54. "email": "mathews.kyle@gmail.com"
  55. },
  56. {
  57. "name": "Shinnosuke Watanabe",
  58. "email": "snnskwtnb@gmail.com"
  59. },
  60. {
  61. "name": "Sindre Sorhus",
  62. "email": "sindresorhus@gmail.com"
  63. }
  64. ],
  65. "dependencies": {
  66. "@types/unist": "^2.0.0",
  67. "is-buffer": "^2.0.0",
  68. "unist-util-stringify-position": "^2.0.0",
  69. "vfile-message": "^2.0.0"
  70. },
  71. "deprecated": false,
  72. "description": "Virtual file format for text processing",
  73. "devDependencies": {
  74. "browserify": "^17.0.0",
  75. "dtslint": "^4.0.0",
  76. "nyc": "^15.0.0",
  77. "prettier": "^2.0.0",
  78. "remark-cli": "^9.0.0",
  79. "remark-preset-wooorm": "^8.0.0",
  80. "tape": "^5.0.0",
  81. "tinyify": "^3.0.0",
  82. "xo": "^0.35.0"
  83. },
  84. "files": [
  85. "lib/",
  86. "types/index.d.ts",
  87. "index.js",
  88. "core.js"
  89. ],
  90. "funding": {
  91. "type": "opencollective",
  92. "url": "https://opencollective.com/unified"
  93. },
  94. "homepage": "https://github.com/vfile/vfile#readme",
  95. "keywords": [
  96. "vfile",
  97. "virtual",
  98. "file",
  99. "text",
  100. "processing",
  101. "message",
  102. "warning",
  103. "error",
  104. "remark",
  105. "retext",
  106. "rehype"
  107. ],
  108. "license": "MIT",
  109. "name": "vfile",
  110. "nyc": {
  111. "check-coverage": true,
  112. "lines": 100,
  113. "functions": 100,
  114. "branches": 100
  115. },
  116. "prettier": {
  117. "tabWidth": 2,
  118. "useTabs": false,
  119. "singleQuote": true,
  120. "bracketSpacing": false,
  121. "semi": false,
  122. "trailingComma": "none"
  123. },
  124. "react-native": {
  125. "./lib/minpath.js": "./lib/minpath.browser.js",
  126. "./lib/minproc.js": "./lib/minproc.browser.js"
  127. },
  128. "remarkConfig": {
  129. "plugins": [
  130. "preset-wooorm",
  131. [
  132. "lint-no-html",
  133. false
  134. ]
  135. ]
  136. },
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/vfile/vfile.git"
  140. },
  141. "scripts": {
  142. "build": "npm run build-bundle && npm run build-mangle",
  143. "build-bundle": "browserify . -s VFile -o vfile.js",
  144. "build-mangle": "browserify . -s VFile -o vfile.min.js -p tinyify",
  145. "format": "remark . -qfo && prettier . --write && xo --fix",
  146. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  147. "test-api": "node test",
  148. "test-coverage": "nyc --reporter lcov tape test.js",
  149. "test-types": "dtslint types"
  150. },
  151. "types": "types/index.d.ts",
  152. "version": "4.2.1",
  153. "xo": {
  154. "prettier": true,
  155. "esnext": false,
  156. "ignores": [
  157. "types",
  158. "vfile.js"
  159. ],
  160. "rules": {
  161. "unicorn/explicit-length-check": "off",
  162. "unicorn/prefer-includes": "off",
  163. "unicorn/prefer-reflect-apply": "off",
  164. "unicorn/prefer-number-properties": "off",
  165. "max-depth": "off",
  166. "complexity": "off"
  167. }
  168. }
  169. }