UNPKG

insta-id-of

Version:

Find User ID of any instagram user directly from command line

54 lines (53 loc) 1.07 kB
{ "name": "insta-id-of", "version": "1.1.15", "description": "Find User ID of any instagram user directly from command line", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/codedotjs/instagram-id-of.git" }, "author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)", "bin": { "insta-id-of": "cli.js" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "cli.js" ], "keywords": [ "cli-app", "cli", "terminal", "text", "instagram", "user", "userid" ], "dependencies": { "chalk": "^2.3.2", "got": "^8.3.0", "log-update": "^1.0.2", "ora": "^1.2.0", "update-notifier": "*" }, "devDependencies": { "ava": "*", "execa": "^0.2.2", "xo": "*" }, "xo": { "esnext": true }, "bugs": { "url": "https://github.com/codedotjs/instagram-id-of/issues" }, "homepage": "https://github.com/codedotjs/instagram-id-of#readme", "main": "cli.js", "readmeFilename": "README.md" }