4330299bb9a82b367eda1eb0ef6b92d9679d0ef3
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / uuid / package.json
1 {
2   "_from": "uuid@^3.0.1",
3   "_id": "uuid@3.4.0",
4   "_inBundle": false,
5   "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
6   "_location": "/uuid",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "uuid@^3.0.1",
12     "name": "uuid",
13     "escapedName": "uuid",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/coc.nvim",
20     "/temp-write"
21   ],
22   "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
23   "_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
24   "_spec": "uuid@^3.0.1",
25   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/temp-write",
26   "bin": {
27     "uuid": "bin/uuid"
28   },
29   "browser": {
30     "./lib/rng.js": "./lib/rng-browser.js",
31     "./lib/sha1.js": "./lib/sha1-browser.js",
32     "./lib/md5.js": "./lib/md5-browser.js"
33   },
34   "bugs": {
35     "url": "https://github.com/uuidjs/uuid/issues"
36   },
37   "bundleDependencies": false,
38   "commitlint": {
39     "extends": [
40       "@commitlint/config-conventional"
41     ]
42   },
43   "contributors": [
44     {
45       "name": "Robert Kieffer",
46       "email": "robert@broofa.com"
47     },
48     {
49       "name": "Christoph Tavan",
50       "email": "dev@tavan.de"
51     },
52     {
53       "name": "AJ ONeal",
54       "email": "coolaj86@gmail.com"
55     },
56     {
57       "name": "Vincent Voyer",
58       "email": "vincent@zeroload.net"
59     },
60     {
61       "name": "Roman Shtylman",
62       "email": "shtylman@gmail.com"
63     }
64   ],
65   "deprecated": false,
66   "description": "RFC4122 (v1, v4, and v5) UUIDs",
67   "devDependencies": {
68     "@commitlint/cli": "~8.2.0",
69     "@commitlint/config-conventional": "~8.2.0",
70     "eslint": "~6.4.0",
71     "husky": "~3.0.5",
72     "mocha": "6.2.0",
73     "runmd": "1.2.1",
74     "standard-version": "7.0.0"
75   },
76   "homepage": "https://github.com/uuidjs/uuid#readme",
77   "husky": {
78     "hooks": {
79       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
80     }
81   },
82   "keywords": [
83     "uuid",
84     "guid",
85     "rfc4122"
86   ],
87   "license": "MIT",
88   "name": "uuid",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/uuidjs/uuid.git"
92   },
93   "scripts": {
94     "lint": "eslint .",
95     "md": "runmd --watch --output=README.md README_js.md",
96     "prepare": "runmd --output=README.md README_js.md",
97     "release": "standard-version",
98     "test": "npm run lint && mocha test/test.js"
99   },
100   "version": "3.4.0"
101 }