package.json 2.3 KB

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