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.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 lines
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. }