Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fill-range / package.json
1 {
2   "_from": "fill-range@^2.1.0",
3   "_id": "fill-range@2.2.4",
4   "_inBundle": false,
5   "_integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==",
6   "_location": "/fill-range",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "fill-range@^2.1.0",
12     "name": "fill-range",
13     "escapedName": "fill-range",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/expand-range"
20   ],
21   "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz",
22   "_shasum": "eb1e773abb056dcd8df2bfdf6af59b8b3a936565",
23   "_spec": "fill-range@^2.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/expand-range",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/fill-range/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "is-number": "^2.1.0",
35     "isobject": "^2.0.0",
36     "randomatic": "^3.0.0",
37     "repeat-element": "^1.1.2",
38     "repeat-string": "^1.5.2"
39   },
40   "deprecated": false,
41   "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
42   "devDependencies": {
43     "benchmarked": "^0.1.3",
44     "chalk": "^0.5.1",
45     "gulp-format-md": "^1.0.0",
46     "should": "^13.2.1"
47   },
48   "engines": {
49     "node": ">=0.10.0"
50   },
51   "files": [
52     "index.js"
53   ],
54   "homepage": "https://github.com/jonschlinkert/fill-range",
55   "keywords": [
56     "alpha",
57     "alphabetical",
58     "bash",
59     "brace",
60     "expand",
61     "expansion",
62     "fill",
63     "glob",
64     "match",
65     "matches",
66     "matching",
67     "number",
68     "numerical",
69     "range",
70     "ranges",
71     "sh"
72   ],
73   "license": "MIT",
74   "main": "index.js",
75   "name": "fill-range",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/jonschlinkert/fill-range.git"
79   },
80   "scripts": {
81     "test": "mocha"
82   },
83   "verb": {
84     "toc": true,
85     "layout": "default",
86     "tasks": [
87       "readme"
88     ],
89     "plugins": [
90       "gulp-format-md"
91     ],
92     "related": {
93       "list": [
94         "braces",
95         "expand-range",
96         "is-glob",
97         "micromatch"
98       ]
99     },
100     "lint": {
101       "reflinks": true
102     },
103     "reflinks": [
104       "micromatch",
105       "randomatic"
106     ]
107   },
108   "version": "2.2.4"
109 }