package.json 2.7 KB

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