package.json 2.7 KB

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