UNPKG

chevrotain

Version:

Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers

81 lines (80 loc) 2.16 kB
{ "name": "chevrotain", "version": "0.4.5", "description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers", "keywords": [ "parser", "syntax", "lexical", "analysis", "grammar", "lexer", "tokenizer", "generator", "compiler", "fault", "tolerant" ], "bugs": { "url": "https://github.com/SAP/chevrotain/issues" }, "license": " Apache-2.0", "author": { "name": "Shahar Soel", "email": "shahar.soel@gmail.com" }, "contributors": [ { "name": "Firas Najjar" } ], "files": [ "bin/docs", "bin/chevrotain.d.ts", "bin/chevrotain.js", "readme.md", "LICENSE.TXT" ], "main": "bin/chevrotain.js", "repository": { "type": "git", "url": "git://github.com/SAP/chevrotain.git" }, "scripts": { "test": "grunt test", "release_patch": "node scripts/pre_release_build.js patch && grunt build && node scripts/post_release_build.js patch node ../Chevrotain.github.io/scripts/upload_docs.js", "release_minor": "node scripts/pre_release_build.js minor && grunt build && node scripts/post_release_build.js minor node ../Chevrotain.github.io/scripts/upload_docs.js" }, "dependencies": { "lodash": "^3.10.0" }, "devDependencies": { "chai": "^3.0.0", "coveralls": "^2.11.2", "gitty": "^3.2.3", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compress": "^0.13.0", "grunt-contrib-concat": "^0.5.1", "grunt-karma": "~0.11.2", "grunt-mocha-istanbul": "^2.4.0", "grunt-ts": "~4.1.0-beta", "grunt-tslint": "~2.3.1-beta", "grunt-typedoc": "^0.2.2", "grunt-umd": "~2.3.3", "istanbul": "^0.3.17", "jsonfile": "^2.2.1", "karma": "~0.12.37", "karma-chai": "^0.1.0", "karma-chrome-launcher": "~0.2.0", "karma-firefox-launcher": "~0.1.6", "karma-ie-launcher": "~0.2", "karma-mocha": "^0.2.0", "karma-script-launcher": "~0.1.0", "karma-story-reporter": "~0.3.1", "mocha": "^2.2.5", "semver": "^4.3.6", "tslint": "~2.3.1-beta", "wrench": "~1.5.8" } }