This repository was archived by the owner on Aug 18, 2023. It is now read-only.
File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Lines starting with '#' are comments.
2
2
# Each line is a file pattern followed by one or more owners,
3
- # the last matching pattern has the most precendence.
3
+ # the last matching pattern has the most precedence.
4
+
5
+ # Alumni maintainers
6
+ # @kjdelisle @loay @ssh24 @virkt25
4
7
5
8
# Core team members from IBM
6
- * @ kjdelisle @ jannyHou @ loay @ b-admike @ ssh24 @ virkt25 @ dhmlau
9
+ * @ jannyHou @ b-admike @ dhmlau
Original file line number Diff line number Diff line change 2
2
"name" : " loopback-getting-started" ,
3
3
"version" : " 1.0.0" ,
4
4
"main" : " server/server.js" ,
5
+ "engines" : {
6
+ "node" : " >=6"
7
+ },
5
8
"scripts" : {
6
9
"lint" : " eslint ." ,
7
10
"start" : " node ." ,
8
- "posttest" : " npm run lint && nsp check "
11
+ "posttest" : " npm run lint"
9
12
},
10
13
"dependencies" : {
11
14
"compression" : " ^1.0.3" ,
12
15
"cors" : " ^2.5.2" ,
13
- "helmet" : " ^3.8.2 " ,
16
+ "helmet" : " ^3.15.0 " ,
14
17
"loopback" : " ^3.0.0" ,
15
- "loopback-boot" : " ^2.6.5 " ,
16
- "loopback-component-explorer" : " ^5.0.0 " ,
17
- "loopback-connector-mysql" : " ^2.4.0 " ,
18
+ "loopback-boot" : " ^3.1.1 " ,
19
+ "loopback-component-explorer" : " ^6.3.1 " ,
20
+ "loopback-connector-mysql" : " ^5.3.1 " ,
18
21
"serve-favicon" : " ^2.0.1" ,
19
- "strong-error-handler" : " ^1.0.1 "
22
+ "strong-error-handler" : " ^3.2.0 "
20
23
},
21
24
"devDependencies" : {
22
25
"eslint" : " ^2.13.1" ,
23
- "eslint-config-loopback" : " ^4.0.0" ,
24
- "nsp" : " ^2.1.0"
26
+ "eslint-config-loopback" : " ^4.0.0"
25
27
},
26
28
"repository" : {
27
29
"type" : " " ,
You can’t perform that action at this time.
0 commit comments