package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "cheerio-select@1.6.0",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "cheerio-select@1.6.0",
  9. "_id": "cheerio-select@1.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==",
  12. "_location": "/cheerio-select",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cheerio-select@1.6.0",
  18. "name": "cheerio-select",
  19. "escapedName": "cheerio-select",
  20. "rawSpec": "1.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.0"
  23. },
  24. "_requiredBy": [
  25. "/cheerio"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/cheerio-select/-/cheerio-select-1.6.0.tgz",
  28. "_spec": "1.6.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/cheeriojs/cheerio-select/issues"
  36. },
  37. "dependencies": {
  38. "css-select": "^4.3.0",
  39. "css-what": "^6.0.1",
  40. "domelementtype": "^2.2.0",
  41. "domhandler": "^4.3.1",
  42. "domutils": "^2.8.0"
  43. },
  44. "description": "CSS selector engine supporting jQuery selectors",
  45. "devDependencies": {
  46. "@types/jest": "^27.4.1",
  47. "@types/node": "^17.0.23",
  48. "@typescript-eslint/eslint-plugin": "^5.16.0",
  49. "@typescript-eslint/parser": "^5.16.0",
  50. "eslint": "^8.12.0",
  51. "eslint-config-prettier": "^8.5.0",
  52. "htmlparser2": "^7.2.0",
  53. "jest": "^27.5.1",
  54. "prettier": "^2.6.1",
  55. "ts-jest": "^27.1.3",
  56. "typescript": "^4.6.3"
  57. },
  58. "directories": {
  59. "lib": "lib/"
  60. },
  61. "files": [
  62. "lib/**/*"
  63. ],
  64. "funding": {
  65. "url": "https://github.com/sponsors/fb55"
  66. },
  67. "homepage": "https://github.com/cheeriojs/cheerio-select#readme",
  68. "jest": {
  69. "preset": "ts-jest",
  70. "testEnvironment": "node"
  71. },
  72. "license": "BSD-2-Clause",
  73. "main": "lib/index.js",
  74. "name": "cheerio-select",
  75. "prettier": {
  76. "tabWidth": 4
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/cheeriojs/cheerio-select.git"
  81. },
  82. "scripts": {
  83. "build": "tsc",
  84. "format": "npm run format:es && npm run format:prettier",
  85. "format:es": "npm run lint:es -- --fix",
  86. "format:prettier": "npm run format:prettier:raw -- --write",
  87. "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
  88. "lint": "npm run lint:es && npm run lint:prettier",
  89. "lint:es": "eslint src",
  90. "lint:prettier": "npm run format:prettier:raw -- --check",
  91. "prepare": "npm run build",
  92. "test": "npm run test:jest && npm run lint",
  93. "test:jest": "jest"
  94. },
  95. "sideEffects": false,
  96. "types": "lib/index.d.ts",
  97. "version": "1.6.0"
  98. }