Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / math-random / package.json
1 {
2   "_from": "math-random@^1.0.1",
3   "_id": "math-random@1.0.4",
4   "_inBundle": false,
5   "_integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
6   "_location": "/math-random",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "math-random@^1.0.1",
12     "name": "math-random",
13     "escapedName": "math-random",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/randomatic"
20   ],
21   "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",
22   "_shasum": "5dd6943c938548267016d4e34f057583080c514c",
23   "_spec": "math-random@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/randomatic",
25   "author": {
26     "name": "Michael Rhodes"
27   },
28   "browser": "browser.js",
29   "bugs": {
30     "url": "https://github.com/michaelrhodes/math-random/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.",
35   "devDependencies": {
36     "array-unique": "~0.2.1",
37     "dexy": "github:michaelrhodes/dexy#1.0.1"
38   },
39   "homepage": "https://github.com/michaelrhodes/math-random#readme",
40   "license": "MIT",
41   "main": "node.js",
42   "name": "math-random",
43   "repository": {
44     "type": "git",
45     "url": "git+https://github.com/michaelrhodes/math-random.git"
46   },
47   "scripts": {
48     "test": "dexy test.js"
49   },
50   "version": "1.0.4"
51 }