Spaces:
Sleeping
Sleeping
{ | |
"name": "@vue/eslint-config-standard", | |
"version": "5.1.2", | |
"description": "eslint-config-standard for Vue CLI", | |
"main": "index.js", | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/vuejs/eslint-config-standard.git" | |
}, | |
"keywords": [ | |
"vue", | |
"cli" | |
], | |
"author": "Evan You", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/vuejs/eslint-config-standard/issues" | |
}, | |
"homepage": "https://github.com/vuejs/eslint-config-standard#readme", | |
"dependencies": { | |
"eslint-config-standard": "^14.1.0", | |
"eslint-import-resolver-node": "^0.3.3", | |
"eslint-import-resolver-webpack": "^0.12.1" | |
}, | |
"peerDependencies": { | |
"@vue/cli-service": "^3.0.0 || ^4.0.0-0", | |
"eslint": ">=6.2.2", | |
"eslint-plugin-import": ">= 2.18.0", | |
"eslint-plugin-node": ">= 9.1.0", | |
"eslint-plugin-promise": ">= 4.2.1", | |
"eslint-plugin-standard": ">= 4.0.0", | |
"eslint-plugin-vue": ">= 6.1.2" | |
}, | |
"peerDependenciesMeta": { | |
"@vue/cli-service": { | |
"optional": true | |
} | |
} | |
} | |