UNPKG
detective
Version:
latest (5.2.1)
5.2.1
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.1.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
find all require() calls by walking the AST
github.com/browserify/detective
browserify/detective
detective
/
.travis.yml
18 lines
(17 loc)
•
205 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language:
node_js
node_js:
-
"11"
-
"10"
-
"9"
-
"8"
-
"6"
-
"4"
-
"iojs"
-
"0.12"
-
"0.10"
-
"0.8"
sudo:
false
before_install:
-
'nvm install-latest-npm'
matrix:
fast_finish:
true