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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "cheerio-select@^1.5.0",
  3. "_id": "cheerio-select@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==",
  6. "_location": "/cheerio-select",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cheerio-select@^1.5.0",
  12. "name": "cheerio-select",
  13. "escapedName": "cheerio-select",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/cheerio"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz",
  22. "_shasum": "faf3daeb31b17c5e1a9dabcee288aaf8aafa5823",
  23. "_spec": "cheerio-select@^1.5.0",
  24. "_where": "D:\\diligent\\projects\\scrapper\\node_modules\\cheerio",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cheeriojs/cheerio-select/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "css-select": "^4.1.3",
  35. "css-what": "^5.0.1",
  36. "domelementtype": "^2.2.0",
  37. "domhandler": "^4.2.0",
  38. "domutils": "^2.7.0"
  39. },
  40. "deprecated": false,
  41. "description": "CSS selector engine supporting jQuery selectors",
  42. "devDependencies": {
  43. "@types/jest": "^26.0.23",
  44. "@typescript-eslint/eslint-plugin": "^4.26.0",
  45. "@typescript-eslint/parser": "^4.26.0",
  46. "coveralls": "^3.1.0",
  47. "eslint": "^7.28.0",
  48. "eslint-config-prettier": "^8.3.0",
  49. "htmlparser2": "^6.1.0",
  50. "jest": "^27.0.4",
  51. "prettier": "^2.3.1",
  52. "ts-jest": "^27.0.3",
  53. "typescript": "^4.3.2"
  54. },
  55. "directories": {
  56. "lib": "lib/"
  57. },
  58. "files": [
  59. "lib/**/*"
  60. ],
  61. "funding": {
  62. "url": "https://github.com/sponsors/fb55"
  63. },
  64. "homepage": "https://github.com/cheeriojs/cheerio-select#readme",
  65. "jest": {
  66. "preset": "ts-jest",
  67. "testEnvironment": "node"
  68. },
  69. "license": "BSD-2-Clause",
  70. "main": "lib/index.js",
  71. "name": "cheerio-select",
  72. "prettier": {
  73. "tabWidth": 4
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/cheeriojs/cheerio-select.git"
  78. },
  79. "scripts": {
  80. "build": "tsc",
  81. "coverage": "cat coverage/lcov.info | coveralls",
  82. "format": "npm run format:es && npm run format:prettier",
  83. "format:es": "npm run lint:es -- --fix",
  84. "format:prettier": "npm run format:prettier:raw -- --write",
  85. "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
  86. "lint": "npm run lint:es && npm run lint:prettier",
  87. "lint:es": "eslint src",
  88. "lint:prettier": "npm run format:prettier:raw -- --check",
  89. "prepare": "npm run build",
  90. "test": "jest --coverage && npm run lint"
  91. },
  92. "sideEffects": false,
  93. "types": "lib/index.d.ts",
  94. "version": "1.5.0"
  95. }