UNPKG

lower-alpha

Version:

converts natural numbers to strings of [a-z]

31 lines (30 loc) 689 B
{ "name": "lower-alpha", "description": "converts natural numbers to strings of [a-z]", "version": "2.0.2", "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)", "dependencies": { "alphabet-numbering": "^1.0.0" }, "devDependencies": { "defence-cli": "^1.0.5", "replace-require-self": "^1.1.0", "standard": "^8.0.0-beta.5" }, "files": [ "index.js", "LICENSE", "README.md" ], "keywords": [ "enumeration", "numbering", "numbers" ], "license": "MIT", "repository": "kemitchell/lower-alpha.js", "scripts": { "lint": "standard", "test": "defence README.md | replace-require-self | node" } }