package.json 2.7 KB

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