package.json 2.8 KB

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