package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "mdast-util-to-string@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "mdast-util-to-string@1.1.0",
  9. "_id": "mdast-util-to-string@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==",
  12. "_location": "/mdast-util-to-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mdast-util-to-string@1.1.0",
  18. "name": "mdast-util-to-string",
  19. "escapedName": "mdast-util-to-string",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/mdast-util-inject",
  26. "/mdast-util-toc",
  27. "/remark-slug"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Titus Wormer",
  34. "email": "tituswormer@gmail.com",
  35. "url": "https://wooorm.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/syntax-tree/mdast-util-to-string/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Titus Wormer",
  43. "email": "tituswormer@gmail.com",
  44. "url": "https://wooorm.com"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "mdast utility to get the plain text content of a node",
  49. "devDependencies": {
  50. "browserify": "^16.0.0",
  51. "nyc": "^15.0.0",
  52. "prettier": "^1.0.0",
  53. "remark-cli": "^7.0.0",
  54. "remark-preset-wooorm": "^6.0.0",
  55. "tape": "^4.4.0",
  56. "tinyify": "^2.0.0",
  57. "xo": "^0.27.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "funding": {
  63. "type": "opencollective",
  64. "url": "https://opencollective.com/unified"
  65. },
  66. "homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
  67. "keywords": [
  68. "unist",
  69. "mdast",
  70. "mdast-util",
  71. "util",
  72. "utility",
  73. "markdown",
  74. "node",
  75. "string",
  76. "serialize"
  77. ],
  78. "license": "MIT",
  79. "name": "mdast-util-to-string",
  80. "nyc": {
  81. "check-coverage": true,
  82. "lines": 100,
  83. "functions": 100,
  84. "branches": 100
  85. },
  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/syntax-tree/mdast-util-to-string.git"
  102. },
  103. "scripts": {
  104. "build": "npm run build-bundle && npm run build-mangle",
  105. "build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
  106. "build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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": "1.1.0",
  113. "xo": {
  114. "prettier": true,
  115. "esnext": false,
  116. "ignore": [
  117. "mdast-util-to-string.js"
  118. ]
  119. }
  120. }