Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2022-04-24 12:49:24 +03:00
parent 4aa2cbfe04
commit 6164134eaf
2 changed files with 10 additions and 9 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pofile",
"version": "1.1.3",
"version": "1.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pofile",
"version": "1.1.3",
"version": "1.1.5",
"devDependencies": {
"browserify": "~14.0.0",
"coffeescript": "^2.6.1",

View File

@ -1,23 +1,24 @@
{
"name": "pofile",
"description": "Parse and serialize Gettext PO files.",
"version": "1.1.3",
"version": "1.1.5",
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@savanne.be",
"url": "http://savanne.be/"
"name": "Vasiliy Tolstov",
"email": "v.tolstov@unistack.org",
"url": "https://unistack.org"
},
"contributors": [
"Eyal Lewinsohn",
"Gabe Gorelick",
"Julian Bäume",
"Mike Holly",
"Sander Houttekier"
"Sander Houttekier",
"Vasiliy Tolstov"
],
"homepage": "http://github.com/rubenv/pofile",
"homepage": "http://github.com/unistack-org/pofile",
"repository": {
"type": "git",
"url": "http://github.com/rubenv/pofile.git"
"url": "http://github.com/unistack-org/pofile.git"
},
"main": "./lib/po",
"types": "./pofile.d.ts",