pegjs-util
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "pegjs-util", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Utility Class for PEG.js", | ||
@@ -5,0 +5,0 @@ "main": "PEGUtil.js", |
@@ -15,3 +15,3 @@ { | ||
"no-continue": 0, | ||
"no-control-regex": 2, | ||
"no-control-regex": 0, | ||
"no-debugger": 2, | ||
@@ -18,0 +18,0 @@ "no-delete-var": 2, |
{ | ||
"name": "pegjs-util", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Utility Class for PEG.js", | ||
@@ -23,8 +23,8 @@ "keywords": [ "pegjs", "parser", "AST", "unroll" ], | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-jshint": "~0.12.0", | ||
"grunt-contrib-clean": "~0.7.0", | ||
"grunt-eslint": "~17.3.1", | ||
"asty": "~1.4.2" | ||
"grunt": "~1.0.1", | ||
"grunt-cli": "~1.2.0", | ||
"grunt-contrib-jshint": "~1.0.0", | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-eslint": "~18.1.0", | ||
"asty": "~1.4.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
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
28124