| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "eslint-plugin-vue",
- "version": "5.2.3",
- "description": "Official ESLint plugin for Vue.js",
- "main": "lib/index.js",
- "scripts": {
- "start": "npm run test:base -- --watch --growl",
- "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
- "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
- "lint": "eslint . --rulesdir eslint-internal-rules",
- "pretest": "npm run lint",
- "preversion": "npm test && npm run update && git add .",
- "version": "npm run lint -- --fix && git add .",
- "update": "node ./tools/update.js",
- "docs:watch": "vuepress dev docs",
- "docs:build": "vuepress build docs"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://eslint.vuejs.org",
- "keywords": [
- "eslint",
- "eslint-plugin",
- "eslint-config",
- "vue",
- "vuejs",
- "rules"
- ],
- "author": "Toru Nagashima (https://github.com/mysticatea)",
- "contributors": [
- "Michał Sajnóg <msajnog93@gmail.com> (https://github.com/michalsnik)"
- ],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
- },
- "bugs": {
- "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
- },
- "engines": {
- "node": ">=6.5"
- },
- "peerDependencies": {
- "eslint": "^5.0.0"
- },
- "dependencies": {
- "vue-eslint-parser": "^5.0.0"
- },
- "devDependencies": {
- "@types/node": "^4.2.16",
- "@typescript-eslint/parser": "^1.11.0",
- "babel-eslint": "^10.0.2",
- "chai": "^4.1.0",
- "eslint": "^6.0.0",
- "eslint-plugin-eslint-plugin": "^2.0.1",
- "eslint-plugin-vue-libs": "^3.0.0",
- "eslint-plugin-vue": "file:.",
- "eslint4b": "^5.1.0",
- "lodash": "^4.17.4",
- "mocha": "^5.2.0",
- "nyc": "^12.0.2",
- "semver": "^5.6.0",
- "typescript": "^3.5.2",
- "vue-eslint-editor": "^0.1.4",
- "vuepress": "^0.14.5"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
- "_from": "eslint-plugin-vue@5.2.3",
- "_resolved": "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-5.2.3.tgz?cache=0&sync_timestamp=1608096288233&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-5.2.3.tgz"
- }
|