source: trip-planner-front/node_modules/postcss-focus-visible/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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