package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "css-select@4.3.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-select@4.3.0",
  10. "_id": "css-select@4.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  13. "_location": "/css-select",
  14. "_phantomChildren": {
  15. "entities": "2.0.3"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "css-select@4.3.0",
  21. "name": "css-select",
  22. "escapedName": "css-select",
  23. "rawSpec": "4.3.0",
  24. "saveSpec": null,
  25. "fetchSpec": "4.3.0"
  26. },
  27. "_requiredBy": [
  28. "/renderkid"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  31. "_spec": "4.3.0",
  32. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  33. "author": {
  34. "name": "Felix Boehm",
  35. "email": "me@feedic.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/fb55/css-select/issues"
  39. },
  40. "dependencies": {
  41. "boolbase": "^1.0.0",
  42. "css-what": "^6.0.1",
  43. "domhandler": "^4.3.1",
  44. "domutils": "^2.8.0",
  45. "nth-check": "^2.0.1"
  46. },
  47. "description": "a CSS selector compiler/engine",
  48. "devDependencies": {
  49. "@types/boolbase": "^1.0.1",
  50. "@types/jest": "^27.4.1",
  51. "@types/node": "^17.0.23",
  52. "@typescript-eslint/eslint-plugin": "^5.16.0",
  53. "@typescript-eslint/parser": "^5.16.0",
  54. "cheerio-soupselect": "^0.1.1",
  55. "eslint": "^8.12.0",
  56. "eslint-config-prettier": "^8.5.0",
  57. "htmlparser2": "^7.2.0",
  58. "jest": "^27.5.1",
  59. "prettier": "^2.6.1",
  60. "ts-jest": "^27.1.4",
  61. "typescript": "^4.6.3"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "funding": {
  67. "url": "https://github.com/sponsors/fb55"
  68. },
  69. "homepage": "https://github.com/fb55/css-select#readme",
  70. "jest": {
  71. "preset": "ts-jest",
  72. "testEnvironment": "node",
  73. "testMatch": [
  74. "<rootDir>/test/*.ts"
  75. ]
  76. },
  77. "keywords": [
  78. "css",
  79. "selector",
  80. "sizzle"
  81. ],
  82. "license": "BSD-2-Clause",
  83. "main": "lib/index.js",
  84. "name": "css-select",
  85. "prettier": {
  86. "tabWidth": 4,
  87. "proseWrap": "always"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/fb55/css-select.git"
  92. },
  93. "scripts": {
  94. "build": "tsc",
  95. "format": "npm run format:es && npm run format:prettier",
  96. "format:es": "npm run lint:es -- --fix",
  97. "format:prettier": "npm run prettier -- --write",
  98. "lint": "npm run lint:es && npm run lint:prettier",
  99. "lint:es": "eslint src",
  100. "lint:prettier": "npm run prettier -- --check",
  101. "prepare": "npm run build",
  102. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  103. "test": "npm run test:jest && npm run lint",
  104. "test:jest": "jest"
  105. },
  106. "types": "lib/index.d.ts",
  107. "version": "4.3.0"
  108. }