source: trip-planner-front/node_modules/cssnano-preset-default/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
2 "_args": [
3 [
4 "cssnano-preset-default@5.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cssnano-preset-default@5.1.4",
10 "_id": "cssnano-preset-default@5.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==",
13 "_location": "/cssnano-preset-default",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cssnano-preset-default@5.1.4",
19 "name": "cssnano-preset-default",
20 "escapedName": "cssnano-preset-default",
21 "rawSpec": "5.1.4",
22 "saveSpec": null,
23 "fetchSpec": "5.1.4"
24 },
25 "_requiredBy": [
26 "/cssnano"
27 ],
28 "_resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz",
29 "_spec": "5.1.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ben Briggs",
33 "email": "beneb.info@gmail.com",
34 "url": "http://beneb.info"
35 },
36 "bugs": {
37 "url": "https://github.com/cssnano/cssnano/issues"
38 },
39 "dependencies": {
40 "css-declaration-sorter": "^6.0.3",
41 "cssnano-utils": "^2.0.1",
42 "postcss-calc": "^8.0.0",
43 "postcss-colormin": "^5.2.0",
44 "postcss-convert-values": "^5.0.1",
45 "postcss-discard-comments": "^5.0.1",
46 "postcss-discard-duplicates": "^5.0.1",
47 "postcss-discard-empty": "^5.0.1",
48 "postcss-discard-overridden": "^5.0.1",
49 "postcss-merge-longhand": "^5.0.2",
50 "postcss-merge-rules": "^5.0.2",
51 "postcss-minify-font-values": "^5.0.1",
52 "postcss-minify-gradients": "^5.0.2",
53 "postcss-minify-params": "^5.0.1",
54 "postcss-minify-selectors": "^5.1.0",
55 "postcss-normalize-charset": "^5.0.1",
56 "postcss-normalize-display-values": "^5.0.1",
57 "postcss-normalize-positions": "^5.0.1",
58 "postcss-normalize-repeat-style": "^5.0.1",
59 "postcss-normalize-string": "^5.0.1",
60 "postcss-normalize-timing-functions": "^5.0.1",
61 "postcss-normalize-unicode": "^5.0.1",
62 "postcss-normalize-url": "^5.0.2",
63 "postcss-normalize-whitespace": "^5.0.1",
64 "postcss-ordered-values": "^5.0.2",
65 "postcss-reduce-initial": "^5.0.1",
66 "postcss-reduce-transforms": "^5.0.1",
67 "postcss-svgo": "^5.0.2",
68 "postcss-unique-selectors": "^5.0.1"
69 },
70 "description": "Safe defaults for cssnano which require minimal configuration.",
71 "devDependencies": {
72 "postcss": "^8.2.15"
73 },
74 "engines": {
75 "node": "^10 || ^12 || >=14.0"
76 },
77 "files": [
78 "LICENSE-MIT",
79 "dist"
80 ],
81 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735",
82 "homepage": "https://github.com/cssnano/cssnano",
83 "license": "MIT",
84 "main": "dist/index.js",
85 "name": "cssnano-preset-default",
86 "peerDependencies": {
87 "postcss": "^8.2.15"
88 },
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/cssnano/cssnano.git"
92 },
93 "scripts": {
94 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
95 "prebuild": "rimraf dist",
96 "prepare": "yarn build"
97 },
98 "version": "5.1.4"
99}
Note: See TracBrowser for help on using the repository browser.