UNPKG
spellu-core
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Spellu is a parser combinator engine.
spellu-core
/
package.json
14 lines
(13 loc)
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"spellu-core"
,
"version"
:
"0.0.3"
,
"license"
:
"MIT"
,
"description"
:
"Spellu is a parser combinator engine."
,
"keywords"
:
[
"parser"
,
"parser-combinator"
,
"typsecript"
]
,
"main"
:
"./spellu-core.js"
,
"typings"
:
"./spellu-core.d.ts"
}