package.json 2.59 KB
{
  "_args": [
    [
      {
        "raw": "vinyl-file@^2.0.0",
        "scope": null,
        "escapedName": "vinyl-file",
        "name": "vinyl-file",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/gulp-watch"
    ]
  ],
  "_from": "vinyl-file@>=2.0.0 <3.0.0",
  "_id": "vinyl-file@2.0.0",
  "_inCache": true,
  "_location": "/vinyl-file",
  "_nodeVersion": "4.2.4",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {
    "clone": "1.0.2",
    "clone-stats": "0.0.1",
    "replace-ext": "0.0.1"
  },
  "_requested": {
    "raw": "vinyl-file@^2.0.0",
    "scope": null,
    "escapedName": "vinyl-file",
    "name": "vinyl-file",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-watch"
  ],
  "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz",
  "_shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  "_shrinkwrap": null,
  "_spec": "vinyl-file@^2.0.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/gulp-watch",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/vinyl-file/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "pify": "^2.3.0",
    "pinkie-promise": "^2.0.0",
    "strip-bom": "^2.0.0",
    "strip-bom-stream": "^2.0.0",
    "vinyl": "^1.1.0"
  },
  "description": "Create a vinyl file from an actual file",
  "devDependencies": {
    "ava": "*",
    "is-stream": "^1.0.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
    "tarball": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "71b83a78f0d7f58b7f6829a45dc0c22faa8d44c8",
  "homepage": "https://github.com/sindresorhus/vinyl-file",
  "keywords": [
    "vinyl",
    "fs",
    "file",
    "read",
    "virtual",
    "format",
    "gulp",
    "gulpfriendly"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "vinyl-file",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/vinyl-file.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0"
}