{ "_from": "eslint-plugin-cypress@^2.0.1", "_id": "eslint-plugin-cypress@2.15.2", "_inBundle": false, "_integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "_location": "/eslint-plugin-cypress", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-cypress@^2.0.1", "name": "eslint-plugin-cypress", "escapedName": "eslint-plugin-cypress", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", "_shasum": "f22e12fad4c434edad7b298ef92bac8fa087ffa0", "_spec": "eslint-plugin-cypress@^2.0.1", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin", "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", "eslint": "^5.7.0", "husky": "^8.0.3", "jest": "^24.8.0", "semantic-release": "19.0.3" }, "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", "prepare": "husky install", "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.2" }