From 37fa18364150ab2a51a57a36c61cc76db2ff20ec Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 17 Dec 2020 05:18:49 -0300 Subject: [PATCH] Added package nodejs (#1753) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4d7070f..5a6e6c3 100644 --- a/packages.json +++ b/packages.json @@ -20818,5 +20818,17 @@ "description": "JSON-Binding for deser", "license": "MIT", "web": "https://github.com/gabbhack/deser_json" + }, + { + "name": "nodejs", + "url": "https://github.com/juancarlospaco/nodestdlib", + "method": "git", + "tags": [ + "javascript", + "node" + ], + "description": "NodeJS Standard Library for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nodestdlib" } ]