package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-cypress@2.11.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-cypress@2.11.1",
  10. "_id": "eslint-plugin-cypress@2.11.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MxMYoReSO5+IZMGgpBZHHSx64zYPSPTpXDwsgW7ChlJTF/sA+obqRbHplxD6sBStE+g4Mi0LCLkG4t9liu//mQ==",
  13. "_location": "/eslint-plugin-cypress",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-cypress@2.11.1",
  19. "name": "eslint-plugin-cypress",
  20. "escapedName": "eslint-plugin-cypress",
  21. "rawSpec": "2.11.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.11.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.1.tgz",
  29. "_spec": "2.11.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Chris Breiding",
  33. "url": "chris@cypress.io"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues"
  37. },
  38. "dependencies": {
  39. "globals": "^11.12.0"
  40. },
  41. "description": "An ESLint plugin for projects using Cypress",
  42. "devDependencies": {
  43. "@cypress/eslint-plugin-dev": "3.2.0",
  44. "@cypress/eslint-plugin-json": "3.2.1",
  45. "condition-circle": "2.0.2",
  46. "eslint": "^5.7.0",
  47. "husky": "^3.0.0",
  48. "jest": "^24.8.0",
  49. "semantic-release": "15.13.18"
  50. },
  51. "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme",
  52. "jest": {
  53. "testMatch": [
  54. "**/tests/**/*.js"
  55. ]
  56. },
  57. "keywords": [
  58. "eslint",
  59. "eslintplugin",
  60. "cypress"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "eslint-plugin-cypress",
  65. "peerDependencies": {
  66. "eslint": ">= 3.2.1"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint '*.js' '**/**/*.js'",
  74. "lint-fix": "npm run lint -- --fix",
  75. "precommit": "npm run lint",
  76. "semantic-release": "semantic-release",
  77. "start": "yarn run test-watch",
  78. "test": "jest",
  79. "test-watch": "jest --watchAll",
  80. "test:v4": "npm i eslint@4.x && npm run test",
  81. "test:v6": "npm i eslint@6.x && npm run test"
  82. },
  83. "version": "2.11.1"
  84. }