UNPKG

base32768

Version:

Binary-to-text encoding highly optimised for UTF-16

43 lines (42 loc) 1.18 kB
{ "name": "base32768", "version": "5.0.0", "description": "Binary-to-text encoding highly optimised for UTF-16", "homepage": "https://github.com/qntm/base32768", "repository": { "type": "git", "url": "git://github.com/qntm/base32768.git" }, "type": "module", "main": "src/index.js", "types": "typings/index.d.ts", "scripts": { "mocha": "c8 --100 mocha", "standard": "standard", "tag": "node -e \"require('child_process').spawn('git', ['tag', `v${require('./package.json').version}`], { stdio: 'inherit' })\"", "tag-and-publish": "npm run tag && git push --tags && npm publish && npm version patch --no-git-tag-version && git add . && git commit -m \"Bump patch\" && git push", "test": "npm run standard && npm run mocha" }, "keywords": [ "base64", "base32768", "encoding", "unicode", "text", "decoding", "efficient" ], "author": "qntm", "license": "MIT", "devDependencies": { "c8": "^10.1.2", "glob": "^11.0.2", "mocha": "^11.1.0", "safe-code-point": "^3.0.1", "standard": "^17.0.0" }, "files": [ "src", "typings" ] }