package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "html-void-elements@1.0.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "html-void-elements@1.0.5",
  9. "_id": "html-void-elements@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==",
  12. "_location": "/html-void-elements",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-void-elements@1.0.5",
  18. "name": "html-void-elements",
  19. "escapedName": "html-void-elements",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/hast-util-to-html"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz",
  28. "_spec": "1.0.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/wooorm/html-void-elements/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "List of known void HTML elements",
  47. "devDependencies": {
  48. "bail": "^1.0.0",
  49. "browserify": "^16.0.0",
  50. "concat-stream": "^2.0.0",
  51. "hast-util-select": "^3.0.0",
  52. "hast-util-to-string": "^1.0.0",
  53. "prettier": "^1.0.0",
  54. "rehype-parse": "^6.0.0",
  55. "remark-cli": "^7.0.0",
  56. "remark-preset-wooorm": "^6.0.0",
  57. "tape": "^4.0.0",
  58. "tinyify": "^2.0.0",
  59. "unified": "^8.0.0",
  60. "xo": "^0.25.0"
  61. },
  62. "files": [
  63. "index.json"
  64. ],
  65. "funding": {
  66. "type": "github",
  67. "url": "https://github.com/sponsors/wooorm"
  68. },
  69. "homepage": "https://github.com/wooorm/html-void-elements#readme",
  70. "keywords": [
  71. "html",
  72. "void",
  73. "tag",
  74. "name",
  75. "element",
  76. "tagname",
  77. "w3c",
  78. "whatwg"
  79. ],
  80. "license": "MIT",
  81. "main": "index.json",
  82. "name": "html-void-elements",
  83. "prettier": {
  84. "tabWidth": 2,
  85. "useTabs": false,
  86. "singleQuote": true,
  87. "bracketSpacing": false,
  88. "semi": false,
  89. "trailingComma": "none"
  90. },
  91. "remarkConfig": {
  92. "plugins": [
  93. "preset-wooorm"
  94. ]
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/wooorm/html-void-elements.git"
  99. },
  100. "scripts": {
  101. "build": "npm run build-bundle && npm run build-mangle",
  102. "build-bundle": "browserify . -s htmlVoidElements > html-void-elements.js",
  103. "build-mangle": "browserify . -s htmlVoidElements -p tinyify > html-void-elements.min.js",
  104. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  105. "generate": "node build",
  106. "test": "npm run format && npm run build && npm run test-api",
  107. "test-api": "node test"
  108. },
  109. "version": "1.0.5",
  110. "xo": {
  111. "prettier": true,
  112. "esnext": false,
  113. "ignores": [
  114. "html-void-elements.min.js"
  115. ]
  116. }
  117. }