package.json
1.83 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
{
"_from": "postcss-flexbugs-fixes@4.2.1",
"_id": "postcss-flexbugs-fixes@4.2.1",
"_inBundle": false,
"_integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==",
"_location": "/postcss-flexbugs-fixes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-flexbugs-fixes@4.2.1",
"name": "postcss-flexbugs-fixes",
"escapedName": "postcss-flexbugs-fixes",
"rawSpec": "4.2.1",
"saveSpec": null,
"fetchSpec": "4.2.1"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz",
"_shasum": "9218a65249f30897deab1033aced8578562a6690",
"_spec": "postcss-flexbugs-fixes@4.2.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"author": {
"name": "Luis Rudge",
"email": "luis@luisrudge.net"
},
"bugs": {
"url": "https://github.com/luisrudge/postcss-flexbugs-fixes/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^7.0.26"
},
"deprecated": false,
"description": "PostCSS plugin This project tries to fix all of flexbug's issues",
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2"
},
"files": [
"bugs",
"index.js"
],
"homepage": "https://github.com/luisrudge/postcss-flexbugs-fixes#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"flexbugs",
"flexbox",
"flex"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-flexbugs-fixes",
"repository": {
"type": "git",
"url": "git+https://github.com/luisrudge/postcss-flexbugs-fixes.git"
},
"scripts": {
"test": "gulp"
},
"version": "4.2.1"
}