package.json
1.6 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
{
"_from": "eslint-config-tui",
"_id": "eslint-config-tui@3.1.0",
"_inBundle": false,
"_integrity": "sha512-g7kYYv716i5RvlPQxXCczjjY4KNsILLPtzRhHIctRZrxLMqcXKa6unSLAWWCbXgr77WaK0gaon1PCgoH8Pg8sw==",
"_location": "/eslint-config-tui",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "eslint-config-tui",
"name": "eslint-config-tui",
"escapedName": "eslint-config-tui",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/eslint-config-tui/-/eslint-config-tui-3.1.0.tgz",
"_shasum": "370bf1930a92cea411009a84e850437c48fdacf9",
"_spec": "eslint-config-tui",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung",
"author": {
"name": "NHN. FE Development Lab",
"email": "dl_javascript@nhn.com"
},
"bugs": {
"url": "https://github.com/nhn/tui.eslint.config/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ESLint sharable config for TUI components",
"homepage": "https://github.com/nhn/tui.eslint.config#readme",
"keywords": [
"eslint",
"eslint-config",
"eslint.config",
"nhn",
"tui",
"tui.eslint.config",
"tui.eslint"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-tui",
"peerDependencies": {
"eslint": "^6.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhn/tui.eslint.config.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.1.0"
}