package.json 3.7 KB

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