| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "eslint-plugin-vue",
- "version": "4.7.1",
- "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"
- },
- "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": {
- "vue-eslint-parser": "^2.0.3"
- },
- "devDependencies": {
- "@types/node": "^4.2.16",
- "babel-eslint": "^8.2.2",
- "chai": "^4.1.0",
- "eslint": "^4.14.0",
- "eslint-plugin-eslint-plugin": "^0.8.0",
- "eslint-plugin-html": "^4.0.1",
- "eslint-plugin-vue-libs": "^2.0.0",
- "lodash": "^4.17.4",
- "mocha": "^3.2.0",
- "nyc": "^11.1.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
- "_from": "eslint-plugin-vue@4.7.1",
- "_resolved": "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-4.7.1.tgz?cache=0&sync_timestamp=1608096288233&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-4.7.1.tgz"
- }
|