package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "markdown-table@1.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "markdown-table@1.1.3",
  9. "_id": "markdown-table@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==",
  12. "_location": "/markdown-table",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "markdown-table@1.1.3",
  18. "name": "markdown-table",
  19. "escapedName": "markdown-table",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/remark-stringify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz",
  28. "_spec": "1.1.3",
  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/wooorm/markdown-table/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": "Markdown/ASCII tables",
  47. "devDependencies": {
  48. "browserify": "^16.0.0",
  49. "chalk": "^2.0.0",
  50. "nyc": "^14.0.0",
  51. "prettier": "^1.12.1",
  52. "remark-cli": "^6.0.0",
  53. "remark-preset-wooorm": "^4.0.0",
  54. "strip-ansi": "^5.0.0",
  55. "tape": "^4.4.0",
  56. "tinyify": "^2.5.0",
  57. "xo": "^0.24.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/wooorm/markdown-table#readme",
  63. "keywords": [
  64. "text",
  65. "markdown",
  66. "table",
  67. "align",
  68. "ascii",
  69. "rows",
  70. "tabular"
  71. ],
  72. "license": "MIT",
  73. "name": "markdown-table",
  74. "nyc": {
  75. "check-coverage": true,
  76. "lines": 100,
  77. "functions": 100,
  78. "branches": 100
  79. },
  80. "prettier": {
  81. "tabWidth": 2,
  82. "useTabs": false,
  83. "singleQuote": true,
  84. "bracketSpacing": false,
  85. "semi": false,
  86. "trailingComma": "none"
  87. },
  88. "remarkConfig": {
  89. "plugins": [
  90. "preset-wooorm"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/wooorm/markdown-table.git"
  96. },
  97. "scripts": {
  98. "build": "npm run build-bundle && npm run build-mangle",
  99. "build-bundle": "browserify . -s markdownTable -o markdown-table.js",
  100. "build-mangle": "browserify . -s markdownTable -p tinyify -o markdown-table.min.js",
  101. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  102. "test": "npm run format && npm run build && npm run test-coverage",
  103. "test-api": "node test",
  104. "test-coverage": "nyc --reporter lcov tape test.js"
  105. },
  106. "version": "1.1.3",
  107. "xo": {
  108. "prettier": true,
  109. "esnext": false,
  110. "rules": {
  111. "complexity": "off",
  112. "max-depth": "off"
  113. },
  114. "ignores": [
  115. "markdown-table.js"
  116. ]
  117. }
  118. }