6e7217562122f49d40fb7b9d6ef76192d16c7c5e
[aai/esr-gui.git] /
1 {
2   "name": "iconv-lite",
3   "description": "Convert character encodings in pure javascript.",
4   "version": "0.4.13",
5   "license": "MIT",
6   "keywords": [
7     "iconv",
8     "convert",
9     "charset",
10     "icu"
11   ],
12   "author": {
13     "name": "Alexander Shtuchkin",
14     "email": "ashtuchkin@gmail.com"
15   },
16   "contributors": [
17     {
18       "name": "Jinwu Zhan",
19       "url": "https://github.com/jenkinv"
20     },
21     {
22       "name": "Adamansky Anton",
23       "url": "https://github.com/adamansky"
24     },
25     {
26       "name": "George Stagas",
27       "url": "https://github.com/stagas"
28     },
29     {
30       "name": "Mike D Pilsbury",
31       "url": "https://github.com/pekim"
32     },
33     {
34       "name": "Niggler",
35       "url": "https://github.com/Niggler"
36     },
37     {
38       "name": "wychi",
39       "url": "https://github.com/wychi"
40     },
41     {
42       "name": "David Kuo",
43       "url": "https://github.com/david50407"
44     },
45     {
46       "name": "ChangZhuo Chen",
47       "url": "https://github.com/czchen"
48     },
49     {
50       "name": "Lee Treveil",
51       "url": "https://github.com/leetreveil"
52     },
53     {
54       "name": "Brian White",
55       "url": "https://github.com/mscdex"
56     },
57     {
58       "name": "Mithgol",
59       "url": "https://github.com/Mithgol"
60     },
61     {
62       "name": "Nazar Leush",
63       "url": "https://github.com/nleush"
64     }
65   ],
66   "main": "./lib/index.js",
67   "homepage": "https://github.com/ashtuchkin/iconv-lite",
68   "bugs": {
69     "url": "https://github.com/ashtuchkin/iconv-lite/issues"
70   },
71   "repository": {
72     "type": "git",
73     "url": "git://github.com/ashtuchkin/iconv-lite.git"
74   },
75   "engines": {
76     "node": ">=0.8.0"
77   },
78   "scripts": {
79     "coverage": "istanbul cover _mocha -- --grep .",
80     "coverage-open": "open coverage/lcov-report/index.html",
81     "test": "mocha --reporter spec --grep ."
82   },
83   "browser": {
84     "./extend-node": false,
85     "./streams": false
86   },
87   "devDependencies": {
88     "mocha": "*",
89     "request": "2.47",
90     "unorm": "*",
91     "errto": "*",
92     "async": "*",
93     "istanbul": "*",
94     "iconv": "2.1"
95   },
96   "gitHead": "f5ec51b1e7dd1477a3570824960641eebdc5fbc6",
97   "_id": "iconv-lite@0.4.13",
98   "_shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
99   "_from": "iconv-lite@0.4.13",
100   "_npmVersion": "2.14.4",
101   "_nodeVersion": "4.1.1",
102   "_npmUser": {
103     "name": "ashtuchkin",
104     "email": "ashtuchkin@gmail.com"
105   },
106   "maintainers": [
107     {
108       "name": "ashtuchkin",
109       "email": "ashtuchkin@gmail.com"
110     }
111   ],
112   "dist": {
113     "shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
114     "tarball": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
115   },
116   "directories": {},
117   "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
118 }