package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "property-information@4.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "property-information@4.2.0",
  9. "_id": "property-information@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TlgDPagHh+eBKOnH2VYvk8qbwsCG/TAJdmTL7f1PROUcSO8qt/KSmShEQ/OKvock8X9tFjtqjCScyOkkkvIKVQ==",
  12. "_location": "/property-information",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "property-information@4.2.0",
  18. "name": "property-information",
  19. "escapedName": "property-information",
  20. "rawSpec": "4.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.0"
  23. },
  24. "_requiredBy": [
  25. "/hast-util-to-html"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/property-information/-/property-information-4.2.0.tgz",
  28. "_spec": "4.2.0",
  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": "http://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wooorm/property-information/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "http://wooorm.com"
  43. },
  44. {
  45. "name": "Dustin Deus",
  46. "email": "deusdustin@gmail.com",
  47. "url": "http://starptech.de"
  48. }
  49. ],
  50. "dependencies": {
  51. "xtend": "^4.0.1"
  52. },
  53. "description": "Information for HTML properties",
  54. "devDependencies": {
  55. "alpha-sort": "^2.0.1",
  56. "arr-union": "^3.1.0",
  57. "bail": "^1.0.3",
  58. "browserify": "^16.0.0",
  59. "concat-stream": "^1.6.2",
  60. "html-element-attributes": "^2.0.0",
  61. "mdast-util-to-string": "^1.0.4",
  62. "mdast-zone": "^3.0.1",
  63. "nyc": "^12.0.0",
  64. "object.values": "^1.0.4",
  65. "prettier": "^1.13.7",
  66. "remark-cli": "^5.0.0",
  67. "remark-frontmatter": "^1.2.0",
  68. "remark-parse": "^5.0.0",
  69. "remark-preset-wooorm": "^4.0.0",
  70. "svg-element-attributes": "^1.2.1",
  71. "tape": "^4.2.0",
  72. "tinyify": "^2.4.3",
  73. "unified": "^7.0.0",
  74. "unist-builder": "^1.0.2",
  75. "unist-util-visit": "^1.3.1",
  76. "xo": "^0.21.0"
  77. },
  78. "files": [
  79. "index.js",
  80. "html.js",
  81. "svg.js",
  82. "normalize.js",
  83. "find.js",
  84. "lib/"
  85. ],
  86. "homepage": "https://github.com/wooorm/property-information#readme",
  87. "keywords": [
  88. "html",
  89. "property",
  90. "attribute",
  91. "information",
  92. "info"
  93. ],
  94. "license": "MIT",
  95. "name": "property-information",
  96. "nyc": {
  97. "check-coverage": true,
  98. "lines": 100,
  99. "functions": 100,
  100. "branches": 100
  101. },
  102. "prettier": {
  103. "tabWidth": 2,
  104. "useTabs": false,
  105. "singleQuote": true,
  106. "bracketSpacing": false,
  107. "semi": false,
  108. "trailingComma": "none"
  109. },
  110. "remarkConfig": {
  111. "plugins": [
  112. "./script/list",
  113. "preset-wooorm"
  114. ]
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/wooorm/property-information.git"
  119. },
  120. "scripts": {
  121. "build": "npm run build-bundle && npm run build-mangle",
  122. "build-bundle": "browserify index.js -s propertyInformation > property-information.js",
  123. "build-mangle": "browserify index.js -s propertyInformation -p tinyify > property-information.min.js",
  124. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  125. "generate": "node script/generate-react",
  126. "test": "npm run generate && npm run format && npm run build && npm run test-coverage",
  127. "test-api": "node test",
  128. "test-coverage": "nyc --reporter lcov tape test.js"
  129. },
  130. "version": "4.2.0",
  131. "xo": {
  132. "prettier": true,
  133. "esnext": false,
  134. "rules": {
  135. "guard-for-in": "off"
  136. },
  137. "ignore": [
  138. "property-information.js"
  139. ]
  140. }
  141. }