diff --git a/source/view.js b/source/view.js index b187fb04bb..71f5a5782e 100644 --- a/source/view.js +++ b/source/view.js @@ -1465,7 +1465,10 @@ view.ModelFactoryService = class { { name: 'Darkflow metadata', tags: [ 'net', 'type', 'model' ] }, { name: 'keras-yolo2 configuration', tags: [ 'model', 'train', 'valid' ] }, { name: 'Vulkan SwiftShader ICD manifest', tags: [ 'file_format_version', 'ICD' ] }, - { name: 'DeepLearningExamples configuration', tags: [ 'attention_probs_dropout_prob', 'hidden_act', 'hidden_dropout_prob', 'hidden_size', ] } + { name: 'DeepLearningExamples configuration', tags: [ 'attention_probs_dropout_prob', 'hidden_act', 'hidden_dropout_prob', 'hidden_size', ] }, + { name: 'NuGet assets', tags: [ 'version', 'targets', 'packageFolders' ] }, + { name: 'NuGet data', tags: [ 'format', 'restore', 'projects' ] }, + { name: 'NPM package', tags: [ 'name', 'version', 'dependencies' ] } ] } ];