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

67 lines
2 KiB
JSON
Executable file

{
"_from": "cssnano-utils@^2.0.1",
"_id": "cssnano-utils@2.0.1",
"_inBundle": false,
"_integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==",
"_location": "/cssnano-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssnano-utils@^2.0.1",
"name": "cssnano-utils",
"escapedName": "cssnano-utils",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/cssnano-preset-default",
"/postcss-merge-rules",
"/postcss-minify-gradients",
"/postcss-minify-params",
"/postcss-normalize-display-values",
"/postcss-normalize-repeat-style",
"/postcss-normalize-timing-functions",
"/postcss-ordered-values",
"/postcss-reduce-transforms"
],
"_resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz",
"_shasum": "8660aa2b37ed869d2e2f22918196a9a8b6498ce2",
"_spec": "cssnano-utils@^2.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/cssnano-preset-default",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Utility methods and plugin for cssnano projects",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"dist"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"license": "MIT",
"main": "dist/index.js",
"name": "cssnano-utils",
"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__/\"",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "2.0.1"
}