From a7dc1894d3f030926a95b948bd46fa60e95b8dcb Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sun, 24 May 2020 07:40:34 -0700 Subject: wow it actually works lol --- node_modules/async/component.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 node_modules/async/component.json (limited to 'node_modules/async/component.json') diff --git a/node_modules/async/component.json b/node_modules/async/component.json new file mode 100644 index 0000000..5003a7c --- /dev/null +++ b/node_modules/async/component.json @@ -0,0 +1,16 @@ +{ + "name": "async", + "description": "Higher-order functions and common patterns for asynchronous code", + "version": "0.9.2", + "keywords": [ + "async", + "callback", + "utility", + "module" + ], + "license": "MIT", + "repository": "caolan/async", + "scripts": [ + "lib/async.js" + ] +} \ No newline at end of file -- cgit v1.2.3