forked from SthephanShinkufag/Dollchan-Extension-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.54 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.54 KB
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
{
"name": "Dollchan-Extension-Tools",
"version": "17.10.24",
"author": "Sthephan Shinkufag @ FreeDollChan",
"description": "Doing some profit for imageboards",
"homepage": "http://www.freedollchan.org/scripts/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SthephanShinkufag/Dollchan-Extension-Tools.git"
},
"bugs": {
"url": "https://github.com/SthephanShinkufag/Dollchan-Extension-Tools/issues"
},
"babel": {
"compact": false,
"presets": [
"es2015"
],
"plugins": [
"syntax-async-functions",
"transform-es3-property-literals",
"transform-es3-member-expression-literals",
"transform-regenerator",
[
"transform-es2015-for-of",
{
"loose": true
}
]
]
},
"dependencies": {
"core-js": "=2.4.1",
"babel-code-frame": "<6.20.0",
"babel-core": "<6.20.0",
"babel-generator": "<6.20.0",
"babel-helpers": "<6.20.0",
"babel-helper-call-delegate": "<6.20.0",
"babel-helper-define-map": "<6.20.0",
"babel-helper-function-name": "<6.20.0",
"babel-helper-get-function-arity": "<6.20.0",
"babel-helper-hoist-variables": "<6.20.0",
"babel-helper-optimise-call-expression": "<6.20.0",
"babel-helper-regex": "<6.20.0",
"babel-helper-replace-supers": "<6.20.0",
"babel-messages": "<6.20.0",
"babel-register": "<6.20.0",
"babel-runtime": "<6.20.0",
"babel-template": "<6.20.0",
"babel-traverse": "<6.20.0",
"babel-types": "<6.20.0",
"babel-plugin-check-es2015-constants": "<6.20.0",
"babel-plugin-syntax-async-functions": "<6.20.0",
"babel-plugin-transform-es2015-arrow-functions": "<6.20.0",
"babel-plugin-transform-es2015-block-scoped-functions": "<6.20.0",
"babel-plugin-transform-es2015-block-scoping": "<6.20.0",
"babel-plugin-transform-es2015-classes": "<6.20.0",
"babel-plugin-transform-es2015-computed-properties": "<6.20.0",
"babel-plugin-transform-es2015-destructuring": "<6.20.0",
"babel-plugin-transform-es2015-duplicate-keys": "<6.20.0",
"babel-plugin-transform-es2015-for-of": "<6.20.0",
"babel-plugin-transform-es2015-function-name": "<6.20.0",
"babel-plugin-transform-es2015-literals": "<6.20.0",
"babel-plugin-transform-es2015-modules-amd": "<6.20.0",
"babel-plugin-transform-es2015-modules-commonjs": "<6.20.0",
"babel-plugin-transform-es2015-modules-systemjs": "<6.20.0",
"babel-plugin-transform-es2015-modules-umd": "<6.20.0",
"babel-plugin-transform-es2015-object-super": "<6.20.0",
"babel-plugin-transform-es2015-parameters": "<6.20.0",
"babel-plugin-transform-es2015-shorthand-properties": "<6.20.0",
"babel-plugin-transform-es2015-spread": "<6.20.0",
"babel-plugin-transform-es2015-sticky-regex": "<6.20.0",
"babel-plugin-transform-es2015-template-literals": "<6.20.0",
"babel-plugin-transform-es2015-typeof-symbol": "<6.20.0",
"babel-plugin-transform-es2015-unicode-regex": "<6.20.0",
"babel-plugin-transform-es3-member-expression-literals": "<6.20.0",
"babel-plugin-transform-es3-property-literals": "<6.20.0",
"babel-plugin-transform-regenerator": "<6.20.0",
"babel-plugin-transform-strict-mode": "<6.20.0",
"babel-preset-es2015": "<6.20.0",
"babylon": "<6.20.0"
},
"devDependencies": {
"babelify": "=7.3.0",
"browserify": "=14.0.0",
"gulp": "=3.9.1",
"gulp-babel": "=6.1.2",
"gulp-concat": "=2.6.1",
"gulp-dest": "=0.2.3",
"gulp-file": "=0.3.0",
"gulp-headerfooter": "=1.0.3",
"gulp-replace": "=0.5.4",
"gulp-streamify": "=1.0.2",
"gulp-strip-comments": "=2.4.3",
"gulp-tap": "=0.4.2",
"vinyl-source-stream": "=1.1.0"
},
"jshintConfig": {
"esversion": 6,
"elision": true,
"noyield": true
}
}