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

bindu

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bindu

Pāṇini Aṣṭādhyāyī

latest
Source
npmnpm
Version
1.12.0
Version published
Maintainers
1
Created
Source

Bindu License NPM version Build Status Coverage Status

image

Bindu (Sanskrit: बिंदु) is a Sanskrit word meaning "point", "drop" or "dot".

Pāṇini Aṣṭādhyāyī set of sanscrit grammar rules.

Install

npm i bindu -g

Usage Example

import {bindu} from 'bindu';

bindu('प्रतिएक');
// returns {code: 'प्रत्येक'}
bindu('द्रौपदी अश्वम्', {
    type: 'iast',
});

// returns {code: 'draupadyaśvam'}
const {places} = bindu('प्रतिएक', {
    fix: false,
});

places[0].message;
// vṛddhirādaic: ie -> ye

Rules

Sandhi

ac

visarga

apply-padantad

ए + अ → एऽ
e + a → e'

ओ + अ → ओऽ
o + a → o'

ऐ + अ → ऐऽ
ai + a → ai'

औ + अ → औऽ
au + a → au'

apply-ayadaya

भोअति → भवति
bhoati → bhavati

apply-ayadaya

ए + अ  → अय
e + a  → aya

ए + इ  → अयि
e + i  → ayi

ए + उ  → अयु
e + u  → ayu

ए + ए  → एय
e + e  → eye

ए + ओ  → एयो
e + o  → eyo
ओ + अ  → अव
o + a  → av

ओ + इ  → अवि
o + i  → avi

ओ + उ  → अवु
o + u  → avu
ऐ + अ  → आय
ai + a  → āya

ऐ + इ  → आयि
ai + i  → āyi
औ + अ  → आव
au + a  → āvā

औ + इ  → आवि
au + i  → āvi

apply-dirgha

अ + अ → आ
a + a → ā

इ + इ → ई
i + i → ī

उ + उ → ऊ
u + u → ū

ऋ + ऋ → ॠ
ṛ + ṛ → ṝ

apply-purvarupa

ए + अ → ए
e + a → e

ओ + अ → ओ 
o + a → o

Example:

अन्ते + अपि → अन्तेऽपि

License

MIT

Keywords

bindu

FAQs

Package last updated on 18 Feb 2026

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