[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "cssnano@^5.0.6",
|
---|
| 3 | "_id": "cssnano@5.0.11",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-5SHM31NAAe29jvy0MJqK40zZ/8dGlnlzcfHKw00bWMVFp8LWqtuyPSFwbaoIoxvt71KWJOfg8HMRGrBR3PExCg==",
|
---|
[59329aa] | 6 | "_location": "/cssnano",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "cssnano@^5.0.6",
|
---|
[6a3a178] | 12 | "name": "cssnano",
|
---|
[59329aa] | 13 | "escapedName": "cssnano",
|
---|
[e29cc2e] | 14 | "rawSpec": "^5.0.6",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^5.0.6"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/css-minimizer-webpack-plugin"
|
---|
| 20 | ],
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 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 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[59329aa] | 34 | "dependencies": {
|
---|
[e29cc2e] | 35 | "cssnano-preset-default": "^5.1.7",
|
---|
[59329aa] | 36 | "is-resolvable": "^1.1.0",
|
---|
| 37 | "lilconfig": "^2.0.3",
|
---|
| 38 | "yaml": "^1.10.2"
|
---|
| 39 | },
|
---|
[e29cc2e] | 40 | "deprecated": false,
|
---|
[59329aa] | 41 | "description": "A modular minifier, built on top of the PostCSS ecosystem.",
|
---|
| 42 | "devDependencies": {
|
---|
[e29cc2e] | 43 | "autoprefixer": "^10.3.7",
|
---|
[59329aa] | 44 | "postcss": "^8.2.15"
|
---|
| 45 | },
|
---|
| 46 | "engines": {
|
---|
| 47 | "node": "^10 || ^12 || >=14.0"
|
---|
| 48 | },
|
---|
| 49 | "files": [
|
---|
| 50 | "dist",
|
---|
| 51 | "LICENSE-MIT",
|
---|
| 52 | "quickstart.js"
|
---|
| 53 | ],
|
---|
| 54 | "funding": {
|
---|
| 55 | "type": "opencollective",
|
---|
| 56 | "url": "https://opencollective.com/cssnano"
|
---|
| 57 | },
|
---|
| 58 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 59 | "keywords": [
|
---|
| 60 | "css",
|
---|
| 61 | "compress",
|
---|
| 62 | "minify",
|
---|
| 63 | "optimise",
|
---|
| 64 | "optimisation",
|
---|
| 65 | "postcss",
|
---|
| 66 | "postcss-plugin"
|
---|
| 67 | ],
|
---|
| 68 | "license": "MIT",
|
---|
| 69 | "main": "dist/index.js",
|
---|
| 70 | "name": "cssnano",
|
---|
| 71 | "peerDependencies": {
|
---|
| 72 | "postcss": "^8.2.15"
|
---|
| 73 | },
|
---|
| 74 | "repository": {
|
---|
| 75 | "type": "git",
|
---|
| 76 | "url": "git+https://github.com/cssnano/cssnano.git"
|
---|
| 77 | },
|
---|
| 78 | "scripts": {
|
---|
| 79 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
| 80 | "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
|
---|
| 81 | "prebuild": "rimraf dist",
|
---|
| 82 | "prepare": "yarn build"
|
---|
| 83 | },
|
---|
| 84 | "tonicExampleFilename": "quickstart.js",
|
---|
[e29cc2e] | 85 | "version": "5.0.11"
|
---|
[6a3a178] | 86 | }
|
---|