{
  "name": "strip-bom",
  "version": "0.3.1",
  "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/strip-bom"
  },
  "bin": {
    "strip-bom": "cli.js"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "keywords": [
    "cli",
    "bin",
    "app",
    "bom",
    "strip",
    "byte",
    "mark",
    "unicode",
    "utf8",
    "utf-8",
    "remove",
    "trim",
    "text",
    "buffer",
    "string",
    "stream",
    "streams"
  ],
  "dependencies": {
    "first-chunk-stream": "^0.1.0",
    "is-utf8": "^0.2.0"
  },
  "devDependencies": {
    "concat-stream": "^1.4.5",
    "mocha": "*"
  },
  "gitHead": "bac8b80dceb94ce6d544dfc1234e755c779f9829",
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-bom/issues"
  },
  "homepage": "https://github.com/sindresorhus/strip-bom",
  "_id": "strip-bom@0.3.1",
  "_shasum": "9e8a39eff456ff9abc2f059f5f2225bb0f3f7ca5",
  "_from": "strip-bom@>=0.3.1 <0.4.0",
  "_npmVersion": "1.4.13",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "dist": {
    "shasum": "9e8a39eff456ff9abc2f059f5f2225bb0f3f7ca5",
    "tarball": "http://registry.npmjs.org/strip-bom/-/strip-bom-0.3.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-0.3.1.tgz",
  "readme": "ERROR: No README data found!"
}
