{
  "_from": "strip-bom-buf@^1.0.0",
  "_id": "strip-bom-buf@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=",
  "_location": "/strip-bom-buf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strip-bom-buf@^1.0.0",
    "name": "strip-bom-buf",
    "escapedName": "strip-bom-buf",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/vinyl-file"
  ],
  "_resolved": "https://registry.npmjs.org/strip-bom-buf/-/strip-bom-buf-1.0.0.tgz",
  "_shasum": "1cb45aaf57530f4caf86c7f75179d2c9a51dd572",
  "_spec": "strip-bom-buf@^1.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/vinyl-file",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-bom-buf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-utf8": "^0.2.1"
  },
  "deprecated": false,
  "description": "Strip UTF-8 byte order mark (BOM) from a buffer",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/strip-bom-buf#readme",
  "keywords": [
    "strip",
    "bom",
    "byte",
    "order",
    "mark",
    "unicode",
    "utf8",
    "utf-8",
    "remove",
    "delete",
    "trim",
    "text",
    "buffer"
  ],
  "license": "MIT",
  "name": "strip-bom-buf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-bom-buf.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.0"
}
