package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "unified@6.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unified@6.2.0",
  9. "_id": "unified@6.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
  12. "_location": "/unified",
  13. "_phantomChildren": {
  14. "is-buffer": "1.1.6",
  15. "replace-ext": "1.0.0",
  16. "unist-util-stringify-position": "1.1.2",
  17. "vfile-message": "1.1.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "unified@6.2.0",
  23. "name": "unified",
  24. "escapedName": "unified",
  25. "rawSpec": "6.2.0",
  26. "saveSpec": null,
  27. "fetchSpec": "6.2.0"
  28. },
  29. "_requiredBy": [
  30. "/remark"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
  33. "_spec": "6.2.0",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Titus Wormer",
  37. "email": "tituswormer@gmail.com",
  38. "url": "http://wooorm.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/unifiedjs/unified/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Titus Wormer",
  46. "email": "tituswormer@gmail.com",
  47. "url": "http://wooorm.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "bail": "^1.0.0",
  52. "extend": "^3.0.0",
  53. "is-plain-obj": "^1.1.0",
  54. "trough": "^1.0.0",
  55. "vfile": "^2.0.0",
  56. "x-is-string": "^0.1.0"
  57. },
  58. "description": "Pluggable text processing interface",
  59. "devDependencies": {
  60. "browserify": "^16.0.0",
  61. "esmangle": "^1.0.0",
  62. "nyc": "^11.0.0",
  63. "prettier": "^1.12.1",
  64. "remark-cli": "^5.0.0",
  65. "remark-preset-wooorm": "^4.0.0",
  66. "tape": "^4.4.0",
  67. "xo": "^0.20.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/unifiedjs/unified#readme",
  74. "keywords": [
  75. "process",
  76. "parse",
  77. "transform",
  78. "compile",
  79. "stringify",
  80. "rehype",
  81. "retext",
  82. "remark"
  83. ],
  84. "license": "MIT",
  85. "name": "unified",
  86. "nyc": {
  87. "check-coverage": true,
  88. "lines": 100,
  89. "functions": 100,
  90. "branches": 100
  91. },
  92. "prettier": {
  93. "tabWidth": 2,
  94. "useTabs": false,
  95. "singleQuote": true,
  96. "bracketSpacing": false,
  97. "semi": false,
  98. "trailingComma": "none"
  99. },
  100. "remarkConfig": {
  101. "plugins": [
  102. "preset-wooorm"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/unifiedjs/unified.git"
  108. },
  109. "scripts": {
  110. "build": "npm run build-bundle && npm run build-mangle",
  111. "build-bundle": "browserify index.js -s unified > unified.js",
  112. "build-mangle": "esmangle unified.js > unified.min.js",
  113. "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
  114. "test": "npm run format && npm run build && npm run test-coverage",
  115. "test-api": "node test",
  116. "test-coverage": "nyc --reporter lcov tape test"
  117. },
  118. "version": "6.2.0",
  119. "xo": {
  120. "prettier": true,
  121. "esnext": false,
  122. "rules": {
  123. "guard-for-in": "off",
  124. "no-var": "off",
  125. "object-shorthand": "off",
  126. "prefer-arrow-callback": "off",
  127. "unicorn/prefer-type-error": "off"
  128. },
  129. "ignores": [
  130. "unified.js"
  131. ]
  132. }
  133. }