{ "_from": "eslint-plugin-cypress@^2.15.1", "_id": "eslint-plugin-cypress@2.15.1", "_inBundle": false, "_integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", "_location": "/eslint-plugin-cypress", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-cypress@^2.15.1", "name": "eslint-plugin-cypress", "escapedName": "eslint-plugin-cypress", "rawSpec": "^2.15.1", "saveSpec": null, "fetchSpec": "^2.15.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", "_shasum": "336afa7e8e27451afaf65aa359c9509e0a4f3a7b", "_spec": "eslint-plugin-cypress@^2.15.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Cypress-io" }, "bugs": { "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues" }, "bundleDependencies": false, "dependencies": { "globals": "^13.20.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.15.1" }