forked from AdguardTeam/PopupBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.93 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
{
"name": "PopupBlocker",
"version": "2.5.13",
"description": "Block popups preemptively by wrapping browser APIs for additional check",
"scripts": {
"dev": "gulp dev && gulp watch"
},
"repository": "https://github.com/AdguardTeam/PopupBlocker",
"license": "LGPL-3.0",
"devDependencies": {
"@alexlur/rollup-plugin-typescript": "^1.0.4",
"@types/chai": "^4.1.0",
"@types/fancy-log": "^1.3.0",
"@types/filesystem": "^0.0.28",
"@types/gulp": "^4.0.5",
"@types/mocha": "^2.2.46",
"@types/node": "^9.4.6",
"add-stream": "^1.0.0",
"async-file": "^2.0.2",
"chai": "^4.1.2",
"closure-library.ts": "^1.0.0",
"closure-tools-helper": "https://github.com/AdguardTeam/closure-tools-helper.git",
"fancy-log": "^1.3.2",
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-append": "^0.3.4",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-file": "^0.4.0",
"gulp-filter": "^5.1.0",
"gulp-hydra": "^1.0.1",
"gulp-insert": "^0.5.0",
"gulp-merge": "^0.1.1",
"gulp-postcss": "^7.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"inline-resource-literal": "^1.0.2",
"merge-options": "^1.0.0",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"mocha": "^4.0.1",
"onesky-utils": "^1.2.0",
"postcss-cssnext": "2.9.0",
"postcss-inline-svg": "^3.0.0",
"postcss-mixins": "^6.0.0",
"postcss-nested": "^2.0.2",
"postcss-partial-import": "^4.1.0",
"postcss-svgo": "^2.1.6",
"replace-in-file": "^3.1.1",
"rollup-plugin-typescript2": "^0.8.0",
"run-sequence": "^2.2.1",
"through2": "^2.0.3",
"to-through": "^2.0.0",
"ts-node": "^4.1.0",
"tsickle": "^0.25.0",
"typescript": "2.5.3",
"xml2js": "^0.4.19"
},
"dependencies": {},
"resolutions": {
"natives": "1.1.3"
}
}