pegjs-otf
Version:
On-The-Fly Compilation for PEG.js
34 lines (33 loc) • 1.09 kB
JSON
{
"name": "pegjs-otf",
"version": "2.1.0",
"description": "On-The-Fly Compilation for PEG.js",
"keywords": [ "pegjs", "peggy", "browserify", "transform" ],
"repository": {
"type": "git",
"url": "git+https://github.com/rse/pegjs-otf.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"license": "MIT",
"homepage": "https://github.com/rse/pegjs-otf",
"bugs": "https://github.com/rse/pegjs-otf/issues",
"devDependencies": {
"grunt": "1.6.2",
"grunt-cli": "1.5.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "26.0.0"
},
"dependencies": {
"peggy": "5.1.0",
"lodash": "4.18.1",
"acorn": "8.17.0",
"magic-string": "0.30.21",
"static-eval": "2.1.1",
"through": "2.3.8"
}
}