Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / longest-streak / package.json
1 {
2   "_from": "longest-streak@^2.0.1",
3   "_id": "longest-streak@2.0.4",
4   "_inBundle": false,
5   "_integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
6   "_location": "/longest-streak",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "longest-streak@^2.0.1",
12     "name": "longest-streak",
13     "escapedName": "longest-streak",
14     "rawSpec": "^2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.1"
17   },
18   "_requiredBy": [
19     "/remark-stringify"
20   ],
21   "_resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
22   "_shasum": "b8599957da5b5dab64dee3fe316fa774597d90e4",
23   "_spec": "longest-streak@^2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
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/longest-streak/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": "Count the longest repeating streak of a character",
44   "devDependencies": {
45     "browserify": "^16.0.0",
46     "nyc": "^15.0.0",
47     "prettier": "^1.0.0",
48     "remark-cli": "^7.0.0",
49     "remark-preset-wooorm": "^6.0.0",
50     "tape": "^4.0.0",
51     "tinyify": "^2.0.0",
52     "xo": "^0.25.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/longest-streak#readme",
62   "keywords": [
63     "count",
64     "length",
65     "longest",
66     "repeating",
67     "streak",
68     "character"
69   ],
70   "license": "MIT",
71   "name": "longest-streak",
72   "nyc": {
73     "check-coverage": true,
74     "lines": 100,
75     "functions": 100,
76     "branches": 100
77   },
78   "prettier": {
79     "tabWidth": 2,
80     "useTabs": false,
81     "singleQuote": true,
82     "bracketSpacing": false,
83     "semi": false,
84     "trailingComma": "none"
85   },
86   "remarkConfig": {
87     "plugins": [
88       "preset-wooorm"
89     ]
90   },
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/wooorm/longest-streak.git"
94   },
95   "scripts": {
96     "build": "npm run build-bundle && npm run build-mangle",
97     "build-bundle": "browserify . -s longestStreak -o longest-streak.js",
98     "build-mangle": "browserify . -s longestStreak -p tinyify -o longest-streak.min.js",
99     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
100     "test": "npm run format && npm run build && npm run test-coverage",
101     "test-api": "node test",
102     "test-coverage": "nyc --reporter lcov tape test.js"
103   },
104   "version": "2.0.4",
105   "xo": {
106     "prettier": true,
107     "esnext": false,
108     "ignores": [
109       "longest-streak.js"
110     ]
111   }
112 }