package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "remark-slug@5.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remark-slug@5.1.2",
  9. "_id": "remark-slug@5.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A==",
  12. "_location": "/remark-slug",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remark-slug@5.1.2",
  18. "name": "remark-slug",
  19. "escapedName": "remark-slug",
  20. "rawSpec": "5.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.2"
  23. },
  24. "_requiredBy": [
  25. "/remark-toc"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remark-slug/-/remark-slug-5.1.2.tgz",
  28. "_spec": "5.1.2",
  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-slug/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. },
  44. {
  45. "name": "Jayson Harshbarger",
  46. "email": "hypercubed@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "github-slugger": "^1.0.0",
  51. "mdast-util-to-string": "^1.0.0",
  52. "unist-util-visit": "^1.0.0"
  53. },
  54. "description": "remark plugin to add anchors to headings",
  55. "devDependencies": {
  56. "browserify": "^16.0.0",
  57. "nyc": "^14.0.0",
  58. "prettier": "^1.0.0",
  59. "remark": "^10.0.0",
  60. "remark-cli": "^6.0.0",
  61. "remark-preset-wooorm": "^5.0.0",
  62. "tape": "^4.0.0",
  63. "tinyify": "^2.0.0",
  64. "unist-builder": "^1.0.0",
  65. "unist-util-remove-position": "^1.0.0",
  66. "xo": "^0.24.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/remarkjs/remark-slug#readme",
  72. "keywords": [
  73. "unified",
  74. "remark",
  75. "plugin",
  76. "mdast",
  77. "markdown",
  78. "text",
  79. "slug",
  80. "id",
  81. "github",
  82. "npm"
  83. ],
  84. "license": "MIT",
  85. "name": "remark-slug",
  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/remarkjs/remark-slug.git"
  102. },
  103. "scripts": {
  104. "build": "npm run build-bundle && npm run build-mangle",
  105. "build-bundle": "browserify . -s remarkSlug > remark-slug.js",
  106. "build-mangle": "browserify . -s remarkSlug -p tinyify > remark-slug.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": "5.1.2",
  113. "xo": {
  114. "prettier": true,
  115. "esnext": false,
  116. "ignores": [
  117. "remark-slug.js"
  118. ]
  119. }
  120. }