{
  "_from": "first-chunk-stream@^2.0.0",
  "_id": "first-chunk-stream@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA=",
  "_location": "/first-chunk-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "first-chunk-stream@^2.0.0",
    "name": "first-chunk-stream",
    "escapedName": "first-chunk-stream",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/strip-bom-stream"
  ],
  "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz",
  "_shasum": "1bdecdb8e083c0664b91945581577a43a9f31d70",
  "_spec": "first-chunk-stream@^2.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/strip-bom-stream",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readable-stream": "^2.0.2"
  },
  "deprecated": false,
  "description": "Transform the first chunk in a stream",
  "devDependencies": {
    "istanbul": "^0.3.19",
    "mocha": "*",
    "mocha-lcov-reporter": "0.0.2",
    "streamtest": "^1.2.1",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/first-chunk-stream#readme",
  "keywords": [
    "buffer",
    "stream",
    "streams",
    "transform",
    "first",
    "chunk",
    "size",
    "min",
    "minimum"
  ],
  "license": "MIT",
  "name": "first-chunk-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html _mocha -- test.js -R spec -t 5000",
    "test": "xo && mocha"
  },
  "version": "2.0.0"
}
