You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "domutils@^2.7.0",
  3. "_id": "domutils@2.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==",
  6. "_location": "/domutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domutils@^2.7.0",
  12. "name": "domutils",
  13. "escapedName": "domutils",
  14. "rawSpec": "^2.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.7.0"
  17. },
  18. "_requiredBy": [
  19. "/cheerio-select",
  20. "/css-select",
  21. "/htmlparser2"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz",
  24. "_shasum": "8ebaf0c41ebafcf55b0b72ec31c56323712c5442",
  25. "_spec": "domutils@^2.7.0",
  26. "_where": "D:\\diligent\\projects\\scrapper\\node_modules\\cheerio-select",
  27. "author": {
  28. "name": "Felix Boehm",
  29. "email": "me@feedic.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/fb55/domutils/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "dom-serializer": "^1.0.1",
  37. "domelementtype": "^2.2.0",
  38. "domhandler": "^4.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "Utilities for working with htmlparser2's dom",
  42. "devDependencies": {
  43. "@types/jest": "^26.0.0",
  44. "@types/node": "^15.0.1",
  45. "@typescript-eslint/eslint-plugin": "^4.1.0",
  46. "@typescript-eslint/parser": "^4.1.0",
  47. "coveralls": "^3.0.5",
  48. "eslint": "^7.0.0",
  49. "eslint-config-prettier": "^8.1.0",
  50. "eslint-plugin-jsdoc": "^35.1.0",
  51. "htmlparser2": "~6.1.0",
  52. "jest": "^27.0.1",
  53. "prettier": "^2.0.5",
  54. "ts-jest": "^27.0.1",
  55. "typedoc": "^0.20.5",
  56. "typescript": "^4.0.2"
  57. },
  58. "files": [
  59. "lib/**/*"
  60. ],
  61. "funding": {
  62. "url": "https://github.com/fb55/domutils?sponsor=1"
  63. },
  64. "homepage": "https://github.com/fb55/domutils#readme",
  65. "jest": {
  66. "preset": "ts-jest",
  67. "testEnvironment": "node"
  68. },
  69. "keywords": [
  70. "dom",
  71. "htmlparser2"
  72. ],
  73. "license": "BSD-2-Clause",
  74. "main": "lib/index.js",
  75. "name": "domutils",
  76. "prettier": {
  77. "tabWidth": 4
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/fb55/domutils.git"
  82. },
  83. "scripts": {
  84. "build": "tsc",
  85. "build:docs": "typedoc --hideGenerator --exclude \"**/*+(index|.spec).ts\" src",
  86. "coverage": "cat coverage/lcov.info | coveralls",
  87. "format": "npm run format:es && npm run format:prettier",
  88. "format:es": "npm run lint:es -- --fix",
  89. "format:prettier": "npm run prettier -- --write",
  90. "lint": "npm run lint:es && npm run lint:prettier",
  91. "lint:es": "eslint --ignore-path .gitignore .",
  92. "lint:prettier": "npm run prettier -- --check",
  93. "prepare": "npm run build",
  94. "prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore",
  95. "test": "jest --coverage && npm run lint"
  96. },
  97. "sideEffects": false,
  98. "types": "lib/index.d.ts",
  99. "version": "2.7.0"
  100. }