dustinspecker/convert-vinyl-to-vfile

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "convert-vinyl-to-vfile",
  "version": "3.0.0",
  "description": "Convert a Vinyl file to a VFile",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "nyc mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": "dustinspecker/convert-vinyl-to-vfile",
  "keywords": [
    "vfile",
    "vinyl"
  ],
  "author": {
    "name": "Dustin Specker",
    "email": "DustinSpecker@DustinSpecker.com",
    "url": "https://github.com/dustinspecker"
  },
  "license": "MIT",
  "files": [
    "src"
  ],
  "dependencies": {
    "vfile": "^4.1.1",
    "vinyl": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.2.0",
    "eslint-config-dustinspecker": "^5.0.0",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0"
  }
}