-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
40 lines (40 loc) · 995 Bytes
/
package-lock.json
File metadata and controls
40 lines (40 loc) · 995 Bytes
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
32
33
34
35
36
37
38
39
40
{
"name": "@web/scraper",
"version": "1.0.0",
"description": "Easily create a scraper api with the @web/scraper library, which includes a scraper and advanced events for your website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run"
},
"creation_date": "May 10, 2024",
"keywords": [
"Scraper",
"Scrape",
"Web scrape",
"Scraper library",
"Scraper API",
"Scraper REST API",
"RESTful API",
"Json API",
"Node",
"NodeJS",
"NodeJS Scraper",
"Nodejs Scraper",
"Nodejs Scraper library",
"NodeJS Scraper library",
"Oğuzhan ÇART"
],
"author": "Oğuzhan ÇART",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"json2csv": "^6.0.0-alpha.2",
"xml2js": "^0.6.2"
},
"bugs": {
"url": "https://github.com/oguzhan18/web-scraper/issues"
},
"homepage": "https://github.com/oguzhan18/web-scraper"
}