source: trip-planner-front/node_modules/postcss-unique-selectors/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "postcss-unique-selectors",
3 "version": "5.0.1",
4 "description": "Ensure CSS selectors are unique.",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "del-cli dist",
8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9 "prepublish": "yarn build"
10 },
11 "files": [
12 "LICENSE-MIT",
13 "dist"
14 ],
15 "keywords": [
16 "css",
17 "postcss",
18 "postcss-plugin"
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 "alphanum-sort": "^1.0.2",
30 "postcss-selector-parser": "^6.0.5",
31 "uniqs": "^2.0.0"
32 },
33 "bugs": {
34 "url": "https://github.com/cssnano/cssnano/issues"
35 },
36 "engines": {
37 "node": "^10 || ^12 || >=14.0"
38 },
39 "devDependencies": {
40 "postcss": "^8.2.15"
41 },
42 "peerDependencies": {
43 "postcss": "^8.2.15"
44 },
45 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
46}
Note: See TracBrowser for help on using the repository browser.