-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Gimenz/insta-fetcher
- Loading branch information
Showing
11 changed files
with
163 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"name": "insta-fetcher", | ||
"version": "1.3.23", | ||
"description": "Simplified Instagram metadata scraping", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build:all": "tsc && typedoc", | ||
"build": "tsc", | ||
"build:docs": "typedoc", | ||
"build:tsc": "tsc", | ||
"start": "tsc && node dist/index.js", | ||
"prepare": "npm run build-ts", | ||
"build-ts": "tsc" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Gimenz/insta-fetcher.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"keywords": [ | ||
"instagram-scraper", | ||
"instagram-downloader", | ||
"instagram-saver", | ||
"insta-scraper", | ||
"instagram", | ||
"ig-scraper", | ||
"ig-api", | ||
"instagram-private-api", | ||
"instagram-api", | ||
"instagram-scraping" | ||
], | ||
"author": "Muhamad Ristiyanto <agaaja187@gmail.com> <https://fb.me/mg.ezpz>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Gimenz/insta-fetcher/issues" | ||
}, | ||
"homepage": "https://github.com/Gimenz/insta-fetcher", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"big-integer": "^1.6.51", | ||
"form-data": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.29", | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.6.3" | ||
} | ||
"name": "insta-fetcher", | ||
"version": "1.3.27", | ||
"description": "Simplified Instagram metadata scraping", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build:all": "tsc && typedoc", | ||
"build": "tsc", | ||
"build:docs": "typedoc", | ||
"build:tsc": "tsc", | ||
"start": "tsc && node dist/index.js", | ||
"prepare": "npm run build-ts", | ||
"build-ts": "tsc" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Gimenz/insta-fetcher.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"keywords": [ | ||
"instagram-scraper", | ||
"instagram-downloader", | ||
"instagram-saver", | ||
"insta-scraper", | ||
"instagram", | ||
"ig-scraper", | ||
"ig-api", | ||
"instagram-private-api", | ||
"instagram-api", | ||
"instagram-scraping" | ||
], | ||
"author": "Muhamad Ristiyanto <agaaja187@gmail.com> <https://fb.me/mg.ezpz>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Gimenz/insta-fetcher/issues" | ||
}, | ||
"homepage": "https://github.com/Gimenz/insta-fetcher", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"big-integer": "^1.6.51", | ||
"form-data": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.29", | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.