FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpbb/package.json at master · vGothic/phpbb · GitHub
vGothic
/
phpbb
Public
forked from
phpbb/phpbb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
phpbb
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
111 lines (111 loc) · 2.25 KB
Breadcrumbs
phpbb
/
package.json
Copy path
File metadata and controls
111 lines (111 loc) · 2.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
phpbb
"
,
"version"
:
"
4.0.0-dev
"
,
"description"
:
"
phpBB Forum Software application
"
,
"main"
:
"
"
,
"directories"
: {
"doc"
:
"
docs
"
},
"eslintConfig"
: {
"extends"
:
"
xo
"
,
"ignorePatterns"
: [
"
phpBB/adm/style/admin.js
"
,
"
phpBB/adm/style/ajax.js
"
,
"
phpBB/adm/style/permissions.js
"
,
"
phpBB/adm/style/tooltip.js
"
,
"
phpBB/assets/javascript/core.js
"
,
"
phpBB/assets/javascript/editor.js
"
,
"
phpBB/assets/javascript/installer.js
"
,
"
phpBB/assets/javascript/plupload.js
"
,
"
phpBB/styles/prosilver/template/ajax.js
"
,
"
phpBB/styles/prosilver/template/forum_fn.js
"
,
"
phpBB/**/*.min.js
"
,
"
phpBB/vendor/**/*.js
"
,
"
phpBB/phpbb/**/*.js
"
,
"
phpBB/tests/**/*.js
"
],
"rules"
: {
"quotes"
: [
"
error
"
,
"
single
"
],
"comma-dangle"
: [
"
error
"
,
"
always-multiline
"
],
"block-spacing"
:
"
error
"
,
"array-bracket-spacing"
: [
"
error
"
,
"
always
"
],
"multiline-comment-style"
:
"
off
"
,
"computed-property-spacing"
:
"
off
"
,
"space-in-parens"
:
"
off
"
,
"capitalized-comments"
:
"
off
"
,
"object-curly-spacing"
: [
"
error
"
,
"
always
"
],
"no-lonely-if"
:
"
off
"
,
"unicorn/prefer-module"
:
"
off
"
,
"space-before-function-paren"
: [
"
error
"
,
"
never
"
]
},
"env"
: {
"es6"
:
true
,
"browser"
:
true
,
"node"
:
true
,
"jquery"
:
true
}
},
"browserslist"
: [
"
> 1%
"
,
"
not ie 11
"
,
"
not samsung 10.1
"
,
"
not and_uc 12.12
"
,
"
not op_mini all
"
,
"
edge >= 18
"
,
"
ff >= 72
"
,
"
chrome >= 79
"
,
"
safari >= 13
"
,
"
ios >= 12.4
"
],
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/phpbb/phpbb.git
"
},
"keywords"
: [
"
phpBB
"
,
"
phpbb
"
,
"
forum
"
,
"
php
"
,
"
software
"
,
"
community
"
],
"author"
:
"
"
,
"license"
:
"
GPL-2.0
"
,
"bugs"
: {
"url"
:
"
https://tracker.phpbb.com
"
},
"homepage"
:
"
https://www.phpbb.com
"
,
"devDependencies"
: {
"autoprefixer"
:
"
^10.2.5
"
,
"cssnano"
:
"
^5.0.2
"
,
"eslint"
:
"
^7.27.0
"
,
"eslint-config-xo"
:
"
^0.36.0
"
,
"gulp"
:
"
^4.0.2
"
,
"gulp-concat-css"
:
"
^3.1.0
"
,
"gulp-postcss"
:
"
^9.0.0
"
,
"gulp-rename"
:
"
^2.0.0
"
,
"gulp-sourcemaps"
:
"
^2.6.5
"
,
"postcss"
:
"
^8.2.15
"
,
"postcss-sorting"
:
"
^6.0.0
"
,
"stylelint"
:
"
^13.13.1
"
,
"stylelint-order"
:
"
^4.1.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL