{ "_from": "eslint-plugin-vue@~10.2.0", "_id": "eslint-plugin-vue@10.2.0", "_inBundle": false, "_integrity": "sha512-tl9s+KN3z0hN2b8fV2xSs5ytGl7Esk1oSCxULLwFcdaElhZ8btYYZFrWxvh4En+czrSDtuLCeCOGa8HhEZuBdQ==", "_location": "/eslint-plugin-vue", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-vue@~10.2.0", "name": "eslint-plugin-vue", "escapedName": "eslint-plugin-vue", "rawSpec": "~10.2.0", "saveSpec": null, "fetchSpec": "~10.2.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-10.2.0.tgz", "_shasum": "0c0bae71683d78e99736c5f3c500bf3d7d9c7c0d", "_spec": "eslint-plugin-vue@~10.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue", "author": { "name": "Toru Nagashima", "url": "https://github.com/mysticatea" }, "bugs": { "url": "https://github.com/vuejs/eslint-plugin-vue/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Michał Sajnóg", "email": "msajnog93@gmail.com", "url": "https://github.com/michalsnik" }, { "name": "Yosuke Ota", "url": "https://github.com/ota-meshi" } ], "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "natural-compare": "^1.4.0", "nth-check": "^2.1.1", "postcss-selector-parser": "^6.0.15", "semver": "^7.6.3", "xml-name-validator": "^4.0.0" }, "deprecated": false, "description": "Official ESLint plugin for Vue.js", "devDependencies": { "@changesets/cli": "^2.29.2", "@ota-meshi/site-kit-eslint-editor-vue": "^0.2.4", "@stylistic/eslint-plugin": "^2.12.1", "@svitejs/changesets-changelog-github-compact": "^1.2.0", "@types/eslint": "^8.56.2", "@types/natural-compare": "^1.4.3", "@types/node": "^14.18.63", "@types/semver": "^7.5.8", "@types/xml-name-validator": "^4.0.3", "@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/types": "^7.18.0", "assert": "^2.1.0", "env-cmd": "^10.1.0", "esbuild": "^0.24.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-plugin": "~6.4.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-node-dependencies": "^0.12.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-unicorn": "^56.0.0", "eslint-plugin-vue": "file:.", "eslint-visitor-keys": "^4.2.0", "espree": "^9.6.1", "events": "^3.3.0", "globals": "^15.14.0", "jsdom": "^22.0.0", "markdownlint-cli": "^0.42.0", "mocha": "^10.7.3", "nyc": "^17.1.0", "pathe": "^1.1.2", "prettier": "^3.3.3", "typescript": "^5.7.2", "vitepress": "^1.4.1", "vue-eslint-parser": "^10.0.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "files": [ "lib" ], "homepage": "https://eslint.vuejs.org", "keywords": [ "eslint", "eslint-plugin", "eslint-config", "vue", "vuejs", "rules" ], "license": "MIT", "main": "lib/index.js", "name": "eslint-plugin-vue", "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "vue-eslint-parser": "^10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/eslint-plugin-vue.git" }, "scripts": { "changeset:publish": "changeset publish", "changeset:version": "changeset version && npm run generate:version && git add --all", "cover": "npm run cover:test && npm run cover:report", "cover:report": "nyc report --reporter=html", "cover:test": "nyc npm run test:base -- --timeout 60000", "debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000", "docs:build": "vitepress build docs", "docs:watch": "vitepress dev docs", "generate:version": "env-cmd -e version npm run update && npm run lint -- --fix", "lint": "eslint . && markdownlint \"**/*.md\"", "lint:fix": "eslint . --fix && markdownlint \"**/*.md\" --fix", "new": "node tools/new-rule.js", "predocs:build": "npm run update", "preversion": "npm test && git add .", "start": "npm run test:base -- --watch --growl", "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000", "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot", "test:integrations": "mocha \"tests/integrations/*.js\" --timeout 60000", "tsc": "tsc", "update": "node ./tools/update.js", "update-resources": "node ./tools/update-resources.js", "version": "npm run generate:version && git add ." }, "types": "lib/index.d.ts", "version": "10.2.0" }