Hey Darsh,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.
Node.js: 8
npm test
```
> name-db@1.0.0 test /home/travis/build/bluzi/name-db
> mocha
name files
✓ should contain valid JSON
1) should contain a lowercase name, same as the filename
✓ should not have duplicate names
✓ should have ISO-639-3 language codes (112ms)
✓ should have correct structure (76ms)
Translations
✓ should be lowercase
Sex
✓ should be "m", "f" or "u"
✓ should be lowercase
7 passing (269ms)
1 failing
1) name files
should contain a lowercase name, same as the filename:
AssertionError [ERR_ASSERTION]: name property "Darshan" in "darshan.json" is not lowercase
+ expected - actual
-false
+true
at Context.it (test/test.js:25:20)
npm ERR! Test failed. See above for more details.
```
Added the name Darshan with meaning, aliases, translation and sex. :-D