Class: Bibliothecary::Parsers::Meteor

Inherits:
Object
  • Object
show all
Includes:
Analyser
Defined in:
lib/bibliothecary/parsers/meteor.rb

Class Method Summary collapse

Methods included from Analyser

create_analysis, create_error_analysis, included

Class Method Details

.mappingObject



8
9
10
11
12
13
14
15
# File 'lib/bibliothecary/parsers/meteor.rb', line 8

def self.mapping
  {
    match_filename("versions.json") => {
      kind: 'manifest',
      parser: :parse_json_runtime_manifest
    }
  }
end