- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-unique-selectors/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "postcss-unique-selectors@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-unique-selectors@5.0.1", 10 "_id": "postcss-unique-selectors@5.0.1", 2 "_from": "postcss-unique-selectors@^5.0.2", 3 "_id": "postcss-unique-selectors@5.0.2", 11 4 "_inBundle": false, 12 "_integrity": "sha512- gwi1NhHV4FMmPn+qwBNuot1sG1t2OmacLQ/AX29lzyggnjd+MnVD5uqQmpXO3J17KGL2WAxQruj1qTd3H0gG/w==",5 "_integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==", 13 6 "_location": "/postcss-unique-selectors", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "postcss-unique-selectors@ 5.0.1",11 "raw": "postcss-unique-selectors@^5.0.2", 19 12 "name": "postcss-unique-selectors", 20 13 "escapedName": "postcss-unique-selectors", 21 "rawSpec": " 5.0.1",14 "rawSpec": "^5.0.2", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.1"16 "fetchSpec": "^5.0.2" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/cssnano-preset-default" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 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", 31 25 "author": { 32 26 "name": "Ben Briggs", … … 37 31 "url": "https://github.com/cssnano/cssnano/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "alphanum-sort": "^1.0.2", 41 "postcss-selector-parser": "^6.0.5", 42 "uniqs": "^2.0.0" 36 "postcss-selector-parser": "^6.0.5" 43 37 }, 38 "deprecated": false, 44 39 "description": "Ensure CSS selectors are unique.", 45 40 "devDependencies": { … … 53 48 "dist" 54 49 ], 55 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",56 50 "homepage": "https://github.com/cssnano/cssnano", 57 51 "keywords": [ … … 72 66 "scripts": { 73 67 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 74 "prebuild": " del-clidist",75 "prep ublish": "yarn build"68 "prebuild": "rimraf dist", 69 "prepare": "yarn build" 76 70 }, 77 "version": "5.0. 1"71 "version": "5.0.2" 78 72 }
Note:
See TracChangeset
for help on using the changeset viewer.