package.json 1002 Bytes
{
  "name": "strip-bom",
  "version": "1.0.0",
  "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
  "license": "MIT",
  "repository": "sindresorhus/strip-bom",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "strip-bom": "cli.js"
  },
  "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": "^1.0.0",
    "is-utf8": "^0.2.0"
  },
  "devDependencies": {
    "concat-stream": "^1.4.5",
    "mocha": "*"
  },
  "_from": "strip-bom@1.0.0",
  "_resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-1.0.0.tgz"
}