forked from sitespeedio/browsertime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"description": "Browsertime",
"version": "11.5.0",
"bin": "./bin/browsertime.js",
"dependencies": {
"@sitespeed.io/throttle": "2.0.2",
"@devicefarmer/adbkit": "2.11.3",
"btoa": "1.2.1",
"@sitespeed.io/chromedriver": "88.0.4324-27",
"chrome-har": "0.11.12",
"chrome-remote-interface": "0.29.0",
"dayjs": "1.10.4",
"execa": "5.0.0",
"fast-stats": "0.0.6",
"find-up": "5.0.0",
"get-port": "5.1.1",
"hasbin": "1.2.3",
"intel": "1.2.0",
"lodash.get": "4.4.2",
"lodash.groupby": "4.6.0",
"lodash.isempty": "4.4.0",
"lodash.merge": "4.6.2",
"lodash.pick": "4.4.0",
"lodash.set": "4.3.2",
"selenium-webdriver": "4.0.0-beta.1",
"@sitespeed.io/edgedriver": "87.0.664-60",
"@sitespeed.io/geckodriver": "0.27.0",
"@sitespeed.io/tracium": "0.3.3",
"speedline-core": "1.4.3",
"@cypress/xvfb": "1.2.4",
"yargs": "16.2.0"
},
"optionalDependencies": {
"jimp": "0.16.1"
},
"devDependencies": {
"bluebird": "3.5.5",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"longjohn": "0.2.12",
"mocha": "6.2.0",
"prettier": "1.18.2"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"bin",
"browserscripts",
"browsersupport",
"browsertime",
"browsertime.png",
"docs",
"index.js",
"lib",
"package.json",
"vendor"
],
"main": "index.js",
"scripts": {
"test": "mocha test/unitTests test/browserTests test/commandTests",
"test:unit": "mocha test/unitTests",
"test:browser": "mocha test/browserTests",
"test:selenium": "mocha test/browserTests/seleniumRunnerTests.js",
"test:commands": "mocha test/commandTests",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"travis": "npm run eslint-check && npm run lint && npm run test"
},
"name": "browsertime",
"author": "Tobias Lidskog",
"contributors": [
{
"name": "Peter Hedenskog"
},
{
"name": "Jonathan Lee"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sitespeedio/browsertime.git"
},
"homepage": "https://www.sitespeed.io/documentation/browsertime/",
"license": "MIT"
}