package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "vfile-location@2.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "vfile-location@2.0.6",
  9. "_id": "vfile-location@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
  12. "_location": "/vfile-location",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vfile-location@2.0.6",
  18. "name": "vfile-location",
  19. "escapedName": "vfile-location",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/remark-parse"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
  28. "_spec": "2.0.6",
  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-location/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file",
  47. "devDependencies": {
  48. "browserify": "^16.0.0",
  49. "nyc": "^14.0.0",
  50. "prettier": "^1.0.0",
  51. "remark-cli": "^7.0.0",
  52. "remark-preset-wooorm": "^6.0.0",
  53. "tape": "^4.0.0",
  54. "tinyify": "^2.0.0",
  55. "vfile": "^4.0.0",
  56. "xo": "^0.25.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "funding": {
  62. "type": "opencollective",
  63. "url": "https://opencollective.com/unified"
  64. },
  65. "homepage": "https://github.com/vfile/vfile-location#readme",
  66. "keywords": [
  67. "remark",
  68. "comment",
  69. "message",
  70. "marker",
  71. "control"
  72. ],
  73. "license": "MIT",
  74. "name": "vfile-location",
  75. "nyc": {
  76. "check-coverage": true,
  77. "lines": 100,
  78. "functions": 100,
  79. "branches": 100
  80. },
  81. "prettier": {
  82. "tabWidth": 2,
  83. "useTabs": false,
  84. "singleQuote": true,
  85. "bracketSpacing": false,
  86. "semi": false,
  87. "trailingComma": "none"
  88. },
  89. "remarkConfig": {
  90. "plugins": [
  91. "preset-wooorm"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/vfile/vfile-location.git"
  97. },
  98. "scripts": {
  99. "build": "npm run build-bundle && npm run build-mangle",
  100. "build-bundle": "browserify . -s vfileLocation > vfile-location.js",
  101. "build-mangle": "browserify . -s vfileLocation -p tinyify > vfile-location.min.js",
  102. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  103. "test": "npm run format && npm run build && npm run test-coverage",
  104. "test-api": "node test",
  105. "test-coverage": "nyc --reporter lcov tape test.js"
  106. },
  107. "version": "2.0.6",
  108. "xo": {
  109. "prettier": true,
  110. "esnext": false,
  111. "ignores": [
  112. "vfile-location.js"
  113. ]
  114. }
  115. }