1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| {
| "name": "encoding",
| "version": "0.1.13",
| "description": "Convert encodings, uses iconv-lite",
| "main": "lib/encoding.js",
| "scripts": {
| "test": "nodeunit test"
| },
| "repository": "https://github.com/andris9/encoding.git",
| "author": "Andris Reinman",
| "license": "MIT",
| "dependencies": {
| "iconv-lite": "^0.6.2"
| },
| "devDependencies": {
| "nodeunit": "0.11.3"
| }
| }
|
|