package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "eslint-plugin-cypress@^2.0.1",
  3. "_id": "eslint-plugin-cypress@2.15.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==",
  6. "_location": "/eslint-plugin-cypress",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-cypress@^2.0.1",
  12. "name": "eslint-plugin-cypress",
  13. "escapedName": "eslint-plugin-cypress",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz",
  22. "_shasum": "f22e12fad4c434edad7b298ef92bac8fa087ffa0",
  23. "_spec": "eslint-plugin-cypress@^2.0.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Cypress-io"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "globals": "^13.20.0"
  34. },
  35. "deprecated": false,
  36. "description": "An ESLint plugin for projects using Cypress",
  37. "devDependencies": {
  38. "@cypress/eslint-plugin-dev": "3.2.0",
  39. "@cypress/eslint-plugin-json": "3.2.1",
  40. "eslint": "^5.7.0",
  41. "husky": "^8.0.3",
  42. "jest": "^24.8.0",
  43. "semantic-release": "19.0.3"
  44. },
  45. "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme",
  46. "jest": {
  47. "testMatch": [
  48. "**/tests/**/*.js"
  49. ]
  50. },
  51. "keywords": [
  52. "eslint",
  53. "eslintplugin",
  54. "cypress"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "eslint-plugin-cypress",
  59. "peerDependencies": {
  60. "eslint": ">= 3.2.1"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint \"*.js\" \"**/**/*.js\"",
  68. "lint-fix": "npm run lint -- --fix",
  69. "prepare": "husky install",
  70. "semantic-release": "semantic-release",
  71. "start": "yarn run test-watch",
  72. "test": "jest",
  73. "test-watch": "jest --watchAll",
  74. "test:v4": "npm i eslint@4.x && npm run test",
  75. "test:v6": "npm i eslint@6.x && npm run test"
  76. },
  77. "version": "2.15.2"
  78. }