source: trip-planner-front/node_modules/postcss-minify-params/package.json@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "postcss-minify-params@^5.0.2",
3 "_id": "postcss-minify-params@5.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==",
6 "_location": "/postcss-minify-params",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "postcss-minify-params@^5.0.2",
12 "name": "postcss-minify-params",
13 "escapedName": "postcss-minify-params",
14 "rawSpec": "^5.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^5.0.2"
17 },
18 "_requiredBy": [
19 "/cssnano-preset-default"
20 ],
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",
25 "author": {
26 "name": "Bogdan Chadkin",
27 "email": "trysound@yandex.ru"
28 },
29 "bugs": {
30 "url": "https://github.com/cssnano/cssnano/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "alphanum-sort": "^1.0.2",
35 "browserslist": "^4.16.6",
36 "cssnano-utils": "^2.0.1",
37 "postcss-value-parser": "^4.1.0"
38 },
39 "deprecated": false,
40 "description": "Minify at-rule params with PostCSS",
41 "devDependencies": {
42 "postcss": "^8.2.15"
43 },
44 "engines": {
45 "node": "^10 || ^12 || >=14.0"
46 },
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",
62 "peerDependencies": {
63 "postcss": "^8.2.15"
64 },
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__/\"",
71 "prebuild": "rimraf dist",
72 "prepare": "yarn build"
73 },
74 "version": "5.0.2"
75}
Note: See TracBrowser for help on using the repository browser.