UNPKG
walkes
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.1
very simple walker for estree AST
github.com/Swatinem/walkes
Swatinem/walkes
walkes
/
component.json
15 lines
(14 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"walkes"
,
"repo"
:
"Swatinem/walkes"
,
"version"
:
"0.2.0"
,
"description"
:
"very simple walker for esprima AST"
,
"keywords"
:
[
"AST"
,
"abstract syntax tree"
,
"esprima"
]
,
"main"
:
"index.js"
,
"scripts"
:
[
"index.js"
]
,
"dependencies"
:
{
}
,
"license"
:
"LGPLv3"
}