-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
210 lines (210 loc) · 5.89 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "preentrega2-matiasleon-main",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass --include-path scss scss/app.scss css/main.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatuLeon/PreEntrega2-MatiasLeon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MatuLeon/PreEntrega2-MatiasLeon/issues"
},
"homepage": "https://github.com/MatuLeon/PreEntrega2-MatiasLeon#readme",
"devDependencies": {
"node-sass": "^8.0.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"abbrev": "^1.1.1",
"agent-base": "^6.0.2",
"agentkeepalive": "^4.2.1",
"aggregate-error": "^3.1.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.3",
"aproba": "^2.0.0",
"are-we-there-yet": "^3.0.1",
"arrify": "^1.0.1",
"async-foreach": "^0.1.3",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"cacache": "^16.1.3",
"camelcase": "^5.3.1",
"camelcase-keys": "^6.2.2",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"chownr": "^2.0.0",
"clean-stack": "^2.2.0",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"color-support": "^1.1.3",
"concat-map": "^0.0.1",
"console-control-strings": "^1.1.0",
"core-util-is": "^1.0.3",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"decamelize": "^1.2.0",
"decamelize-keys": "^1.1.1",
"delegates": "^1.0.0",
"emoji-regex": "^8.0.0",
"depd": "^1.1.2",
"env-paths": "^2.2.1",
"err-code": "^2.0.3",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"fill-range": "^7.0.1",
"find-up": "^4.1.0",
"fs-minipass": "^2.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"gauge": "^4.0.4",
"gaze": "^1.1.3",
"get-caller-file": "^2.0.5",
"get-stdin": "^4.0.1",
"glob": "^7.2.3",
"glob-parent": "^5.1.2",
"globule": "^1.3.4",
"graceful-fs": "^4.2.10",
"hard-rejection": "^2.1.0",
"has": "^1.0.3",
"has-flag": "^4.0.0",
"encoding": "^0.1.13",
"has-unicode": "^2.0.1",
"hosted-git-info": "^4.1.0",
"http-cache-semantics": "^4.1.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"humanize-ms": "^1.2.1",
"iconv-lite": "^0.6.3",
"ignore-by-default": "^1.0.1",
"imurmurhash": "^0.1.4",
"indent-string": "^4.0.0",
"inflight": "^1.0.6",
"infer-owner": "^1.0.4",
"inherits": "^2.0.4",
"is-arrayish": "^0.2.1",
"ip": "^2.0.0",
"is-core-module": "^2.11.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-lambda": "^1.0.1",
"is-number": "^7.0.0",
"is-plain-obj": "^1.1.0",
"isarray": "^1.0.0",
"isexe": "^2.0.0",
"js-base64": "^2.6.4",
"js-tokens": "^4.0.0",
"json-parse-even-better-errors": "^2.3.1",
"kind-of": "^6.0.3",
"lines-and-columns": "^1.2.4",
"locate-path": "^5.0.0",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"make-fetch-happen": "^10.2.1",
"map-obj": "^4.3.0",
"meow": "^9.0.0",
"min-indent": "^1.0.1",
"minimatch": "^3.1.2",
"minimist-options": "^4.1.0",
"minipass": "^3.3.4",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^2.1.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"nan": "^2.17.0",
"negotiator": "^0.6.3",
"node-gyp": "^8.4.1",
"nopt": "^5.0.0",
"normalize-package-data": "^3.0.3",
"normalize-path": "^3.0.0",
"npmlog": "^6.0.2",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"parse-json": "^5.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"p-try": "^2.2.0",
"p-map": "^4.0.0",
"path-parse": "^1.0.7",
"process-nextick-args": "^2.0.1",
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"quick-lru": "^4.0.1",
"read-pkg": "^5.2.0",
"read-pkg-up": "^7.0.1",
"readable-stream": "^3.6.0",
"readdirp": "^3.6.0",
"redent": "^3.0.0",
"require-directory": "^2.1.1",
"resolve": "^1.22.1",
"retry": "^0.12.0",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"sass-graph": "^4.0.1",
"scss-tokenizer": "^0.4.3",
"semver": "^7.3.8",
"set-blocking": "^2.0.0",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.7",
"simple-update-notifier": "^1.0.8",
"smart-buffer": "^4.2.0",
"socks": "^2.7.1",
"socks-proxy-agent": "^7.0.0",
"source-map": "^0.7.4",
"spdx-correct": "^3.1.1",
"spdx-exceptions": "^2.3.0",
"spdx-expression-parse": "^3.0.1",
"pstree.remy": "^1.1.8",
"spdx-license-ids": "^3.0.12",
"ssri": "^9.0.1",
"stdout-stream": "^1.4.1",
"string-width": "^4.2.3",
"string_decoder": "^1.3.0",
"strip-ansi": "^6.0.1",
"strip-indent": "^3.0.0",
"supports-color": "^7.2.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"tar": "^6.1.12",
"to-regex-range": "^5.0.1",
"touch": "^3.1.0",
"trim-newlines": "^3.0.1",
"true-case-path": "^2.2.1",
"type-fest": "^0.18.1",
"undefsafe": "^2.0.5",
"unique-filename": "^2.0.1",
"unique-slug": "^3.0.0",
"validate-npm-package-license": "^3.0.4",
"util-deprecate": "^1.0.2",
"which": "^2.0.2",
"wide-align": "^1.1.5",
"wrap-ansi": "^7.0.0",
"wrappy": "^1.0.2",
"y18n": "^5.0.8",
"yallist": "^4.0.0",
"yargs": "^17.6.2",
"yargs-parser": "^20.2.9",
"is-fullwidth-code-point": "^3.0.0",
"path-key": "^3.1.1",
"picomatch": "^2.3.1"
},
"description": ""
}