{
  "_from": "vinyl-bufferstream@^1.0.1",
  "_id": "vinyl-bufferstream@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-BTeGn1gO/6TKRay0dXnkuf5jCBo=",
  "_location": "/vinyl-bufferstream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vinyl-bufferstream@^1.0.1",
    "name": "vinyl-bufferstream",
    "escapedName": "vinyl-bufferstream",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/gulp-minify-css"
  ],
  "_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
  "_shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
  "_spec": "vinyl-bufferstream@^1.0.1",
  "_where": "/home/mohamed/Documents/WebPortofolio/front-end/bs4Projects/sassElzero/node_modules/gulp-minify-css",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/vinyl-bufferstream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bufferstreams": "1.0.1"
  },
  "deprecated": false,
  "description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
  "devDependencies": {
    "eslint": "^0.14.1",
    "istanbul": "^0.3.5",
    "istanbul-coveralls": "^1.0.1",
    "jscs": "^1.11.2",
    "simple-bufferstream": "0.0.4",
    "tap-spec": "^2.2.1",
    "tape": "^3.5.0",
    "vinyl": "^0.4.6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/shinnn/vinyl-bufferstream#readme",
  "jscsConfig": {
    "preset": "google",
    "maximumLineLength": 98,
    "requireBlocksOnNewline": true,
    "validateLineBreaks": "LF"
  },
  "keywords": [
    "gulpfriendly",
    "gulp",
    "vinyl",
    "buffer",
    "stream",
    "compatibility",
    "interchangeability",
    "internal",
    "helper"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
    }
  ],
  "name": "vinyl-bufferstream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/vinyl-bufferstream.git"
  },
  "scripts": {
    "coverage": "istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "pretest": "jscs *.js && eslint *.js",
    "test": "node test.js | tap-spec"
  },
  "version": "1.0.1"
}
