package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "hast-util-sanitize@1.3.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "hast-util-sanitize@1.3.1",
  9. "_id": "hast-util-sanitize@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AIeKHuHx0Wk45nSkGVa2/ujQYTksnDl8gmmKo/mwQi7ag7IBZ8cM3nJ2G86SajbjGP/HRpud6kMkPtcM2i0Tlw==",
  12. "_location": "/hast-util-sanitize",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hast-util-sanitize@1.3.1",
  18. "name": "hast-util-sanitize",
  19. "escapedName": "hast-util-sanitize",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/remark-html"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-1.3.1.tgz",
  28. "_spec": "1.3.1",
  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/hast-util-sanitize/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. },
  44. {
  45. "name": "Jason Switzer",
  46. "email": "jswitzer@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "xtend": "^4.0.1"
  51. },
  52. "description": "Sanitize hast nodes",
  53. "devDependencies": {
  54. "browserify": "^16.0.0",
  55. "deepmerge": "^3.0.0",
  56. "hast-util-to-html": "^5.0.0",
  57. "hastscript": "^5.0.0",
  58. "nyc": "^14.0.0",
  59. "prettier": "^1.0.0",
  60. "remark-cli": "^6.0.0",
  61. "remark-preset-wooorm": "^5.0.0",
  62. "tape": "^4.0.0",
  63. "tinyify": "^2.0.0",
  64. "unist-builder": "^1.0.0",
  65. "xo": "^0.24.0"
  66. },
  67. "files": [
  68. "lib",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/syntax-tree/hast-util-sanitize#readme",
  72. "keywords": [
  73. "hast",
  74. "util",
  75. "sanitize"
  76. ],
  77. "license": "MIT",
  78. "name": "hast-util-sanitize",
  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/hast-util-sanitize.git"
  101. },
  102. "scripts": {
  103. "build": "npm run build-bundle && npm run build-mangle",
  104. "build-bundle": "browserify . -s hastUtilSanitize > hast-util-sanitize.js",
  105. "build-mangle": "browserify . -s hastUtilSanitize -p tinyify > hast-util-sanitize.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.3.1",
  112. "xo": {
  113. "prettier": true,
  114. "esnext": false,
  115. "rules": {
  116. "no-negated-condition": "off",
  117. "guard-for-in": "off"
  118. },
  119. "ignores": [
  120. "hast-util-sanitize.js"
  121. ]
  122. }
  123. }