| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "@vue/eslint-config-standard",
- "version": "3.0.5",
- "description": "eslint-config-standard for vue-cli",
- "main": "index.js",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git"
- },
- "keywords": [
- "vue",
- "cli"
- ],
- "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/eslint-config-standard#readme",
- "dependencies": {
- "eslint-config-standard": "^12.0.0-alpha.0",
- "eslint-plugin-import": "^2.11.0",
- "eslint-plugin-node": "^6.0.1",
- "eslint-plugin-promise": "^3.7.0",
- "eslint-plugin-standard": "^3.1.0"
- }
- }
|