package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "css-what@6.1.0",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "css-what@6.1.0",
  9. "_id": "css-what@6.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  12. "_location": "/css-what",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css-what@6.1.0",
  18. "name": "css-what",
  19. "escapedName": "css-what",
  20. "rawSpec": "6.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.1.0"
  23. },
  24. "_requiredBy": [
  25. "/cheerio-select",
  26. "/css-select"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
  29. "_spec": "6.1.0",
  30. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  31. "author": {
  32. "name": "Felix Böhm",
  33. "email": "me@feedic.com",
  34. "url": "http://feedic.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/fb55/css-what/issues"
  38. },
  39. "description": "a CSS selector parser",
  40. "devDependencies": {
  41. "@types/jest": "^27.4.1",
  42. "@types/node": "^17.0.23",
  43. "@typescript-eslint/eslint-plugin": "^5.17.0",
  44. "@typescript-eslint/parser": "^5.17.0",
  45. "eslint": "^8.12.0",
  46. "eslint-config-prettier": "^8.5.0",
  47. "eslint-plugin-node": "^11.1.0",
  48. "jest": "^27.5.1",
  49. "prettier": "^2.6.1",
  50. "ts-jest": "^27.1.4",
  51. "typescript": "^4.6.3"
  52. },
  53. "engines": {
  54. "node": ">= 6"
  55. },
  56. "files": [
  57. "lib/**/*"
  58. ],
  59. "funding": {
  60. "url": "https://github.com/sponsors/fb55"
  61. },
  62. "homepage": "https://github.com/fb55/css-what#readme",
  63. "jest": {
  64. "preset": "ts-jest",
  65. "roots": [
  66. "src"
  67. ]
  68. },
  69. "license": "BSD-2-Clause",
  70. "main": "lib/commonjs/index.js",
  71. "module": "lib/es/index.js",
  72. "name": "css-what",
  73. "prettier": {
  74. "tabWidth": 4
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/fb55/css-what.git"
  79. },
  80. "scripts": {
  81. "build": "tsc && tsc -p tsconfig.es.json",
  82. "format": "npm run format:es && npm run format:prettier",
  83. "format:es": "npm run lint:es -- --fix",
  84. "format:prettier": "npm run prettier -- --write",
  85. "lint": "npm run lint:es && npm run lint:prettier",
  86. "lint:es": "eslint src",
  87. "lint:prettier": "npm run prettier -- --check",
  88. "prepare": "npm run build",
  89. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  90. "test": "npm run test:jest && npm run lint",
  91. "test:jest": "jest"
  92. },
  93. "sideEffects": false,
  94. "types": "lib/es/index.d.ts",
  95. "version": "6.1.0"
  96. }