Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / repeat-element / package.json
1 {
2   "_from": "repeat-element@^1.1.2",
3   "_id": "repeat-element@1.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
6   "_location": "/repeat-element",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "repeat-element@^1.1.2",
12     "name": "repeat-element",
13     "escapedName": "repeat-element",
14     "rawSpec": "^1.1.2",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.2"
17   },
18   "_requiredBy": [
19     "/braces",
20     "/fast-glob/braces",
21     "/fill-range"
22   ],
23   "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
24   "_shasum": "782e0d825c0c5a3bb39731f84efee6b742e6b1ce",
25   "_spec": "repeat-element@^1.1.2",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/braces",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/repeat-element/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Create an array by repeating the given value n times.",
37   "devDependencies": {
38     "benchmarked": "^2.0.0",
39     "chalk": "^2.4.1",
40     "glob": "^7.1.2",
41     "gulp-format-md": "^1.0.0",
42     "minimist": "^1.2.0",
43     "mocha": "^3.5.3"
44   },
45   "engines": {
46     "node": ">=0.10.0"
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/jonschlinkert/repeat-element",
52   "keywords": [
53     "array",
54     "element",
55     "repeat",
56     "string"
57   ],
58   "license": "MIT",
59   "main": "index.js",
60   "name": "repeat-element",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/jonschlinkert/repeat-element.git"
64   },
65   "scripts": {
66     "test": "mocha"
67   },
68   "verb": {
69     "toc": false,
70     "layout": "default",
71     "tasks": [
72       "readme"
73     ],
74     "plugins": [
75       "gulp-format-md"
76     ],
77     "lint": {
78       "reflinks": true
79     }
80   },
81   "version": "1.1.3"
82 }