You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nsis/language-data

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nsis/language-data

Data for contributed NSIS language files in JSON format

0.9.3
latest
Source
npmnpm
Version published
Weekly downloads
466
29.09%
Maintainers
1
Weekly downloads
 
Created
Source

@nsis/language-data

npm npm CI

Description

Data for contributed NSIS language files in JSON format

Current version: NSIS v3.11

Installation

Use your preferred package manager to install this generator

yarn add @nsis/language-data || npm i @nsis/language-data

Usage

Use ESM imports or require() to include the module:

// ES Module
import { languages } from '@nsis/language-data';

// CommonJS
const { languages } = require('@nsis/language-data');

Several exports are available: default, meta, languages and individual languages (names are matching the original .nlf files):

// Import default
import languageData from '@nsis/language-data';

// Import by type
import { meta, languages } from '@nsis/language-data';

// Import by language
import { English, PortugueseBR, SimpChinese } from '@nsis/language-data';
  • nlf - Parser and stringifier for NSIS Language Files

License

This work is licensed under the zlib/libpng License

Keywords

nsis

FAQs

Package last updated on 25 Mar 2025

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