extract the import utils from rap project
fix JSON5 import, from import * as JSON5 from 'json5'
to import JSON5 from 'json5'
fix convert YAPI type, when type is array and not define items type, the type value is ['array', 'null']
add support convert yaml swagger