Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / write-file-atomic / package.json
1 {
2   "_from": "write-file-atomic@^2.0.0",
3   "_id": "write-file-atomic@2.4.3",
4   "_inBundle": false,
5   "_integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
6   "_location": "/write-file-atomic",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "write-file-atomic@^2.0.0",
12     "name": "write-file-atomic",
13     "escapedName": "write-file-atomic",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/configstore"
20   ],
21   "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
22   "_shasum": "1fd2e9ae1df3e75b8d8c367443c692d4ca81f481",
23   "_spec": "write-file-atomic@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/configstore",
25   "author": {
26     "name": "Rebecca Turner",
27     "email": "me@re-becca.org",
28     "url": "http://re-becca.org"
29   },
30   "bugs": {
31     "url": "https://github.com/iarna/write-file-atomic/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "graceful-fs": "^4.1.11",
36     "imurmurhash": "^0.1.4",
37     "signal-exit": "^3.0.2"
38   },
39   "deprecated": false,
40   "description": "Write files in an atomic fashion w/configurable ownership",
41   "devDependencies": {
42     "mkdirp": "^0.5.1",
43     "require-inject": "^1.4.0",
44     "rimraf": "^2.5.4",
45     "standard": "^12.0.1",
46     "tap": "^12.1.3"
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/iarna/write-file-atomic",
52   "keywords": [
53     "writeFile",
54     "atomic"
55   ],
56   "license": "ISC",
57   "main": "index.js",
58   "name": "write-file-atomic",
59   "repository": {
60     "type": "git",
61     "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
62   },
63   "scripts": {
64     "postpublish": "git push origin --follow-tags",
65     "postversion": "npm publish",
66     "preversion": "npm test",
67     "test": "standard && tap --100 test/*.js"
68   },
69   "version": "2.4.3"
70 }