{ "_args": [ [ "eslint-plugin-cypress@2.11.1", "E:\\item\\newItem\\admin" ] ], "_development": true, "_from": "eslint-plugin-cypress@2.11.1", "_id": "eslint-plugin-cypress@2.11.1", "_inBundle": false, "_integrity": "sha512-MxMYoReSO5+IZMGgpBZHHSx64zYPSPTpXDwsgW7ChlJTF/sA+obqRbHplxD6sBStE+g4Mi0LCLkG4t9liu//mQ==", "_location": "/eslint-plugin-cypress", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "eslint-plugin-cypress@2.11.1", "name": "eslint-plugin-cypress", "escapedName": "eslint-plugin-cypress", "rawSpec": "2.11.1", "saveSpec": null, "fetchSpec": "2.11.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.1.tgz", "_spec": "2.11.1", "_where": "E:\\item\\newItem\\admin", "author": { "name": "Chris Breiding", "url": "chris@cypress.io" }, "bugs": { "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues" }, "dependencies": { "globals": "^11.12.0" }, "description": "An ESLint plugin for projects using Cypress", "devDependencies": { "@cypress/eslint-plugin-dev": "3.2.0", "@cypress/eslint-plugin-json": "3.2.1", "condition-circle": "2.0.2", "eslint": "^5.7.0", "husky": "^3.0.0", "jest": "^24.8.0", "semantic-release": "15.13.18" }, "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme", "jest": { "testMatch": [ "**/tests/**/*.js" ] }, "keywords": [ "eslint", "eslintplugin", "cypress" ], "license": "MIT", "main": "index.js", "name": "eslint-plugin-cypress", "peerDependencies": { "eslint": ">= 3.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git" }, "scripts": { "lint": "eslint '*.js' '**/**/*.js'", "lint-fix": "npm run lint -- --fix", "precommit": "npm run lint", "semantic-release": "semantic-release", "start": "yarn run test-watch", "test": "jest", "test-watch": "jest --watchAll", "test:v4": "npm i eslint@4.x && npm run test", "test:v6": "npm i eslint@6.x && npm run test" }, "version": "2.11.1" }