package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "domutils@^2.8.0",
  3. "_id": "domutils@2.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6. "_location": "/domutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domutils@^2.8.0",
  12. "name": "domutils",
  13. "escapedName": "domutils",
  14. "rawSpec": "^2.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.8.0"
  17. },
  18. "_requiredBy": [
  19. "/htmlparser2"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
  22. "_shasum": "4437def5db6e2d1f5d6ee859bd95ca7d02048135",
  23. "_spec": "domutils@^2.8.0",
  24. "_where": "/var/www/AfterAales/node_modules/htmlparser2",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fb55/domutils/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "dom-serializer": "^1.0.1",
  35. "domelementtype": "^2.2.0",
  36. "domhandler": "^4.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Utilities for working with htmlparser2's dom",
  40. "devDependencies": {
  41. "@types/jest": "^27.0.1",
  42. "@types/node": "^16.7.2",
  43. "@typescript-eslint/eslint-plugin": "^4.29.3",
  44. "@typescript-eslint/parser": "^4.29.3",
  45. "eslint": "^7.32.0",
  46. "eslint-config-prettier": "^8.1.0",
  47. "eslint-plugin-jsdoc": "^36.0.8",
  48. "htmlparser2": "~7.0.0",
  49. "jest": "^27.1.0",
  50. "prettier": "^2.0.5",
  51. "ts-jest": "^27.0.5",
  52. "typedoc": "^0.21.6",
  53. "typescript": "^4.4.2"
  54. },
  55. "files": [
  56. "lib/**/*"
  57. ],
  58. "funding": {
  59. "url": "https://github.com/fb55/domutils?sponsor=1"
  60. },
  61. "homepage": "https://github.com/fb55/domutils#readme",
  62. "jest": {
  63. "preset": "ts-jest",
  64. "testEnvironment": "node"
  65. },
  66. "keywords": [
  67. "dom",
  68. "htmlparser2"
  69. ],
  70. "license": "BSD-2-Clause",
  71. "main": "lib/index.js",
  72. "name": "domutils",
  73. "prettier": {
  74. "tabWidth": 4
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/fb55/domutils.git"
  79. },
  80. "scripts": {
  81. "build": "tsc",
  82. "build:docs": "typedoc --hideGenerator --exclude \"**/*+(index|.spec).ts\" src",
  83. "format": "npm run format:es && npm run format:prettier",
  84. "format:es": "npm run lint:es -- --fix",
  85. "format:prettier": "npm run prettier -- --write",
  86. "lint": "npm run lint:es && npm run lint:prettier",
  87. "lint:es": "eslint --ignore-path .gitignore .",
  88. "lint:prettier": "npm run prettier -- --check",
  89. "prepare": "npm run build",
  90. "prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore",
  91. "test": "npm run test:jest && npm run lint",
  92. "test:jest": "jest"
  93. },
  94. "sideEffects": false,
  95. "types": "lib/index.d.ts",
  96. "version": "2.8.0"
  97. }