jison-gho
Version:
A parser generator with a Bison/YACC-similar API (derived off zaach/jison repo)
75 lines (74 loc) • 1.82 kB
JSON
{
"author": {
"name": "Zach Carter",
"email": "zach@carter.name",
"url": "http://zaa.ch"
},
"name": "jison-gho",
"description": "A parser generator with a Bison/YACC-similar API (derived off zaach/jison repo)",
"version": "0.6.1-216",
"license": "MIT",
"keywords": [
"jison",
"bison",
"yacc",
"parser",
"generator",
"lexer",
"flex",
"tokenizer",
"compiler"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/GerHobbelt/jison.git"
},
"bugs": {
"url": "http://github.com/GerHobbelt/jison/issues",
"email": "jison@librelist.com"
},
"main": "dist/jison-cjs-es5.js",
"module": "lib/jison.js",
"bin": {
"jison": "dist/cli-cjs-es5.js"
},
"engines": {
"node": ">=4.0"
},
"dependencies": {
"@gerhobbelt/ast-util": "0.6.1-4",
"@gerhobbelt/json5": "0.5.1-21",
"@gerhobbelt/nomnom": "1.8.4-24",
"@gerhobbelt/recast": "0.13.0-24",
"@gerhobbelt/xregexp": "3.2.0-22"
},
"devDependencies": {
"@gerhobbelt/benchmark": "2.1.4-32",
"@gerhobbelt/js-yaml": "3.10.1-5",
"@gerhobbelt/live-server": "1.3.0-22",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-modern-browsers": "10.0.1",
"browserify": "14.5.0",
"chai": "4.1.2",
"cross-env": "5.1.3",
"get-stdin": "5.0.1",
"globby": "7.1.1",
"istanbul": "0.4.5",
"jison-gho": "0.6.1-214",
"mocha": "4.0.1",
"nyc": "11.4.1",
"rollup": "0.53.0",
"rollup-plugin-node-resolve": "3.0.0",
"uglify-js": "3.2.2"
},
"scripts": {
"build": "make",
"pub": "npm publish --access public",
"test": "make test",
"website": "node_modules/.bin/live-server docs/"
},
"homepage": "http://jison.org"
}