package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "vfile-reporter@6.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "vfile-reporter@6.0.1",
  9. "_id": "vfile-reporter@6.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0OppK9mo8G2XUpv+hIKLVSDsoxJrXnOy73+vIm0jQUOUFYRduqpFHX+QqAQfvRHyX9B0UFiRuNJnBOjQCIsw1g==",
  12. "_location": "/vfile-reporter",
  13. "_phantomChildren": {
  14. "@types/unist": "2.0.3",
  15. "emoji-regex": "8.0.0",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "vfile-reporter@6.0.1",
  22. "name": "vfile-reporter",
  23. "escapedName": "vfile-reporter",
  24. "rawSpec": "6.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "6.0.1"
  27. },
  28. "_requiredBy": [
  29. "/documentation"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-6.0.1.tgz",
  32. "_spec": "6.0.1",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Titus Wormer",
  36. "email": "tituswormer@gmail.com",
  37. "url": "https://wooorm.com"
  38. },
  39. "browserslist": "> 2.5%, node 6",
  40. "bugs": {
  41. "url": "https://github.com/vfile/vfile-reporter/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Titus Wormer",
  46. "email": "tituswormer@gmail.com",
  47. "url": "https://wooorm.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "repeat-string": "^1.5.0",
  52. "string-width": "^4.0.0",
  53. "supports-color": "^6.0.0",
  54. "unist-util-stringify-position": "^2.0.0",
  55. "vfile-sort": "^2.1.2",
  56. "vfile-statistics": "^1.1.0"
  57. },
  58. "description": "vfile utility to create a report for a file",
  59. "devDependencies": {
  60. "@babel/core": "^7.1.2",
  61. "@babel/preset-env": "^7.1.0",
  62. "babelify": "^10.0.0",
  63. "browserify": "^16.0.0",
  64. "chalk": "^3.0.0",
  65. "figures": "^3.0.0",
  66. "nyc": "^15.0.0",
  67. "prettier": "^1.0.0",
  68. "remark-cli": "^7.0.0",
  69. "remark-preset-wooorm": "^6.0.0",
  70. "strip-ansi": "^6.0.0",
  71. "tape": "^4.0.0",
  72. "tinyify": "^2.0.0",
  73. "vfile": "^4.0.0",
  74. "xo": "^0.27.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/unified"
  82. },
  83. "homepage": "https://github.com/vfile/vfile-reporter#readme",
  84. "keywords": [
  85. "vfile",
  86. "vfile-util",
  87. "vfile-reporter",
  88. "util",
  89. "utility",
  90. "reporter",
  91. "virtual",
  92. "file",
  93. "formatter",
  94. "report",
  95. "format",
  96. "message",
  97. "warning",
  98. "error"
  99. ],
  100. "license": "MIT",
  101. "name": "vfile-reporter",
  102. "nyc": {
  103. "check-coverage": true,
  104. "lines": 100,
  105. "functions": 100,
  106. "branches": 100
  107. },
  108. "prettier": {
  109. "tabWidth": 2,
  110. "useTabs": false,
  111. "singleQuote": true,
  112. "bracketSpacing": false,
  113. "semi": false,
  114. "trailingComma": "none"
  115. },
  116. "remarkConfig": {
  117. "plugins": [
  118. "preset-wooorm"
  119. ]
  120. },
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/vfile/vfile-reporter.git"
  124. },
  125. "scripts": {
  126. "build": "npm run build-bundle && npm run build-mangle",
  127. "build-bundle": "browserify . --bare -s vfileReporter -g [ babelify --presets [ \"@babel/preset-env\" ] ] > vfile-reporter.js",
  128. "build-mangle": "browserify . --bare -s vfileReporter -g [ babelify --presets [ \"@babel/preset-env\" ] ] -p tinyify > vfile-reporter.min.js",
  129. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  130. "test": "npm run format && npm run build && npm run test-coverage",
  131. "test-api": "node test",
  132. "test-coverage": "nyc --reporter lcov tape test.js"
  133. },
  134. "version": "6.0.1",
  135. "xo": {
  136. "prettier": true,
  137. "esnext": false,
  138. "ignores": [
  139. "vfile-reporter.js"
  140. ]
  141. }
  142. }