No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

114 líneas
2.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-focus-visible@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-focus-visible@4.0.0",
  9. "_id": "postcss-focus-visible@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==",
  12. "_location": "/postcss-focus-visible",
  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-focus-visible@4.0.0",
  22. "name": "postcss-focus-visible",
  23. "escapedName": "postcss-focus-visible",
  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-focus-visible/-/postcss-focus-visible-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": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonathantneal/postcss-focus-visible/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "Use the :focus-visible pseudo-selector in CSS",
  45. "devDependencies": {
  46. "@babel/core": "^7.0.0",
  47. "@babel/preset-env": "^7.0.0",
  48. "babel-eslint": "^9.0",
  49. "eslint": "^5.6",
  50. "eslint-config-dev": "2.0",
  51. "postcss-tape": "2.2",
  52. "pre-commit": "^1.2",
  53. "rollup": "^0.66",
  54. "rollup-plugin-babel": "^4.0.1"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "eslintConfig": {
  60. "extends": "dev",
  61. "parser": "babel-eslint"
  62. },
  63. "files": [
  64. "index.cjs.js",
  65. "index.cjs.js.map",
  66. "index.es.mjs",
  67. "index.es.mjs.map"
  68. ],
  69. "homepage": "https://github.com/jonathantneal/postcss-focus-visible#readme",
  70. "keywords": [
  71. "postcss",
  72. "css",
  73. "postcss-plugin",
  74. "focus",
  75. "ring",
  76. "css",
  77. "pseudos",
  78. "selectors",
  79. "accessibility",
  80. "a11y",
  81. "keyboards",
  82. "pointer",
  83. "cursor",
  84. "mice",
  85. "mouse",
  86. "pen",
  87. "touch",
  88. "trackpad",
  89. "button",
  90. "input",
  91. "select",
  92. "textarea",
  93. "contenteditable",
  94. "javascript",
  95. "js"
  96. ],
  97. "license": "CC0-1.0",
  98. "main": "index.cjs.js",
  99. "module": "index.es.mjs",
  100. "name": "postcss-focus-visible",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonathantneal/postcss-focus-visible.git"
  104. },
  105. "scripts": {
  106. "prepublishOnly": "npm test",
  107. "pretest": "rollup -c .rollup.js --silent",
  108. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  109. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  110. "test:tape": "postcss-tape"
  111. },
  112. "version": "4.0.0"
  113. }