some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / trim-trailing-lines / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/trim-trailing-lines/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/trim-trailing-lines/package.json
deleted file mode 100644 (file)
index 55d07d6..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-{
-  "_from": "trim-trailing-lines@^1.0.0",
-  "_id": "trim-trailing-lines@1.1.4",
-  "_inBundle": false,
-  "_integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==",
-  "_location": "/trim-trailing-lines",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "trim-trailing-lines@^1.0.0",
-    "name": "trim-trailing-lines",
-    "escapedName": "trim-trailing-lines",
-    "rawSpec": "^1.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^1.0.0"
-  },
-  "_requiredBy": [
-    "/remark-parse"
-  ],
-  "_resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz",
-  "_shasum": "bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0",
-  "_spec": "trim-trailing-lines@^1.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-parse",
-  "author": {
-    "name": "Titus Wormer",
-    "email": "tituswormer@gmail.com",
-    "url": "https://wooorm.com"
-  },
-  "bugs": {
-    "url": "https://github.com/wooorm/trim-trailing-lines/issues"
-  },
-  "bundleDependencies": false,
-  "contributors": [
-    {
-      "name": "Titus Wormer",
-      "email": "tituswormer@gmail.com",
-      "url": "https://wooorm.com"
-    }
-  ],
-  "dependencies": {},
-  "deprecated": false,
-  "description": "Remove final line feeds from a string",
-  "devDependencies": {
-    "browserify": "^17.0.0",
-    "nyc": "^15.0.0",
-    "prettier": "^2.0.0",
-    "remark-cli": "^9.0.0",
-    "remark-preset-wooorm": "^8.0.0",
-    "tape": "^5.0.0",
-    "tinyify": "^3.0.0",
-    "xo": "^0.34.0"
-  },
-  "files": [
-    "index.js"
-  ],
-  "funding": {
-    "type": "github",
-    "url": "https://github.com/sponsors/wooorm"
-  },
-  "homepage": "https://github.com/wooorm/trim-trailing-lines#readme",
-  "keywords": [
-    "trim",
-    "final",
-    "line",
-    "newline",
-    "characters"
-  ],
-  "license": "MIT",
-  "name": "trim-trailing-lines",
-  "nyc": {
-    "check-coverage": true,
-    "lines": 100,
-    "functions": 100,
-    "branches": 100
-  },
-  "prettier": {
-    "tabWidth": 2,
-    "useTabs": false,
-    "singleQuote": true,
-    "bracketSpacing": false,
-    "semi": false,
-    "trailingComma": "none"
-  },
-  "remarkConfig": {
-    "plugins": [
-      "preset-wooorm"
-    ]
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/wooorm/trim-trailing-lines.git"
-  },
-  "scripts": {
-    "build": "npm run build-bundle && npm run build-mangle",
-    "build-bundle": "browserify . -s trimTrailingLines -o trim-trailing-lines.js",
-    "build-mangle": "browserify . -s trimTrailingLines -p tinyify -o trim-trailing-lines.min.js",
-    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
-    "test": "npm run format && npm run build && npm run test-coverage",
-    "test-api": "node test",
-    "test-coverage": "nyc --reporter lcov tape test.js"
-  },
-  "version": "1.1.4",
-  "xo": {
-    "prettier": true,
-    "esnext": false,
-    "ignores": [
-      "trim-trailing-lines.js"
-    ]
-  }
-}