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