-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
98 lines (98 loc) · 2.71 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
95
96
97
98
{
"name": "jsperf.com",
"version": "2.0.0",
"description": "jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks",
"engines": {
"node": ">= 8.x"
},
"scripts": {
"build": "gulp",
"lint": "lab -d -L",
"start": "node server.js",
"test": "lab -I __core-js_shared__,__grim__ -t 100 -c -L -r lcov -o lcov.info -r console -o stdout -r html -o coverage.html test/unit",
"test-e2e": "lab -L -m 30000 -M 10000 test/e2e",
"watch": "nodemon -e js,hbs server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:jsperf/jsperf.com.git"
},
"keywords": [
"jsperf"
],
"bugs": {
"url": "https://github.com/jsperf/jsperf.com/issues"
},
"license": "MIT",
"homepage": "https://github.com/jsperf/jsperf.com",
"resolutions": {
"graceful-fs": "^4.2.4",
"@npmcorp/marky-markdown/**/oniguruma": "^7.2.1"
},
"dependencies": {
"@npmcorp/marky-markdown": "^12.0.3",
"bell": "^8.8.0",
"blipp": "2.3.0",
"boom": "^6.0.0",
"catbox": "^9.0.0",
"catbox-redis": "^3.1.1",
"confidence": "3.0.2",
"dotenv": "^6.1.0",
"first-mate": "^7.4.1",
"glue": "^4.2.0",
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-loggly": "3.1.0",
"good-squeeze": "^5.1.0",
"gulp": "3.9.1",
"handlebars": "^4.0.12",
"hapi": "^16.6.2",
"hapi-auth-cookie": "7.0.0",
"hapi-qs": "^1.1.2",
"highlight.js": "^9.8.0",
"hoek": "^5.0.4",
"inert": "^4.2.1",
"joi": "^13.7.0",
"jsesc": "^2.3.0",
"lodash.assign": "4.2.0",
"lodash.omit": "4.5.0",
"mysql": "^2.16.0",
"oniguruma": "^7.2.1",
"scooter": "4.0.0",
"umzug": "^2.1.0",
"vision": "^4.1.1",
"visionary": "^6.0.2",
"yar": "^8.1.1"
},
"devDependencies": {
"ajv": "^6.12.4",
"benchmark": "2.1.4",
"cheerio": "0.22.0",
"code": "^5.2.0",
"eslint-config-semistandard": "11.0.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "3.0.1",
"gulp-add-src": "0.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-insert": "0.5.0",
"gulp-remote-src": "^0.4.3",
"gulp-rename": "^1.4.0",
"gulp-replace": "0.6.1",
"gulp-uglify": "^3.0.1",
"highlights": "^3.1.4",
"lab": "^14.3.1",
"lodash": "^4.17.11",
"marky-markdown": "npm:@npmcorp/marky-markdown@^12.0.3",
"nodemon": "^1.18.4",
"platform": "^1.3.5",
"prompt": "^1.0.0",
"proxyquire": "1.8.0",
"saucelabs": "^1.5.0",
"selenium-webdriver": "^3.6.0",
"sinon": "^4.4.5"
}
}