FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-scraper/lambda/package.json at main · nentropy/lambda-scraper · GitHub
nentropy
/
lambda-scraper
Public
forked from
teticio/lambda-scraper
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-scraper
/
lambda
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 819 Bytes
Breadcrumbs
lambda-scraper
/
lambda
/
package.json
Copy path
File metadata and controls
31 lines (31 loc) · 819 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name"
:
"
lambda-scraper
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Use AWS Lambda functions as a proxy pool to scrape web pages.
"
,
"main"
:
"
proxy.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/teticio/lambda-scraper.git
"
},
"keywords"
: [
"
proxy
"
,
"
terraform
"
,
"
lambda-functions
"
,
"
scraping
"
],
"author"
:
"
Robert Dargavel Smith
"
,
"license"
:
"
BSD-3-Clause
"
,
"bugs"
: {
"url"
:
"
https://github.com/teticio/lambda-scraper/issues
"
},
"homepage"
:
"
https://github.com/teticio/lambda-scraper#readme
"
,
"dependencies"
: {
"@aws-crypto/sha256-js"
:
"
^5.2.0
"
,
"@aws-sdk/credential-provider-node"
:
"
^3.451.0
"
,
"@smithy/signature-v4"
:
"
^2.0.15
"
,
"axios"
:
"
^1.6.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL