12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "iconv-lite",
- "description": "Convert character encodings in pure javascript.",
- "version": "0.2.11",
- "license": "MIT",
- "keywords": [
- "iconv",
- "convert",
- "charset"
- ],
- "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
- "contributors": [
- "Jinwu Zhan (https://github.com/jenkinv)",
- "Adamansky Anton (https://github.com/adamansky)",
- "George Stagas (https://github.com/stagas)",
- "Mike D Pilsbury (https://github.com/pekim)",
- "Niggler (https://github.com/Niggler)",
- "wychi (https://github.com/wychi)",
- "David Kuo (https://github.com/david50407)",
- "ChangZhuo Chen (https://github.com/czchen)",
- "Lee Treveil (https://github.com/leetreveil)",
- "Brian White (https://github.com/mscdex)"
- ],
- "main": "index.js",
- "homepage": "https://github.com/ashtuchkin/iconv-lite",
- "repository": {
- "type": "git",
- "url": "git://github.com/ashtuchkin/iconv-lite.git"
- },
- "engines": {
- "node": ">=0.4.0"
- },
- "scripts": {
- "test": "vows --spec"
- },
- "devDependencies": {
- "vows": "",
- "iconv": ">=1.1"
- },
- "__npminstall_done": true,
- "_from": "iconv-lite@0.2.11",
- "_resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.2.11.tgz"
- }
|