UNPKG
upyun-legacy
Version:
latest (0.4.5)
0.4.5
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
upyun sdk for node.js
github.com/lisposter/node-upyun-legacy
lisposter/node-upyun-legacy
upyun-legacy
/
.jshintrc
15 lines
(14 loc)
•
242 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"node"
:
true
,
"esnext"
:
true
,
"bitwise"
:
true
,
"camelcase"
:
true
,
"curly"
:
true
,
"immed"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"undef"
:
true
,
"unused"
:
"vars"
,
"strict"
:
true
,
"mocha"
:
true
}