gettext-parser
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0
@@ -1,9 +0,7 @@ | ||
'use strict'; | ||
const { parse, stream } = require('./lib/poparser'); | ||
var poParser = require('./lib/poparser'); | ||
module.exports = { | ||
po: { | ||
parse: poParser.parse, | ||
createParseStream: poParser.stream, | ||
parse, | ||
createParseStream: stream, | ||
compile: require('./lib/pocompiler') | ||
@@ -10,0 +8,0 @@ }, |
{ | ||
"name": "gettext-parser", | ||
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0", | ||
"author": "Andris Reinman", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"encoding": "^0.1.12", | ||
"readable-stream": "^3.2.0", | ||
"readable-stream": "^3.3.0", | ||
"safe-buffer": "^5.1.2" | ||
@@ -34,9 +34,9 @@ }, | ||
"chai": "^4.2.0", | ||
"eslint": "^5.15.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mocha": "^6.0.2" | ||
"mocha": "^6.1.2" | ||
}, | ||
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
49965
1182
Updatedreadable-stream@^3.3.0