
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
A NPM package to extract data of the Lëtzebuerger Online Dictionnaire (LOD).
Author: Roberto Entringer
License: MIT
Npm package: https://www.npmjs.com/package/lod-lite
Github: https://github.com/robertoentringer/lod-lite#readme
$ npm install lod-lite
Call script from the package.json:
"scripts": {
"extract": "lod-lite"
}
Call script from the terminal:
$ npx lod-lite
Schema: https://www.lod.lu/schema/lod-opendata.xsd
module.exports = {
target: [
'lod:renvoi-adj',
'lod:renvoi-adv',
'lod:renvoi-art',
'lod:renvoi-conj',
'lod:renvoi-int',
'lod:renvoi-part',
'lod:renvoi-prep',
'lod:renvoi-pron',
'lod:renvoi-subst',
'lod:renvoi-vrb'
],
id: ['lod:id'],
lu: ['lod:item-adresse'],
de: [
'lod:trad-all-domin',
'lod:equiv-trad-all',
'lod:trad-all-subord',
'lod:eta-explicite',
'lod:rs-eta-presente'
],
fr: [
'lod:trad-fr-domin',
'lod:equiv-trad-fr',
'lod:trad-fr-subord',
'lod:etf-explicite',
'lod:rs-etf-presente'
],
pt: [
'lod:trad-pt-domin',
'lod:equiv-trad-po',
'lod:trad-pt-subord',
'lod:etp-explicite',
'lod:rs-etp-presente'
],
en: [
'lod:trad-en-domin',
'lod:equiv-trad-en',
'lod:trad-en-subord',
'lod:ete-explicite',
'lod:rs-ete-presente'
],
audio: ['lod:audio']
}
Data from the "Lëtzebuerger Online Dictionnaire" (LOD)
Website: http://www.lod.lu
Source: https://data.public.lu/fr/datasets/letzebuerger-online-dictionnaire/
Licence: Creative Commons Zero (CC0)
FAQs
A NPM package to extract data of the Lëtzebuerger Online Dictionnaire (LOD)
The npm package lod-lite receives a total of 2 weekly downloads. As such, lod-lite popularity was classified as not popular.
We found that lod-lite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.