Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / node_modules / fill-range / package.json
1 {
2   "_from": "fill-range@^4.0.0",
3   "_id": "fill-range@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
6   "_location": "/fast-glob/fill-range",
7   "_phantomChildren": {
8     "is-extendable": "0.1.1"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "fill-range@^4.0.0",
14     "name": "fill-range",
15     "escapedName": "fill-range",
16     "rawSpec": "^4.0.0",
17     "saveSpec": null,
18     "fetchSpec": "^4.0.0"
19   },
20   "_requiredBy": [
21     "/fast-glob/braces"
22   ],
23   "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
24   "_shasum": "d544811d428f98eb06a63dc402d2403c328c38f7",
25   "_spec": "fill-range@^4.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/braces",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/fill-range/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "email": "wtgtybhertgeghgtwtg@gmail.com",
38       "url": "https://github.com/wtgtybhertgeghgtwtg"
39     },
40     {
41       "name": "Edo Rivai",
42       "email": "edo.rivai@gmail.com",
43       "url": "edo.rivai.nl"
44     },
45     {
46       "name": "Jon Schlinkert",
47       "email": "jon.schlinkert@sellside.com",
48       "url": "http://twitter.com/jonschlinkert"
49     },
50     {
51       "name": "Paul Miller",
52       "email": "paul+gh@paulmillr.com",
53       "url": "paulmillr.com"
54     }
55   ],
56   "dependencies": {
57     "extend-shallow": "^2.0.1",
58     "is-number": "^3.0.0",
59     "repeat-string": "^1.6.1",
60     "to-regex-range": "^2.1.0"
61   },
62   "deprecated": false,
63   "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
64   "devDependencies": {
65     "ansi-cyan": "^0.1.1",
66     "benchmarked": "^1.0.0",
67     "gulp-format-md": "^0.1.12",
68     "minimist": "^1.2.0",
69     "mocha": "^3.2.0"
70   },
71   "engines": {
72     "node": ">=0.10.0"
73   },
74   "files": [
75     "index.js"
76   ],
77   "homepage": "https://github.com/jonschlinkert/fill-range",
78   "keywords": [
79     "alpha",
80     "alphabetical",
81     "array",
82     "bash",
83     "brace",
84     "expand",
85     "expansion",
86     "fill",
87     "glob",
88     "match",
89     "matches",
90     "matching",
91     "number",
92     "numerical",
93     "range",
94     "ranges",
95     "regex",
96     "sh"
97   ],
98   "license": "MIT",
99   "main": "index.js",
100   "name": "fill-range",
101   "repository": {
102     "type": "git",
103     "url": "git+https://github.com/jonschlinkert/fill-range.git"
104   },
105   "scripts": {
106     "test": "mocha"
107   },
108   "verb": {
109     "related": {
110       "list": [
111         "braces",
112         "expand-range",
113         "micromatch",
114         "to-regex-range"
115       ]
116     },
117     "toc": true,
118     "layout": "default",
119     "tasks": [
120       "readme"
121     ],
122     "plugins": [
123       "gulp-format-md"
124     ],
125     "lint": {
126       "reflinks": true
127     }
128   },
129   "version": "4.0.0"
130 }