Current File : //usr/lib/node_modules/gulp/node_modules/vinyl/package.json
{
  "_from": "vinyl@^2.0.0",
  "_id": "vinyl@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==",
  "_location": "/gulp/vinyl",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vinyl@^2.0.0",
    "name": "vinyl",
    "escapedName": "vinyl",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/gulp/vinyl-fs",
    "/gulp/vinyl-sourcemap"
  ],
  "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz",
  "_shasum": "d85b07da96e458d25b2ffe19fece9f2caa13ed86",
  "_spec": "vinyl@^2.0.0",
  "_where": "/usr/lib/node_modules/gulp/node_modules/vinyl-fs",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/vinyl/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Schoffstall",
      "email": "yo@contra.io"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {
    "clone": "^2.1.1",
    "clone-buffer": "^1.0.0",
    "clone-stats": "^1.0.0",
    "cloneable-readable": "^1.0.0",
    "remove-trailing-separator": "^1.0.1",
    "replace-ext": "^1.0.0"
  },
  "deprecated": false,
  "description": "Virtual file format.",
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.20.2",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mississippi": "^1.2.0",
    "mocha": "^2.4.5"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/gulpjs/vinyl#readme",
  "keywords": [
    "virtual",
    "filesystem",
    "file",
    "directory",
    "stat",
    "path"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "vinyl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/vinyl.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js lib/ test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "2.2.0"
}