From ae187b6d75c8079da0be1dc288613bad8466fe61 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 24 Oct 2023 17:43:37 +0200 Subject: Initial commit --- desktop/node_modules/pend/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 desktop/node_modules/pend/package.json (limited to 'desktop/node_modules/pend/package.json') diff --git a/desktop/node_modules/pend/package.json b/desktop/node_modules/pend/package.json new file mode 100644 index 0000000..8181f8b --- /dev/null +++ b/desktop/node_modules/pend/package.json @@ -0,0 +1,18 @@ +{ + "name": "pend", + "version": "1.2.0", + "description": "dead-simple optimistic async helper", + "main": "index.js", + "scripts": { + "test": "node test.js" + }, + "author": "Andrew Kelley ", + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/andrewrk/node-pend.git" + }, + "bugs": { + "url": "https://github.com/andrewrk/node-pend/issues" + } +} -- cgit