{
  "_from": "markdownlint-cli@^0.21.0",
  "_id": "markdownlint-cli@0.21.0",
  "_inBundle": false,
  "_integrity": "sha512-gvnczz3W3Wgex851/cIQ/2y8GNhY+EVK8Ael8kRd8hoSQ0ps9xjhtwPwMyJPoiYbAoPxG6vSBFISiysaAbCEZg==",
  "_location": "/markdownlint-cli",
  "_phantomChildren": {
    "argparse": "1.0.10",
    "esprima": "4.0.1",
    "graceful-readlink": "1.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "markdownlint-cli@^0.21.0",
    "name": "markdownlint-cli",
    "escapedName": "markdownlint-cli",
    "rawSpec": "^0.21.0",
    "saveSpec": null,
    "fetchSpec": "^0.21.0"
  },
  "_requiredBy": [
    "/@wordpress/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.21.0.tgz",
  "_shasum": "d792b157e9de63ce1d6b6e13d7cf83d5e552d5e8",
  "_spec": "markdownlint-cli@^0.21.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\@wordpress\\scripts",
  "author": {
    "name": "Igor Shubovych",
    "email": "igor.shubovych@gmail.com"
  },
  "ava": {
    "files": [
      "test/**/*.js",
      "!test/custom-rules/**/*.js"
    ],
    "failFast": true
  },
  "bin": {
    "markdownlint": "markdownlint.js"
  },
  "bugs": {
    "url": "https://github.com/igorshubovych/markdownlint-cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "~2.9.0",
    "deep-extend": "~0.5.1",
    "get-stdin": "~5.0.1",
    "glob": "~7.1.2",
    "ignore": "~5.1.4",
    "js-yaml": "~3.13.1",
    "jsonc-parser": "~2.2.0",
    "lodash.differencewith": "~4.5.0",
    "lodash.flatten": "~4.4.0",
    "markdownlint": "~0.18.0",
    "markdownlint-rule-helpers": "~0.6.0",
    "minimatch": "~3.0.4",
    "rc": "~1.2.7"
  },
  "deprecated": false,
  "description": "MarkdownLint Command Line Interface",
  "devDependencies": {
    "ava": "^2.2.0",
    "execa": "^2.0.4",
    "husky": "^3.0.4",
    "tap-growl": "^3.0.0",
    "test-rule-package": "./test/custom-rules/test-rule-package",
    "xo": "*"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "markdownlint.js"
  ],
  "homepage": "https://github.com/igorshubovych/markdownlint-cli#readme",
  "keywords": [
    "markdown",
    "markdownlint",
    "cli",
    "cli-app"
  ],
  "license": "MIT",
  "main": "markdownlint.js",
  "name": "markdownlint-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igorshubovych/markdownlint-cli.git"
  },
  "scripts": {
    "fix": "cp test/incorrect.md test/incorrect.copy.md && node ./markdownlint.js --fix test/incorrect.copy.md ; cat test/incorrect.copy.md && rm test/incorrect.copy.md",
    "invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",
    "precommit": "xo && npm test",
    "start": "node ./markdownlint.js",
    "test": "ava",
    "watch": "npm test -- --watch --tap | tap-growl"
  },
  "version": "0.21.0",
  "xo": {
    "space": true,
    "rules": {
      "linebreak-style": 0,
      "no-var": 0,
      "prefer-arrow-callback": 0,
      "promise/prefer-await-to-then": 0,
      "object-shorthand": 0
    }
  }
}
