Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"name": "iconv-lite",
3
"description": "Convert character encodings in pure javascript.",
4
"version": "0.4.9",
5
"license": "MIT",
6
"keywords": [
7
"iconv",
8
"convert",
9
"charset",
10
"icu"
11
],
12
"author": {
13
"name": "Alexander Shtuchkin",
14
"email": "[email protected]"
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": "a9a123e22074cb4d8e0392ae037b0e348df1559a",
97
"_id": "[email protected]",
98
"_shasum": "4d8b3c7f596c558ce95b4bd4562c874010a7df3e",
99
"_from": "iconv-lite@>=0.4.5 <0.5.0",
100
"_npmVersion": "2.10.1",
101
"_nodeVersion": "0.12.4",
102
"_npmUser": {
103
"name": "ashtuchkin",
104
"email": "[email protected]"
105
},
106
"maintainers": [
107
{
108
"name": "ashtuchkin",
109
"email": "[email protected]"
110
}
111
],
112
"dist": {
113
"shasum": "4d8b3c7f596c558ce95b4bd4562c874010a7df3e",
114
"tarball": "http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.9.tgz"
115
},
116
"directories": {},
117
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.9.tgz"
118
}
119
120