aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/package.json
blob: 935c5b3baca9e78df8e86cfdc5bf65f94699ae04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_args": [
    [
      {
        "raw": "gettext-parser@1.1.0",
        "scope": null,
        "escapedName": "gettext-parser",
        "name": "gettext-parser",
        "rawSpec": "1.1.0",
        "spec": "1.1.0",
        "type": "version"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/po2json"
    ]
  ],
  "_from": "gettext-parser@1.1.0",
  "_id": "gettext-parser@1.1.0",
  "_inCache": true,
  "_location": "/gettext-parser",
  "_npmUser": {
    "name": "andris",
    "email": "andris@node.ee"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gettext-parser@1.1.0",
    "scope": null,
    "escapedName": "gettext-parser",
    "name": "gettext-parser",
    "rawSpec": "1.1.0",
    "spec": "1.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/po2json"
  ],
  "_resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.1.0.tgz",
  "_shasum": "2c5a6638d893934b9b55037d0ad82cb7004b2679",
  "_shrinkwrap": null,
  "_spec": "gettext-parser@1.1.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/po2json",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/gettext-parser/issues"
  },
  "dependencies": {
    "encoding": "^0.1.11"
  },
  "description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less",
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "2c5a6638d893934b9b55037d0ad82cb7004b2679",
    "tarball": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.1.0.tgz"
  },
  "gitHead": "aaa83f561c45efd6e55e5088ed18831fb4f22b53",
  "homepage": "http://github.com/andris9/gettext-parser",
  "keywords": [
    "i18n",
    "l10n",
    "gettext",
    "mo",
    "po"
  ],
  "license": "MIT",
  "main": "./index",
  "maintainers": [
    {
      "name": "andris",
      "email": "andris@node.ee"
    }
  ],
  "name": "gettext-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/andris9/gettext-parser.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "1.1.0"
}