source: frontend/node_modules/postcss-normalize-unicode/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 888 bytes
RevLine 
[9af201e]1{
2 "name": "postcss-normalize-unicode",
3 "version": "5.1.1",
4 "description": "Normalize unicode-range descriptors, and can convert to wildcard ranges.",
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 "postcss",
15 "postcss-plugin"
16 ],
17 "license": "MIT",
18 "homepage": "https://github.com/cssnano/cssnano",
19 "author": {
20 "name": "Ben Briggs",
21 "email": "beneb.info@gmail.com",
22 "url": "http://beneb.info"
23 },
24 "repository": "cssnano/cssnano",
25 "dependencies": {
26 "browserslist": "^4.21.4",
27 "postcss-value-parser": "^4.2.0"
28 },
29 "bugs": {
30 "url": "https://github.com/cssnano/cssnano/issues"
31 },
32 "engines": {
33 "node": "^10 || ^12 || >=14.0"
34 },
35 "devDependencies": {
36 "postcss": "^8.2.15"
37 },
38 "peerDependencies": {
39 "postcss": "^8.2.15"
40 }
41}
Note: See TracBrowser for help on using the repository browser.