Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / temp-dir / package.json
1 {
2   "_from": "temp-dir@^1.0.0",
3   "_id": "temp-dir@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=",
6   "_location": "/temp-dir",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "temp-dir@^1.0.0",
12     "name": "temp-dir",
13     "escapedName": "temp-dir",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/temp-write",
20     "/tempy"
21   ],
22   "_resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
23   "_shasum": "0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d",
24   "_spec": "temp-dir@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/temp-write",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/temp-dir/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Get the real path of the system temp directory",
37   "devDependencies": {
38     "ava": "*",
39     "proxyquire": "^1.7.11",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=4"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/temp-dir#readme",
49   "keywords": [
50     "temp",
51     "tmp",
52     "dir",
53     "tmpdir",
54     "os",
55     "system",
56     "real",
57     "path",
58     "realpath",
59     "resolved"
60   ],
61   "license": "MIT",
62   "name": "temp-dir",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/sindresorhus/temp-dir.git"
66   },
67   "scripts": {
68     "test": "xo && ava"
69   },
70   "version": "1.0.0"
71 }