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