source: frontend/node_modules/postcss-normalize-positions/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: 844 bytes
RevLine 
[9af201e]1{
2 "name": "postcss-normalize-positions",
3 "version": "5.1.1",
4 "description": "Normalize keyword values for position into length values.",
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 "postcss-value-parser": "^4.2.0"
27 },
28 "bugs": {
29 "url": "https://github.com/cssnano/cssnano/issues"
30 },
31 "engines": {
32 "node": "^10 || ^12 || >=14.0"
33 },
34 "devDependencies": {
35 "postcss": "^8.2.15"
36 },
37 "peerDependencies": {
38 "postcss": "^8.2.15"
39 }
40}
Note: See TracBrowser for help on using the repository browser.