{
  "_from": "eslint-plugin-node@^5",
  "_id": "eslint-plugin-node@5.2.1",
  "_inBundle": false,
  "_integrity": "sha512-xhPXrh0Vl/b7870uEbaumb2Q+LxaEcOQ3kS1jtIXanBAwpMre1l5q/l2l/hESYJGEFKuI78bp6Uw50hlpr7B+g==",
  "_location": "/eslint-plugin-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-plugin-node@^5",
    "name": "eslint-plugin-node",
    "escapedName": "eslint-plugin-node",
    "rawSpec": "^5",
    "saveSpec": null,
    "fetchSpec": "^5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz",
  "_shasum": "80df3253c4d7901045ec87fa660a284e32bdca29",
  "_spec": "eslint-plugin-node@^5",
  "_where": "B:\\Projects\\eslint-config",
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/eslint-plugin-node/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ignore": "^3.3.6",
    "minimatch": "^3.0.4",
    "resolve": "^1.3.3",
    "semver": "5.3.0"
  },
  "deprecated": false,
  "description": "Additional ESLint's rules for Node.js",
  "devDependencies": {
    "codecov": "^2.2.0",
    "eslint": "^4.1.0",
    "eslint-config-mysticatea": "^11.0.0",
    "mocha": "^3.4.2",
    "nyc": "^11.0.1",
    "opener": "^1.4.3",
    "rimraf": "^2.6.1",
    "shelljs": "^0.7.7"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "node",
    "nodejs",
    "ecmascript",
    "shebang",
    "file",
    "path",
    "import",
    "require"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "eslint-plugin-node",
  "peerDependencies": {
    "eslint": ">=3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
  },
  "scripts": {
    "build": "node scripts/update.js",
    "clean": "rimraf .nyc_output coverage",
    "codecov": "nyc report -r lcovonly && codecov",
    "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
    "lint": "eslint lib tests/lib index.js",
    "postversion": "git push && git push --tags",
    "pretest": "npm run -s lint",
    "preversion": "npm t && npm run -s build",
    "test": "nyc npm run -s test:_mocha",
    "test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
    "watch": "npm run test:_mocha -- --watch --growl"
  },
  "version": "5.2.1"
}
