some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/prettier/package.json
deleted file mode 100755 (executable)
index 16aa29a..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-{
-  "_from": "prettier@^2.1.2",
-  "_id": "prettier@2.2.1",
-  "_inBundle": false,
-  "_integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
-  "_location": "/prettier",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "prettier@^2.1.2",
-    "name": "prettier",
-    "escapedName": "prettier",
-    "rawSpec": "^2.1.2",
-    "saveSpec": null,
-    "fetchSpec": "^2.1.2"
-  },
-  "_requiredBy": [
-    "/",
-    "/prettier-eslint"
-  ],
-  "_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
-  "_shasum": "795a1a78dd52f073da0cd42b21f9c91381923ff5",
-  "_spec": "prettier@^2.1.2",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR",
-  "author": {
-    "name": "James Long"
-  },
-  "bin": {
-    "prettier": "bin-prettier.js"
-  },
-  "browser": "./standalone.js",
-  "bugs": {
-    "url": "https://github.com/prettier/prettier/issues"
-  },
-  "bundleDependencies": false,
-  "deprecated": false,
-  "description": "Prettier is an opinionated code formatter",
-  "engines": {
-    "node": ">=10.13.0"
-  },
-  "files": [
-    "*.js",
-    "esm/*.mjs"
-  ],
-  "homepage": "https://prettier.io",
-  "license": "MIT",
-  "main": "./index.js",
-  "name": "prettier",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/prettier/prettier.git"
-  },
-  "scripts": {
-    "prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
-  },
-  "unpkg": "./standalone.js",
-  "version": "2.2.1"
-}