chevrotain
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -1,2 +0,2 @@ | ||
/*! chevrotain - v0.4.2 - 2015-06-28 */ | ||
/*! chevrotain - v0.4.3 - 2015-06-29 */ | ||
declare module chevrotain { | ||
@@ -3,0 +3,0 @@ module lang { |
{ | ||
"name": "chevrotain", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash": "~3.9.3" | ||
"lodash": "^3.9.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
@@ -35,3 +35,4 @@ [![Build Status](https://travis-ci.org/SAP/chevrotain.svg?branch=master)](https://travis-ci.org/SAP/chevrotain) | ||
## Installation | ||
* ```npm install chevrotain``` | ||
* **npm**: ```npm install chevrotain``` | ||
* **Bower** ```bower install chevrotain``` | ||
* or download directly from [github releases](https://github.com/SAP/chevrotain/releases/latest): | ||
@@ -208,3 +209,4 @@ * the 'chevrotain-binaries-...' files contain the compiled javascript code. | ||
* The aggregated Typescript definitions (**chevrotain.d.ts**) packaged in both the github and npm releases. | ||
* The aggregated Typescript definitions [chevrotain.d.ts](https://github.com/SAP/chevrotain/blob/master/release/chevrotain.d.ts) | ||
* Also packaged in both the github and npm releases. | ||
@@ -215,7 +217,7 @@ ## Dependencies | ||
## Compatibility | ||
The Generated artifact(chevrotain.js) should run on any modern Javascript ES5 runtime. | ||
The Generated artifact(chevrotain.js) should run on any modern Javascript ES5.1 runtime. | ||
* The CI build runs the tests under Node.js. | ||
* additionally local testing is done on latest versions of Chrome/Firefox/IE. | ||
* Additionally local testing is done on latest versions of Chrome/Firefox/IE. | ||
* The dependency to lodash is imported via [UMD](https://github.com/umdjs/umd), | ||
in order to make chevrotain.js portable to multiple environments. | ||
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201498
221
3635
+ Addedlodash@3.10.1(transitive)
- Removedlodash@3.9.3(transitive)
Updatedlodash@^3.9.3