Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / randomatic / package.json
1 {
2   "_from": "randomatic@^3.0.0",
3   "_id": "randomatic@3.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==",
6   "_location": "/randomatic",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "randomatic@^3.0.0",
12     "name": "randomatic",
13     "escapedName": "randomatic",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/fill-range"
20   ],
21   "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz",
22   "_shasum": "b776efc59375984e36c537b2f51a1f0aff0da1ed",
23   "_spec": "randomatic@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fill-range",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/randomatic/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Bogdan Chadkin",
36       "url": "https://github.com/TrySound"
37     },
38     {
39       "name": "Dragos Fotescu",
40       "url": "http://dragosfotescu.com"
41     },
42     {
43       "name": "Faiz ul haque",
44       "url": "http://www.10pearls.com"
45     },
46     {
47       "name": "Jon Schlinkert",
48       "url": "http://twitter.com/jonschlinkert"
49     },
50     {
51       "name": "Michael Rhodes",
52       "url": "http://michaelrhod.es"
53     },
54     {
55       "name": "Paul Miller",
56       "url": "https://paulmillr.com"
57     },
58     {
59       "name": "Rouven Weßling",
60       "url": "www.rouvenwessling.de"
61     },
62     {
63       "name": "Sun Knudsen",
64       "url": "https://sunknudsen.com"
65     }
66   ],
67   "dependencies": {
68     "is-number": "^4.0.0",
69     "kind-of": "^6.0.0",
70     "math-random": "^1.0.1"
71   },
72   "deprecated": false,
73   "description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
74   "devDependencies": {
75     "ansi-bold": "^0.1.1",
76     "benchmarked": "^1.1.1",
77     "glob": "^7.1.2",
78     "gulp-format-md": "^0.1.12",
79     "mocha": "^3.4.2"
80   },
81   "engines": {
82     "node": ">= 0.10.0"
83   },
84   "files": [
85     "index.js"
86   ],
87   "homepage": "https://github.com/jonschlinkert/randomatic",
88   "keywords": [
89     "alpha",
90     "alpha-numeric",
91     "alphanumeric",
92     "characters",
93     "chars",
94     "generate",
95     "generate-password",
96     "numeric",
97     "password",
98     "rand",
99     "random",
100     "randomatic",
101     "randomize",
102     "randomized"
103   ],
104   "license": "MIT",
105   "main": "index.js",
106   "name": "randomatic",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/jonschlinkert/randomatic.git"
110   },
111   "scripts": {
112     "test": "mocha"
113   },
114   "verb": {
115     "toc": false,
116     "layout": "default",
117     "tasks": [
118       "readme"
119     ],
120     "plugins": [
121       "gulp-format-md"
122     ],
123     "related": {
124       "list": [
125         "pad-left",
126         "pad-right",
127         "repeat-string"
128       ]
129     },
130     "lint": {
131       "reflinks": true
132     }
133   },
134   "version": "3.1.1"
135 }