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", "name": "pofile",
"version": "1.1.3", "version": "1.1.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pofile", "name": "pofile",
"version": "1.1.3", "version": "1.1.5",
"devDependencies": { "devDependencies": {
"browserify": "~14.0.0", "browserify": "~14.0.0",
"coffeescript": "^2.6.1", "coffeescript": "^2.6.1",

View File

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