{
  "name": "to-utf-8",
  "version": "1.3.0",
  "description": "Detect input encoding and convert to utf-8 if needed",
  "main": "index.js",
  "bin": {
    "to-utf-8": "./cli.js"
  },
  "scripts": {
    "pretest": "standard",
    "test": "node test.js",
    "test-cli": "./cli.js < node_modules/charset-detector/tests/fixtures/utf-16le.txt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finnp/to-utf-8.git"
  },
  "keywords": [
    "utf8",
    "encoding",
    "detection"
  ],
  "author": "Finn Pauls",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finnp/to-utf-8/issues"
  },
  "homepage": "https://github.com/finnp/to-utf-8",
  "dependencies": {
    "charset-detector": "0.0.2",
    "iconv-lite": "^0.4.4",
    "minimist": "^1.1.0",
    "peek-stream": "^1.1.1",
    "stream-splicer": "^1.3.1"
  },
  "devDependencies": {
    "standard": "6.0.8"
  }
}
