UNPKG

shortid-extend

Version:

Alternative versión with options from Dylan Greene ShortId

58 lines (57 loc) 1.43 kB
{ "name": "shortid-extend", "version": "0.0.3", "description": "Alternative versión with options from Dylan Greene ShortId", "main": "index.js", "scripts": { "build": "grunt build", "test": "grunt test && size-limit" }, "keywords": [ "short", "tiny", "id", "uuid", "bitly", "shorten", "mongoid", "shortid", "tinyid" ], "homepage": "https://github.com/josemsanchiz/shortid-extend", "author": { "name": "Jose Miguel Sánchiz", "email": "josem.sanchiz@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/josemsanchiz/shortid-extend.git" }, "browser": { "./lib/random/random-byte.js": "./lib/random/random-byte-browser.js", "./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js" }, "devDependencies": { "chai": "^4.2.0", "clean-publish": "^1.0.10", "envify": "^4.1.0", "grunt": "^1.0.3", "grunt-browserify": "^5.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-uglify": "^3.4.0", "grunt-mocha-test": "^0.13.3", "grunt-notify": "^0.4.1", "grunt-open": "^0.2.3", "grunt-release": "^0.14.0", "load-grunt-tasks": "^4.0.0", "mocha": "^5.2.0", "size-limit": "^0.21.0", "time-grunt": "^1.2.1" }, "license": "MIT", "dependencies": { "nanoid": "^2.0.0" } }