-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 796 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 796 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
{
"name": "scraper-bolsas",
"version": "1.0.0",
"description": "Scraper para las bolsas de valores del mundo",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "Fernando Matzdorf",
"license": "GPL-3.0-or-later",
"dependencies": {
"acorn": "^7.1.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"command-line-args": "^5.1.1",
"company-laundry": "git+http://git@gitlab.rindecuentas.org/equipo-qqw/company-laundry.git",
"eslint": "^5.16.0",
"eslint-config-prettier": "^3.6.0",
"fs": "0.0.1-security",
"moment": "^2.24.0",
"nightmare": "^3.0.2",
"pdf2html": "^2.5.0",
"puppeteer": "^2.0.0",
"puppeteer-extra": "^3.1.9",
"puppeteer-extra-plugin-stealth": "^2.4.9",
"request-promise-native": "^1.0.8"
}
}