- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-merge-rules/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-merge-rules", 3 "version": "5.0.2", 2 "_args": [ 3 [ 4 "postcss-merge-rules@5.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-merge-rules@5.0.2", 10 "_id": "postcss-merge-rules@5.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==", 13 "_location": "/postcss-merge-rules", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-merge-rules@5.0.2", 19 "name": "postcss-merge-rules", 20 "escapedName": "postcss-merge-rules", 21 "rawSpec": "5.0.2", 22 "saveSpec": null, 23 "fetchSpec": "5.0.2" 24 }, 25 "_requiredBy": [ 26 "/cssnano-preset-default" 27 ], 28 "_resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.2.tgz", 29 "_spec": "5.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ben Briggs", 33 "email": "beneb.info@gmail.com", 34 "url": "http://beneb.info" 35 }, 36 "bugs": { 37 "url": "https://github.com/cssnano/cssnano/issues" 38 }, 39 "dependencies": { 40 "browserslist": "^4.16.6", 41 "caniuse-api": "^3.0.0", 42 "cssnano-utils": "^2.0.1", 43 "postcss-selector-parser": "^6.0.5", 44 "vendors": "^1.0.3" 45 }, 4 46 "description": "Merge CSS rules with PostCSS.", 5 "main": "dist/index.js", 47 "devDependencies": { 48 "postcss": "^8.2.15" 49 }, 50 "engines": { 51 "node": "^10 || ^12 || >=14.0" 52 }, 6 53 "files": [ 7 54 "LICENSE-MIT", 8 55 "dist" 9 56 ], 10 "scripts": { 11 "prebuild": "del-cli dist", 12 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 13 "prepublish": "yarn build" 14 }, 57 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca", 58 "homepage": "https://github.com/cssnano/cssnano", 15 59 "keywords": [ 16 60 "css", … … 20 64 ], 21 65 "license": "MIT", 22 "homepage": "https://github.com/cssnano/cssnano", 23 "author": { 24 "name": "Ben Briggs", 25 "email": "beneb.info@gmail.com", 26 "url": "http://beneb.info" 27 }, 28 "repository": "cssnano/cssnano", 29 "dependencies": { 30 "browserslist": "^4.16.6", 31 "caniuse-api": "^3.0.0", 32 "cssnano-utils": "^2.0.1", 33 "postcss-selector-parser": "^6.0.5", 34 "vendors": "^1.0.3" 35 }, 36 "bugs": { 37 "url": "https://github.com/cssnano/cssnano/issues" 38 }, 39 "engines": { 40 "node": "^10 || ^12 || >=14.0" 41 }, 42 "devDependencies": { 43 "postcss": "^8.2.15" 44 }, 66 "main": "dist/index.js", 67 "name": "postcss-merge-rules", 45 68 "peerDependencies": { 46 69 "postcss": "^8.2.15" 47 70 }, 48 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca" 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/cssnano/cssnano.git" 74 }, 75 "scripts": { 76 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 77 "prebuild": "del-cli dist", 78 "prepublish": "yarn build" 79 }, 80 "version": "5.0.2" 49 81 }
Note:
See TracChangeset
for help on using the changeset viewer.