forked from brave/web-discovery-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.16 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "web-discovery-project",
"version": "1.1.71",
"description": "Standalone Web Discovery Project package and extension",
"scripts": {
"lint": "node fern.js lint",
"build": "node fern.js build configs/sandbox.js --environment prod",
"build-module": "node fern.js build configs/module.js --environment prod",
"postinstall": "patch-package",
"start:brave": "web-ext run --source-dir='./build' --target chromium --chromium-binary \"$BRAVE_PATH\"",
"start:build": "node --unhandled-rejections=strict fern.js serve configs/sandbox.js --no-launch",
"start": "npm run build && concurrently npm:start:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/web-discovery-project.git"
},
"author": "Brave",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/web-discovery-project/issues"
},
"main": "./build/index.js",
"files": [
"build",
"package.json"
],
"publishConfig": {
"access": "public"
},
"browserslist": [
"defaults",
"Firefox >=68",
"FirefoxAndroid >=68",
"Chrome >= 69",
"Opera >= 56",
"Edge >= 79",
"not IE 11",
"not OperaMini all",
"not Baidu >= 0",
"not iOS >= 0",
"not Safari >= 0"
],
"homepage": "https://github.com/brave/web-discovery-project#readme",
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-dynamic-import": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-modules-systemjs": "7.23.3",
"@babel/plugin-transform-optional-chaining": "7.23.3",
"@babel/plugin-transform-regenerator": "7.23.3",
"@babel/plugin-transform-template-literals": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@types/chrome": "0.0.251",
"@types/mocha": "10.0.4",
"@types/node": "20.9.0",
"@types/punycode": "2.1.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@xmldom/xmldom": "0.8.10",
"body-parser": "1.20.3",
"broccoli": "3.5.2",
"broccoli-babel-transpiler": "8.0.0",
"broccoli-concat": "4.2.5",
"broccoli-file-creator": "2.1.1",
"broccoli-funnel": "3.0.8",
"broccoli-imagemin": "2.0.1",
"broccoli-merge-trees": "4.2.0",
"broccoli-plugin": "4.0.7",
"broccoli-source": "3.0.1",
"camelcase": "6.3.0",
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"chai-dom": "1.12.0",
"colors": "1.4.0",
"commander": "11.1.0",
"concurrently": "8.2.2",
"console-ui": "3.1.2",
"cookie-parser": "1.4.6",
"eslint": "7.32.0",
"eslint_d": "13.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-compat": "4.2.0",
"express": "4.20.0",
"fake-indexeddb": "5.0.1",
"filehound": "1.17.6",
"full-icu": "1.5.0",
"git-describe": "4.1.1",
"git-rev": "0.2.1",
"glob": "8.1.0",
"jsdom": "22.1.0",
"mocha": "10.2.0",
"mockdate": "3.0.5",
"node-notifier": "10.0.1",
"patch-package": "8.0.0",
"path-browserify": "1.0.1",
"ramda": "0.29.1",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"strip-json-comments": "3.1.1",
"systemjs": "0.19.47",
"systemjs-plugin-json": "0.3.0",
"testem": "3.10.1",
"tree-sync": "2.1.0",
"typescript": "5.2.2",
"watch-detector": "1.0.2",
"web-ext": "7.11.0",
"webpack": "5.94.0",
"ws": "8.14.2"
},
"dependencies": {
"@cliqz/url-parser": "1.1.5",
"abortcontroller-polyfill": "1.7.5",
"anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz",
"dexie": "3.2.4",
"linkedom": "0.14.12",
"pako": "2.1.0",
"punycode": "2.3.1",
"star-wasm": "https://github.com/brave/web-discovery-project/releases/download/star-wasm-0.1.3.tgz/star-wasm-0.1.3.tgz",
"tldts-experimental": "6.0.19",
"webextension-polyfill": "0.9.0"
},
"overrides": {
"ansi-html": "0.0.9",
"cookie": "0.7.0",
"body-parser": "1.20.3",
"express": "4.20.0",
"send": "0.19.0",
"tough-cookie": "4.1.3"
}
}