package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "domhandler@4.3.1",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "domhandler@4.3.1",
  9. "_id": "domhandler@4.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  12. "_location": "/domhandler",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "domhandler@4.3.1",
  18. "name": "domhandler",
  19. "escapedName": "domhandler",
  20. "rawSpec": "4.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.3.1"
  23. },
  24. "_requiredBy": [
  25. "/cheerio",
  26. "/cheerio-select",
  27. "/css-select",
  28. "/dom-serializer",
  29. "/domutils",
  30. "/htmlparser2"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
  33. "_spec": "4.3.1",
  34. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  35. "author": {
  36. "name": "Felix Boehm",
  37. "email": "me@feedic.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/fb55/domhandler/issues"
  41. },
  42. "dependencies": {
  43. "domelementtype": "^2.2.0"
  44. },
  45. "description": "Handler for htmlparser2 that turns pages into a dom",
  46. "devDependencies": {
  47. "@types/jest": "^27.4.1",
  48. "@types/node": "^17.0.21",
  49. "@typescript-eslint/eslint-plugin": "^5.15.0",
  50. "@typescript-eslint/parser": "^5.15.0",
  51. "eslint": "^8.11.0",
  52. "eslint-config-prettier": "^8.5.0",
  53. "htmlparser2": "^7.2.0",
  54. "jest": "^27.5.1",
  55. "prettier": "^2.6.0",
  56. "ts-jest": "^27.1.3",
  57. "typescript": "^4.6.2"
  58. },
  59. "engines": {
  60. "node": ">= 4"
  61. },
  62. "files": [
  63. "lib"
  64. ],
  65. "funding": {
  66. "url": "https://github.com/fb55/domhandler?sponsor=1"
  67. },
  68. "homepage": "https://github.com/fb55/domhandler#readme",
  69. "jest": {
  70. "preset": "ts-jest",
  71. "testEnvironment": "node"
  72. },
  73. "keywords": [
  74. "dom",
  75. "htmlparser2"
  76. ],
  77. "license": "BSD-2-Clause",
  78. "main": "lib/index.js",
  79. "name": "domhandler",
  80. "prettier": {
  81. "tabWidth": 4
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/fb55/domhandler.git"
  86. },
  87. "scripts": {
  88. "build": "tsc",
  89. "format": "prettier --write '**/*.{ts,md,json}'",
  90. "lint": "eslint src",
  91. "prepare": "npm run build",
  92. "test": "npm run test:jest && npm run lint",
  93. "test:jest": "jest"
  94. },
  95. "sideEffects": false,
  96. "types": "lib/index.d.ts",
  97. "version": "4.3.1"
  98. }