some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / vue-eslint-parser / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/vue-eslint-parser/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/vue-eslint-parser/package.json
deleted file mode 100644 (file)
index 7e2b768..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-{
-  "_from": "vue-eslint-parser@~7.1.0",
-  "_id": "vue-eslint-parser@7.1.1",
-  "_inBundle": false,
-  "_integrity": "sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==",
-  "_location": "/vue-eslint-parser",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "vue-eslint-parser@~7.1.0",
-    "name": "vue-eslint-parser",
-    "escapedName": "vue-eslint-parser",
-    "rawSpec": "~7.1.0",
-    "saveSpec": null,
-    "fetchSpec": "~7.1.0"
-  },
-  "_requiredBy": [
-    "/prettier-eslint"
-  ],
-  "_resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz",
-  "_shasum": "c43c1c715ff50778b9a7e9a4e16921185f3425d3",
-  "_spec": "vue-eslint-parser@~7.1.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
-  "author": {
-    "name": "Toru Nagashima"
-  },
-  "bugs": {
-    "url": "https://github.com/mysticatea/vue-eslint-parser/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "debug": "^4.1.1",
-    "eslint-scope": "^5.0.0",
-    "eslint-visitor-keys": "^1.1.0",
-    "espree": "^6.2.1",
-    "esquery": "^1.0.1",
-    "lodash": "^4.17.15"
-  },
-  "deprecated": false,
-  "description": "The ESLint custom parser for `.vue` files.",
-  "devDependencies": {
-    "@mysticatea/eslint-plugin": "^11.0.0",
-    "@types/debug": "0.0.30",
-    "@types/estree": "0.0.38",
-    "@types/lodash": "^4.14.120",
-    "@types/mocha": "^5.2.4",
-    "@types/node": "^10.12.21",
-    "@typescript-eslint/parser": "^2.31.0",
-    "babel-eslint": "^10.0.1",
-    "chokidar": "^2.0.4",
-    "codecov": "^3.1.0",
-    "cross-spawn": "^6.0.5",
-    "dts-bundle": "^0.7.3",
-    "eslint": "^7.0.0",
-    "fs-extra": "^7.0.1",
-    "mocha": "^6.1.4",
-    "npm-run-all": "^4.1.5",
-    "nyc": "^14.0.0",
-    "opener": "^1.5.1",
-    "rimraf": "^2.6.3",
-    "rollup": "^1.1.2",
-    "rollup-plugin-node-resolve": "^4.0.0",
-    "rollup-plugin-sourcemaps": "^0.4.2",
-    "ts-node": "^8.1.0",
-    "typescript": "~3.4.4",
-    "wait-on": "^3.2.0",
-    "warun": "^1.0.0"
-  },
-  "engines": {
-    "node": ">=8.10"
-  },
-  "files": [
-    "index.*"
-  ],
-  "funding": "https://github.com/sponsors/mysticatea",
-  "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme",
-  "keywords": [],
-  "license": "MIT",
-  "main": "index.js",
-  "name": "vue-eslint-parser",
-  "peerDependencies": {
-    "eslint": ">=5.0.0"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/mysticatea/vue-eslint-parser.git"
-  },
-  "scripts": {
-    "build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
-    "clean": "rimraf .nyc_output .temp coverage index.*",
-    "codecov": "codecov",
-    "coverage": "opener ./coverage/lcov-report/index.html",
-    "lint": "node -e \"if(process.env.ESLINT=='5')process.exit(1)\" && eslint src test --ext .js,.ts || node -e \"if(process.env.ESLINT!='5')process.exit(1)\"",
-    "postversion": "git push && git push --tags",
-    "prebuild": "npm run -s clean",
-    "pretest": "run-s build lint",
-    "preupdate-fixtures": "npm run -s build",
-    "preversion": "npm test",
-    "prewatch": "npm run -s clean",
-    "setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
-    "test": "npm run -s test:mocha",
-    "test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
-    "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
-    "version": "npm run -s build",
-    "watch": "run-p watch:*",
-    "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
-    "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
-    "watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
-    "watch:tsc": "tsc --module es2015 --watch",
-    "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js"
-  },
-  "version": "7.1.1"
-}