{
  "_args": [
    [
      "vfile@4.1.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "vfile@4.1.0",
  "_id": "vfile@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-BaTPalregj++64xbGK6uIlsurN3BCRNM/P2Pg8HezlGzKd1O9PrwIac6bd9Pdx2uTb0QHoioZ+rXKolbVXEgJg==",
  "_location": "/vfile",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vfile@4.1.0",
    "name": "vfile",
    "escapedName": "vfile",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/unified"
  ],
  "_resolved": "https://registry.npmjs.org/vfile/-/vfile-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/vfile/vfile/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    },
    {
      "name": "Brendan Abbott",
      "email": "brendan.abbott@temando.com"
    },
    {
      "name": "Denys Dovhan",
      "email": "email@denysdovhan.com"
    },
    {
      "name": "Kyle Mathews",
      "email": "mathews.kyle@gmail.com"
    },
    {
      "name": "Shinnosuke Watanabe",
      "email": "snnskwtnb@gmail.com"
    },
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "dependencies": {
    "@types/unist": "^2.0.0",
    "is-buffer": "^2.0.0",
    "replace-ext": "1.0.0",
    "unist-util-stringify-position": "^2.0.0",
    "vfile-message": "^2.0.0"
  },
  "description": "Virtual file format for text processing",
  "devDependencies": {
    "browserify": "^16.0.0",
    "dtslint": "^3.0.0",
    "nyc": "^15.0.0",
    "prettier": "^1.0.0",
    "remark-cli": "^7.0.0",
    "remark-preset-wooorm": "^6.0.0",
    "tape": "^4.0.0",
    "tinyify": "^2.0.0",
    "xo": "^0.27.0"
  },
  "files": [
    "types/index.d.ts",
    "core.js",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://github.com/vfile/vfile#readme",
  "keywords": [
    "vfile",
    "virtual",
    "file",
    "text",
    "processing",
    "message",
    "warning",
    "error",
    "remark",
    "retext",
    "rehype"
  ],
  "license": "MIT",
  "name": "vfile",
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm",
      [
        "toc",
        {
          "heading": "contents"
        }
      ]
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vfile/vfile.git"
  },
  "scripts": {
    "build": "npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify . -s VFile > vfile.js",
    "build-mangle": "browserify . -s VFile -p tinyify > vfile.min.js",
    "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
    "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js",
    "test-types": "dtslint types"
  },
  "types": "types/index.d.ts",
  "version": "4.1.0",
  "xo": {
    "prettier": true,
    "esnext": false,
    "ignores": [
      "vfile.js"
    ],
    "rules": {
      "@typescript-eslint/explicit-function-return-type": "off",
      "@typescript-eslint/member-ordering": "off",
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/no-unused-vars": "off",
      "unicorn/prefer-includes": "off",
      "unicorn/prefer-reflect-apply": "off"
    }
  }
}
