package.json
2.8 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_from": "postcss-browser-comments@^3.0.0",
"_id": "postcss-browser-comments@3.0.0",
"_inBundle": false,
"_integrity": "sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==",
"_location": "/postcss-browser-comments",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-browser-comments@^3.0.0",
"name": "postcss-browser-comments",
"escapedName": "postcss-browser-comments",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/postcss-normalize"
],
"_resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz",
"_shasum": "1248d2d935fb72053c8e1f61a84a57292d9f65e9",
"_spec": "postcss-browser-comments@^3.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\postcss-normalize",
"author": {
"name": "Jonathan Neal",
"email": "csstools@hotmail.com"
},
"bugs": {
"url": "https://github.com/csstools/postcss-browser-comments/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^7"
},
"deprecated": false,
"description": "Keep only the CSS you need based on comments and your browserslist",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"browserslist": "^4.1.1",
"eslint": "^5.16.0",
"postcss-tape": "^5.0.0",
"pre-commit": "^1.2.2",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2"
},
"engines": {
"node": ">=8.0.0"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2018,
"impliedStrict": true,
"sourceType": "module"
},
"root": true
},
"files": [
"index.cjs.js",
"index.es.js"
],
"homepage": "https://github.com/csstools/postcss-browser-comments#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"browserslists",
"browserlists",
"browsers",
"lists",
"support",
"caniuse",
"target"
],
"license": "CC0-1.0",
"main": "index.cjs.js",
"module": "index.es.js",
"name": "postcss-browser-comments",
"peerDependencies": {
"browserslist": "^4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-browser-comments.git"
},
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "npm run test:js && npm run test:tape",
"test:ec": "echint --ignore index.*.js test",
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
"test:tape": "postcss-tape"
},
"version": "3.0.0"
}