« get me outta code hell

Use system tempfiles instead of fake temporary files - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/yarn.lock
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-05-31 19:39:13 -0300
committerliam4 <towerofnix@gmail.com>2017-05-31 19:39:13 -0300
commit9c8a5ec9ccc6bdb49238551264bd18510ebcf1b7 (patch)
treef7e7b9c37f58d9becab9ff9e2906c09334a29a7a /yarn.lock
parent4b1a544510f436fac951c8d161c4fbce44c42580 (diff)
Use system tempfiles instead of fake temporary files
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index c18f89b..ae001ba 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -27,6 +27,10 @@ core-util-is@~1.0.0:
   version "1.0.2"
   resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
 
+crypto-random-string@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
+
 css-select@~1.2.0:
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
@@ -128,6 +132,10 @@ parse5@^3.0.1:
   dependencies:
     "@types/node" "^6.0.46"
 
+pify@^2.3.0:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
+
 process-nextick-args@~1.0.6:
   version "1.0.7"
   resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
@@ -160,12 +168,30 @@ string_decoder@~1.0.0:
   dependencies:
     safe-buffer "^5.0.1"
 
+temp-dir@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
+
+tempy:
+  version "0.1.0"
+  resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.1.0.tgz#8527413cd07100834fcc9cbb8242be95ba0e1fee"
+  dependencies:
+    pify "^2.3.0"
+    temp-dir "^1.0.0"
+    unique-string "^1.0.0"
+
 truncate-utf8-bytes@^1.0.0:
   version "1.0.2"
   resolved "https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b"
   dependencies:
     utf8-byte-length "^1.0.1"
 
+unique-string@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a"
+  dependencies:
+    crypto-random-string "^1.0.0"
+
 utf8-byte-length@^1.0.1:
   version "1.0.4"
   resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61"