krivtsov/project-lvl2-s93

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.eslintrc.yml
.gitignore
.npmignore
.travis.yml
Makefile
README.md
__tests__/__fixtures__/ini/after.ini
__tests__/__fixtures__/ini/before.ini
__tests__/__fixtures__/ini/nested/after.ini
__tests__/__fixtures__/ini/nested/before.ini
__tests__/__fixtures__/json/after.json
__tests__/__fixtures__/json/before.json
__tests__/__fixtures__/json/nested/after.json
__tests__/__fixtures__/json/nested/before.json
__tests__/__fixtures__/yaml/after.yml
__tests__/__fixtures__/yaml/before.yml
__tests__/__fixtures__/yaml/nested/after.yml
__tests__/__fixtures__/yaml/nested/before.yml
package.json
__tests__/gendiff.test.js63
__tests__/jsonDiffer.test.js42
__tests__/plainDiffer.test.js41
src/bin/gendiff.js3
src/cli.js11
src/differ.js58
C
7 hrs
src/formats/index.js12
src/formats/json.js13
src/formats/plain.js38
A
1 hr
src/formats/string.js34
C
7 hrs
src/index.js18
src/parsers.js15