package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "vfile-statistics@1.1.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "vfile-statistics@1.1.4",
  9. "_id": "vfile-statistics@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lXhElVO0Rq3frgPvFBwahmed3X03vjPF8OcjKMy8+F1xU/3Q3QU3tKEDp743SFtb74PdF0UWpxPvtOP0GCLheA==",
  12. "_location": "/vfile-statistics",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vfile-statistics@1.1.4",
  18. "name": "vfile-statistics",
  19. "escapedName": "vfile-statistics",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/vfile-reporter"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-1.1.4.tgz",
  28. "_spec": "1.1.4",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "https://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vfile/vfile-statistics/issues"
  37. },
  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. "dependencies": {},
  50. "description": "vfile utility to count messages per category: failures, warnings, etc",
  51. "devDependencies": {
  52. "browserify": "^16.0.0",
  53. "nyc": "^15.0.0",
  54. "prettier": "^1.0.0",
  55. "remark-cli": "^7.0.0",
  56. "remark-preset-wooorm": "^6.0.0",
  57. "tape": "^4.0.0",
  58. "tinyify": "^2.0.0",
  59. "vfile": "^4.0.0",
  60. "xo": "^0.27.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "funding": {
  66. "type": "opencollective",
  67. "url": "https://opencollective.com/unified"
  68. },
  69. "homepage": "https://github.com/vfile/vfile-statistics#readme",
  70. "keywords": [
  71. "vfile",
  72. "vfile-util",
  73. "util",
  74. "utility",
  75. "virtual",
  76. "file",
  77. "message",
  78. "count",
  79. "statistics"
  80. ],
  81. "license": "MIT",
  82. "name": "vfile-statistics",
  83. "nyc": {
  84. "check-coverage": true,
  85. "lines": 100,
  86. "functions": 100,
  87. "branches": 100
  88. },
  89. "prettier": {
  90. "tabWidth": 2,
  91. "useTabs": false,
  92. "singleQuote": true,
  93. "bracketSpacing": false,
  94. "semi": false,
  95. "trailingComma": "none"
  96. },
  97. "remarkConfig": {
  98. "plugins": [
  99. "preset-wooorm"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/vfile/vfile-statistics.git"
  105. },
  106. "scripts": {
  107. "build": "npm run build-bundle && npm run build-mangle",
  108. "build-bundle": "browserify . -s vfileStatistics > vfile-statistics.js",
  109. "build-mangle": "browserify . -s vfileStatistics -p tinyify > vfile-statistics.min.js",
  110. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  111. "test": "npm run format && npm run build && npm run test-coverage",
  112. "test-api": "node test",
  113. "test-coverage": "nyc --reporter lcov tape test.js"
  114. },
  115. "version": "1.1.4",
  116. "xo": {
  117. "prettier": true,
  118. "esnext": false,
  119. "ignores": [
  120. "vfile-statistics.js"
  121. ]
  122. }
  123. }