my-idlers/node_modules/cssnano/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

87 lines
2.2 KiB
JSON

{
"_from": "cssnano@^5.0.8",
"_id": "cssnano@5.0.16",
"_inBundle": false,
"_integrity": "sha512-ryhRI9/B9VFCwPbb1z60LLK5/ldoExi7nwdnJzpkLZkm2/r7j2X3jfY+ZvDVJhC/0fPZlrAguYdHNFg0iglPKQ==",
"_location": "/cssnano",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssnano@^5.0.8",
"name": "cssnano",
"escapedName": "cssnano",
"rawSpec": "^5.0.8",
"saveSpec": null,
"fetchSpec": "^5.0.8"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.16.tgz",
"_shasum": "4ee97d30411693f3de24cef70b36f7ae2a843e04",
"_spec": "cssnano@^5.0.8",
"_where": "C:\\laragon\\www\\idlers\\node_modules\\laravel-mix",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"cssnano-preset-default": "^5.1.11",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
"deprecated": false,
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"devDependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-advanced": "^5.1.11",
"cssnano-preset-lite": "^2.0.2",
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist",
"LICENSE-MIT",
"quickstart.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "cssnano",
"peerDependencies": {
"postcss": "^8.2.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
"prebuild": "rimraf dist"
},
"tonicExampleFilename": "quickstart.js",
"version": "5.0.16"
}