@cardash/unambiguous-alphanumerics
Version:
Generates unambiguous alphanumeric strings from a provided number or base-10 string, and reverse. Also validates a given string as an unambiguous string.
39 lines (38 loc) • 1.14 kB
JSON
{
"name": "@cardash/unambiguous-alphanumerics",
"version": "1.1.1",
"description": "Generates unambiguous alphanumeric strings from a provided number or base-10 string, and reverse. Also validates a given string as an unambiguous string.",
"main": "out/index.js",
"scripts": {
"build": "babel index.js -d out",
"test": "nyc mocha test/*",
"coverage": "COVERALLS_SERVICE_NAME=circleci nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cardash/unambiguous-alphanumerics.git"
},
"keywords": [
"unambiguous",
"human-legible",
"napkin-proof",
"alphanumeric",
"encoding"
],
"author": "David Ellis <david@cardash.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cardash/unambiguous-alphanumerics/issues"
},
"homepage": "https://github.com/cardash/unambiguous-alphanumerics#readme",
"dependencies": {
"bignumber.js": "^7.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
}
}