From c8870afdf3bfa93eb3751755c3162a50e710b3bc Mon Sep 17 00:00:00 2001 From: Hang Date: Wed, 19 Jun 2024 17:09:09 +0800 Subject: [PATCH] Init --- cgmanifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cgmanifest.json diff --git a/cgmanifest.json b/cgmanifest.json new file mode 100644 index 00000000000..43a3c0857eb --- /dev/null +++ b/cgmanifest.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "version": 1, + "registrations": [ + { + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/jmespath/jp", + "commitHash": "1331b6f3cbdbea8820b89eea5b8d1a92148f6b32", + "tag": "0.2.1" + } + }, + "developmentDependency": false + } + ] +}