Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tempy / package.json
1 {
2   "_from": "tempy@^0.2.1",
3   "_id": "tempy@0.2.1",
4   "_inBundle": false,
5   "_integrity": "sha512-LB83o9bfZGrntdqPuRdanIVCPReam9SOZKW0fOy5I9X3A854GGWi0tjCqoXEk84XIEYBc/x9Hq3EFop/H5wJaw==",
6   "_location": "/tempy",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "tempy@^0.2.1",
12     "name": "tempy",
13     "escapedName": "tempy",
14     "rawSpec": "^0.2.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.1"
17   },
18   "_requiredBy": [
19     "/prettier-stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/tempy/-/tempy-0.2.1.tgz",
22   "_shasum": "9038e4dbd1c201b74472214179bc2c6f7776e54c",
23   "_spec": "tempy@^0.2.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-stylelint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/tempy/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "temp-dir": "^1.0.0",
36     "unique-string": "^1.0.0"
37   },
38   "deprecated": false,
39   "description": "Get a random temporary file or directory path",
40   "devDependencies": {
41     "ava": "*",
42     "xo": "*"
43   },
44   "engines": {
45     "node": ">=4"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/sindresorhus/tempy#readme",
51   "keywords": [
52     "temp",
53     "tmp",
54     "temporary",
55     "path",
56     "file",
57     "directory",
58     "dir",
59     "folder",
60     "tempfile",
61     "tempdir",
62     "tmpdir",
63     "tmpfile",
64     "random",
65     "rand",
66     "unique",
67     "uniq"
68   ],
69   "license": "MIT",
70   "name": "tempy",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/sindresorhus/tempy.git"
74   },
75   "scripts": {
76     "test": "xo && ava"
77   },
78   "version": "0.2.1"
79 }