Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / trim-trailing-lines / package.json
1 {
2   "_from": "trim-trailing-lines@^1.0.0",
3   "_id": "trim-trailing-lines@1.1.4",
4   "_inBundle": false,
5   "_integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==",
6   "_location": "/trim-trailing-lines",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "trim-trailing-lines@^1.0.0",
12     "name": "trim-trailing-lines",
13     "escapedName": "trim-trailing-lines",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/remark-parse"
20   ],
21   "_resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz",
22   "_shasum": "bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0",
23   "_spec": "trim-trailing-lines@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-parse",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/trim-trailing-lines/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {},
42   "deprecated": false,
43   "description": "Remove final line feeds from a string",
44   "devDependencies": {
45     "browserify": "^17.0.0",
46     "nyc": "^15.0.0",
47     "prettier": "^2.0.0",
48     "remark-cli": "^9.0.0",
49     "remark-preset-wooorm": "^8.0.0",
50     "tape": "^5.0.0",
51     "tinyify": "^3.0.0",
52     "xo": "^0.34.0"
53   },
54   "files": [
55     "index.js"
56   ],
57   "funding": {
58     "type": "github",
59     "url": "https://github.com/sponsors/wooorm"
60   },
61   "homepage": "https://github.com/wooorm/trim-trailing-lines#readme",
62   "keywords": [
63     "trim",
64     "final",
65     "line",
66     "newline",
67     "characters"
68   ],
69   "license": "MIT",
70   "name": "trim-trailing-lines",
71   "nyc": {
72     "check-coverage": true,
73     "lines": 100,
74     "functions": 100,
75     "branches": 100
76   },
77   "prettier": {
78     "tabWidth": 2,
79     "useTabs": false,
80     "singleQuote": true,
81     "bracketSpacing": false,
82     "semi": false,
83     "trailingComma": "none"
84   },
85   "remarkConfig": {
86     "plugins": [
87       "preset-wooorm"
88     ]
89   },
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/wooorm/trim-trailing-lines.git"
93   },
94   "scripts": {
95     "build": "npm run build-bundle && npm run build-mangle",
96     "build-bundle": "browserify . -s trimTrailingLines -o trim-trailing-lines.js",
97     "build-mangle": "browserify . -s trimTrailingLines -p tinyify -o trim-trailing-lines.min.js",
98     "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
99     "test": "npm run format && npm run build && npm run test-coverage",
100     "test-api": "node test",
101     "test-coverage": "nyc --reporter lcov tape test.js"
102   },
103   "version": "1.1.4",
104   "xo": {
105     "prettier": true,
106     "esnext": false,
107     "ignores": [
108       "trim-trailing-lines.js"
109     ]
110   }
111 }