source: trip-planner-front/node_modules/postcss-minify-gradients/package.json@ 8d391a1

Last change on this file since 8d391a1 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-gradients@^5.0.3",
3 "_id": "postcss-minify-gradients@5.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-Z91Ol22nB6XJW+5oe31+YxRsYooxOdFKcbOqY/V8Fxse1Y3vqlNRpi1cxCqoACZTQEhl+xvt4hsbWiV5R+XI9Q==",
6 "_location": "/postcss-minify-gradients",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "postcss-minify-gradients@^5.0.3",
12 "name": "postcss-minify-gradients",
13 "escapedName": "postcss-minify-gradients",
14 "rawSpec": "^5.0.3",
15 "saveSpec": null,
16 "fetchSpec": "^5.0.3"
17 },
18 "_requiredBy": [
19 "/cssnano-preset-default"
20 ],
21 "_resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.3.tgz",
22 "_shasum": "f970a11cc71e08e9095e78ec3a6b34b91c19550e",
23 "_spec": "postcss-minify-gradients@^5.0.3",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
25 "author": {
26 "name": "Ben Briggs",
27 "email": "beneb.info@gmail.com",
28 "url": "http://beneb.info"
29 },
30 "bugs": {
31 "url": "https://github.com/cssnano/cssnano/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "colord": "^2.9.1",
36 "cssnano-utils": "^2.0.1",
37 "postcss-value-parser": "^4.1.0"
38 },
39 "deprecated": false,
40 "description": "Minify gradient parameters with PostCSS.",
41 "devDependencies": {
42 "postcss": "^8.2.15"
43 },
44 "engines": {
45 "node": "^10 || ^12 || >=14.0"
46 },
47 "files": [
48 "LICENSE-MIT",
49 "dist"
50 ],
51 "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0",
52 "homepage": "https://github.com/cssnano/cssnano",
53 "keywords": [
54 "css",
55 "postcss",
56 "postcss-plugin"
57 ],
58 "license": "MIT",
59 "main": "dist/index.js",
60 "name": "postcss-minify-gradients",
61 "peerDependencies": {
62 "postcss": "^8.2.15"
63 },
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/cssnano/cssnano.git"
67 },
68 "scripts": {
69 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
70 "prebuild": "rimraf dist",
71 "prepare": "yarn build"
72 },
73 "version": "5.0.3"
74}
Note: See TracBrowser for help on using the repository browser.