{
  "_args": [
    [
      "vfile-message@3.0.2",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "vfile-message@3.0.2",
  "_id": "vfile-message@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-UUjZYIOg9lDRwwiBAuezLIsu9KlXntdxwG+nXnjuQAHvBpcX3x0eN8h+I7TkY5nkCXj+cWVp4ZqebtGBvok8ww==",
  "_location": "/vfile-message",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vfile-message@3.0.2",
    "name": "vfile-message",
    "escapedName": "vfile-message",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/@types/vfile-message"
  ],
  "_resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/vfile/vfile-message/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {
    "@types/unist": "^2.0.0",
    "unist-util-stringify-position": "^3.0.0"
  },
  "description": "vfile utility to create a virtual message",
  "devDependencies": {
    "@types/tape": "^4.0.0",
    "c8": "^7.0.0",
    "prettier": "^2.0.0",
    "remark-cli": "^9.0.0",
    "remark-preset-wooorm": "^8.0.0",
    "rimraf": "^3.0.0",
    "tape": "^5.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^4.0.0",
    "xo": "^0.39.0"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://github.com/vfile/vfile-message#readme",
  "keywords": [
    "vfile",
    "vfile-util",
    "util",
    "utility",
    "virtual",
    "file",
    "message"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "vfile-message",
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vfile/vfile-message.git"
  },
  "scripts": {
    "build": "rimraf \"*.d.ts\" && tsc && type-coverage",
    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
    "prepack": "npm run build && npm run format",
    "test": "npm run build && npm run format && npm run test-coverage",
    "test-api": "node test.js",
    "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  },
  "types": "index.d.ts",
  "version": "3.0.2",
  "xo": {
    "prettier": true,
    "rules": {
      "no-var": "off",
      "prefer-arrow-callback": "off"
    }
  }
}
