{"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"keywords":["eslint","eslintplugin","cypress"],"dist-tags":{"latest":"6.3.1"},"author":{"name":"Chris Breiding","url":"chris@cypress.io"},"description":"An ESLint plugin for projects using Cypress","readme":"# Cypress ESLint Plugin [![CircleCI](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master)\n\nAn [ESLint](https://eslint.org) plugin for your [Cypress](https://cypress.io) tests.\n\nNote: If you installed ESLint globally then you must also install `eslint-plugin-cypress` globally.\n\n## Installation\n\n```sh\nnpm install eslint-plugin-cypress --save-dev\n```\nor\n```sh\nyarn add eslint-plugin-cypress --dev\n```\n\n## Usage\n\nAdd an `.eslintrc.json` file to your `cypress` directory with the following:\n\n```json\n{\n  \"plugins\": [\n    \"cypress\"\n  ]\n}\n```\n\nYou can add rules:\n\n```json\n{\n  \"rules\": {\n    \"cypress/no-assigning-return-values\": \"error\",\n    \"cypress/no-unnecessary-waiting\": \"error\",\n    \"cypress/assertion-before-screenshot\": \"warn\",\n    \"cypress/no-force\": \"warn\",\n    \"cypress/no-async-tests\": \"error\"\n  }\n}\n```\n\nYou can allow certain globals provided by Cypress:\n\n```json\n{\n  \"env\": {\n    \"cypress/globals\": true\n  }\n}\n```\n\n## Recommended configuration\n\nUse the recommended configuration and you can forego configuring _plugins_, _rules_, and _env_ individually. See below for which rules are included.\n\n```json\n{\n  \"extends\": [\n    \"plugin:cypress/recommended\"\n  ]\n}\n```\n\n## Rules\n\nThese rules enforce some of the [best practices recommended for using Cypress](https://on.cypress.io/best-practices).\n\nRules with a check mark (✅) are enabled by default while using the `plugin:cypress/recommended` config.\n\n**NOTE**: These rules currently require eslint 5.0 or greater. If you would like support added for eslint 4.x, please ????  [this issue](https://github.com/cypress-io/eslint-plugin-cypress/issues/14).\n\n|     | Rule ID                                                                    | Description                                                     |\n| :-- | :------------------------------------------------------------------------- | :-------------------------------------------------------------- |\n| ✅  | [no-assigning-return-values](./docs/rules/no-assigning-return-values.md)   | Prevent assigning return values of cy calls                     |\n| ✅  | [no-unnecessary-waiting](./docs/rules/no-unnecessary-waiting.md)           | Prevent waiting for arbitrary time periods                      |\n| ✅  | [no-async-tests](./docs/rules/no-async-tests.md)                           | Prevent using async/await in Cypress test case                  |\n|     | [no-force](./docs/rules/no-force.md)                                       | Disallow using `force: true` with action commands               |\n|     | [assertion-before-screenshot](./docs/rules/assertion-before-screenshot.md) | Ensure screenshots are preceded by an assertion                 |\n|     | [require-data-selectors](./docs/rules/require-data-selectors.md)           | Only allow data-\\* attribute selectors (require-data-selectors) |\n\n## Chai and `no-unused-expressions`\n\nUsing an assertion such as `expect(value).to.be.true` can fail the ESLint rule `no-unused-expressions` even though it's not an error in this case. To fix this, you can install and use [eslint-plugin-chai-friendly](https://www.npmjs.com/package/eslint-plugin-chai-friendly).\n\n```sh\nnpm install --save-dev eslint-plugin-chai-friendly\n```\n\nIn your `.eslintrc.json`:\n\n```json\n{\n  \"plugins\": [\n    \"cypress\",\n    \"chai-friendly\"\n  ],\n  \"rules\": {\n    \"no-unused-expressions\": 0,\n    \"chai-friendly/no-unused-expressions\": 2\n  }\n}\n```\n\nOr you can simply add its `recommended` config:\n\n```json\n{\n  \"extends\": [\"plugin:chai-friendly/recommended\"]\n}\n```\n\n## Contribution Guide\n\nTo add a new rule:\n  * Fork and clone this repository\n  * Generate a new rule (a [yeoman generator](https://github.com/eslint/generator-eslint) is available)\n  * Run `yarn start` or `npm start`\n  * Write test scenarios then implement logic\n  * Describe the rule in the generated `docs` file\n  * Make sure all tests are passing\n  * Add the rule to this README\n  * Create a PR\n\nUse the following commit message conventions: https://github.com/semantic-release/semantic-release#commit-message-format\n","repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"license":"MIT","versions":{"1.0.0":{"name":"eslint-plugin-cypress","version":"1.0.0","description":"An ESLint plugin for projects that use Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"gitHead":"e598459c7bf97298fbd648a82e88ec2e8d6d2f79","_id":"eslint-plugin-cypress@1.0.0","scripts":{},"_shasum":"81e2c9be9592370a8de44f7746d9909470f9f5d0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"81e2c9be9592370a8de44f7746d9909470f9f5d0","size":657,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-1.0.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress-1.0.0.tgz_1511295461553_0.9786625204142183"},"directories":{},"publish_time":1511295462444,"_hasShrinkwrap":false,"_cnpm_publish_time":1511295462444},"1.1.0":{"name":"eslint-plugin-cypress","version":"1.1.0","description":"An ESLint plugin for projects that use Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"gitHead":"f373b5c08b3a97b495c44316c5f6ce7399f5abe9","_id":"eslint-plugin-cypress@1.1.0","scripts":{},"_shasum":"46ee4f487bc3b9a415ecd6af0d301c158f9b72c1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"46ee4f487bc3b9a415ecd6af0d301c158f9b72c1","size":707,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-1.1.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress-1.1.0.tgz_1511295862546_0.20608421717770398"},"directories":{},"publish_time":1511295862603,"_hasShrinkwrap":false,"_cnpm_publish_time":1511295862603},"2.0.0":{"name":"eslint-plugin-cypress","version":"2.0.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","github-post-release":"1.13.1","husky":"^0.14.3","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"gitHead":"c0b8a1e10f2d7c46189af062f7c30b00e850533b","_id":"eslint-plugin-cypress@2.0.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"88235eb9cb54aaddc7e2e1ec6c43f37644827d1e","size":1088,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.0.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress-2.0.0.tgz_1511812061750_0.16922844690270722"},"directories":{},"publish_time":1511812062659,"_hasShrinkwrap":false,"_cnpm_publish_time":1511812062659},"2.0.1":{"name":"eslint-plugin-cypress","version":"2.0.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","github-post-release":"1.13.1","husky":"^0.14.3","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"gitHead":"a5fe8631c479142c4424fb61fc10612211928c00","_id":"eslint-plugin-cypress@2.0.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"647e942cacbfd71b0f1a1ed6978472fbd475c60a","size":1094,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.0.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress-2.0.1.tgz_1512063853112_0.5209442595951259"},"directories":{},"publish_time":1512063853218,"_hasShrinkwrap":false,"_cnpm_publish_time":1512063853218},"2.1.0":{"name":"eslint-plugin-cypress","version":"2.1.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"27c2b122925a5e9bb8dceddfad4d668811847cd0","_id":"eslint-plugin-cypress@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"2dcef8e42e792ff5f64459176ef294035afd55a7","size":3281,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.1.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.1.0_1541192434516_0.26281752136015246"},"_hasShrinkwrap":false,"publish_time":1541192434607,"_cnpm_publish_time":1541192434607},"2.1.1":{"name":"eslint-plugin-cypress","version":"2.1.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"13ff374437284e983b92991115ecfa0f7df39357","_id":"eslint-plugin-cypress@2.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"67745025a2026a57c27fc9af9831e094240d34a4","size":3293,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.1.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.1.1_1541428326661_0.19788226590274194"},"_hasShrinkwrap":false,"publish_time":1541428326800,"_cnpm_publish_time":1541428326800},"2.1.2":{"name":"eslint-plugin-cypress","version":"2.1.2","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"02391a0b9192a96b542d23dc31e6994cdcc2066f","_id":"eslint-plugin-cypress@2.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"e4638f54235250ce264202001526537bac9d029e","size":3312,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.1.2.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.1.2_1541688088965_0.9653899915200401"},"_hasShrinkwrap":false,"publish_time":1541688089120,"_cnpm_publish_time":1541688089120},"2.1.3":{"name":"eslint-plugin-cypress","version":"2.1.3","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"f16185c47a444bb22de6e185099c3d9e61d860b3","_id":"eslint-plugin-cypress@2.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"29fc150136bfd4a23d9bb941318e751fdd4452dd","size":3516,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.1.3.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.1.3_1544632601386_0.37136404993467087"},"_hasShrinkwrap":false,"publish_time":1544632601534,"_cnpm_publish_time":1544632601534},"2.2.0":{"name":"eslint-plugin-cypress","version":"2.2.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"e5f0504a48cfde2835daa20dae6fde5d666ec781","_id":"eslint-plugin-cypress@2.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"31f23bec82eb4078711b374af66af3daa9fdbd2e","size":4681,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.2.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.2.0_1546008041373_0.8809703238970348"},"_hasShrinkwrap":false,"publish_time":1546008041504,"_cnpm_publish_time":1546008041504},"2.2.1":{"name":"eslint-plugin-cypress","version":"2.2.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.0.1"},"devDependencies":{"condition-circle":"1.5.0","eslint":"^5.7.0","eslint-plugin-cypress-dev":"1.1.2","github-post-release":"1.13.1","husky":"^0.14.3","jest":"^23.6.0","semantic-release":"8.2.0","simple-commit-message":"3.3.1"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"release":{"verifyConditions":"condition-circle","analyzeCommits":"simple-commit-message","generateNotes":"github-post-release"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"b1c83da424c1445124746316cdb9416a58d35498","_id":"eslint-plugin-cypress@2.2.1","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},"dist":{"shasum":"17295d8ef76984fe05886c7c5830ba216c1f9717","size":4683,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.2.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.2.1_1550589546123_0.18683059422356907"},"_hasShrinkwrap":false,"publish_time":1550589546257,"_cnpm_publish_time":1550589546257},"2.6.0":{"name":"eslint-plugin-cypress","version":"2.6.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"a66873ec117853ca53f163fead98f84d11a6bd00","_id":"eslint-plugin-cypress@2.6.0","_nodeVersion":"8.16.0","_npmVersion":"6.10.1","dist":{"shasum":"c726dd1a312cd5234de94765ca79718a14edf0ef","size":4854,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.6.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.6.0_1563203862217_0.6118638870527571"},"_hasShrinkwrap":false,"publish_time":1563203862430,"_cnpm_publish_time":1563203862430},"2.6.1":{"name":"eslint-plugin-cypress","version":"2.6.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"63812a5ce1f82920b6184d770731820d543520ee","_id":"eslint-plugin-cypress@2.6.1","_nodeVersion":"8.16.0","_npmVersion":"6.10.1","dist":{"shasum":"b2728663319709c57d21ee7d0dc055edc341dcaf","size":5039,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.6.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.6.1_1564668106819_0.10359027019919043"},"_hasShrinkwrap":false,"publish_time":1564668107021,"_cnpm_publish_time":1564668107021},"2.7.0":{"name":"eslint-plugin-cypress","version":"2.7.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"a4a0e8e7b7028193193975676b5639e8124942c4","_id":"eslint-plugin-cypress@2.7.0","_nodeVersion":"8.16.1","_npmVersion":"6.10.1","dist":{"shasum":"117f14ce63698e4c4f3afea3d7e27025c8d504f0","size":6304,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.7.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.7.0_1569507607994_0.9284062813576972"},"_hasShrinkwrap":false,"publish_time":1569507608233,"_cnpm_publish_time":1569507608233},"2.8.0":{"name":"eslint-plugin-cypress","version":"2.8.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"e66bdfd7e18bf273f85ef000d30a80b16d5467c2","_id":"eslint-plugin-cypress@2.8.0","_nodeVersion":"8.16.2","_npmVersion":"6.10.1","dist":{"shasum":"95a3fe4aa36dbeccd0337fad09496222905f6d8b","size":6473,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.8.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.8.0_1576261834008_0.27623580473161"},"_hasShrinkwrap":false,"publish_time":1576261834185,"_cnpm_publish_time":1576261834185},"2.8.1":{"name":"eslint-plugin-cypress","version":"2.8.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test:watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"475a26c59d3cdd72b3750608b888beb0fd1e8c68","_id":"eslint-plugin-cypress@2.8.1","_nodeVersion":"8.16.2","_npmVersion":"6.10.1","dist":{"shasum":"981a0f3658b40de430bcf05cabc96b396487c91f","size":6710,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.8.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.8.1_1576511312072_0.487091808357055"},"_hasShrinkwrap":false,"publish_time":1576511312212,"_cnpm_publish_time":1576511312212},"2.9.0":{"name":"eslint-plugin-cypress","version":"2.9.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"8f2c44afc511dab31ceadbd864cbf5d215f389b4","_id":"eslint-plugin-cypress@2.9.0","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"7fa5c5247db8a691aa54661e29a67e5bae4b4a15","size":6813,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.9.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.9.0_1580916134527_0.392235387409251"},"_hasShrinkwrap":false,"publish_time":1580916134693,"_cnpm_publish_time":1580916134693},"2.10.0":{"name":"eslint-plugin-cypress","version":"2.10.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"f43c64e078e22dda42a398acdf642da2c9d0cf5c","_id":"eslint-plugin-cypress@2.10.0","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"51da66d8b0c3f7c7651cc0028125a3574b08df1c","size":8112,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.10.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.10.0_1581707160591_0.10946108249220043"},"_hasShrinkwrap":false,"publish_time":1581707160694,"_cnpm_publish_time":1581707160694},"2.10.1":{"name":"eslint-plugin-cypress","version":"2.10.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"6c1d538505b8563014c026ba0c0161720c1da043","_id":"eslint-plugin-cypress@2.10.1","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"76b15abd5b35975e21b465214ac2173036fbe271","size":8116,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.10.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.10.1_1581713396253_0.6831211236195052"},"_hasShrinkwrap":false,"publish_time":1581713396399,"_cnpm_publish_time":1581713396399},"2.10.2":{"name":"eslint-plugin-cypress","version":"2.10.2","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"958549fb7f41d9ac01455e7fe5bf2fbcfd217332","_id":"eslint-plugin-cypress@2.10.2","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"f856de3130e67d1bd5efc200cacb908031a6393a","size":8178,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.10.2.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.10.2_1582046203046_0.6395059461976496"},"_hasShrinkwrap":false,"publish_time":1582046203231,"_cnpm_publish_time":1582046203231},"2.10.3":{"name":"eslint-plugin-cypress","version":"2.10.3","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint *.js","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"46bf46a23dd38c39bbd466b3b107b7592fc07485","_id":"eslint-plugin-cypress@2.10.3","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"82eba7e014954149d590402eecd0d4e147cc7f14","size":8206,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.10.3.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.10.3_1582132338012_0.4503075608925746"},"_hasShrinkwrap":false,"publish_time":1582132338123,"_cnpm_publish_time":1582132338123},"2.11.0":{"name":"eslint-plugin-cypress","version":"2.11.0","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint '*.js' '**/**/*.js'","lint-fix":"npm run lint -- --fix","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"82ed56b25484329efd7a27451cf560b8720a0c35","_id":"eslint-plugin-cypress@2.11.0","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"125938c670d9ecfcc1a15f71fa51aebc075fd344","size":9443,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.0.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.11.0_1590610188496_0.5575229742544765"},"_hasShrinkwrap":false,"publish_time":1590610188635,"_cnpm_publish_time":1590610188635},"2.11.1":{"name":"eslint-plugin-cypress","version":"2.11.1","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint '*.js' '**/**/*.js'","lint-fix":"npm run lint -- --fix","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"28d978aa4bb3a7222f374912af1cb7cb76b4928b","_id":"eslint-plugin-cypress@2.11.1","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"a945e2774b88211e2c706a059d431e262b5c2862","size":9453,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.1.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.11.1_1590618267024_0.7964999115990392"},"_hasShrinkwrap":false,"publish_time":1590618267137,"_cnpm_publish_time":1590618267137},"2.11.2":{"name":"eslint-plugin-cypress","version":"2.11.2","description":"An ESLint plugin for projects using Cypress","main":"index.js","author":{"name":"Chris Breiding","url":"chris@cypress.io"},"license":"MIT","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">= 3.2.1"},"dependencies":{"globals":"^11.12.0"},"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"},"scripts":{"precommit":"npm run lint","lint":"eslint '*.js' '**/**/*.js'","lint-fix":"npm run lint -- --fix","semantic-release":"semantic-release","start":"yarn run test-watch","test":"jest","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","test-watch":"jest --watchAll"},"jest":{"testMatch":["**/tests/**/*.js"]},"gitHead":"9bcf51e333b14750df3e0148995df172fd17ed60","_id":"eslint-plugin-cypress@2.11.2","_nodeVersion":"8.17.0","_npmVersion":"6.10.1","dist":{"shasum":"a8f3fe7ec840f55e4cea37671f93293e6c3e76a0","size":9478,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz"},"maintainers":[{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-cypress_2.11.2_1601303154332_0.09824607807579033"},"_hasShrinkwrap":false,"publish_time":1601303154450,"_cnpm_publish_time":1601303154450},"2.11.3":{"name":"eslint-plugin-cypress","version":"2.11.3","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.11.3","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"54ee4067aa8192aa62810cd35080eb577e191ab7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz","fileCount":27,"integrity":"sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==","signatures":[{"sig":"MEUCIQD98qrqyDY/bRpLEni62LvFTibHdcBiXCpw6eWK4rBAZwIgKqKJ2xsBiPsfh5wdzrVxNGOfaaHxlPFXM0MJ/V343/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkVHJCRA9TVsSAnZWagAA15kP/2xDgAr5ZdWFYpcOgER8\nsSSBbsSpcU33MuAJVGnJFWqHK7je9PfzU9IuMTSRpm4DxTa6SZXuBG0PpwSs\nPoQcfyvcbsuJ9JZpuTlbn2EYt1vv/K65P83PNpRzcKJE/cC3SRIhiE7ePUMC\nLmDqT5ZZy13v3E6abXUjXn2pk8oDLh7X8pZvCZWP1Ot46AJd+oirLlsovBh9\nsGuAMQO6tg2wj6v4RHyIcTHpZxzUP+gC8gvQHlCHT3MBj9yoeKXYzgUMBBIq\nXzyfFH4NQl/M2htQRdHY61+66OObTAX3U6ohVVJ8bbWTZutcAwBgzz8ryWhh\nru4jWrbmRUnugdZgOjymtAnXBNubwp45Ro6jvSXp1W9eOaoIQjPtd6XV7hdw\nnKSxI9jLTXiVBVpuNl6ML7GZq4ADOIMyCCnj1xXWyG7Q3WW5AnxyKOiHy1Pq\nslJbxTLB7uS+z/Ptbvbk+aw3Nxu38DIOV69pwj+pMiputjeKUBEJ0cy/FzNw\n5L6FMz2cRT1mTuR/d3sDTwD+pV9SlTMCJpnmkAQ8GHDSVIIdBpXyl3TnZdnc\ndpWsOdwzVRlNECU2+7o7yqjlGF6nNzDCS3J2Ln1AGDOP3looYjCA8nAgFFUF\nHGEhR8BRQul9PYmRjZtSQbOiVW7W0SIt8fmg8OouTONVGFH8MTTtvFCqoH+y\no7AP\r\n=vAul\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"61a9de1bbfc1da5a1858b3ee424c96927f166a5f","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.11.3_1620136392844_0.9404339638893173","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"eslint-plugin-cypress","version":"2.12.0","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.12.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"bf6306770e9fcfd0c85095e17d1f46cc5686aed8","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.0.tgz","fileCount":30,"integrity":"sha512-y+1DMRB3SiwRbh2B/gIGtic3+XYMM5nLjGCuA3yHM1Bnl3IwBcZA9tgaNZhO8uXzRx7cFsH4McIcHRDmR5yNAg==","signatures":[{"sig":"MEUCIArJGgZXHgmViZrI4VhcAwMjirHxXAHDdwfJSB4IYWnCAiEA4WywrZ8D2h6JALr0eyT8c1f3abWnwthE1E6vwma1lkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQLc9CRA9TVsSAnZWagAANpsQAJMx+a6rDhEbEsONn3Ug\nhYU7KK4RNPkG6NONjYoThCtbg8yvtT2a42QhXZJPcXteMVHqDDRzMnN5uI6c\nqtPARBuwxDbioTtOaB26zusxA0U62rXjIVt2G28Crflrk1oDuQBVrcxV+ysY\nibklT6CcowtAqfZyoln0Agd+ocM/aW7XwnvI7QU/BJfBEqMACcQyZmbSonCt\nLsqt+CpvPjyJ13jFp3ZGCptZ7HXlVmVK9RmIsBn7ItaGefdyZ0VnTNV+r/OH\nkO7hOkvvfCK/hqdcJKQXDyr9gT1+bKGperOEU3MQ4KmD3/BHWADjN0VTQxYd\nBbPni1OrlW2J1iCxmFPzfS/6TvTq5BU1Yu7f12slFhxbTKw0mwBMN2TV2u+D\nhfk4nQN3MOyKnkuLgbDZfJ/aH6VsSpen2PkR7HrzoZ9UUFQC+rENZH2kGULx\n0VrTU5S4m6FdSr1nQMvJ1/13+4kiao7uLYKHGgyC9Z+jA/eOET20ncV8n+gv\nrsJtad5SKmle5S0IGFjH6YJurxT1yM1EwTI2LoqvA4kmJ6kBK7Gb7ob7U/hj\ny2fcbueXVnXmi8x9Ssosa1AERd7eV+YBvmk88TUW8u9+UI752ogv/UNntMi8\n4b2jY1hY9U6QFQs2zxB4/nWhJ/qGZWAjGCl2Y3RDTBV9sZGWHYThv5BSXfLa\nfCN3\r\n=nQ4D\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"ba8c8797068b4e59f74c43af548f068624006482","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.12.0_1631631164975_0.8297917234641865","host":"s3://npm-registry-packages"}},"2.12.1":{"name":"eslint-plugin-cypress","version":"2.12.1","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.12.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"9aeee700708ca8c058e00cdafe215199918c2632","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz","fileCount":30,"integrity":"sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==","signatures":[{"sig":"MEYCIQDeJrBJtzaQdWl7mJoJS5yMhAs3peajU8LepxoqY5L/PgIhAKeO6qpXXqnHfi/VC4/zhlW5EfF8A+kWWYqg8NkpoSNX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQNOmCRA9TVsSAnZWagAAAEMP/1PqCD8V29tTpLdi+U+B\nrwXvuPRHNu4jMqVHriYqfu8VlPWtyZxk57cc9cuhytB8pJFxBVsVRx2W8fVw\n5KxoEd0zDuDu1XEbAO0tcRbguyrtOQJ4KdbxTyfvhRLJgsqldZjP00kduvjS\ntuyYdNfwgCPht/dn6h5hhDJKyNdD7tXSXZDnavJq2wuAoxsx2pMNrHH9+1pm\nsktFY43sEhwcp84xN2gTsZs7Y9pFIrz+AGs27m+vfSE+z7JJO6qWNJwudtms\nutra/HWXoqEMA2hpdlh39szVi8Ob/CKFjJGK5dpRkL3xVsCiVCo/snaQuANX\nHTYNQPboYVvCeeFRjlT3ci8O1FPnQz8Bmg8L+fT7kRPSFhRag3iR5y7ooC9V\nHLNLh2fERjyU4M9BzatM+Fj0v/TflkddcrsHvZPHrH3PEfX/OyiG6XeGGxwv\nWl0CA194K4UWnswn096Fr2MLUE/wbeBRelTdGgZC8ITWzUpseoxk2ND87/nD\ng3OIMBU5896xOIdjs7JbFqqNMHhQrbYl/MwdAkvjgj+SyvZBRYYF7sSG5aXQ\nYNeCkGp9xjtHA9sXAdUOxqtmu9RUZLv3A0RiNLoWPgXo7e1UXjcxoByTDmC5\n84A1er8expn1RkiTxyNVjyMtAQm39vQqPqGQ+rr3rfIE/NPitptoZ5TD4Lyk\nq07i\r\n=BajQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"874c51ff7e8d019ac17190f27c0bfba6490b902b","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.12.1_1631638438274_0.24429411225391395","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"eslint-plugin-cypress","version":"2.13.0","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.13.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"1beee9a2faf37ea707fdee9208b13ef7b7f56d7a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.0.tgz","fileCount":35,"integrity":"sha512-koEbKoGdBGt9vT66k2agnCwSuJtmwAcVu2tUa4B9qKs3Ta/hOqWZk7M3+jXe7fn70N21hVHpiO6HvhIFXy/3ZA==","signatures":[{"sig":"MEUCIQCltmuVpZ+Bl5Z95DIPKh4+DIoz3T72J+fTbVypebYklgIgdgfLOc8DsQ5UXpYhmisYkSV3W3fk0Rsb9NNYI06qv+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIv8WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/9g/9Gq1F+M2OBSpePOw6gWVCJ4hgjYsMFslLL/oZVRoeL67ElSfT\r\n0XYvBOshG7aZGBHS50LxBAYjzvTNLMRE+EI3wbp40vvyJ10ys9mr6MoJnoux\r\ncYEuK3B80wXgPggNzr2Nv/eRCdT0V7YE+a+k8hMxkFovJBMgBvvs4GGad3+7\r\nVe7bUo+sITX8JvHdgy/7kuHjVNebk0UCe9iPM3N1uO+K9aCcbWjH93y4cbBB\r\nN4K3bpiqaFZGbdw2KNPsDK1l0Ycd41En/55IuRKO2UmVX1b5yuSl6nhcCWjh\r\nGEJODOHeVXndDhGhnb30No5Tm0BSiCVXy5D7FWoEZrmCoHIhVY5nqTvJ0FHu\r\nuhFQUqxPew1cXN8zR6IA5X99pTlaRGja5XQ5D7/JtuRUMPgNh6YI9bo7sr4T\r\nFuNjMrwiyhnVKNmiPssMmWOtz88lCebwmAu84ZKPKSZK2B2OXZsJUIXOUc5o\r\nV6NZmwZqn81MSTUyvgJsB2mXFeQUhvC3gBYjjUbzNaecac60EyQwC54HnFaO\r\nx3Zsi7iM99Hegg7nCCyrC1agnMU6+BYC8W9qC9gKa78DQL31bUiBvyFuaoOd\r\n/573fOsIiWMcccR3mOaEsF3PlACyNZFy8GF08aZS5l7Ku8fuZF/esqKeCE+d\r\nlw+rDmhgPLo03pp8pEDWwW9E0+JNDuAG8G4=\r\n=vg9G\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"8d7e91eb001eca5d1e8722cafad3cebfca4c9b1b","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.13.0_1680015126187_0.7426658431528461","host":"s3://npm-registry-packages"}},"2.13.1":{"name":"eslint-plugin-cypress","version":"2.13.1","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.13.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"4127bb1aa558a9ca7e3d19b5ed997ccef52c95fb","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.1.tgz","fileCount":35,"integrity":"sha512-THjc7IT3S9H4KwmRhzAhMGQaEqy78/7W75He/gBhJEH0vIuAY16vOI4YSliDo/ZY+Wm6DtvMHR+8uVvICcI3Lw==","signatures":[{"sig":"MEUCIQCOf+FyEsG63TY9MnFBBggSoPVmi0UDdXja4A3a3eardQIgH+BeaFVap/IqVo+6l7xJ/L4wdsX2zrP88P8nkcP9NFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIw4vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZPQ/8DpcWUCPKV02XccE2IqnVbiua0rK9q7m8e/uvDd7sui74x9ID\r\nMU+4vxmsMaxujakBlx/Lcyxym4n8HOHrHHv9qbFFz2ox6XDgOAjk/kVSriDU\r\n4O+ZCN/z0HK+RnDLBCnM60j89/Qs+AdfFHtxotCfCBqHLTl73iVzkN3tdiaU\r\nv40EnIpmNZDr7vUGMmWdbrmqj7vX7KiJaHMgBiQzWhvm/47lfUCpehkatqAS\r\nAwysVb1W2lJ/zJ4+x8LyeYE5aqcTCHu1P253m6JUoqRI4zO+RDWqAaoM+g/m\r\noNCKtY2tuK5PAcfzcN0A6ix2qbCcFYtaOoBguQ7fGZWySHk/f5S45lktYN5p\r\niR7FKADcksG/3BSjlQs+j5eLQqZSriFMQeoHMlPVZE9eE+YIqPbK/YTNiT3d\r\nI7IOfNUBOS9kAmd8ZLPaXbfMKLSE1yxw7w8wPDOQLpzLZNHRMbu7kEdlauy9\r\nW5N5sdwfJ1NvwYYNIglQJPa6PTCWIFDdngftMSTtXuerM6vw5s8EGILNzDWc\r\ne/lBuHJiWXbeNnwoV36KojIM8ZqzZXFf+GNSo7dWTvExH+3RSxHO6rTFcllQ\r\n1lnSsI6YvLR90bv8kAUvFAvQrS02c1zC9vdooCm9RAxnZCXdRZEpn6/qRSB+\r\nHBaIbZEj4AJWI96Xmb5j9USiFHpGu5KJcWU=\r\n=gbU+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"1fdfef74e247ad6b97661a1e3f1d6894ee5e6912","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.13.1_1680018990835_0.10696717073564566","host":"s3://npm-registry-packages"}},"2.13.2":{"name":"eslint-plugin-cypress","version":"2.13.2","keywords":["eslint","eslintplugin","cypress"],"author":{"url":"chris@cypress.io","name":"Chris Breiding"},"license":"MIT","_id":"eslint-plugin-cypress@2.13.2","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"b42b763f449ff713cecf6bdf1903e7cee6e48bfc","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.2.tgz","fileCount":35,"integrity":"sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==","signatures":[{"sig":"MEUCIEQDFeGdjzWI7nF5UDUWom1v7plSJlr3t6mNr3XAxgQCAiEA6ItYLxjXgILwOqKKs7H4QG6e5nvK87q7nQX/1EdBJa0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJC47ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbAQ/+J1d5l6NVthhSnAxdA9gsvTd0QZG+P3kbmgHkERSFBppZNlSl\r\nwiLnuLpKFnUtpC7cGkdLlwOsMB4WsGfwndgZnYQljzk4a3RFUk0PG8MyEdmz\r\nDUdf/Z6CyMX6sYBunHrDbnVYQHwhZqL59UTCK58zBt1FCuejPFxSUOptAd+o\r\nL4V7l9E1liabyUT0M3J2D0qbxqmEGjmBZyjNxXfiuVRDCu3re5+lCsk3NaoB\r\nGcAZzxqoJ9hVPb7/1SO6ZXmWt20tbRJqsvPYp9gGRPRYnfGlGFEbAw+G5kp8\r\ncEoTGEzInt6/tRVoKkTfnX1cyme0MyPrBE+LSoJWLsFHcatcEgLwE5R2Jokc\r\ntk9CrKSxb5TE0hLRcABodalgnKeuflpCxcZTZYd6vfTC5HlAdiN7ZFT5CHRV\r\n+g/3PSnjWnPzkIAe1jqDJ1QH+YEBfHcS8MqjTsTiQCschzIim/oxquG5bhni\r\n5T+FYi1g7PjJY4hqS6xW2b/Pl12al2M941zgNSwocDJa4RiEjl7fXnG917uy\r\nvSFY3MHlNwB/++9NzPUSHWw+OqQEuVreURS32RGOaSiNq+/BMdITfpkdIp7D\r\nDMGSXtLP53oq45udi61Kx/ZYtE1GAVdSYsHTcZxYOY/tmmww3+VvOK34Svoc\r\nYQZc3ha3658VDRWoYPWq/wlMGXGIXgNUcec=\r\n=/XfY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"ba2bf7ff37e6d8e8ef0086066ee5e1af2d96f17d","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.13.2_1680092731750_0.043309020614600735","host":"s3://npm-registry-packages"}},"2.13.3":{"name":"eslint-plugin-cypress","version":"2.13.3","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@2.13.3","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"5fc1afdc939aaa7daa9181f651f2f35429733ff2","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.3.tgz","fileCount":35,"integrity":"sha512-nAPjZE5WopCsgJwl3vHm5iafpV+ZRO76Z9hMyRygWhmg5ODXDPd+9MaPl7kdJ2azj+sO87H3P1PRnggIrz848g==","signatures":[{"sig":"MEUCIQD7qzzsoOY2qBpRKOsOIEzDhJtnSznzijRUSXcaNozDgwIgOCftq86kY5wZxf3F+Qe5wuLgb3MsIlh7UQ8mr1sduMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS+PgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcWQ//U2tmIAj7/7b0KrNhSuQhXv7i6qPWAaXbbZRV4ROx9SaHCzXD\r\nrjueL2h0ZDbw7uFbB8XMXCUPV1U0G8+7cktR8FWRP1AyycR8yf9UEtHNhfKz\r\nb8CDOiJZy3rTOLDqQo4tHJF9EM25De0rbsesq785vbjHmwDzYdhLGZKQ+wkJ\r\nY5IDXDQiCliRt/ldzLwhf1qxuPaJkf8nYTHa8nORKTCnyruTbqYxdKwUqp9i\r\np06bEm5LvFcDwg3kBw2T5998JrimKo4/R6Dp1XlK5xQqke0A5fH0YBMtXndT\r\n1vmiSTvzX7UMXEnbvqyUvHX/+zvJ2hrIHFKQTuTXV4NBXo9xYiBK/aWKTOsl\r\n64deVQYFUnhSt6URVYSk9DE3mSMRzWxrKdChd4J4RX8c1McjY8d499zh4zqr\r\ndg7w6yzUQRV5tPDY3D1pJ6BMlBiVHHgOHhWnnv1ZOuKIkecS9zXgos2G+2b/\r\nHamh7cy3aQH8mrfkyIjLrzoMQ4cdUJasGaDKEw53rGqRY1wjQfI33sP91Oc1\r\nXHMVyCz3K78h1tvPIH47X99zfzfCSwdc1ZHyodbQTkEHfS2qvM2x4+nyKEeA\r\n7jjjA/TfWAscC6rLBRYTIFfnMNlsUm7c1Fk3zw0C+wLqZDujwMNIhd0bvFet\r\nEwwyGR/sDZVU698J7KjH8L3I+PicFOQ8RAY=\r\n=TL74\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"c626ad543f65babf1def5caabd1bc9bb9900d2c7","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"8.17.0","dependencies":{"globals":"^11.12.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.13.3_1682695135904_0.943622146420215","host":"s3://npm-registry-packages"}},"2.13.4":{"name":"eslint-plugin-cypress","version":"2.13.4","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@2.13.4","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"cb4724c22ca0ad7191b25ec4798f4fe9436f299e","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.4.tgz","fileCount":35,"integrity":"sha512-A6CMdzFkGMkIWwVmS7DOBJfO1L2V5qcU2svlueycMJHn4MpoIhASxnDt+rI8zeA7qy9ExEGrMj1WhHcde1VrPQ==","signatures":[{"sig":"MEUCIQCip04ufH1+k+AbRW2V6V3DCiAgIPs1++YEvMWMzIO7wAIgehplY3YxCEum/0kenC+Xv9MKWtzew9PqGwvTAwjVVXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45474},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"4832d83729880e7cc7e88212ede8aa78f63da13b","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"16.13.1","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.13.4_1691499071778_0.09467442237118906","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"eslint-plugin-cypress","version":"2.14.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@2.14.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"c65e1f592680dd25bbd00c86194ee85fecf59bd7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz","fileCount":35,"integrity":"sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==","signatures":[{"sig":"MEYCIQCnG7d3+Fga6O/5zJCBHJAeiEBzFmRicStQbbCXXZ7ILwIhAJNq9xto+3GoVCwtbCj6f6j36LjxoKUPF4F8zbR4ysOG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47548},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"b9f7a26ea1b0eef1185518e49ed66d7ff8dd7157","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"16.13.1","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.14.0_1691514620491_0.8557901511276169","host":"s3://npm-registry-packages"}},"2.15.1":{"name":"eslint-plugin-cypress","version":"2.15.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@2.15.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"336afa7e8e27451afaf65aa359c9509e0a4f3a7b","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz","fileCount":35,"integrity":"sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==","signatures":[{"sig":"MEQCIBH/qRLVF2g/GvzepKxxXeCc2OCywH3+vrT1J+nUJAtwAiBaWZ3bH9ohNM7HrJtVEhgXXnZn5/5HTa4YR1+IUsOpZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47755},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"0c5f68bae3ffa5911bebb559e7d4200de5c3f694","scripts":{"lint":"eslint '*.js' '**/**/*.js'","test":"jest","start":"yarn run test-watch","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","precommit":"npm run lint","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"6.10.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"16.13.1","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.0","eslint":"^5.7.0","condition-circle":"2.0.2","semantic-release":"15.13.18","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.15.1_1695063801266_0.5834502375320754","host":"s3://npm-registry-packages"}},"2.15.2":{"name":"eslint-plugin-cypress","version":"2.15.2","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@2.15.2","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"f22e12fad4c434edad7b298ef92bac8fa087ffa0","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz","fileCount":41,"integrity":"sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==","signatures":[{"sig":"MEMCHz6/sBkEM7ebuScPkOCQfktYhy4CQuJuTpHqEXLCT68CIGUu6AVk14SamI8Y0IJjkC8WqRv9LLVN9r+0+3ar03D/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51893},"jest":{"testMatch":["**/tests/**/*.js"]},"main":"index.js","gitHead":"ec07c81ac3ce3b165617de7efbaec143d3384e2d","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"yarn run test-watch","prepare":"husky install","test:v4":"npm i eslint@4.x && npm run test","test:v6":"npm i eslint@6.x && npm run test","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"8.19.4","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"16.13.1","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^8.0.3","eslint":"^5.7.0","semantic-release":"19.0.3","@cypress/eslint-plugin-dev":"3.2.0","@cypress/eslint-plugin-json":"3.2.1"},"peerDependencies":{"eslint":">= 3.2.1"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_2.15.2_1713200664393_0.8733579560444313","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"eslint-plugin-cypress","version":"3.0.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.0.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"7b893ed0cea6de98bc5e7102d735c23e00d3fe70","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.0.tgz","fileCount":42,"integrity":"sha512-ZQ0l8+fcWDYptaxLkmk2l77TAfmJqNM2SSbC6t9+P/GeMLOu2zq2jtJKsHh+qxZEzkm/5IfFgbwAU3P5AZf7+w==","signatures":[{"sig":"MEUCIFdAj0QnpYASOX488JGFnYMGvPgzUroiXG823eh7PpixAiEAsd0DFopsgEPQFBv/rSD3SEFpRm3ez/SS0hGavJCWQfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53990},"main":"index.js","gitHead":"03a52b91bc3385835354ba18f90f73c4c40997c3","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky install","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"overrides":{"eslint-plugin-mocha":"$eslint-plugin-mocha"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.5.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^8.0.3","eslint":"^7.32.0","semantic-release":"19.0.3","eslint-plugin-mocha":"^6.3.0","@typescript-eslint/parser":"^4.33.0","@cypress/eslint-plugin-dev":"3.9.1","@cypress/eslint-plugin-json":"3.2.3","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.0.0_1713814228510_0.751443583276197","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"eslint-plugin-cypress","version":"3.0.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.0.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"c80c5682893dd52a661483f06455012f705232f1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.1.tgz","fileCount":42,"integrity":"sha512-vcWCHa+clkJewPiz4lC8yHnMUMEVPx0QcZ3zA0sXt7MfdcYL4d+UPs51jR4CVLZDMJkMx72cmq7M9yxiO+bnFg==","signatures":[{"sig":"MEUCIQDBVDkgUaahiLYdb+1GMpR3y5f8fxeeOlw7rtrAOPvqEgIgJqIQYKjQnzMYOJld/u/4nkIIU4VfCOf1bCl5hmz/hMc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55564},"main":"index.js","gitHead":"bd9694f4cd8321c5f8d15db1b0246c6a658f2b9c","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky install","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.5.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^8.0.3","eslint":"^8.57.0","eslint-plugin-n":"^17.2.1","semantic-release":"19.0.3","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.0.1_1714046183099_0.7717406252944099","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"eslint-plugin-cypress","version":"3.0.2","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.0.2","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"297df4e609a38d8cbe5f2ac52e1f682ed07a4922","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz","fileCount":42,"integrity":"sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==","signatures":[{"sig":"MEUCIQD1Xvc0HJF+4jM9ZCOn33d1PzvduuQ7SBFGeB5XZ50JKwIgbn6gDF58dFr/gMhdayGVgJjp4KBq/LDMd6gGW7fSxAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55682},"main":"index.js","gitHead":"429ac7f9ef1f9d5ed1c1dafcc2b3f3367c5e2267","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky install","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.5.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^8.0.3","eslint":"^8.57.0","eslint-plugin-n":"^17.2.1","semantic-release":"19.0.3","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.0.2_1714141222843_0.42570574871671707","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"eslint-plugin-cypress","version":"3.0.3","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.0.3","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"5a8f226e81276edca9fa17b24a4b9cb358a41936","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.3.tgz","fileCount":42,"integrity":"sha512-yrdAyBoHRCarLrlozReLAuRn/AXQPqWf7+HoXzWLFAH7ntqn1RLpBqi2Vl7Czl2Y1pWNFVpXJlFeNj5dmUslsg==","signatures":[{"sig":"MEUCIQCV0+P5ohcZTc30P2BIJvhxWeVIp724jDw8u/G4bRH49gIgNUxJPzwQAu1ji5YY907XZ7XtMM6RqNiJM3zfERZfNVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57271},"main":"index.js","gitHead":"abb85919cadd5f68333da2b34be371d42c076b69","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^8.57.0","eslint-plugin-n":"^17.2.1","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.0.3_1714571546569_0.13431706551254297","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"eslint-plugin-cypress","version":"3.1.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.1.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"83333f66c917d7f51a0dedbf0d0b42a09c89822f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.0.tgz","fileCount":42,"integrity":"sha512-rYgUo6cAVn8TMKaaMZocBfsjTcCgZvTPL1ZEZzLEq2cd/dnIgW/WPW8pIbrkbb9TKXTbmh1jcIXIjCiTGvXFNw==","signatures":[{"sig":"MEUCIBgehivkVdNAr8Wr6XGyGdo6YNTKS2ic7BkYaw+w8N9DAiEAmiqH/M2rMwWXSdoOtYGVbZUSfeMbt/soRWiCyu85tsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57433},"main":"index.js","gitHead":"87f35e0c0d8e140d8e5870c8fb9d7c11144a44a2","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^8.57.0","eslint-plugin-n":"^17.2.1","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.1.0_1714746030239_0.44175210932798703","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"eslint-plugin-cypress","version":"3.1.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.1.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"d85aabad02ca4fad80a30d73a240ca64b4de224d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz","fileCount":42,"integrity":"sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==","signatures":[{"sig":"MEQCIHBAM2Cm+IhAWkjNzqmS+I5agvhtlFFgK4o+YfWbyjskAiBIPLY5gtauIfEAleB6qdSKQdY6DKoI/gLzeg1t5K9F2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57536},"main":"index.js","gitHead":"dc22026dae65c71c338605301a878d3c4caf0174","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^8.57.0","eslint-plugin-n":"^17.2.1","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.0.0"},"peerDependencies":{"eslint":">=7 <9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.1.1_1714759325720_0.8698545201491539","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"eslint-plugin-cypress","version":"3.2.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.2.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"fe2dd9c99ed5dfed5c7be658801e75ed3d9c2265","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz","fileCount":43,"integrity":"sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==","signatures":[{"sig":"MEUCIDnHpI7SWp3gLrteuuMiHLbkrCVdNu59GuX5VDxps5SKAiEAy/0Z/BRmPHnHy7Q2sR1PZ8abom9kHU7D9NS9U0fZUm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64309},"main":"index.js","gitHead":"c40989db410ab8fb49467956857ac62ea0a50f41","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^8.57.0","@eslint/js":"^9.2.0","eslint-plugin-n":"^17.4.0","@eslint/eslintrc":"^3.0.2","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.1.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.2.0_1715015124118_0.022156905032050478","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"eslint-plugin-cypress","version":"3.3.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.3.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"4ab963193d21ad22aca8379e1d15ba02619ae8db","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz","fileCount":55,"integrity":"sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==","signatures":[{"sig":"MEUCIQDA+aeRMvaJugM3REJXwkh92kQ0vndCOl3y8KSs7xTQjgIgJVWQ4YtEIuaM5HVKiOxnJ+evRkrVzvHF8u7DU2qhpBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82339},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"0e835e938987519240a3a1581b4bc483583bb9be","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^9.3.0","@eslint/js":"^9.3.0","eslint-plugin-n":"^17.7.0","@eslint/eslintrc":"^3.1.0","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.1.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.3.0_1716953365696_0.4345010970875076","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"eslint-plugin-cypress","version":"3.4.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.4.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"6a7f508cda7579184265b50129b853e0c06c9944","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz","fileCount":55,"integrity":"sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==","signatures":[{"sig":"MEUCIQCS/yGGXNnVLFp5NdCkgCXpDUVg5UVs7tlH+HgMnF9zbgIgY4T3ueUBSSRipWScOE0ZeJPUmB6u2ZqOMq3AeHR2r+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82401},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"e64439217c3092221ae8ac88554ec435fc88f608","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^9.3.0","@eslint/js":"^9.3.0","eslint-plugin-n":"^17.7.0","@eslint/eslintrc":"^3.1.0","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.1.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.4.0_1721850277649_0.2695384458546186","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"eslint-plugin-cypress","version":"3.5.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.5.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"380ef5049ad80ebeca923db69e4aa96e72fcd893","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz","fileCount":58,"integrity":"sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==","signatures":[{"sig":"MEUCIH/slZ32ix9RuJPnu+OM/9C09+Gtfn6H7hlrlfMP2bOdAiEAuW9NxWORWTr9pVNNp9L6uT3J4b6MQ7eefAUGBafvnKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85785},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"d58d93d878f064e4c016238c78533dda8df8c06d","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.0.11","eslint":"^9.3.0","@eslint/js":"^9.3.0","eslint-plugin-n":"^17.7.0","@eslint/eslintrc":"^3.1.0","semantic-release":"23.0.8","eslint-plugin-mocha":"^10.4.3","eslint-plugin-eslint-plugin":"^6.1.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.5.0_1723472747574_0.8578779653432658","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"eslint-plugin-cypress","version":"3.6.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@3.6.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"d0e2f68f27b9a34ecf565bef58ed82c8f10d39a8","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz","fileCount":58,"integrity":"sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==","signatures":[{"sig":"MEUCIQCDbNFygNcemZZLbx+Vi20LV0e+9CI5jOIr6nElYfSlxAIgOnROd/kfjuHUBoQis9h07b3ewKEyB3NRVav+WEj/h0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85845},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"ce120406e97596e4127ccccffd337d9999d8fa60","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^13.20.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.6","eslint":"^9.12.0","@eslint/js":"^9.11.1","eslint-plugin-n":"^17.10.3","@eslint/eslintrc":"^3.1.0","semantic-release":"24.1.2","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.2.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_3.6.0_1728653865955_0.19558494279620198","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"eslint-plugin-cypress","version":"4.0.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@4.0.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},{"name":"bahmutov","email":"gleb.bahmutov@gmail.com"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"e4333e635808ec28ec04f598ec02d42b2bf253a5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz","fileCount":58,"integrity":"sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==","signatures":[{"sig":"MEUCIA17Hern+yf8m60ENmdSdpWVngD3/M4ZF0HIenKMTeUaAiEAhdsTiYYuFIGUZmhcRPECe7zSAZC+rKRm6iQNfNGZtGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84112},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"47dc58f89dcb03c3e1c4c8e8967f39c19308964e","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"20.12.2","dependencies":{"globals":"^15.11.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.6","eslint":"^9.12.0","eslint-plugin-n":"^17.11.1","semantic-release":"24.1.2","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.2.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_4.0.0_1728655656187_0.9542715772952728","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"eslint-plugin-cypress","version":"4.1.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@4.1.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"11178fd250d437e2ec57bf24b8a9058b356f8cac","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz","fileCount":59,"integrity":"sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==","signatures":[{"sig":"MEUCIC4H83JP8IwgHO9xvfARkLLLRFAwzWd77D+f+Pvh4NGZAiEA0sFTFZRn3lL5S2Ep6nZ7h8/PuD/1rqG6C+TWObT5aok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86633},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"5543ac1e90528a725e59662a2b6ac9528e9cc883","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.11.0","dependencies":{"globals":"^15.11.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.6","eslint":"^9.13.0","eslint-plugin-n":"^17.11.1","semantic-release":"24.2.0","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_4.1.0_1730300853551_0.4280865799985154","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"eslint-plugin-cypress","version":"4.2.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@4.2.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"27cb865de0c9080751db52f164cf45f0979918b7","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.0.tgz","fileCount":62,"integrity":"sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw==","signatures":[{"sig":"MEUCIQCJ/bWfXjuZjc30gI8aY++w2s1hY67GEMm+IkNVrtX4dAIgYwB1LcGEiZVRaojPJW9aXzt/hLUXQIugAn4TFhLvDQ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":89046},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"e04d43c5547b1c4ef1e5c8e75120917d684700bb","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.6.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.11.0","dependencies":{"globals":"^15.11.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.6","eslint":"^9.13.0","semantic-release":"24.2.0","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_4.2.0_1741363909021_0.5658549622054931","host":"s3://npm-registry-packages-npm-production"}},"4.2.1":{"name":"eslint-plugin-cypress","version":"4.2.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@4.2.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"e4ad7cefa9bcd591a4c1faf3e9aadb24638ebae5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.1.tgz","fileCount":92,"integrity":"sha512-WNhKkQPqXcbDL7pxGnNYBVLlAIOk6eHdFGQFRELsba871guZZe8zZe50GAjBXSZKcvUWbzCUopM+8ArlngdyGQ==","signatures":[{"sig":"MEUCIDBG5JVyMHzSm0WQEiq0NauBqLLH8QnzMMHc3S1w2WZcAiEAjWUb26dJY9/PjADBtILYDRNdf7OfNSAJt5/h7xlhbJc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":170055},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"de3ef37b0265a9f489e4c6fa2511115995a34a1e","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.14.0","dependencies":{"globals":"^15.15.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","eslint":"^9.24.0","semantic-release":"24.2.3","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_4.2.1_1744197406268_0.5995660428644745","host":"s3://npm-registry-packages-npm-production"}},"4.3.0":{"name":"eslint-plugin-cypress","version":"4.3.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@4.3.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"fce3c67c836541cb652c653f5e33088c8926a988","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz","fileCount":95,"integrity":"sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==","signatures":[{"sig":"MEUCIQDl6BIuHQJUpxefXPirJpvtENZmQoZrFEfY2oTYjyEqggIgcLOKgEmM0kbUkD/Zr1nCSdMDgWdQ9b+hnBIyNbvOLiY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175568},"main":"legacy.js","exports":{".":"./legacy.js","./flat":"./lib/flat.js"},"gitHead":"2c911ac76dad352fba1cd5e24fb6decb63118072","scripts":{"lint":"eslint \"*.js\" \"**/**/*.js\"","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"npm run lint -- --fix","test-watch":"jest --watchAll","test:legacy":"jest --config jest.config-legacy.js","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.14.0","dependencies":{"globals":"^15.15.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","eslint":"^9.24.0","semantic-release":"24.2.3","eslint-plugin-mocha":"^10.5.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_4.3.0_1745330662927_0.6778323894009821","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"eslint-plugin-cypress","version":"5.0.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.0.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"ef8b708fed1e21eee81e225773a2ed02acb7b24f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.0.tgz","fileCount":84,"integrity":"sha512-+ymIUMHYOaxhWE2VWt9nKweijpnJ68Z150fq0AAbfWVkQ/IIJsuV17K/g3TR8xFlJw9P1gpB12L3EU4/uBT2sg==","signatures":[{"sig":"MEUCIQCh1R5+5bU/AKxk+S/Ww4j4g7x/LLHPEfyGTOCMjOsYvgIgW08y6geYsHou0xatEM/jexfXxB3Vm/bZ1m+3nalNXLo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":152939},"main":"./lib/flat.js","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"618bd21acdb2288e7ab8fc03c7abc0423270a3b8","scripts":{"lint":"eslint","test":"jest","start":"npm run test-watch","prepare":"husky","lint-fix":"eslint --fix","test-watch":"jest --watchAll","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.16.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","eslint":"^9.27.0","semantic-release":"24.2.5","eslint-plugin-mocha":"^11.1.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.0.0_1748530363265_0.6991499306401336","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"eslint-plugin-cypress","version":"5.0.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.0.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"776507d9d08d3c12a044327e43132ceb231fb9ea","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz","fileCount":84,"integrity":"sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==","signatures":[{"sig":"MEUCIG6+eHq+hZVHNe1dh89UJzHbjLRNqCeNzo8GsuI1ln7TAiEA4mGDP/5Oa/AOmFJb4H9yXcF6lk4/17S+JJQ6OFUR+dU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":152974},"main":"./lib/flat.js","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"bbd33fdc74303c608892e071c15627d0cb56ebdb","scripts":{"lint":"eslint","test":"vitest run","prepare":"husky","lint-fix":"eslint --fix","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.16.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.27.0","vitest":"^3.1.4","semantic-release":"24.2.5","eslint-plugin-mocha":"^11.1.0","@stylistic/eslint-plugin":"^4.4.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.0.1_1748620542768_0.9921885209102235","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"eslint-plugin-cypress","version":"5.1.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.1.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"348c63f2afb2b336ab2063bf27347c1219be64b6","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz","fileCount":30,"integrity":"sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==","signatures":[{"sig":"MEQCIHOZwYxwZPcYc1ZGr3ggvKatV0yZsDHGa62QUcKB2PU/AiAQ63TEXj7xgZwGPKn6DvIdvuc6+wPRUzqXk7decmUKoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53567},"main":"./lib/flat.js","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"e622a58bf7882ad00cd928dc7e83b2660b33483a","scripts":{"lint":"eslint","test":"vitest run","prepare":"husky","lint-fix":"eslint --fix","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.16.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.27.0","vitest":"^3.1.4","semantic-release":"24.2.5","eslint-plugin-mocha":"^11.1.0","@stylistic/eslint-plugin":"^4.4.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.1.0_1748966846560_0.8392158112492489","host":"s3://npm-registry-packages-npm-production"}},"5.1.1":{"name":"eslint-plugin-cypress","version":"5.1.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.1.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"186dd252b4520ce81f59a7d7213050e5f748fa9f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.1.tgz","fileCount":30,"integrity":"sha512-LxTmZf1LLh9EklZBVvKNEZj71X9tCJnlYDviAJGsOgEVc6jz+tBODSpm02CS/9eJOfRqGsmVyvIw7LHXQ13RaA==","signatures":[{"sig":"MEUCIB2peLtilBr0oGcvcuVk8mT0BpbnsvMrNjEl+Ns08ByqAiEAvPm4pz/sSJ54ke8t2zgz5g7bnBEVC6haMUN4TyMuwac=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54125},"main":"./lib/flat.js","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"0508b75a745bb4f5cc4d64cfbb9206543d407ac7","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.2","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.16.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.27.0","vitest":"^3.1.4","prettier":"^3.5.3","semantic-release":"24.2.5","eslint-plugin-mocha":"^11.1.0","@stylistic/eslint-plugin":"^4.4.0","eslint-plugin-eslint-plugin":"^6.4.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.1.1_1755190243412_0.7800061351816112","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"eslint-plugin-cypress","version":"5.2.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.2.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"c01cc5511542b5eaa38d31bcdfe888336bf70611","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.0.tgz","fileCount":31,"integrity":"sha512-vuCUBQloUSILxtJrUWV39vNIQPlbg0L7cTunEAzvaUzv9LFZZym+KFLH18n9j2cZuFPdlxOqTubCvg5se0DyGw==","signatures":[{"sig":"MEUCIHVfrzAXR7ksa+6xzoKs1daDKhvpNPFbg6Pmp57z4T0dAiEAg3TJOIeAAo8GoJd6gVseagXxT9sVaxIVFhkUyYouJEM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55450},"main":"./lib/flat.js","types":"./lib/flat.d.ts","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"006d74f8a5c1456943584f9528b1c020ba3db874","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.3","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"22.16.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.35.0","vitest":"^3.2.4","prettier":"^3.6.2","semantic-release":"24.2.7","eslint-plugin-mocha":"^11.1.0","@stylistic/eslint-plugin":"^5.3.1","eslint-plugin-eslint-plugin":"^7.0.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.2.0_1759328206379_0.24218741602517002","host":"s3://npm-registry-packages-npm-production"}},"5.2.1":{"name":"eslint-plugin-cypress","version":"5.2.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.2.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"0ce3fbe694174068403b3c0c2de252896317b97d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.1.tgz","fileCount":31,"integrity":"sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA==","signatures":[{"sig":"MEUCIQC8Oef51+pv2LuRJw56bnLlVZh5BPHWQYahp2ef/IXWhAIgFCdi2XDyD/uY3EDtOaXesPmp+/MYDqVzuCCUJ1K4wiU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55914},"main":"./lib/flat.js","types":"./lib/flat.d.ts","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"d600419330cd53d80cf2145f434ecd706807644c","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"10.9.3","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.11.0","dependencies":{"globals":"^16.2.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.39.1","vitest":"^4.0.4","prettier":"^3.6.2","@eslint/js":"^9.39.1","typescript":"^5.9.3","semantic-release":"24.2.7","typescript-eslint":"^8.45.0","eslint-plugin-mocha":"^11.1.0","@stylistic/eslint-plugin":"^5.4.0","eslint-plugin-eslint-plugin":"^7.0.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.2.1_1767708967469_0.9464956084534077","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"eslint-plugin-cypress","version":"5.3.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.3.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"52cb5397829a765a22680ccb010e81b73d249fb2","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz","fileCount":31,"integrity":"sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==","signatures":[{"sig":"MEUCIE19Z+f4D+Pz+84TexmEG6Ar4NoqHRB2GV0tJnkGwf/oAiEAhSCK6uO0mEGKMn8W5E68rlgwqBF5ZcTrbvZP0wHPVp4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55934},"main":"./lib/flat.js","types":"./lib/flat.d.ts","exports":{".":"./lib/flat.js","./flat":"./lib/flat.js"},"gitHead":"faa2fa8631785767d6f85e1c5f9a2cf34eab6fa5","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.9.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.0","dependencies":{"globals":"^16.5.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.39.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^9.39.2","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.54.0","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.8.0","eslint-plugin-eslint-plugin":"^7.3.0"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.3.0_1770659529659_0.4775764023173854","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"eslint-plugin-cypress","version":"5.4.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@5.4.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"548ec5e249ee3078f8859b74e295e65e7159cf43","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-5.4.0.tgz","fileCount":31,"integrity":"sha512-XAQYuzMpLWJdFRQorPO3GDx4XHqI362qr1/XIp0N6SNTAa8lyzmpTA26qNRc99I53NnqX9l0SHwbHXX7TAKIkg==","signatures":[{"sig":"MEQCIH9cf79279lSs8YLyUvVPccvxcIAtobYuhjXTAK1P/e+AiAF45EUSvhJ2fiPHLs633MR+gS9JpUK7mABh9xR7c3RMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55814},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"1f1d286eae0307a87471ca5e84cfc74ae512f1da","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"deprecated":"deprecate: accidentally includes breaking changes from 6.0.0","repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.9.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.3.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.0","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.56.0","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.8.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_5.4.0_1771338509758_0.16623741244036827","host":"s3://npm-registry-packages-npm-production"}},"6.0.0":{"name":"eslint-plugin-cypress","version":"6.0.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.0.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"d137892de43278975c3f1951e2b2c3a8e40006ef","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.0.0.tgz","fileCount":31,"integrity":"sha512-J96t5BLt8lYSiQ5b4vZ2IpUcsAc3XOw9Esy5sFSvgbx4Od/MIwlbXM8QazrcbEKrKKsynOnyXzZwiAQTtGCEyA==","signatures":[{"sig":"MEUCIHkJ4+mEV/+Hy/yn1QaSkhqvbr8AVh8SQ1UA+YCvzTZgAiEAtmgci1lCyl4251H3HYg6ES8gbuF6Ur3NwMyiUnoQmtM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":55814},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"b228de3e1831b2b966d10758bd55ffe7d73254c5","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.9.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.3.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.0","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.56.0","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.8.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.0.0_1771341109266_0.8077842895533587","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"eslint-plugin-cypress","version":"6.1.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.1.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"5619ceb67d09d74cb5225408bb36c962afb94880","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.1.0.tgz","fileCount":31,"integrity":"sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw==","signatures":[{"sig":"MEQCIEEkRV208AOeDhUDHZeXpnDNuy1zVGVHsR9rMmDhkJ44AiBkC3IurtRS+KfFGV4OCvZamvi14S2IHtQNfJLAH2+okw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":56271},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"f91d3a990354817e34a2658ac758dd8c1902099d","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.9.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.3.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.0","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.56.0","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.8.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.1.0_1771597268539_0.07959205719539075","host":"s3://npm-registry-packages-npm-production"}},"6.2.0":{"name":"eslint-plugin-cypress","version":"6.2.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.2.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"220992444debed13587a1fb3356e7e952245ac43","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.0.tgz","fileCount":31,"integrity":"sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==","signatures":[{"sig":"MEYCIQCFcn49pOwyXh0PLKFI3dSNng7ZUjQLKQON1AxXKe3JgwIhAIttIlYXnsl7k45I17j4dK1q9qpmRyJcI+pT291TWj2Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":57209},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"de98a5de648694518873ad85b41250e40a67be95","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.11.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.3.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.56.1","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.9.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.2.0_1773162470036_0.8204370467188105","host":"s3://npm-registry-packages-npm-production"}},"6.2.1":{"name":"eslint-plugin-cypress","version":"6.2.1","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.2.1","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"a607cffe9967b941c1368bc4d0ce79e35d15f40f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.1.tgz","fileCount":31,"integrity":"sha512-pbjvNE2GKG3hlerT3SIQcRnsMfzFnpAyg0V17D+Gm/a18cxBOVLUxWWANAs7LzykdTPn+SKgzczhF0+IODFs7w==","signatures":[{"sig":"MEQCIEcf/AZfKqniPHQR/rlYKK+NUNQ76xSDXEELqu0qOB0QAiBwF/+GuwjNfvmw755qPNDsKW/XvY8RbxOmJH7/LxWMww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":57753},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"d69d417d47dd91cdb9ee043475d7fe874d58fe39","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check .","semantic-release":"semantic-release"},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.11.0","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.3.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","semantic-release":"^25.0.3","typescript-eslint":"^8.56.1","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.9.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.2.1_1774370292856_0.6097768651642332","host":"s3://npm-registry-packages-npm-production"}},"6.2.2":{"name":"eslint-plugin-cypress","version":"6.2.2","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.2.2","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"26c7ab6c6dedc2ad4791ac939ef8b5386cd04f1d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.2.tgz","fileCount":31,"integrity":"sha512-lOhmMWb5/+zv28EaDOT7C3lgGgWL8DMZglTUNUaaGfleK89joDBRXX8LV01ygx3dK1RbvG54b8t025/5QEUKgg==","signatures":[{"sig":"MEUCIQDZ3JNm3z6njhaseXETYAxoZxhEC4dXNn9SCGtCIRIphwIgX0Z/aF7tR2e/ea36QoIz8OlIkromdJtDp3q4fHa9gSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":57674},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"3653e8265ac6f1733db713e6f1f772dbc0423416","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check ."},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.12.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.4.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","typescript-eslint":"^8.56.1","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.9.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.2.2_1775149183618_0.8340684024462766","host":"s3://npm-registry-packages-npm-production"}},"6.2.3":{"name":"eslint-plugin-cypress","version":"6.2.3","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.2.3","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"fb9a809c990a8f5cec8f601081ab4d4c66e5f520","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.3.tgz","fileCount":31,"integrity":"sha512-Z2NqobTABOWJDga9bvmhZawAhRbEkgIk+HZPP95rF6B/AnS1o4vCXNmtfrs3J4evirHSHmPGKXj3Ty1nqXP0MQ==","signatures":[{"sig":"MEYCIQDEDo2yQ55AAaOGHDtWXHE8Gkliu1AGmalBtgX/mSyJTQIhAIJ1SkTWQvVGRxXNvSDN3M8AN0DDjYDe4PCyNvzQwMp8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":57986},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"f5ccf77c546db3862026d6ee7bd1c3b0f3e8705f","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check ."},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.12.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.4.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","typescript-eslint":"^8.56.1","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.9.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.2.3_1775516727422_0.17578087315462754","host":"s3://npm-registry-packages-npm-production"}},"6.3.0":{"name":"eslint-plugin-cypress","version":"6.3.0","keywords":["eslint","eslintplugin","cypress"],"author":{"name":"Cypress-io"},"license":"MIT","_id":"eslint-plugin-cypress@6.3.0","maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"dist":{"shasum":"fa90b3c78c880f7b8acecaa65d2a32d51f8c538e","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.0.tgz","fileCount":34,"integrity":"sha512-4M3vgcMYgStgrYJn2uRtyWlAAJsY88//ctDJfBoQE2VtUWuBQ90W1Uiyar8MLQN2Ii52ZsEuzA3OBrnEW8Me/g==","signatures":[{"sig":"MEUCIHufeT7//PWY+ER0RE1c0sUggtPZxIZu8U/6QEFR3YCdAiEA+JemphDALTJSGPV+f70VgI7of4cn1olcqMGsDTSMy78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":60201},"main":"./lib/index.js","type":"commonjs","types":"./lib/index.d.ts","exports":{".":"./lib/index.js"},"gitHead":"c0b7e3b1d60e54eb5c7057db846331e11154bb7d","scripts":{"lint":"eslint","test":"vitest run","format":"prettier --write .","prepare":"husky","lint-fix":"eslint --fix","format:check":"prettier --check ."},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"repository":{"url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git","type":"git"},"_npmVersion":"11.12.1","description":"An ESLint plugin for projects using Cypress","directories":{},"_nodeVersion":"24.13.1","dependencies":{"globals":"^17.4.0"},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.0.2","vitest":"^4.0.18","prettier":"^3.8.1","@eslint/js":"^10.0.1","typescript":"^5.9.3","typescript-eslint":"^8.56.1","eslint-plugin-mocha":"^11.2.0","@stylistic/eslint-plugin":"^5.9.0","eslint-plugin-eslint-plugin":"^7.3.1"},"peerDependencies":{"eslint":">=9"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin-cypress_6.3.0_1775703101662_0.39871477185289783","host":"s3://npm-registry-packages-npm-production"}},"6.3.1":{"name":"eslint-plugin-cypress","version":"6.3.1","description":"An ESLint plugin for projects using Cypress","main":"./lib/index.js","exports":{".":"./lib/index.js"},"author":{"name":"Cypress-io"},"license":"MIT","type":"commonjs","keywords":["eslint","eslintplugin","cypress"],"repository":{"type":"git","url":"git+https://github.com/cypress-io/eslint-plugin-cypress.git"},"bugs":{"url":"https://github.com/cypress-io/eslint-plugin-cypress/issues"},"homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme","peerDependencies":{"eslint":">=9"},"dependencies":{"globals":"^17.5.0"},"devDependencies":{"@eslint/js":"^10.0.1","@stylistic/eslint-plugin":"^5.10.0","eslint":"^10.2.0","eslint-plugin-eslint-plugin":"^7.3.2","eslint-plugin-mocha":"^11.2.0","husky":"^9.1.7","prettier":"^3.8.2","typescript":"^5.9.3","typescript-eslint":"^8.58.2","vitest":"^4.1.4"},"scripts":{"lint":"eslint","lint-fix":"eslint --fix","format":"prettier --write .","format:check":"prettier --check .","test":"vitest run","prepare":"husky"},"gitHead":"c7d6a7da5a7f0063f6b1abc15ae9711d34f529c5","types":"./lib/index.d.ts","_id":"eslint-plugin-cypress@6.3.1","_nodeVersion":"24.13.1","_npmVersion":"11.12.1","dist":{"integrity":"sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==","shasum":"b0a4ce9073f39412c3f2b5b8b452a75c1885fec1","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.1.tgz","fileCount":34,"unpackedSize":60201,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCiUnt2sYss7QWUeqVCIGT68HHso/vwhF6rXEJ71+tO6QIgb9sdK3rkJzvcw8xmAb1r5BCqJvbIwNfgBrJj6hrKfUs="}]},"_npmUser":{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"},"directories":{},"maintainers":[{"name":"chrisbreiding","email":"chris@chrisbreiding.com"},{"name":"cypress-npm-publisher","email":"cypress-npm-publisher@cypress.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-plugin-cypress_6.3.1_1776205187474_0.9137163070683088"},"_hasShrinkwrap":false}},"name":"eslint-plugin-cypress","time":{"created":"2017-11-21T20:17:42.444Z","modified":"2020-11-07T14:32:14.053Z","1.0.0":"2017-11-21T20:17:42.444Z","1.1.0":"2017-11-21T20:24:22.603Z","2.0.0":"2017-11-27T19:47:42.659Z","2.0.1":"2017-11-30T17:44:13.218Z","2.1.0":"2018-11-02T21:00:34.607Z","2.1.1":"2018-11-05T14:32:06.800Z","2.1.2":"2018-11-08T14:41:29.120Z","2.1.3":"2018-12-12T16:36:41.534Z","2.2.0":"2018-12-28T14:40:41.504Z","2.2.1":"2019-02-19T15:19:06.257Z","2.6.0":"2019-07-15T15:17:42.430Z","2.6.1":"2019-08-01T14:01:47.021Z","2.7.0":"2019-09-26T14:20:08.233Z","2.8.0":"2019-12-13T18:30:34.185Z","2.8.1":"2019-12-16T15:48:32.212Z","2.9.0":"2020-02-05T15:22:14.693Z","2.10.0":"2020-02-14T19:06:00.694Z","2.10.1":"2020-02-14T20:49:56.399Z","2.10.2":"2020-02-18T17:16:43.231Z","2.10.3":"2020-02-19T17:12:18.123Z","2.11.0":"2020-05-27T20:09:48.635Z","2.11.1":"2020-05-27T22:24:27.137Z","2.11.2":"2020-09-28T14:25:54.450Z","2.11.3":"2021-05-04T13:53:12.965Z","2.12.0":"2021-09-14T14:52:45.130Z","2.12.1":"2021-09-14T16:53:58.410Z","2.13.0":"2023-03-28T14:52:06.349Z","2.13.1":"2023-03-28T15:56:31.020Z","2.13.2":"2023-03-29T12:25:31.910Z","2.13.3":"2023-04-28T15:18:56.109Z","2.13.4":"2023-08-08T12:51:11.943Z","2.14.0":"2023-08-08T17:10:20.612Z","2.15.1":"2023-09-18T19:03:21.423Z","2.15.2":"2024-04-15T17:04:24.562Z","3.0.0":"2024-04-22T19:30:28.765Z","3.0.1":"2024-04-25T11:56:23.271Z","3.0.2":"2024-04-26T14:20:22.993Z","3.0.3":"2024-05-01T13:52:26.776Z","3.1.0":"2024-05-03T14:20:30.410Z","3.1.1":"2024-05-03T18:02:05.885Z","3.2.0":"2024-05-06T17:05:24.270Z","3.3.0":"2024-05-29T03:29:25.846Z","3.4.0":"2024-07-24T19:44:37.898Z","3.5.0":"2024-08-12T14:25:47.818Z","3.6.0":"2024-10-11T13:37:46.138Z","4.0.0":"2024-10-11T14:07:36.385Z","4.1.0":"2024-10-30T15:07:33.805Z","4.2.0":"2025-03-07T16:11:49.268Z","4.2.1":"2025-04-09T11:16:46.457Z","4.3.0":"2025-04-22T14:04:23.114Z","5.0.0":"2025-05-29T14:52:43.460Z","5.0.1":"2025-05-30T15:55:42.934Z","5.1.0":"2025-06-03T16:07:26.746Z","5.1.1":"2025-08-14T16:50:43.679Z","5.2.0":"2025-10-01T14:16:46.565Z","5.2.1":"2026-01-06T14:16:07.626Z","5.3.0":"2026-02-09T17:52:09.810Z","5.4.0":"2026-02-17T14:28:29.905Z","6.0.0":"2026-02-17T15:11:49.412Z","6.1.0":"2026-02-20T14:21:08.679Z","6.2.0":"2026-03-10T17:07:50.186Z","6.2.1":"2026-03-24T16:38:13.009Z","6.2.2":"2026-04-02T16:59:43.797Z","6.2.3":"2026-04-06T23:05:27.557Z","6.3.0":"2026-04-09T02:51:41.814Z","6.3.1":"2026-04-14T22:19:47.607Z"},"readmeFilename":"README.md","homepage":"https://github.com/cypress-io/eslint-plugin-cypress#readme"}