mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 01:59:58 +00:00
47 lines
1.9 KiB
Text
47 lines
1.9 KiB
Text
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||
|
# yarn lockfile v1
|
||
|
|
||
|
|
||
|
asynckit@^0.4.0:
|
||
|
version "0.4.0"
|
||
|
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
||
|
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
||
|
|
||
|
combined-stream@^1.0.8:
|
||
|
version "1.0.8"
|
||
|
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
||
|
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
|
||
|
dependencies:
|
||
|
delayed-stream "~1.0.0"
|
||
|
|
||
|
delayed-stream@~1.0.0:
|
||
|
version "1.0.0"
|
||
|
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
||
|
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
|
||
|
|
||
|
form-data@^3.0.0:
|
||
|
version "3.0.0"
|
||
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
|
||
|
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
|
||
|
dependencies:
|
||
|
asynckit "^0.4.0"
|
||
|
combined-stream "^1.0.8"
|
||
|
mime-types "^2.1.12"
|
||
|
|
||
|
mime-db@1.44.0:
|
||
|
version "1.44.0"
|
||
|
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
|
||
|
integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
|
||
|
|
||
|
mime-types@^2.1.12:
|
||
|
version "2.1.27"
|
||
|
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
|
||
|
integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
|
||
|
dependencies:
|
||
|
mime-db "1.44.0"
|
||
|
|
||
|
node-fetch@^2.6.0:
|
||
|
version "2.6.0"
|
||
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
|
||
|
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
|