relaxed-json
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "relaxed-json", | ||
"description": "Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"homepage": "https://github.com/phadej/relaxed-json", | ||
@@ -35,10 +35,10 @@ "author": { | ||
"devDependencies": { | ||
"eslint": "^0.9.1", | ||
"eslint": "^0.15.0", | ||
"istanbul": "~0.3.0", | ||
"jscs": "~1.7.3", | ||
"jshint": "~2.5.1", | ||
"jsverify": "~0.4.0-beta.2", | ||
"mocha": "~2.0.1", | ||
"jscs": "^1.11.3", | ||
"jshint": "^2.6.0", | ||
"jsverify": "^0.5.1", | ||
"mocha": "^2.1.0", | ||
"uglify-js": "~2.4.13", | ||
"underscore": "~1.7.0" | ||
"underscore": "^1.8.2" | ||
}, | ||
@@ -52,5 +52,5 @@ "keywords": [ | ||
"dependencies": { | ||
"commander": "~2.5.0", | ||
"chalk": "~0.5.1" | ||
"chalk": "^1.0.0", | ||
"commander": "^2.6.0" | ||
} | ||
} |
@@ -58,2 +58,3 @@ # Relaxed JSON | ||
- 0.2.9 Dependencies bump | ||
- 0.2.8 Dev dependencies update | ||
@@ -60,0 +61,0 @@ - 0.2.7 `rjson` executable |
@@ -153,3 +153,3 @@ /* | ||
function tokenSpecs(relaxed) { | ||
function makeTokenSpecs(relaxed) { | ||
function f(type) { | ||
@@ -187,4 +187,4 @@ return function (m) { | ||
var lexer = makeLexer(tokenSpecs(true)); | ||
var strictLexer = makeLexer(tokenSpecs(false)); | ||
var lexer = makeLexer(makeTokenSpecs(true)); | ||
var strictLexer = makeLexer(makeTokenSpecs(false)); | ||
@@ -191,0 +191,0 @@ function previousNWSToken(tokens, index) { |
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
24701
84
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedcommander@2.5.1(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
Updatedchalk@^1.0.0
Updatedcommander@^2.6.0