Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / trim-newlines / package.json
1 {
2   "_from": "trim-newlines@^2.0.0",
3   "_id": "trim-newlines@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
6   "_location": "/stylelint/trim-newlines",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "trim-newlines@^2.0.0",
12     "name": "trim-newlines",
13     "escapedName": "trim-newlines",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/meow"
20   ],
21   "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
22   "_shasum": "b403d0b91be50c331dfc4b82eeceb22c3de16d20",
23   "_spec": "trim-newlines@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/meow",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/trim-newlines/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Trim newlines from the start and/or end of a string",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
47   "keywords": [
48     "trim",
49     "newline",
50     "newlines",
51     "linebreak",
52     "lf",
53     "crlf",
54     "left",
55     "right",
56     "start",
57     "end",
58     "string",
59     "str",
60     "remove",
61     "delete",
62     "strip"
63   ],
64   "license": "MIT",
65   "name": "trim-newlines",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/sindresorhus/trim-newlines.git"
69   },
70   "scripts": {
71     "test": "xo && ava"
72   },
73   "version": "2.0.0"
74 }