forked from verekia/js-stack-from-scratch
-
Notifications
You must be signed in to change notification settings - Fork 144
/
yarn.lock
36 lines (30 loc) · 1.24 KB
/
yarn.lock
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
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
color-convert@^1.8.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.8.2.tgz#be868184d7c8631766d54e7078e2672d7c7e3339"
dependencies:
color-name "^1.1.1"
color-name@^1.0.0, color-name@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
color-string@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.3.1.tgz#fc3cc33dd560da0cc7c2dcfc13847900ec665fb1"
dependencies:
color-name "^1.0.0"
simple-swizzle "^0.2.2"
color@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/color/-/color-1.0.1.tgz#be2e95e899def858c8e8a5c2a710913c45b81f3e"
dependencies:
color-convert "^1.8.2"
color-string "^1.3.1"
is-arrayish@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.1.tgz#c2dfc386abaa0c3e33c48db3fe87059e69065efd"
simple-swizzle@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
dependencies:
is-arrayish "^0.3.1"