source: frontend/node_modules/postcss-minify-selectors/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 864 bytes
RevLine 
[9af201e]1{
2 "name": "postcss-minify-selectors",
3 "version": "5.2.1",
4 "description": "Minify selectors with PostCSS.",
5 "main": "src/index.js",
6 "types": "types/index.d.ts",
7 "files": [
8 "src",
9 "LICENSE-MIT",
10 "types"
11 ],
12 "keywords": [
13 "css",
14 "minify",
15 "optimise",
16 "postcss",
17 "postcss-plugin",
18 "selectors"
19 ],
20 "license": "MIT",
21 "homepage": "https://github.com/cssnano/cssnano",
22 "author": {
23 "name": "Ben Briggs",
24 "email": "beneb.info@gmail.com",
25 "url": "http://beneb.info"
26 },
27 "repository": "cssnano/cssnano",
28 "dependencies": {
29 "postcss-selector-parser": "^6.0.5"
30 },
31 "bugs": {
32 "url": "https://github.com/cssnano/cssnano/issues"
33 },
34 "engines": {
35 "node": "^10 || ^12 || >=14.0"
36 },
37 "devDependencies": {
38 "postcss": "^8.2.15"
39 },
40 "peerDependencies": {
41 "postcss": "^8.2.15"
42 }
43}
Note: See TracBrowser for help on using the repository browser.