How can I use i18n files of jquery-ui/datepicker through npm?

How can I use i18n files of jquery-ui/datepicker through npm?

I'm converting all the depencies of my projects from bower to npm, but I'm not finding how to set the i18 for datepicker when using npm.

Back to bower I just used to link "bower_components/jquery.ui/ui/i18n/datepicker-pt-BR.js".

Is there any way to do it by npm or I will have to download and versioning it?