source: trip-planner-front/node_modules/cssnano/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: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "cssnano@5.0.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cssnano@5.0.8",
10 "_id": "cssnano@5.0.8",
11 "_inBundle": false,
12 "_integrity": "sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==",
13 "_location": "/cssnano",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cssnano@5.0.8",
19 "name": "cssnano",
20 "escapedName": "cssnano",
21 "rawSpec": "5.0.8",
22 "saveSpec": null,
23 "fetchSpec": "5.0.8"
24 },
25 "_requiredBy": [
26 "/css-minimizer-webpack-plugin"
27 ],
28 "_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.8.tgz",
29 "_spec": "5.0.8",
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 "cssnano-preset-default": "^5.1.4",
41 "is-resolvable": "^1.1.0",
42 "lilconfig": "^2.0.3",
43 "yaml": "^1.10.2"
44 },
45 "description": "A modular minifier, built on top of the PostCSS ecosystem.",
46 "devDependencies": {
47 "autoprefixer": "^10.2.0",
48 "postcss": "^8.2.15"
49 },
50 "engines": {
51 "node": "^10 || ^12 || >=14.0"
52 },
53 "files": [
54 "dist",
55 "LICENSE-MIT",
56 "quickstart.js"
57 ],
58 "funding": {
59 "type": "opencollective",
60 "url": "https://opencollective.com/cssnano"
61 },
62 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735",
63 "homepage": "https://github.com/cssnano/cssnano",
64 "keywords": [
65 "css",
66 "compress",
67 "minify",
68 "optimise",
69 "optimisation",
70 "postcss",
71 "postcss-plugin"
72 ],
73 "license": "MIT",
74 "main": "dist/index.js",
75 "name": "cssnano",
76 "peerDependencies": {
77 "postcss": "^8.2.15"
78 },
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/cssnano/cssnano.git"
82 },
83 "scripts": {
84 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
85 "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
86 "prebuild": "rimraf dist",
87 "prepare": "yarn build"
88 },
89 "tonicExampleFilename": "quickstart.js",
90 "version": "5.0.8"
91}
Note: See TracBrowser for help on using the repository browser.