{
  "_from": "vinyl-file@^3.0.0",
  "_id": "vinyl-file@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-sQTZ5ECf+jJfqt1SBkLQo7SIs2U=",
  "_location": "/vinyl-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vinyl-file@^3.0.0",
    "name": "vinyl-file",
    "escapedName": "vinyl-file",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/mem-fs"
  ],
  "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-3.0.0.tgz",
  "_shasum": "b104d9e4409ffa325faadd520642d0a3b488b365",
  "_spec": "vinyl-file@^3.0.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/mem-fs",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/vinyl-file/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "pify": "^2.3.0",
    "strip-bom-buf": "^1.0.0",
    "strip-bom-stream": "^2.0.0",
    "vinyl": "^2.0.1"
  },
  "deprecated": false,
  "description": "Create a vinyl file from an actual file",
  "devDependencies": {
    "ava": "*",
    "is-stream": "^1.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/vinyl-file#readme",
  "keywords": [
    "vinyl",
    "fs",
    "file",
    "read",
    "virtual",
    "format",
    "gulp",
    "gulpfriendly"
  ],
  "license": "MIT",
  "name": "vinyl-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/vinyl-file.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.0.0"
}
