package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "postcss-focus-visible@^4.0.0",
  3. "_id": "postcss-focus-visible@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==",
  6. "_location": "/postcss-focus-visible",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-focus-visible@^4.0.0",
  12. "name": "postcss-focus-visible",
  13. "escapedName": "postcss-focus-visible",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz",
  22. "_shasum": "477d107113ade6024b14128317ade2bd1e17046e",
  23. "_spec": "postcss-focus-visible@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonathantneal/postcss-focus-visible/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Use the :focus-visible pseudo-selector in CSS",
  38. "devDependencies": {
  39. "@babel/core": "^7.0.0",
  40. "@babel/preset-env": "^7.0.0",
  41. "babel-eslint": "^9.0",
  42. "eslint": "^5.6",
  43. "eslint-config-dev": "2.0",
  44. "postcss-tape": "2.2",
  45. "pre-commit": "^1.2",
  46. "rollup": "^0.66",
  47. "rollup-plugin-babel": "^4.0.1"
  48. },
  49. "engines": {
  50. "node": ">=6.0.0"
  51. },
  52. "eslintConfig": {
  53. "extends": "dev",
  54. "parser": "babel-eslint"
  55. },
  56. "files": [
  57. "index.cjs.js",
  58. "index.cjs.js.map",
  59. "index.es.mjs",
  60. "index.es.mjs.map"
  61. ],
  62. "homepage": "https://github.com/jonathantneal/postcss-focus-visible#readme",
  63. "keywords": [
  64. "postcss",
  65. "css",
  66. "postcss-plugin",
  67. "focus",
  68. "ring",
  69. "css",
  70. "pseudos",
  71. "selectors",
  72. "accessibility",
  73. "a11y",
  74. "keyboards",
  75. "pointer",
  76. "cursor",
  77. "mice",
  78. "mouse",
  79. "pen",
  80. "touch",
  81. "trackpad",
  82. "button",
  83. "input",
  84. "select",
  85. "textarea",
  86. "contenteditable",
  87. "javascript",
  88. "js"
  89. ],
  90. "license": "CC0-1.0",
  91. "main": "index.cjs.js",
  92. "module": "index.es.mjs",
  93. "name": "postcss-focus-visible",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonathantneal/postcss-focus-visible.git"
  97. },
  98. "scripts": {
  99. "prepublishOnly": "npm test",
  100. "pretest": "rollup -c .rollup.js --silent",
  101. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  102. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  103. "test:tape": "postcss-tape"
  104. },
  105. "version": "4.0.0"
  106. }