1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "_from": "cssnano@^4.1.11",
| "_id": "cssnano@4.1.11",
| "_inBundle": false,
| "_integrity": "sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==",
| "_location": "/cssnano",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cssnano@^4.1.11",
| "name": "cssnano",
| "escapedName": "cssnano",
| "rawSpec": "^4.1.11",
| "saveSpec": null,
| "fetchSpec": "^4.1.11"
| },
| "_requiredBy": [
| "/@nuxt/webpack",
| "/optimize-css-assets-webpack-plugin"
| ],
| "_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.11.tgz",
| "_shasum": "c7b5f5b81da269cb1fd982cb960c1200910c9a99",
| "_spec": "cssnano@^4.1.11",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "Ben Briggs",
| "email": "beneb.info@gmail.com",
| "url": "http://beneb.info"
| },
| "bugs": {
| "url": "https://github.com/cssnano/cssnano/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "cosmiconfig": "^5.0.0",
| "cssnano-preset-default": "^4.0.8",
| "is-resolvable": "^1.0.0",
| "postcss": "^7.0.0"
| },
| "deprecated": false,
| "description": "A modular minifier, built on top of the PostCSS ecosystem.",
| "devDependencies": {
| "array-to-sentence": "^2.0.0",
| "babel-cli": "^6.0.0",
| "babel-core": "^6.0.0",
| "babel-loader": "^7.0.0",
| "cross-env": "^5.0.0",
| "cssnano-preset-advanced": "^4.0.7",
| "postcss-font-magician": "^2.0.0",
| "webpack": "^2.0.0",
| "webpack-bundle-size-analyzer": "^2.0.0"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "files": [
| "dist",
| "LICENSE-MIT",
| "quickstart.js"
| ],
| "homepage": "https://github.com/cssnano/cssnano",
| "keywords": [
| "css",
| "compress",
| "minify",
| "optimise",
| "optimisation",
| "postcss",
| "postcss-plugin"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "cssnano",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/cssnano/cssnano.git"
| },
| "scripts": {
| "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
| "integrations": "babel-node src/__tests__/util/rebuild.js",
| "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
| },
| "tonicExampleFilename": "quickstart.js",
| "version": "4.1.11"
| }
|
|