package.json 2.9 KB

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