chevrotain
Version:
Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers
89 lines (88 loc) • 2.33 kB
JSON
{
"name": "chevrotain",
"version": "0.5.13",
"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.min.js",
"bin/chevrotain.js",
"readme.md",
"LICENSE.TXT"
],
"main": "bin/chevrotain.js",
"repository": {
"type": "git",
"url": "git://github.com/SAP/chevrotain.git"
},
"scripts": {
"release_patch": "node scripts/pre_release_build.js patch && grunt build && node scripts/post_release_build.js patch && upload_docs.bat",
"release_minor": "node scripts/pre_release_build.js minor && grunt build && node scripts/post_release_build.js minor && upload_docs.bat"
},
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"gitty": "^3.2.3",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-run": "^0.5.2",
"grunt-ts": "~5.3.0-beta.2",
"grunt-tslint": "~3.0.0",
"grunt-typedoc": "^0.2.3",
"grunt-umd": "~2.3.5",
"istanbul": "^0.4.1",
"jsonfile": "^2.2.3",
"karma": "~0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.2.1",
"karma-firefox-launcher": "~0.1.7",
"karma-ie-launcher": "~0.2",
"karma-mocha": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "~0.1.0",
"karma-story-reporter": "~0.3.1",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.3.4",
"requirejs": "^2.1.22",
"semver": "^5.1.0",
"tslint": "^3.0.0",
"typescript": "~1.7.5",
"wrench": "~1.5.8"
}
}