From 12ea542cb11d920d571b9ff70249e3019249e430 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 29 Dec 2024 12:54:51 -0500 Subject: [PATCH] Add command-line-parser@3.2.1 --- v1/co/mm/command-line-parser | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/v1/co/mm/command-line-parser b/v1/co/mm/command-line-parser index 3d07fb7..3190301 100644 --- a/v1/co/mm/command-line-parser +++ b/v1/co/mm/command-line-parser @@ -5,10 +5,20 @@ "keywords": ["cli", "flags"], "name": "command-line-parser", "releases": [{ + "dependencies": ["strings@1.0.0"], + "deps": ["strings@1.0.0"], + "dev-dependencies": ["sphinx-extensions", "testworks@2.0.0"], + "license": "Open Dylan license", + "license-url": "https://raw.github.com/dylan-lang/opendylan/master/License.txt", + "url": "https://github.com/dylan-lang/command-line-parser", + "version": "3.2.1" + }, + { "dependencies": ["strings@1.0.0"], "deps": ["strings@1.0.0"], "dev-dependencies": ["testworks@2.0.0"], - "license": "Unknown", + "license": "Open Dylan license", + "license-url": "https://raw.github.com/dylan-lang/opendylan/master/License.txt", "url": "https://github.com/dylan-lang/command-line-parser", "version": "3.2.0" },