A CLI program which allows you to find where a picture is from, it also prints a bunch of URLs (in the terminal) where you can download the original picture.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

20 строки
516B

  1. {
  2. "name": "gib-sauce",
  3. "version": "1.0.0",
  4. "description": "CLI that gives you the origin source of an image.",
  5. "main": "main",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jack-something/gib-sauce.git"
  12. },
  13. "author": "Jack Moore",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/jack-something/gib-sauce/issues"
  17. },
  18. "homepage": "https://github.com/jack-something/gib-sauce#readme"
  19. }