{
  "name": "eslint-plugin-prefer-arrow",
  "version": "1.2.3",
  "description": "Prefer arrow functions in most cases",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/lib/rules"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TristonJ/eslint-plugin-prefer-arrow.git"
  },
  "author": "Triston Jones <contact@tristonjones.com>",
  "license": "MIT",
  "peerDependencies": {
    "eslint": ">=2.0.0"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^2.4.0",
    "babel-eslint": "^10.0.3",
    "eslint": ">=2.0.0 <7.0.0",
    "mocha": "^3.4.1",
    "typescript": "^3.6.4"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "es6"
  ]

,"_resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz"
,"_integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ=="
,"_from": "eslint-plugin-prefer-arrow@1.2.3"
}