package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "mdast-util-definitions@1.2.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "mdast-util-definitions@1.2.5",
  9. "_id": "mdast-util-definitions@1.2.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA==",
  12. "_location": "/mdast-util-definitions",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mdast-util-definitions@1.2.5",
  18. "name": "mdast-util-definitions",
  19. "escapedName": "mdast-util-definitions",
  20. "rawSpec": "1.2.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.5"
  23. },
  24. "_requiredBy": [
  25. "/mdast-util-to-hast"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz",
  28. "_spec": "1.2.5",
  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-definitions/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.0.0"
  47. },
  48. "description": "Find definition nodes in mdast nodes",
  49. "devDependencies": {
  50. "browserify": "^16.0.0",
  51. "nyc": "^14.0.0",
  52. "prettier": "^1.0.0",
  53. "remark": "^11.0.0",
  54. "remark-cli": "^7.0.0",
  55. "remark-preset-wooorm": "^6.0.0",
  56. "tape": "^4.0.0",
  57. "tinyify": "^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-definitions#readme",
  68. "keywords": [
  69. "mdast",
  70. "remark",
  71. "markdown",
  72. "node",
  73. "definition",
  74. "find",
  75. "cache"
  76. ],
  77. "license": "MIT",
  78. "name": "mdast-util-definitions",
  79. "nyc": {
  80. "check-coverage": true,
  81. "lines": 100,
  82. "functions": 100,
  83. "branches": 100
  84. },
  85. "prettier": {
  86. "tabWidth": 2,
  87. "useTabs": false,
  88. "singleQuote": true,
  89. "bracketSpacing": false,
  90. "semi": false,
  91. "trailingComma": "none"
  92. },
  93. "remarkConfig": {
  94. "plugins": [
  95. "preset-wooorm"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/syntax-tree/mdast-util-definitions.git"
  101. },
  102. "scripts": {
  103. "build": "npm run build-bundle && npm run build-mangle",
  104. "build-bundle": "browserify . -s mdastUtilDefinitions > mdast-util-definitions.js",
  105. "build-mangle": "browserify . -s mdastUtilDefinitions -p tinyify > mdast-util-definitions.min.js",
  106. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  107. "test": "npm run format && npm run build && npm run test-coverage",
  108. "test-api": "node test",
  109. "test-coverage": "nyc --reporter lcov tape test.js"
  110. },
  111. "version": "1.2.5",
  112. "xo": {
  113. "prettier": true,
  114. "esnext": false,
  115. "ignore": [
  116. "mdast-util-definitions.js"
  117. ]
  118. }
  119. }