You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
937 B
37 lines
937 B
{ |
|
"name": "@vue/cli-plugin-eslint", |
|
"version": "5.0.1", |
|
"description": "eslint plugin for vue-cli", |
|
"main": "index.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/vue-cli.git", |
|
"directory": "packages/@vue/cli-plugin-eslint" |
|
}, |
|
"keywords": [ |
|
"vue", |
|
"cli", |
|
"eslint" |
|
], |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vuejs/vue-cli/issues" |
|
}, |
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"dependencies": { |
|
"@vue/cli-shared-utils": "^5.0.1", |
|
"eslint-webpack-plugin": "^3.1.0", |
|
"globby": "^11.0.2", |
|
"webpack": "^5.54.0", |
|
"yorkie": "^2.0.0" |
|
}, |
|
"peerDependencies": { |
|
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0", |
|
"eslint": ">=7.5.0" |
|
}, |
|
"gitHead": "92d80a89122cea830a4e7e32946af64b4c3b62f7" |
|
}
|
|
|