source: frontend/node_modules/postcss-discard-comments/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: 786 bytes
RevLine 
[9af201e]1{
2 "name": "postcss-discard-comments",
3 "version": "5.1.2",
4 "description": "Discard comments in your CSS files 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 "comments",
15 "postcss",
16 "postcss-plugin"
17 ],
18 "license": "MIT",
19 "homepage": "https://github.com/cssnano/cssnano",
20 "author": {
21 "name": "Ben Briggs",
22 "email": "beneb.info@gmail.com",
23 "url": "http://beneb.info"
24 },
25 "repository": "cssnano/cssnano",
26 "bugs": {
27 "url": "https://github.com/cssnano/cssnano/issues"
28 },
29 "engines": {
30 "node": "^10 || ^12 || >=14.0"
31 },
32 "devDependencies": {
33 "postcss": "^8.2.15"
34 },
35 "peerDependencies": {
36 "postcss": "^8.2.15"
37 }
38}
Note: See TracBrowser for help on using the repository browser.