UNPKG

colophonetics

Version:

Implementation of the Cologne Phonetics algorithm

38 lines (37 loc) 1.03 kB
{ "name": "colophonetics", "version": "1.0.2", "type": "module", "module": "./mjs/index.mjs", "main": "./cjs/index.js", "exports": { "import": "./mjs/index.mjs", "default": "./cjs/index.js" }, "description": "Implementation of the Cologne Phonetics algorithm", "directories": { "test": "test" }, "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage=true" }, "repository": { "type": "git", "url": "git+https://github.com/tocrar/colophoneticjs.git" }, "keywords": [ "cologne", "phonetics", "algorithm" ], "author": "tocrar", "license": "MIT", "bugs": { "url": "https://github.com/tocrar/colophoneticjs/issues" }, "homepage": "https://github.com/tocrar/colophoneticjs#readme", "devDependencies": { "jest": "^27.5.1" } }