{
  "_args": [
    [
      "vfile-reporter@3.0.0",
      "/app"
    ]
  ],
  "_from": "vfile-reporter@3.0.0",
  "_id": "vfile-reporter@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-/lBxTjc+DSlAUQA4qZvWCb3IIJ8=",
  "_location": "/vfile-reporter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vfile-reporter@3.0.0",
    "name": "vfile-reporter",
    "escapedName": "vfile-reporter",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@mapbox/geojsonhint"
  ],
  "_resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/app",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "http://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/vfile-reporter/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    }
  ],
  "dependencies": {
    "chalk": "^1.1.0",
    "log-symbols": "^1.0.2",
    "plur": "^2.0.0",
    "repeat-string": "^1.5.0",
    "string-width": "^1.0.0",
    "strip-ansi": "^3.0.1",
    "trim": "0.0.1",
    "unist-util-stringify-position": "^1.0.0"
  },
  "description": "Stylish reporter for virtual files",
  "devDependencies": {
    "browserify": "^13.0.1",
    "esmangle": "^1.0.1",
    "istanbul": "^0.4.0",
    "remark-cli": "^1.0.0",
    "remark-comment-config": "^4.0.0",
    "remark-github": "^5.0.0",
    "remark-lint": "^4.0.0",
    "remark-usage": "^4.0.0",
    "remark-validate-links": "^4.0.0",
    "tape": "^4.0.0",
    "vfile": "^2.0.0",
    "xo": "^0.16.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/wooorm/vfile-reporter#readme",
  "keywords": [
    "vfile",
    "formatter",
    "reporter",
    "lint",
    "format",
    "message",
    "warning",
    "error"
  ],
  "license": "MIT",
  "name": "vfile-reporter",
  "remarkConfig": {
    "output": true,
    "plugins": [
      "comment-config",
      "lint",
      "github",
      "validate-links",
      "usage"
    ],
    "settings": {
      "bullet": "*"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/vfile-reporter.git"
  },
  "scripts": {
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify index.js --bare -s vfileReporter > vfile-reporter.js",
    "build-mangle": "esmangle vfile-reporter.js > vfile-reporter.min.js",
    "build-md": "remark . --quiet --frail",
    "lint": "xo",
    "test": "npm run build && npm run lint && npm run test-coverage",
    "test-api": "node test.js",
    "test-coverage": "istanbul cover test.js"
  },
  "version": "3.0.0",
  "xo": {
    "space": true,
    "rules": {
      "max-lines": "off"
    },
    "ignores": [
      "vfile-reporter.js"
    ]
  }
}
