package.json
2.62 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
105
106
107
108
109
110
111
112
113
114
115
{
"_from": "icss-utils@^4.1.1",
"_id": "icss-utils@4.1.1",
"_inBundle": false,
"_integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
"_location": "/icss-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "icss-utils@^4.1.1",
"name": "icss-utils",
"escapedName": "icss-utils",
"rawSpec": "^4.1.1",
"saveSpec": null,
"fetchSpec": "^4.1.1"
},
"_requiredBy": [
"/css-loader",
"/postcss-modules-local-by-default",
"/postcss-modules-values"
],
"_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
"_shasum": "21170b53789ee27447c2f47dd683081403f9a467",
"_spec": "icss-utils@^4.1.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/css-loader",
"author": {
"name": "Glen Maddern"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": 6
}
}
]
]
},
"bugs": {
"url": "https://github.com/css-modules/icss-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^7.0.14"
},
"deprecated": false,
"description": "ICSS utils for postcss ast",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^5.14.1",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4"
},
"engines": {
"node": ">= 6"
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"env": {
"es6": true,
"jest": true
},
"extends": "eslint:recommended"
},
"files": [
"lib"
],
"homepage": "https://github.com/css-modules/icss-utils#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"css",
"modules",
"icss",
"postcss"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"prettier --write",
"eslint",
"git add"
]
},
"main": "lib/index.js",
"name": "icss-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/icss-utils.git"
},
"scripts": {
"build": "babel --out-dir lib src",
"lint": "eslint . --ignore-path .gitignore",
"prepublish": "yarn test && yarn run build",
"pretest": "npm run lint",
"test": "npm run test:only",
"test:only": "jest"
},
"version": "4.1.1"
}