-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.04 KB
/
package.json
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
41
42
43
44
45
{
"name": "cheerio-page-eval",
"version": "1.1.1",
"description": "Evaluate html table with cheerio - html engine of jsreport-html-to-xlsx",
"main": "index.js",
"homepage": "https://github.com/jsreport/cheerio-page-eval",
"repository": {
"type": "git",
"url": "[email protected]:jsreport/cheerio-page-eval.git"
},
"keywords": [
"cheerio",
"eval",
"jsreport"
],
"author": "BJR Matos <[email protected]>",
"contributors": [
"BJR Matos <[email protected]> (https://github.com/bjrmatos)",
"Jan Blaha <[email protected]> (https://github.com/pofider)"
],
"license": "MIT",
"engines": {
"node": ">=8.9"
},
"standard": {
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true
}
},
"scripts": {},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"cornet": "0.1.5",
"htmlparser2": "4.0.0",
"tinycolor2": "1.4.1"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"eslint-plugin-babel": "5.3.0",
"standard": "14.3.1"
}
}