{
  "_args": [
    [
      "eslint-plugin-n@15.3.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "eslint-plugin-n@15.3.0",
  "_id": "eslint-plugin-n@15.3.0",
  "_inBundle": false,
  "_integrity": "sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q==",
  "_location": "/eslint-plugin-n",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "lru-cache": "6.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-plugin-n@15.3.0",
    "name": "eslint-plugin-n",
    "escapedName": "eslint-plugin-n",
    "rawSpec": "15.3.0",
    "saveSpec": null,
    "fetchSpec": "15.3.0"
  },
  "_requiredBy": [
    "/fetch-json-cache/get-remote",
    "/get-remote"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.3.0.tgz",
  "_spec": "15.3.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/weiran-zsd/eslint-plugin-node/issues"
  },
  "dependencies": {
    "builtins": "^5.0.1",
    "eslint-plugin-es": "^4.1.0",
    "eslint-utils": "^3.0.0",
    "ignore": "^5.1.1",
    "is-core-module": "^2.10.0",
    "minimatch": "^3.1.2",
    "resolve": "^1.22.1",
    "semver": "^7.3.7"
  },
  "description": "Additional ESLint's rules for Node.js",
  "devDependencies": {
    "codecov": "^3.3.0",
    "esbuild": "^0.14.39",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-eslint-plugin": "^5.0.2",
    "eslint-plugin-n": "file:.",
    "fast-glob": "^3.2.11",
    "globals": "^13.17.0",
    "husky": "^8.0.1",
    "import-meta-resolve": "^1.1.1",
    "lint-staged": "^12.4.1",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "opener": "^1.5.1",
    "prettier": "^2.7.1",
    "punycode": "^2.1.1",
    "release-it": "^15.2.0",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=12.22.0"
  },
  "files": [
    "lib"
  ],
  "funding": "https://github.com/sponsors/mysticatea",
  "homepage": "https://github.com/weiran-zsd/eslint-plugin-node#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "node",
    "nodejs",
    "ecmascript",
    "shebang",
    "file",
    "path",
    "import",
    "require"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{json,js}": "prettier --write --ignore-path .eslintignore"
  },
  "main": "lib/index.js",
  "name": "eslint-plugin-n",
  "peerDependencies": {
    "eslint": ">=7.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "release-it": {
    "github": {
      "release": true
    },
    "npm": {
      "skipChecks": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weiran-zsd/eslint-plugin-node.git"
  },
  "scripts": {
    "build": "node scripts/update",
    "clean": "rimraf .nyc_output coverage",
    "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN",
    "coverage": "opener ./coverage/lcov-report/index.html",
    "format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"",
    "lint": "eslint lib scripts tests/lib .eslintrc.js",
    "new": "node scripts/new-rule",
    "postversion": "git push && git push --tags",
    "prepare": "husky install",
    "pretest": "npm run -s lint",
    "preversion": "npm test",
    "test": "nyc npm run -s test:_mocha",
    "test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
    "test:ci": "nyc npm run -s test:_mocha",
    "version": "npm run -s build && eslint lib/rules --fix && git add .",
    "watch": "npm run test:_mocha -- --watch --growl"
  },
  "version": "15.3.0"
}
