UNPKG

@zodash/base62

Version:
79 lines (78 loc) 1.55 kB
{ "name": "@zodash/base62", "version": "0.1.8", "description": "Simple base62 converter", "keywords": [ "zodash", "basex", "nanoid", "base62", "hex" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/zcorky/zodash#readme", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zcorky/zodash.git" }, "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 80, "functions": 90, "lines": 90, "statements": -10 } } }, "scripts": { "build": "yarn clean && tsc", "watch": "yarn clean && tsc -w", "clean": "rm -rf lib", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/zcorky/zodash/issues" }, "devDependencies": { "base62": "^2.0.1" }, "dependencies": { "@zodash/basex": "^0.1.8" }, "gitHead": "94dc8d1577cd67a4cf89884b10c23eb9caeef9f7" }