package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "remark-toc@5.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark-toc@5.1.1",
  9. "_id": "remark-toc@5.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vCPW4YOsm2CfyuScdktM9KDnJXVHJsd/ZeRtst+dnBU3B3KKvt8bc+bs5syJjyptAHfqo7H+5Uhz+2blWBfwow==",
  12. "_location": "/remark-toc",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark-toc@5.1.1",
  18. "name": "remark-toc",
  19. "escapedName": "remark-toc",
  20. "rawSpec": "5.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.1"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-5.1.1.tgz",
  28. "_spec": "5.1.1",
  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/remarkjs/remark-toc/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "mdast-util-toc": "^3.0.0",
  47. "remark-slug": "^5.0.0"
  48. },
  49. "description": "Generate a Table of Contents (TOC) for Markdown files",
  50. "devDependencies": {
  51. "browserify": "^16.0.0",
  52. "is-hidden": "^1.1.0",
  53. "negate": "^1.0.0",
  54. "nyc": "^13.0.0",
  55. "prettier": "^1.14.2",
  56. "remark": "^10.0.0",
  57. "remark-cli": "^6.0.0",
  58. "remark-preset-wooorm": "^4.0.0",
  59. "tape": "^4.0.0",
  60. "tinyify": "^2.4.3",
  61. "xo": "^0.23.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/remarkjs/remark-toc#readme",
  67. "keywords": [
  68. "text",
  69. "markdown",
  70. "plain",
  71. "text",
  72. "table",
  73. "of",
  74. "contents",
  75. "content",
  76. "toc",
  77. "generation",
  78. "remark"
  79. ],
  80. "license": "MIT",
  81. "name": "remark-toc",
  82. "prettier": {
  83. "tabWidth": 2,
  84. "useTabs": false,
  85. "singleQuote": true,
  86. "bracketSpacing": false,
  87. "semi": false,
  88. "trailingComma": "none"
  89. },
  90. "remarkConfig": {
  91. "plugins": [
  92. "preset-wooorm"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/remarkjs/remark-toc.git"
  98. },
  99. "scripts": {
  100. "build": "npm run build-bundle && npm run build-mangle",
  101. "build-bundle": "browserify . -s remarkToc > remark-toc.js",
  102. "build-mangle": "browserify . -s remarkToc -p tinyify > remark-toc.min.js",
  103. "format": "remark *.md -qfo && prettier --write \"**/*.js\" && xo --fix",
  104. "test": "npm run format && npm run build && npm run test-coverage",
  105. "test-api": "node test",
  106. "test-coverage": "nyc --reporter lcov tape test/index.js"
  107. },
  108. "version": "5.1.1",
  109. "xo": {
  110. "prettier": true,
  111. "esnext": false,
  112. "ignores": [
  113. "remark-toc.js"
  114. ]
  115. }
  116. }