projecte_ionic/node_modules/cssnano/package.json
2022-02-09 18:30:03 +01:00

88 lines
2.4 KiB
JSON
Executable file

{
"_from": "cssnano@^5.0.0",
"_id": "cssnano@5.0.10",
"_inBundle": false,
"_integrity": "sha512-YfNhVJJ04imffOpbPbXP2zjIoByf0m8E2c/s/HnvSvjXgzXMfgopVjAEGvxYOjkOpWuRQDg/OZFjO7WW94Ri8w==",
"_location": "/cssnano",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssnano@^5.0.0",
"name": "cssnano",
"escapedName": "cssnano",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/css-minimizer-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.10.tgz",
"_shasum": "92207eb7c9c6dc08d318050726f9fad0adf7220b",
"_spec": "cssnano@^5.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/css-minimizer-webpack-plugin",
"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.6",
"is-resolvable": "^1.1.0",
"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",
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist",
"LICENSE-MIT",
"quickstart.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
"gitHead": "6818c833c7a28dc02e581adf43bf7642925a8b42",
"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": "cross-env BABEL_ENV=publish 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",
"prepare": "yarn build"
},
"tonicExampleFilename": "quickstart.js",
"version": "5.0.10"
}