package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-focus-within@^3.0.0",
  3. "_id": "postcss-focus-within@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==",
  6. "_location": "/postcss-focus-within",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-focus-within@^3.0.0",
  12. "name": "postcss-focus-within",
  13. "escapedName": "postcss-focus-within",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz",
  22. "_shasum": "763b8788596cee9b874c999201cdde80659ef680",
  23. "_spec": "postcss-focus-within@^3.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-within/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Use the :focus-within pseudo-selector in CSS",
  38. "devDependencies": {
  39. "@babel/core": "^7.0.0",
  40. "@babel/preset-env": "^7.0.0",
  41. "babel-eslint": "^9.0.0",
  42. "eslint": "^5.6.0",
  43. "eslint-config-dev": "2.0.0",
  44. "postcss-tape": "2.2.0",
  45. "pre-commit": "^1.2.2",
  46. "rollup": "^0.66.0",
  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-within#readme",
  63. "keywords": [
  64. "postcss",
  65. "css",
  66. "postcss-plugin",
  67. "focus",
  68. "within",
  69. "polyfill",
  70. "pseudos",
  71. "selectors",
  72. "accessibility",
  73. "a11y",
  74. "descendants",
  75. "ancestors"
  76. ],
  77. "license": "CC0-1.0",
  78. "main": "index.cjs.js",
  79. "module": "index.es.mjs",
  80. "name": "postcss-focus-within",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonathantneal/postcss-focus-within.git"
  84. },
  85. "scripts": {
  86. "prepublishOnly": "npm test",
  87. "pretest": "rollup -c .rollup.js --silent",
  88. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  89. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  90. "test:tape": "postcss-tape"
  91. },
  92. "version": "3.0.0"
  93. }