Changeset e29cc2e for trip-planner-front/node_modules/cssnano/package.json
- 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/cssnano/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "cssnano@5.0.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cssnano@5.0.8", 10 "_id": "cssnano@5.0.8", 2 "_from": "cssnano@^5.0.6", 3 "_id": "cssnano@5.0.11", 11 4 "_inBundle": false, 12 "_integrity": "sha512- Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==",5 "_integrity": "sha512-5SHM31NAAe29jvy0MJqK40zZ/8dGlnlzcfHKw00bWMVFp8LWqtuyPSFwbaoIoxvt71KWJOfg8HMRGrBR3PExCg==", 13 6 "_location": "/cssnano", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "cssnano@ 5.0.8",11 "raw": "cssnano@^5.0.6", 19 12 "name": "cssnano", 20 13 "escapedName": "cssnano", 21 "rawSpec": " 5.0.8",14 "rawSpec": "^5.0.6", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.8"16 "fetchSpec": "^5.0.6" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/css-minimizer-webpack-plugin" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.8.tgz", 29 "_spec": "5.0.8", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.11.tgz", 22 "_shasum": "743397a05e04cb87e9df44b7659850adfafc3646", 23 "_spec": "cssnano@^5.0.6", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\css-minimizer-webpack-plugin", 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 "cssnano-preset-default": "^5.1. 4",35 "cssnano-preset-default": "^5.1.7", 41 36 "is-resolvable": "^1.1.0", 42 37 "lilconfig": "^2.0.3", 43 38 "yaml": "^1.10.2" 44 39 }, 40 "deprecated": false, 45 41 "description": "A modular minifier, built on top of the PostCSS ecosystem.", 46 42 "devDependencies": { 47 "autoprefixer": "^10. 2.0",43 "autoprefixer": "^10.3.7", 48 44 "postcss": "^8.2.15" 49 45 }, … … 60 56 "url": "https://opencollective.com/cssnano" 61 57 }, 62 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735",63 58 "homepage": "https://github.com/cssnano/cssnano", 64 59 "keywords": [ … … 88 83 }, 89 84 "tonicExampleFilename": "quickstart.js", 90 "version": "5.0. 8"85 "version": "5.0.11" 91 86 }
Note:
See TracChangeset
for help on using the changeset viewer.