UNPKG

chance-access-token

Version:

A simple chance mixin which generates a random access token

52 lines (51 loc) 1.15 kB
{ "name": "chance-access-token", "version": "2.1.0", "description": "A simple chance mixin which generates a random access token", "main": "index.js", "files": [ "index.js" ], "devDependencies": { "ava": "^3.9.0", "chance": "^1.1.6", "date-fns": "^2.14.0", "eslint": "^7.2.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.21.2", "nyc": "^15.1.0" }, "scripts": { "pretest": "eslint .", "test": "nyc ava" }, "nyc": { "check-coverage": true, "lines": 100, "statements": 100, "functions": 100, "branches": 100, "reporter": [ "lcov", "text-summary" ] }, "repository": { "type": "git", "url": "git+https://github.com/jonathansamines/chance-access-token.git" }, "keywords": [ "chance", "access-token", "token" ], "author": "Jonathan Samines <jn.samines@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jonathansamines/chance-access-token/issues" }, "homepage": "https://github.com/jonathansamines/chance-access-token#readme", "volta": { "node": "10.21.0" } }