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

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "postcss-unique-selectors@^5.0.2",
3 "_id": "postcss-unique-selectors@5.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==",
6 "_location": "/postcss-unique-selectors",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "postcss-unique-selectors@^5.0.2",
12 "name": "postcss-unique-selectors",
13 "escapedName": "postcss-unique-selectors",
14 "rawSpec": "^5.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^5.0.2"
17 },
18 "_requiredBy": [
19 "/cssnano-preset-default"
20 ],
21 "_resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz",
22 "_shasum": "5d6893daf534ae52626708e0d62250890108c0c1",
23 "_spec": "postcss-unique-selectors@^5.0.2",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
25 "author": {
26 "name": "Ben Briggs",
27 "email": "beneb.info@gmail.com",
28 "url": "http://beneb.info"
29 },
30 "bugs": {
31 "url": "https://github.com/cssnano/cssnano/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "alphanum-sort": "^1.0.2",
36 "postcss-selector-parser": "^6.0.5"
37 },
38 "deprecated": false,
39 "description": "Ensure CSS selectors are unique.",
40 "devDependencies": {
41 "postcss": "^8.2.15"
42 },
43 "engines": {
44 "node": "^10 || ^12 || >=14.0"
45 },
46 "files": [
47 "LICENSE-MIT",
48 "dist"
49 ],
50 "homepage": "https://github.com/cssnano/cssnano",
51 "keywords": [
52 "css",
53 "postcss",
54 "postcss-plugin"
55 ],
56 "license": "MIT",
57 "main": "dist/index.js",
58 "name": "postcss-unique-selectors",
59 "peerDependencies": {
60 "postcss": "^8.2.15"
61 },
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/cssnano/cssnano.git"
65 },
66 "scripts": {
67 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
68 "prebuild": "rimraf dist",
69 "prepare": "yarn build"
70 },
71 "version": "5.0.2"
72}
Note: See TracBrowser for help on using the repository browser.