Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / iconv-lite / package.json
1 {
2   "name": "iconv-lite",
3   "description": "Convert character encodings in pure javascript.",
4   "version": "0.4.6",
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.4"
95   },
96   "gitHead": "920dad2303f7c64d92e771ffd379688e0a0d6fc1",
97   "_id": "iconv-lite@0.4.6",
98   "_shasum": "e39c682610a791f3eedc27382ff49e263f91fa09",
99   "_from": "iconv-lite@0.4.6",
100   "_npmVersion": "2.1.6",
101   "_nodeVersion": "0.10.33",
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": "e39c682610a791f3eedc27382ff49e263f91fa09",
114     "tarball": "http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.6.tgz"
115   },
116   "directories": {},
117   "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.6.tgz"
118 }