{
  "_from": "meow@^6.1.1",
  "_id": "meow@6.1.1",
  "_inBundle": false,
  "_integrity": "sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==",
  "_location": "/meow",
  "_phantomChildren": {
    "@types/normalize-package-data": "2.4.1",
    "normalize-package-data": "2.5.0",
    "parse-json": "5.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "meow@^6.1.1",
    "name": "meow",
    "escapedName": "meow",
    "rawSpec": "^6.1.1",
    "saveSpec": null,
    "fetchSpec": "^6.1.1"
  },
  "_requiredBy": [
    "/npm-package-json-lint"
  ],
  "_resolved": "https://registry.npmjs.org/meow/-/meow-6.1.1.tgz",
  "_shasum": "1ad64c4b76b2a24dfb2f635fddcadf320d251467",
  "_spec": "meow@^6.1.1",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\npm-package-json-lint",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/meow/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/minimist": "^1.2.0",
    "camelcase-keys": "^6.2.2",
    "decamelize-keys": "^1.1.0",
    "hard-rejection": "^2.1.0",
    "minimist-options": "^4.0.2",
    "normalize-package-data": "^2.5.0",
    "read-pkg-up": "^7.0.1",
    "redent": "^3.0.0",
    "trim-newlines": "^3.0.0",
    "type-fest": "^0.13.1",
    "yargs-parser": "^18.1.3"
  },
  "deprecated": false,
  "description": "CLI app helper",
  "devDependencies": {
    "ava": "^2.4.0",
    "execa": "^4.0.0",
    "indent-string": "^4.0.0",
    "tsd": "^0.11.0",
    "xo": "^0.30.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/meow#readme",
  "keywords": [
    "cli",
    "bin",
    "util",
    "utility",
    "helper",
    "argv",
    "command",
    "line",
    "meow",
    "cat",
    "kitten",
    "parser",
    "option",
    "flags",
    "input",
    "cmd",
    "console"
  ],
  "license": "MIT",
  "name": "meow",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/meow.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "6.1.1",
  "xo": {
    "rules": {
      "unicorn/no-process-exit": "off",
      "node/no-unsupported-features/es-syntax": "off"
    }
  }
}
