package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "htmlparser2@^7.0.0",
  3. "_id": "htmlparser2@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==",
  6. "_location": "/htmlparser2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "htmlparser2@^7.0.0",
  12. "name": "htmlparser2",
  13. "escapedName": "htmlparser2",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo-util"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-7.2.0.tgz",
  22. "_shasum": "8817cdea38bbc324392a90b1990908e81a65f5a5",
  23. "_spec": "htmlparser2@^7.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/hexo-util",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fb55/htmlparser2/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "domelementtype": "^2.0.1",
  35. "domhandler": "^4.2.2",
  36. "domutils": "^2.8.0",
  37. "entities": "^3.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Fast & forgiving HTML/XML parser",
  41. "devDependencies": {
  42. "@types/jest": "^27.0.2",
  43. "@types/node": "^16.11.7",
  44. "@typescript-eslint/eslint-plugin": "^5.3.1",
  45. "@typescript-eslint/parser": "^5.3.1",
  46. "eslint": "^8.2.0",
  47. "eslint-config-prettier": "^8.1.0",
  48. "jest": "^27.3.1",
  49. "prettier": "^2.4.1",
  50. "ts-jest": "^27.0.7",
  51. "typescript": "^4.4.4"
  52. },
  53. "directories": {
  54. "lib": "lib/"
  55. },
  56. "files": [
  57. "lib/**/*"
  58. ],
  59. "funding": [
  60. "https://github.com/fb55/htmlparser2?sponsor=1",
  61. {
  62. "type": "github",
  63. "url": "https://github.com/sponsors/fb55"
  64. }
  65. ],
  66. "homepage": "https://github.com/fb55/htmlparser2#readme",
  67. "jest": {
  68. "preset": "ts-jest",
  69. "testEnvironment": "node"
  70. },
  71. "keywords": [
  72. "html",
  73. "parser",
  74. "streams",
  75. "xml",
  76. "dom",
  77. "rss",
  78. "feed",
  79. "atom"
  80. ],
  81. "license": "MIT",
  82. "main": "lib/index.js",
  83. "name": "htmlparser2",
  84. "prettier": {
  85. "tabWidth": 4
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/fb55/htmlparser2.git"
  90. },
  91. "scripts": {
  92. "build": "tsc",
  93. "format": "npm run format:es && npm run format:prettier",
  94. "format:es": "npm run lint:es -- --fix",
  95. "format:prettier": "npm run format:prettier:raw -- --write",
  96. "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
  97. "lint": "npm run lint:es && npm run lint:prettier",
  98. "lint:es": "eslint src",
  99. "lint:prettier": "npm run format:prettier:raw -- --check",
  100. "prepare": "npm run build",
  101. "test": "npm run test:jest && npm run lint",
  102. "test:jest": "jest"
  103. },
  104. "sideEffects": false,
  105. "types": "lib/index.d.ts",
  106. "version": "7.2.0"
  107. }