Changeset 59329aa for trip-planner-front/node_modules/cssnano
- 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/cssnano/package.json
rceaed42 r59329aa 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", 11 "_inBundle": false, 12 "_integrity": "sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==", 13 "_location": "/cssnano", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cssnano@5.0.8", 2 19 "name": "cssnano", 3 "version": "5.0.8", 4 "description": "A modular minifier, built on top of the PostCSS ecosystem.", 5 "main": "dist/index.js", 6 "scripts": { 7 "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer", 8 "prebuild": "rimraf dist", 9 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 10 "prepare": "yarn build" 11 }, 12 "funding": { 13 "type": "opencollective", 14 "url": "https://opencollective.com/cssnano" 15 }, 16 "keywords": [ 17 "css", 18 "compress", 19 "minify", 20 "optimise", 21 "optimisation", 22 "postcss", 23 "postcss-plugin" 24 ], 25 "license": "MIT", 26 "dependencies": { 27 "cssnano-preset-default": "^5.1.4", 28 "is-resolvable": "^1.1.0", 29 "lilconfig": "^2.0.3", 30 "yaml": "^1.10.2" 31 }, 32 "homepage": "https://github.com/cssnano/cssnano", 33 "author": { 34 "name": "Ben Briggs", 35 "email": "beneb.info@gmail.com", 36 "url": "http://beneb.info" 37 }, 38 "repository": "cssnano/cssnano", 39 "files": [ 40 "dist", 41 "LICENSE-MIT", 42 "quickstart.js" 43 ], 44 "tonicExampleFilename": "quickstart.js", 45 "bugs": { 46 "url": "https://github.com/cssnano/cssnano/issues" 47 }, 48 "engines": { 49 "node": "^10 || ^12 || >=14.0" 50 }, 51 "devDependencies": { 52 "autoprefixer": "^10.2.0", 53 "postcss": "^8.2.15" 54 }, 55 "peerDependencies": { 56 "postcss": "^8.2.15" 57 }, 58 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735" 20 "escapedName": "cssnano", 21 "rawSpec": "5.0.8", 22 "saveSpec": null, 23 "fetchSpec": "5.0.8" 24 }, 25 "_requiredBy": [ 26 "/css-minimizer-webpack-plugin" 27 ], 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", 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 "cssnano-preset-default": "^5.1.4", 41 "is-resolvable": "^1.1.0", 42 "lilconfig": "^2.0.3", 43 "yaml": "^1.10.2" 44 }, 45 "description": "A modular minifier, built on top of the PostCSS ecosystem.", 46 "devDependencies": { 47 "autoprefixer": "^10.2.0", 48 "postcss": "^8.2.15" 49 }, 50 "engines": { 51 "node": "^10 || ^12 || >=14.0" 52 }, 53 "files": [ 54 "dist", 55 "LICENSE-MIT", 56 "quickstart.js" 57 ], 58 "funding": { 59 "type": "opencollective", 60 "url": "https://opencollective.com/cssnano" 61 }, 62 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735", 63 "homepage": "https://github.com/cssnano/cssnano", 64 "keywords": [ 65 "css", 66 "compress", 67 "minify", 68 "optimise", 69 "optimisation", 70 "postcss", 71 "postcss-plugin" 72 ], 73 "license": "MIT", 74 "main": "dist/index.js", 75 "name": "cssnano", 76 "peerDependencies": { 77 "postcss": "^8.2.15" 78 }, 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/cssnano/cssnano.git" 82 }, 83 "scripts": { 84 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 85 "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer", 86 "prebuild": "rimraf dist", 87 "prepare": "yarn build" 88 }, 89 "tonicExampleFilename": "quickstart.js", 90 "version": "5.0.8" 59 91 }
Note:
See TracChangeset
for help on using the changeset viewer.