mirror of
https://codeberg.org/scip/Data-Interactive-Inspect.git
synced 2025-12-17 20:51:01 +01:00
added sample inputs
This commit is contained in:
49
sample/formats/sample.json
Normal file
49
sample/formats/sample.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"abstract" : "Inspect and manipulate perl data structures interactively",
|
||||
"author" : [
|
||||
"Thomas v.Dein <tlinden@cpan.org>"
|
||||
],
|
||||
"dynamic_config" : 0,
|
||||
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
"meta-spec" : {
|
||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||
"version" : "2"
|
||||
},
|
||||
"name" : "Data-Interactive-Inspect",
|
||||
"no_index" : {
|
||||
"directory" : [
|
||||
"t",
|
||||
"inc"
|
||||
]
|
||||
},
|
||||
"prereqs" : {
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"ExtUtils::MakeMaker" : "0"
|
||||
}
|
||||
},
|
||||
"configure" : {
|
||||
"requires" : {
|
||||
"ExtUtils::MakeMaker" : "0"
|
||||
}
|
||||
},
|
||||
"runtime" : {
|
||||
"requires" : {
|
||||
"File::Temp" : "0",
|
||||
"Term::ReadLine" : "0",
|
||||
"YAML" : "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
"resources" : {
|
||||
"repository" : {
|
||||
"url" : "https://github.com/TLINDEN/Data-Interactive-Inspect"
|
||||
}
|
||||
},
|
||||
"version" : 0.06,
|
||||
"x_serialization_backend" : "JSON::PP version 2.27300"
|
||||
}
|
||||
Reference in New Issue
Block a user