UNPKG

eslint-plugin-vue

Version:
61 lines (60 loc) 1.59 kB
{ "name": "eslint-plugin-vue", "version": "3.9.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": { "start": "npm run test:simple -- --watch --growl", "test:base": "mocha \"tests/lib/**/*.js\"", "test:simple": "npm run test:base -- --reporter dot", "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000", "lint": "eslint .", "pretest": "npm run lint", "preversion": "npm run update && npm test", "update": "node ./tools/update-rules.js" }, "files": [ "lib" ], "homepage": "https://github.com/vuejs/eslint-plugin-vue#readme", "keywords": [ "eslint", "eslint-plugin", "eslint-config", "vue", "vuejs", "rules" ], "author": "Toru Nagashima (https://github.com/mysticatea)", "contributors": [ "Michał Sajnóg <msajnog93@gmail.com> (http://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": ">=4" }, "peerDependencies": { "eslint": "^3.18.0 || ^4.0.0" }, "dependencies": { "requireindex": "^1.1.0", "vue-eslint-parser": "^2.0.0-beta.3" }, "devDependencies": { "@types/node": "^4.2.16", "babel-eslint": "^7.2.3", "chai": "^4.1.0", "eslint": "^3.19.0", "eslint-plugin-eslint-plugin": "^0.8.0", "eslint-plugin-vue-libs": "^1.2.0", "mocha": "^3.2.0", "nyc": "^11.1.0" } }