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
| {
| "_from": "stylehacks@^4.0.0",
| "_id": "stylehacks@4.0.3",
| "_inBundle": false,
| "_integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
| "_location": "/stylehacks",
| "_phantomChildren": {
| "dot-prop": "5.3.0",
| "indexes-of": "1.0.1",
| "uniq": "1.0.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "stylehacks@^4.0.0",
| "name": "stylehacks",
| "escapedName": "stylehacks",
| "rawSpec": "^4.0.0",
| "saveSpec": null,
| "fetchSpec": "^4.0.0"
| },
| "_requiredBy": [
| "/postcss-merge-longhand"
| ],
| "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
| "_shasum": "6718fcaf4d1e07d8a1318690881e8d96726a71d5",
| "_spec": "stylehacks@^4.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-merge-longhand",
| "author": {
| "name": "Ben Briggs",
| "email": "beneb.info@gmail.com",
| "url": "http://beneb.info"
| },
| "bugs": {
| "url": "https://github.com/cssnano/cssnano/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "browserslist": "^4.0.0",
| "postcss": "^7.0.0",
| "postcss-selector-parser": "^3.0.0"
| },
| "deprecated": false,
| "description": "Detect/remove browser hacks from CSS files.",
| "devDependencies": {
| "babel-cli": "^6.0.0",
| "cross-env": "^5.0.0"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "files": [
| "LICENSE-MIT",
| "dist"
| ],
| "homepage": "https://github.com/cssnano/cssnano",
| "keywords": [
| "browsers",
| "css",
| "hack",
| "hacks",
| "optimise",
| "postcss",
| "postcss-plugin",
| "stylehacks"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "stylehacks",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/cssnano/cssnano.git"
| },
| "scripts": {
| "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
| },
| "version": "4.0.3"
| }
|
|