fd22b0bf58
V2 (Laravel re-make)
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"_from": "cssnano-utils@^3.0.1",
|
|
"_id": "cssnano-utils@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VNCHL364lh++/ono+S3j9NlUK+d97KNkxI77NlqZU2W3xd2/qmyN61dsa47pTpb55zuU4G4lI7qFjAXZJH1OAQ==",
|
|
"_location": "/cssnano-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cssnano-utils@^3.0.1",
|
|
"name": "cssnano-utils",
|
|
"escapedName": "cssnano-utils",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano-preset-default",
|
|
"/postcss-merge-rules",
|
|
"/postcss-minify-gradients",
|
|
"/postcss-minify-params",
|
|
"/postcss-ordered-values"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.0.1.tgz",
|
|
"_shasum": "d3cc0a142d3d217f8736837ec0a2ccff6a89c6ea",
|
|
"_spec": "cssnano-utils@^3.0.1",
|
|
"_where": "C:\\laragon\\www\\idlers\\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",
|
|
"LICENSE"
|
|
],
|
|
"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": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
|
"prebuild": "rimraf dist"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|