mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
26 lines
486 B
JSON
26 lines
486 B
JSON
{
|
|
"name": "pegjs",
|
|
"filename": "peg.min.js",
|
|
"version": "0.7.0",
|
|
"description": "Parser generator for JavaScript",
|
|
"homepage": "http://pegjs.majda.cz/",
|
|
"keywords": [
|
|
"parser",
|
|
"generator",
|
|
"peg"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "David Majda",
|
|
"web": "http://majda.cz"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/dmajda/pegjs"
|
|
}
|
|
]
|
|
|
|
}
|