{
  "_from": "npm-package-json-lint@^5.0.0",
  "_id": "npm-package-json-lint@5.2.3",
  "_inBundle": false,
  "_integrity": "sha512-rSgc4eVhtfwrU7AWwovqFWy8OEkgQL99vD3vWJmqtU9gxxJxKzi6Wqgo3gF7lhrBpyVcnlKxy/L2JCsvjWruDA==",
  "_location": "/npm-package-json-lint",
  "_phantomChildren": {
    "@types/parse-json": "4.0.0",
    "import-fresh": "3.3.0",
    "lru-cache": "6.0.0",
    "parse-json": "5.2.0",
    "path-type": "4.0.0",
    "yaml": "1.10.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npm-package-json-lint@^5.0.0",
    "name": "npm-package-json-lint",
    "escapedName": "npm-package-json-lint",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/@wordpress/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/npm-package-json-lint/-/npm-package-json-lint-5.2.3.tgz",
  "_shasum": "87049bf2089337c275cb0650f2341bf286706dd5",
  "_spec": "npm-package-json-lint@^5.0.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\@wordpress\\scripts",
  "author": {
    "name": "Thomas Lindner"
  },
  "bin": {
    "npmPkgJsonLint": "src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/tclindner/npm-package-json-lint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ajv": "^6.12.6",
    "ajv-errors": "^1.0.1",
    "chalk": "^4.1.2",
    "cosmiconfig": "^6.0.0",
    "debug": "^4.3.2",
    "globby": "^11.0.4",
    "ignore": "^5.1.8",
    "is-plain-obj": "^3.0.0",
    "jsonc-parser": "^2.3.1",
    "log-symbols": "^4.1.0",
    "meow": "^6.1.1",
    "plur": "^4.0.0",
    "semver": "^7.3.5",
    "slash": "^3.0.0",
    "strip-json-comments": "^3.1.1"
  },
  "deprecated": false,
  "description": "Configurable linter for package.json files.",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-tc": "^15.0.0",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-prettier": "^3.4.0",
    "figures": "^3.2.0",
    "jest": "^27.0.6",
    "npm-package-json-lint-config-default": "^3.0.0",
    "npm-package-json-lint-config-tc": "^4.1.0",
    "prettier": "^2.3.2"
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=6.0.0"
  },
  "files": [
    "src",
    "CONTRIBUTING.md",
    "index.d.ts"
  ],
  "homepage": "https://github.com/tclindner/npm-package-json-lint",
  "keywords": [
    "lint",
    "linter",
    "package.json",
    "audit",
    "auditor",
    "npm-package-json-lint"
  ],
  "license": "MIT",
  "main": "src/api.js",
  "name": "npm-package-json-lint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tclindner/npm-package-json-lint.git"
  },
  "scripts": {
    "eslint": "eslint . --format=node_modules/eslint-formatter-pretty",
    "lint": "npm run eslint && npm run npmpackagejsonlint",
    "npmpackagejsonlint": "node src/cli.js ./package.json",
    "test": "jest",
    "test:ci": "jest --runInBand"
  },
  "types": "index.d.ts",
  "version": "5.2.3"
}
