UNPKG

3.69 kBJSONView Raw
1{
2 "_args": [
3 [
4 {
5 "raw": "iconv-lite@^0.4.5",
6 "scope": null,
7 "escapedName": "iconv-lite",
8 "name": "iconv-lite",
9 "rawSpec": "^0.4.5",
10 "spec": ">=0.4.5 <0.5.0",
11 "type": "range"
12 },
13 "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/commoner"
14 ]
15 ],
16 "_from": "iconv-lite@>=0.4.5 <0.5.0",
17 "_id": "iconv-lite@0.4.13",
18 "_inCache": true,
19 "_installable": true,
20 "_location": "/iconv-lite",
21 "_nodeVersion": "4.1.1",
22 "_npmUser": {
23 "name": "ashtuchkin",
24 "email": "ashtuchkin@gmail.com"
25 },
26 "_npmVersion": "2.14.4",
27 "_phantomChildren": {},
28 "_requested": {
29 "raw": "iconv-lite@^0.4.5",
30 "scope": null,
31 "escapedName": "iconv-lite",
32 "name": "iconv-lite",
33 "rawSpec": "^0.4.5",
34 "spec": ">=0.4.5 <0.5.0",
35 "type": "range"
36 },
37 "_requiredBy": [
38 "/commoner"
39 ],
40 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz",
41 "_shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
42 "_shrinkwrap": null,
43 "_spec": "iconv-lite@^0.4.5",
44 "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/commoner",
45 "author": {
46 "name": "Alexander Shtuchkin",
47 "email": "ashtuchkin@gmail.com"
48 },
49 "browser": {
50 "./extend-node": false,
51 "./streams": false
52 },
53 "bugs": {
54 "url": "https://github.com/ashtuchkin/iconv-lite/issues"
55 },
56 "contributors": [
57 {
58 "name": "Jinwu Zhan",
59 "url": "https://github.com/jenkinv"
60 },
61 {
62 "name": "Adamansky Anton",
63 "url": "https://github.com/adamansky"
64 },
65 {
66 "name": "George Stagas",
67 "url": "https://github.com/stagas"
68 },
69 {
70 "name": "Mike D Pilsbury",
71 "url": "https://github.com/pekim"
72 },
73 {
74 "name": "Niggler",
75 "url": "https://github.com/Niggler"
76 },
77 {
78 "name": "wychi",
79 "url": "https://github.com/wychi"
80 },
81 {
82 "name": "David Kuo",
83 "url": "https://github.com/david50407"
84 },
85 {
86 "name": "ChangZhuo Chen",
87 "url": "https://github.com/czchen"
88 },
89 {
90 "name": "Lee Treveil",
91 "url": "https://github.com/leetreveil"
92 },
93 {
94 "name": "Brian White",
95 "url": "https://github.com/mscdex"
96 },
97 {
98 "name": "Mithgol",
99 "url": "https://github.com/Mithgol"
100 },
101 {
102 "name": "Nazar Leush",
103 "url": "https://github.com/nleush"
104 }
105 ],
106 "dependencies": {},
107 "description": "Convert character encodings in pure javascript.",
108 "devDependencies": {
109 "async": "*",
110 "errto": "*",
111 "iconv": "2.1",
112 "istanbul": "*",
113 "mocha": "*",
114 "request": "2.47",
115 "unorm": "*"
116 },
117 "directories": {},
118 "dist": {
119 "shasum": "1f88aba4ab0b1508e8312acc39345f36e992e2f2",
120 "tarball": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz"
121 },
122 "engines": {
123 "node": ">=0.8.0"
124 },
125 "gitHead": "f5ec51b1e7dd1477a3570824960641eebdc5fbc6",
126 "homepage": "https://github.com/ashtuchkin/iconv-lite",
127 "keywords": [
128 "iconv",
129 "convert",
130 "charset",
131 "icu"
132 ],
133 "license": "MIT",
134 "main": "./lib/index.js",
135 "maintainers": [
136 {
137 "name": "ashtuchkin",
138 "email": "ashtuchkin@gmail.com"
139 }
140 ],
141 "name": "iconv-lite",
142 "optionalDependencies": {},
143 "readme": "ERROR: No README data found!",
144 "repository": {
145 "type": "git",
146 "url": "git://github.com/ashtuchkin/iconv-lite.git"
147 },
148 "scripts": {
149 "coverage": "istanbul cover _mocha -- --grep .",
150 "coverage-open": "open coverage/lcov-report/index.html",
151 "test": "mocha --reporter spec --grep ."
152 },
153 "version": "0.4.13"
154}