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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "css-what@^5.0.1",
  3. "_id": "css-what@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==",
  6. "_location": "/css-what",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-what@^5.0.1",
  12. "name": "css-what",
  13. "escapedName": "css-what",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cheerio-select",
  20. "/css-select"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz",
  23. "_shasum": "3efa820131f4669a8ac2408f9c32e7c7de9f4cad",
  24. "_spec": "css-what@^5.0.1",
  25. "_where": "D:\\diligent\\projects\\scrapper\\node_modules\\cheerio-select",
  26. "author": {
  27. "name": "Felix Böhm",
  28. "email": "me@feedic.com",
  29. "url": "http://feedic.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/fb55/css-what/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "a CSS selector parser",
  38. "devDependencies": {
  39. "@types/jest": "^26.0.3",
  40. "@types/node": "^15.0.1",
  41. "@typescript-eslint/eslint-plugin": "^4.1.0",
  42. "@typescript-eslint/parser": "^4.1.0",
  43. "coveralls": "^3.0.5",
  44. "eslint": "^7.0.0",
  45. "eslint-config-prettier": "^8.1.0",
  46. "eslint-plugin-node": "^11.1.0",
  47. "jest": "^27.0.1",
  48. "prettier": "^2.0.5",
  49. "ts-jest": "^27.0.1",
  50. "typescript": "^4.0.2"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "files": [
  56. "lib/**/*"
  57. ],
  58. "funding": {
  59. "url": "https://github.com/sponsors/fb55"
  60. },
  61. "homepage": "https://github.com/fb55/css-what#readme",
  62. "jest": {
  63. "preset": "ts-jest"
  64. },
  65. "license": "BSD-2-Clause",
  66. "main": "lib/index.js",
  67. "name": "css-what",
  68. "optionalDependencies": {},
  69. "prettier": {
  70. "tabWidth": 4
  71. },
  72. "repository": {
  73. "url": "git+https://github.com/fb55/css-what.git"
  74. },
  75. "scripts": {
  76. "build": "tsc",
  77. "coverage": "cat coverage/lcov.info | coveralls",
  78. "format": "npm run format:es && npm run format:prettier",
  79. "format:es": "npm run lint:es -- --fix",
  80. "format:prettier": "npm run prettier -- --write",
  81. "lint": "npm run lint:es && npm run lint:prettier",
  82. "lint:es": "eslint src",
  83. "lint:prettier": "npm run prettier -- --check",
  84. "prepare": "npm run build",
  85. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  86. "test": "jest --coverage -u && npm run lint"
  87. },
  88. "types": "lib/index.d.ts",
  89. "version": "5.0.1"
  90. }