UNPKG

rollodeqc-gh-search-users-all

Version:

RoLLodeQc module to search all GitHub users while respecting rate limits.

52 lines (51 loc) 1.15 kB
{ "name": "rollodeqc-gh-search-users-all", "version": "1.0.3", "description": "RoLLodeQc module to search all GitHub users while respecting rate limits.", "license": "AGPL-3.0", "repository": "millette/rollodeqc-gh-search-users-all", "author": { "name": "Robin Millette", "email": "robin@millette.info", "url": "http://robin.millette.info" }, "bin": "cli.js", "engines": { "node": ">=10.16.0" }, "scripts": { "lint": "standard", "test": "standard && nyc ava --no-power-assert", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "files": [ "index.js", "cli.js" ], "keywords": [ "cli-app", "cli", "rollodeqc", "github", "gh", "utils", "search", "user", "username", "pagination" ], "dependencies": { "gh-user": "^4.0.0", "lodash.sorteduniqby": "^4.7.0", "meow": "^6.0.1", "rollodeqc-gh-bookworm": "^1.0.0", "rollodeqc-gh-search-users": "^1.0.1", "update-notifier": "^4.1.0" }, "devDependencies": { "ava": "^2.4.0", "coveralls": "^3.0.9", "nyc": "^15.0.0", "standard": "^14.3.1" } }