File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
- /**!
2
- * giturl - lib/giturl.js
3
- *
4
- * Copyright(c) 2014
5
- * MIT Licensed
6
- *
7
- * Authors:
8
- * fengmk2 <[email protected] > (http://fengmk2.github.com)
9
- */
10
-
11
1
"use strict" ;
12
2
13
- /**
14
- * Module dependencies.
15
- */
16
-
17
3
// host[:/]n1/n2
18
4
var RE = / ^ ( [ ^ : \/ ] + ) [: \/ ] ( .+ ) $ / i;
19
5
Original file line number Diff line number Diff line change 23
23
"homepage" : " https://github.com/repo-utils/giturl" ,
24
24
"repository" : {
25
25
"type" : " git" ,
26
- "url" : " git://github.com/repo-utils/giturl.git" ,
27
- "web" : " https://github.com/repo-utils/giturl"
26
+ "url" : " git://github.com/repo-utils/giturl.git"
28
27
},
29
28
"bugs" : {
30
29
"url" : " https://github.com/repo-utils/giturl/issues"
37
36
" url"
38
37
],
39
38
"engines" : {
40
- "node" : " >= 0.10 .0"
39
+ "node" : " >= 14.17 .0"
41
40
},
42
41
"author" :
" fengmk2 <[email protected] > (http://github.com/fengmk2)" ,
43
42
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments