| { |
| "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>", |
| "browser": { |
| "./lib/extend-node": false, |
| "./lib/streams": false |
| }, |
| "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", |
| "dependencies": { |
| "safer-buffer": ">= 2.1.2 < 3" |
| }, |
| "description": "Convert character encodings in pure javascript.", |
| "devDependencies": { |
| "async": "*", |
| "errto": "*", |
| "iconv": "*", |
| "istanbul": "*", |
| "mocha": "^3.1.0", |
| "request": "~2.87.0", |
| "semver": "*", |
| "unorm": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "homepage": "https://github.com/ashtuchkin/iconv-lite", |
| "keywords": [ |
| "iconv", |
| "convert", |
| "charset", |
| "icu" |
| ], |
| "license": "MIT", |
| "main": "./lib/index.js", |
| "name": "iconv-lite", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/ashtuchkin/iconv-lite.git" |
| }, |
| "scripts": { |
| "coverage": "istanbul cover _mocha -- --grep .", |
| "coverage-open": "open coverage/lcov-report/index.html", |
| "test": "mocha --reporter spec --grep ." |
| }, |
| "typings": "./lib/index.d.ts", |
| "version": "0.4.24" |
| } |