{
  "_args": [
    [
      "unified@9.0.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "unified@9.0.0",
  "_id": "unified@9.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==",
  "_location": "/unified",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unified@9.0.0",
    "name": "unified",
    "escapedName": "unified",
    "rawSpec": "9.0.0",
    "saveSpec": null,
    "fetchSpec": "9.0.0"
  },
  "_requiredBy": [
    "/remark"
  ],
  "_resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz",
  "_spec": "9.0.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/unifiedjs/unified/issues"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    },
    {
      "name": "Junyoung Choi",
      "email": "fluke8259@gmail.com"
    },
    {
      "name": "Hernan Rajchert",
      "email": "hrajchert@gmail.com"
    },
    {
      "name": "Christian Murphy",
      "email": "christian.murphy.42@gmail.com"
    },
    {
      "name": "Vse Mozhet Byt",
      "email": "vsemozhetbyt@gmail.com"
    },
    {
      "name": "Richard Littauer",
      "email": "richard.littauer@gmail.com"
    }
  ],
  "dependencies": {
    "bail": "^1.0.0",
    "extend": "^3.0.0",
    "is-buffer": "^2.0.0",
    "is-plain-obj": "^2.0.0",
    "trough": "^1.0.0",
    "vfile": "^4.0.0"
  },
  "description": "Interface for parsing, inspecting, transforming, and serializing content through syntax trees",
  "devDependencies": {
    "browserify": "^16.0.0",
    "c8": "^7.0.0",
    "dtslint": "^3.0.0",
    "prettier": "^2.0.0",
    "remark-cli": "^7.0.0",
    "remark-preset-wooorm": "^6.0.0",
    "tape": "^4.0.0",
    "tinyify": "^2.0.0",
    "xo": "^0.28.0"
  },
  "files": [
    "types/index.d.ts",
    "index.js",
    "lib"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://unifiedjs.com",
  "keywords": [
    "unified",
    "process",
    "parse",
    "transform",
    "compile",
    "stringify",
    "serialize",
    "ast",
    "cst",
    "syntax",
    "tree",
    "content",
    "rehype",
    "retext",
    "remark"
  ],
  "license": "MIT",
  "name": "unified",
  "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/unifiedjs/unified.git"
  },
  "scripts": {
    "build": "npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify index.js -s unified -o unified.js",
    "build-mangle": "browserify index.js -s unified -p tinyify -o unified.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": "c8 --check-coverage --lines 100 --functions 100 --branches 100 --reporter lcov tape test",
    "test-types": "dtslint types"
  },
  "types": "types/index.d.ts",
  "version": "9.0.0",
  "xo": {
    "prettier": true,
    "esnext": false,
    "rules": {
      "import/no-extraneous-dependencies": "off",
      "unicorn/prefer-type-error": "off",
      "unicorn/prefer-reflect-apply": "off",
      "guard-for-in": "off"
    },
    "ignores": [
      "types",
      "unified.js"
    ]
  }
}
