Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "postcss-selector-matches@4.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-selector-matches@4.0.0",
  9. "_id": "postcss-selector-matches@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
  12. "_location": "/postcss-selector-matches",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-selector-matches@4.0.0",
  22. "name": "postcss-selector-matches",
  23. "escapedName": "postcss-selector-matches",
  24. "rawSpec": "4.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.0"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
  32. "_spec": "4.0.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Maxime Thirouin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/postcss/postcss-selector-matches/issues"
  39. },
  40. "dependencies": {
  41. "balanced-match": "^1.0.0",
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
  45. "devDependencies": {
  46. "babel-cli": "^6.26.0",
  47. "babel-plugin-add-module-exports": "^1.0.0",
  48. "babel-preset-env": "^1.7.0",
  49. "babel-preset-es2015": "^6.24.1",
  50. "babel-preset-stage-2": "^6.24.1",
  51. "babel-register": "^6.26.0",
  52. "eslint": "^5.6.0",
  53. "npmpub": "^4.1.0",
  54. "tape": "^4.9.1"
  55. },
  56. "files": [
  57. "dist"
  58. ],
  59. "homepage": "https://github.com/postcss/postcss-selector-matches#readme",
  60. "keywords": [
  61. "postcss",
  62. "postcss-plugin",
  63. "selectors",
  64. "selector",
  65. "matches"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "name": "postcss-selector-matches",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/postcss/postcss-selector-matches.git"
  73. },
  74. "scripts": {
  75. "babelify": "babel src --out-dir dist",
  76. "lint": "eslint ./src/*.js ./test/*.js",
  77. "prepublish": "npm run babelify",
  78. "release": "npmpub",
  79. "tape": "tape -r babel-register test/*.js",
  80. "test": "npm run lint && npm run babelify && npm run tape"
  81. },
  82. "version": "4.0.0"
  83. }