-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 4.32 KB
/
package.json
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "martin_refactoring_2nd",
"version": "1.0.0",
"description": "마틴 파울러 리팩토링 코드 따라치기",
"main": "babel.config.js",
"dependencies": {
"arr-diff": "^2.0.0",
"arr-flatten": "^1.1.0",
"arr-union": "^3.1.0",
"array-unique": "^0.2.1",
"assign-symbols": "^1.0.0",
"async-each": "^1.0.3",
"atob": "^2.1.2",
"babel-cli": "^6.26.0",
"babel-code-frame": "^6.26.0",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-helpers": "^6.24.1",
"babel-messages": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"base": "^0.11.2",
"binary-extensions": "^1.13.1",
"bindings": "^1.5.0",
"cache-base": "^1.0.1",
"chokidar": "^1.7.0",
"class-utils": "^0.3.6",
"collection-visit": "^1.0.0",
"commander": "^2.20.3",
"component-emitter": "^1.3.0",
"copy-descriptor": "^0.1.1",
"core-js": "^2.6.12",
"core-util-is": "^1.0.2",
"decode-uri-component": "^0.2.0",
"define-property": "^2.0.2",
"detect-indent": "^4.0.0",
"expand-brackets": "^0.1.5",
"expand-range": "^1.8.2",
"extend-shallow": "^3.0.2",
"extglob": "^0.3.2",
"file-uri-to-path": "^1.0.0",
"filename-regex": "^2.0.1",
"for-in": "^1.0.2",
"for-own": "^0.1.5",
"fragment-cache": "^0.2.1",
"fs-readdir-recursive": "^1.1.0",
"get-value": "^2.0.6",
"glob-base": "^0.3.0",
"glob-parent": "^2.0.0",
"has-ansi": "^2.0.0",
"has-value": "^1.0.0",
"has-values": "^1.0.0",
"home-or-tmp": "^2.0.0",
"invariant": "^2.2.4",
"is-accessor-descriptor": "^1.0.0",
"is-binary-path": "^1.0.1",
"is-buffer": "^1.1.6",
"is-data-descriptor": "^1.0.0",
"is-descriptor": "^1.0.2",
"is-dotfile": "^1.0.3",
"is-equal-shallow": "^0.1.3",
"is-extendable": "^0.1.1",
"is-extglob": "^1.0.0",
"is-finite": "^1.1.0",
"is-glob": "^2.0.1",
"is-plain-object": "^2.0.4",
"is-posix-bracket": "^0.1.1",
"is-primitive": "^2.0.0",
"is-windows": "^1.0.2",
"isarray": "^1.0.0",
"isobject": "^2.1.0",
"jest": "^27.0.4",
"kind-of": "^3.2.2",
"lodash": "^4.17.21",
"loose-envify": "^1.4.0",
"map-cache": "^0.2.2",
"map-visit": "^1.0.0",
"math-random": "^1.0.4",
"mixin-deep": "^1.3.2",
"mkdirp": "^0.5.5",
"nan": "^2.14.2",
"nanomatch": "^1.2.13",
"object-assign": "^4.1.1",
"object-copy": "^0.1.0",
"object-visit": "^1.0.1",
"object.omit": "^2.0.1",
"object.pick": "^1.3.0",
"os-homedir": "^1.0.2",
"os-tmpdir": "^1.0.2",
"output-file-sync": "^1.1.2",
"parse-glob": "^3.0.4",
"pascalcase": "^0.1.1",
"posix-character-classes": "^0.1.1",
"preserve": "^0.2.0",
"private": "^0.1.8",
"process-nextick-args": "^2.0.1",
"randomatic": "^3.1.1",
"readable-stream": "^2.3.7",
"readdirp": "^2.2.1",
"regenerator-runtime": "^0.10.5",
"regex-cache": "^0.4.4",
"regex-not": "^1.0.2",
"remove-trailing-separator": "^1.1.0",
"repeat-element": "^1.1.4",
"repeat-string": "^1.6.1",
"repeating": "^2.0.1",
"resolve-url": "^0.2.1",
"ret": "^0.1.15",
"safe-regex": "^1.1.0",
"set-value": "^2.0.1",
"snapdragon": "^0.8.2",
"snapdragon-node": "^2.1.1",
"snapdragon-util": "^3.0.1",
"source-map-resolve": "^0.5.3",
"source-map-url": "^0.4.1",
"split-string": "^3.1.0",
"static-extend": "^0.1.2",
"string_decoder": "^1.1.1",
"to-object-path": "^0.3.0",
"to-regex": "^3.0.2",
"trim-right": "^1.0.1",
"union-value": "^1.0.1",
"unset-value": "^1.0.0",
"urix": "^0.1.0",
"use": "^3.1.1",
"user-home": "^1.1.1",
"util-deprecate": "^1.0.2",
"v8flags": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"babel-jest": "^27.0.2"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deokyeong93/martin_refactoring_2nd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deokyeong93/martin_refactoring_2nd/issues"
},
"homepage": "https://github.com/deokyeong93/martin_refactoring_2nd#readme"
}