Comparing version 2.12.2 to 3.0.0
@@ -1,24 +0,33 @@ | ||
{ "name" : "gherkin" | ||
, "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler." | ||
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ] | ||
, "version" : "2.12.2" | ||
, "homepage" : "http://github.com/cucumber/gherkin" | ||
, "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>" | ||
, "contributors" : [ "Aslak Hellesøy <aslak.hellesoy@gmail.com>" ] | ||
, "repository" : | ||
{ "type" : "git" | ||
, "url" : "git://github.com/cucumber/gherkin.git" | ||
{ | ||
"name": "gherkin", | ||
"version": "3.0.0", | ||
"description": "Gherkin parser", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/cucumber/gherkin3" | ||
}, | ||
"keywords": [ | ||
"gherkin", | ||
"cucumber" | ||
], | ||
"author": "Aslak Hellesøy", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cucumber/gherkin3/issues" | ||
}, | ||
"homepage": "https://github.com/cucumber/gherkin3", | ||
"devDependencies": { | ||
"bower": "^1.4.1", | ||
"browserify": "^10.2.6", | ||
"mocha": "^2.2.5", | ||
"mversion": "^1.10.0", | ||
"uglify-js": "^2.4.23" | ||
}, | ||
"dependencies": { | ||
"tea-error": "^0.1.0" | ||
} | ||
, "bugs" : | ||
{ "mail" : "cukes@googlegroups.com" | ||
, "url" : "http://github.com/cucumber/gherkin/issues" | ||
} | ||
, "directories" : { "lib" : "./lib" } | ||
, "main" : "./lib/gherkin" | ||
, "licenses" : | ||
[ { "type" : "MIT" | ||
, "url" : "http://github.com/cucumber/gherkin/raw/master/LICENSE" | ||
} | ||
] | ||
, "devDependencies" : { "uglify-js" : "2.4.0" } | ||
} |
@@ -1,3 +0,3 @@ | ||
# Gherkin.js | ||
[![Build Status](https://secure.travis-ci.org/cucumber/gherkin-javascript.png)](http://travis-ci.org/cucumber/gherkin-javascript) | ||
This is a pure JavaScript gherkin lexer/parser. | ||
Gherkin parser/compiler for JavaScript. Please see [Gherkin3](https://github.com/cucumber/gherkin3) for details. |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
144895
1
5
27
5350
1
+ Addedtea-error@^0.1.0
+ Addedtea-error@0.1.0(transitive)
+ Addedtea-extend@0.2.0(transitive)