gettext-parser
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "gettext-parser", | ||
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"author": "Andris Reinman", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"encoding": "^0.1.12", | ||
"readable-stream": "^3.4.0", | ||
"readable-stream": "^3.6.0", | ||
"safe-buffer": "^5.2.0" | ||
@@ -34,9 +34,9 @@ }, | ||
"chai": "^4.2.0", | ||
"eslint": "^6.0.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mocha": "^6.1.4" | ||
"mocha": "^7.1.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "keywords": [ |
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
49964
Updatedreadable-stream@^3.6.0