{
  "_from": "eslint-plugin-cypress@^2.10.3",
  "_id": "eslint-plugin-cypress@2.12.1",
  "_inBundle": false,
  "_integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==",
  "_location": "/eslint-plugin-cypress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-plugin-cypress@^2.10.3",
    "name": "eslint-plugin-cypress",
    "escapedName": "eslint-plugin-cypress",
    "rawSpec": "^2.10.3",
    "saveSpec": null,
    "fetchSpec": "^2.10.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz",
  "_shasum": "9aeee700708ca8c058e00cdafe215199918c2632",
  "_spec": "eslint-plugin-cypress@^2.10.3",
  "_where": "/var/www/html/analytics/analytics-soa",
  "author": {
    "name": "Chris Breiding",
    "url": "chris@cypress.io"
  },
  "bugs": {
    "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "globals": "^11.12.0"
  },
  "deprecated": false,
  "description": "An ESLint plugin for projects using Cypress",
  "devDependencies": {
    "@cypress/eslint-plugin-dev": "3.2.0",
    "@cypress/eslint-plugin-json": "3.2.1",
    "condition-circle": "2.0.2",
    "eslint": "^5.7.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "semantic-release": "15.13.18"
  },
  "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme",
  "jest": {
    "testMatch": [
      "**/tests/**/*.js"
    ]
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "cypress"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-plugin-cypress",
  "peerDependencies": {
    "eslint": ">= 3.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git"
  },
  "scripts": {
    "lint": "eslint '*.js' '**/**/*.js'",
    "lint-fix": "npm run lint -- --fix",
    "precommit": "npm run lint",
    "semantic-release": "semantic-release",
    "start": "yarn run test-watch",
    "test": "jest",
    "test-watch": "jest --watchAll",
    "test:v4": "npm i eslint@4.x && npm run test",
    "test:v6": "npm i eslint@6.x && npm run test"
  },
  "version": "2.12.1"
}
