package.json 2.5 KB

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