{
  "_args": [
    [
      "strip-bom@1.0.0",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "strip-bom@1.0.0",
  "_id": "strip-bom@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
  "_location": "/strip-bom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "strip-bom@1.0.0",
    "name": "strip-bom",
    "escapedName": "strip-bom",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "strip-bom": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-bom/issues"
  },
  "dependencies": {
    "first-chunk-stream": "^1.0.0",
    "is-utf8": "^0.2.0"
  },
  "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
  "devDependencies": {
    "concat-stream": "^1.4.5",
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  "keywords": [
    "cli",
    "bin",
    "app",
    "bom",
    "strip",
    "byte",
    "mark",
    "unicode",
    "utf8",
    "utf-8",
    "remove",
    "trim",
    "text",
    "buffer",
    "string",
    "stream",
    "streams"
  ],
  "license": "MIT",
  "name": "strip-bom",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-bom.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}
