package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "mdast-util-compact@1.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "mdast-util-compact@1.0.4",
  9. "_id": "mdast-util-compact@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3YDMQHI5vRiS2uygEFYaqckibpJtKq5Sj2c8JioeOQBU6INpKbdWzfyLqFFnDwEcEnRFIdMsguzs5pC1Jp4Isg==",
  12. "_location": "/mdast-util-compact",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mdast-util-compact@1.0.4",
  18. "name": "mdast-util-compact",
  19. "escapedName": "mdast-util-compact",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/remark-stringify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz",
  28. "_spec": "1.0.4",
  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/syntax-tree/mdast-util-compact/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "unist-util-visit": "^1.1.0"
  47. },
  48. "description": "Make an mdast tree compact",
  49. "devDependencies": {
  50. "browserify": "^16.0.0",
  51. "nyc": "^14.0.0",
  52. "prettier": "^1.0.0",
  53. "remark-cli": "^7.0.0",
  54. "remark-preset-wooorm": "^6.0.0",
  55. "tape": "^4.0.0",
  56. "tinyify": "^2.0.0",
  57. "unist-builder": "^2.0.0",
  58. "xo": "^0.25.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "funding": {
  64. "type": "opencollective",
  65. "url": "https://opencollective.com/unified"
  66. },
  67. "homepage": "https://github.com/syntax-tree/mdast-util-compact#readme",
  68. "keywords": [
  69. "mdast",
  70. "utility",
  71. "compact",
  72. "node"
  73. ],
  74. "license": "MIT",
  75. "name": "mdast-util-compact",
  76. "nyc": {
  77. "check-coverage": true,
  78. "lines": 100,
  79. "functions": 100,
  80. "branches": 100
  81. },
  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/syntax-tree/mdast-util-compact.git"
  98. },
  99. "scripts": {
  100. "build": "npm run build-bundle && npm run build-mangle",
  101. "build-bundle": "browserify . -s mdastUtilCompact > mdast-util-compact.js",
  102. "build-mangle": "browserify . -s mdastUtilCompact -p tinyify > mdast-util-compact.min.js",
  103. "format": "remark . -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.js"
  107. },
  108. "version": "1.0.4",
  109. "xo": {
  110. "prettier": true,
  111. "esnext": false,
  112. "ignores": [
  113. "mdast-util-compact.js"
  114. ]
  115. }
  116. }