{
  "name": "eslint-plugin-you-dont-need-lodash-underscore",
  "version": "6.12.0",
  "description": "Check methods you can use natively without lodash/underscore",
  "repository": {
    "type": "git",
    "url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"
  },
  "keywords": [
    "underscore",
    "lodash",
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "native"
  ],
  "author": "Robert Chang <cht8687@gmail.com>",
  "contributors": [
    "Patrick McElhaney <pmcelhaney@gmail.com> (http://patrickmcelhaney.com)",
    "Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)"
  ],
  "main": "index.js",
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test": "istanbul cover tests",
    "test:unit": "mocha tests/unit"
  },
  "dependencies": {
    "kebab-case": "^1.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.9",
    "eslint": "^4.18.2",
    "istanbul": "^0.4.4",
    "lodash": "^4.17.4",
    "mocha": "^4.1.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues"
  },
  "homepage": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"

,"_resolved": "https://registry.npmjs.org/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.12.0.tgz"
,"_integrity": "sha512-WF4mNp+k2532iswT6iUd1BX6qjd3AV4cFy/09VC82GY9SsRtvkxhUIx7JNGSe0/bLyd57oTr4inPFiIaENXhGw=="
,"_from": "eslint-plugin-you-dont-need-lodash-underscore@6.12.0"
}