UNPKG
esprimaq
Version:
latest (0.1.0)
0.1.0
0.0.1
Query esprima ASTs by using a chainable query syntax.
github.com/pose/esprimaq
pose/esprimaq
esprimaq
/
package.json
13 lines
(12 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"esprimaq"
,
"version"
:
"0.1.0"
,
"Description"
:
"Simple, lightweight and CSS-selector-free esprima AST query library"
,
"devDependencies"
:
{
"esprima"
:
"^1.2.5"
}
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/pose/esprimaq.git"
}
}