source: trip-planner-front/node_modules/postcss-preset-env/package.json@ bdd6491

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

adding photos

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-preset-env@6.7.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-preset-env@6.7.0",
10 "_id": "postcss-preset-env@6.7.0",
11 "_inBundle": false,
12 "_integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==",
13 "_location": "/postcss-preset-env",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-preset-env@6.7.0",
21 "name": "postcss-preset-env",
22 "escapedName": "postcss-preset-env",
23 "rawSpec": "6.7.0",
24 "saveSpec": null,
25 "fetchSpec": "6.7.0"
26 },
27 "_requiredBy": [
28 "/@angular-devkit/build-angular"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz",
31 "_spec": "6.7.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/csstools/postcss-preset-env/issues"
39 },
40 "dependencies": {
41 "autoprefixer": "^9.6.1",
42 "browserslist": "^4.6.4",
43 "caniuse-lite": "^1.0.30000981",
44 "css-blank-pseudo": "^0.1.4",
45 "css-has-pseudo": "^0.10.0",
46 "css-prefers-color-scheme": "^3.1.1",
47 "cssdb": "^4.4.0",
48 "postcss": "^7.0.17",
49 "postcss-attribute-case-insensitive": "^4.0.1",
50 "postcss-color-functional-notation": "^2.0.1",
51 "postcss-color-gray": "^5.0.0",
52 "postcss-color-hex-alpha": "^5.0.3",
53 "postcss-color-mod-function": "^3.0.3",
54 "postcss-color-rebeccapurple": "^4.0.1",
55 "postcss-custom-media": "^7.0.8",
56 "postcss-custom-properties": "^8.0.11",
57 "postcss-custom-selectors": "^5.1.2",
58 "postcss-dir-pseudo-class": "^5.0.0",
59 "postcss-double-position-gradients": "^1.0.0",
60 "postcss-env-function": "^2.0.2",
61 "postcss-focus-visible": "^4.0.0",
62 "postcss-focus-within": "^3.0.0",
63 "postcss-font-variant": "^4.0.0",
64 "postcss-gap-properties": "^2.0.0",
65 "postcss-image-set-function": "^3.0.1",
66 "postcss-initial": "^3.0.0",
67 "postcss-lab-function": "^2.0.1",
68 "postcss-logical": "^3.0.0",
69 "postcss-media-minmax": "^4.0.0",
70 "postcss-nesting": "^7.0.0",
71 "postcss-overflow-shorthand": "^2.0.0",
72 "postcss-page-break": "^2.0.0",
73 "postcss-place": "^4.0.1",
74 "postcss-pseudo-class-any-link": "^6.0.0",
75 "postcss-replace-overflow-wrap": "^3.0.0",
76 "postcss-selector-matches": "^4.0.0",
77 "postcss-selector-not": "^4.0.0"
78 },
79 "description": "Convert modern CSS into something browsers understand",
80 "devDependencies": {
81 "@babel/core": "^7.5.0",
82 "@babel/preset-env": "^7.5.2",
83 "babel-eslint": "^10.0.2",
84 "eslint": "^5.16.0",
85 "eslint-config-dev": "^2.0.0",
86 "postcss-simple-vars": "^5.0.2",
87 "postcss-tape": "^4.0.0",
88 "pre-commit": "^1.2.2",
89 "rollup": "^1.16.6",
90 "rollup-plugin-babel": "^4.3.3"
91 },
92 "engines": {
93 "node": ">=6.0.0"
94 },
95 "eslintConfig": {
96 "extends": "dev",
97 "parser": "babel-eslint"
98 },
99 "files": [
100 "index.js",
101 "index.js.map",
102 "index.mjs",
103 "index.mjs.map"
104 ],
105 "homepage": "https://github.com/csstools/postcss-preset-env#readme",
106 "keywords": [
107 "postcss",
108 "css",
109 "postcss-plugin",
110 "specifications",
111 "specs",
112 "features",
113 "lists",
114 "stages",
115 "w3c",
116 "csswg",
117 "future",
118 "next"
119 ],
120 "license": "CC0-1.0",
121 "main": "index.js",
122 "module": "index.mjs",
123 "name": "postcss-preset-env",
124 "repository": {
125 "type": "git",
126 "url": "git+https://github.com/csstools/postcss-preset-env.git"
127 },
128 "scripts": {
129 "build": "rollup -c .rollup.js --silent",
130 "prepublishOnly": "npm test",
131 "pretest:tape": "npm run build",
132 "test": "npm run test:js && npm run test:tape",
133 "test:js": "eslint src/*.js src/lib/*.js src/patch/*.js --cache --ignore-path .gitignore --quiet",
134 "test:tape": "postcss-tape"
135 },
136 "version": "6.7.0"
137}
Note: See TracBrowser for help on using the repository browser.