New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

iso639-1-tags

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso639-1-tags

List of language tags according to ISO 639-1

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

iso639-1-tags

package version package downloads standard-readme compliant package license make a pull request

List of language tags according to ISO 639-1

Table of Contents

About

Based on this gist.

Usage

const ISO6391 = require('./')
console.log(ISO6391)
// {
//   ab: 'Abkhazian',
//   aa: 'Afar',
//   af: 'Afrikaans',
//   ak: 'Akan',
//   sq: 'Albanian',
//   am: 'Amharic',
//   ar: 'Arabic',
//   an: 'Aragonese',
//   hy: 'Armenian',
//   as: 'Assamese',
//   av: 'Avaric',
//   ae: 'Avestan', ...

Install

This project uses node and npm.

$ npm install iso639-1-tags
$ # OR
$ yarn add iso639-1-tags

Contribute

  • Fork it and create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am "Add some feature"
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

License

MIT

Keywords

ISO 639-1

FAQs

Package last updated on 12 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts