[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "postcss-minify-params@^5.0.2",
|
---|
| 3 | "_id": "postcss-minify-params@5.0.2",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==",
|
---|
[59329aa] | 6 | "_location": "/postcss-minify-params",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "postcss-minify-params@^5.0.2",
|
---|
[59329aa] | 12 | "name": "postcss-minify-params",
|
---|
| 13 | "escapedName": "postcss-minify-params",
|
---|
[e29cc2e] | 14 | "rawSpec": "^5.0.2",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^5.0.2"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/cssnano-preset-default"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.2.tgz",
|
---|
| 22 | "_shasum": "1b644da903473fbbb18fbe07b8e239883684b85c",
|
---|
| 23 | "_spec": "postcss-minify-params@^5.0.2",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "Bogdan Chadkin",
|
---|
| 27 | "email": "trysound@yandex.ru"
|
---|
| 28 | },
|
---|
[6a3a178] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 31 | },
|
---|
[e29cc2e] | 32 | "bundleDependencies": false,
|
---|
[6a3a178] | 33 | "dependencies": {
|
---|
| 34 | "alphanum-sort": "^1.0.2",
|
---|
[e29cc2e] | 35 | "browserslist": "^4.16.6",
|
---|
[6a3a178] | 36 | "cssnano-utils": "^2.0.1",
|
---|
[e29cc2e] | 37 | "postcss-value-parser": "^4.1.0"
|
---|
[6a3a178] | 38 | },
|
---|
[e29cc2e] | 39 | "deprecated": false,
|
---|
[59329aa] | 40 | "description": "Minify at-rule params with PostCSS",
|
---|
| 41 | "devDependencies": {
|
---|
| 42 | "postcss": "^8.2.15"
|
---|
[6a3a178] | 43 | },
|
---|
| 44 | "engines": {
|
---|
| 45 | "node": "^10 || ^12 || >=14.0"
|
---|
| 46 | },
|
---|
[59329aa] | 47 | "files": [
|
---|
| 48 | "dist"
|
---|
| 49 | ],
|
---|
| 50 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 51 | "keywords": [
|
---|
| 52 | "postcss",
|
---|
| 53 | "css",
|
---|
| 54 | "postcss-plugin",
|
---|
| 55 | "minify",
|
---|
| 56 | "optimise",
|
---|
| 57 | "params"
|
---|
| 58 | ],
|
---|
| 59 | "license": "MIT",
|
---|
| 60 | "main": "dist/index.js",
|
---|
| 61 | "name": "postcss-minify-params",
|
---|
[6a3a178] | 62 | "peerDependencies": {
|
---|
| 63 | "postcss": "^8.2.15"
|
---|
| 64 | },
|
---|
[59329aa] | 65 | "repository": {
|
---|
| 66 | "type": "git",
|
---|
| 67 | "url": "git+https://github.com/cssnano/cssnano.git"
|
---|
| 68 | },
|
---|
| 69 | "scripts": {
|
---|
| 70 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
[e29cc2e] | 71 | "prebuild": "rimraf dist",
|
---|
| 72 | "prepare": "yarn build"
|
---|
[59329aa] | 73 | },
|
---|
[e29cc2e] | 74 | "version": "5.0.2"
|
---|
[6a3a178] | 75 | }
|
---|