Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / write / package.json
1 {
2   "_from": "write@1.0.3",
3   "_id": "write@1.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==",
6   "_location": "/write",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "write@1.0.3",
12     "name": "write",
13     "escapedName": "write",
14     "rawSpec": "1.0.3",
15     "saveSpec": null,
16     "fetchSpec": "1.0.3"
17   },
18   "_requiredBy": [
19     "/flat-cache"
20   ],
21   "_resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz",
22   "_shasum": "0800e14523b923a387e415123c865616aae0f5c3",
23   "_spec": "write@1.0.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/flat-cache",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/write/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Charlike Mike Reagent",
36       "url": "https://i.am.charlike.online"
37     },
38     {
39       "name": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     }
42   ],
43   "dependencies": {
44     "mkdirp": "^0.5.1"
45   },
46   "deprecated": false,
47   "description": "Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.",
48   "devDependencies": {
49     "async-each": "^1.0.1",
50     "delete": "^1.1.0",
51     "gulp-format-md": "^1.0.0",
52     "mocha": "^3.4.2"
53   },
54   "engines": {
55     "node": ">=4"
56   },
57   "files": [
58     "index.js"
59   ],
60   "homepage": "https://github.com/jonschlinkert/write",
61   "keywords": [
62     "file",
63     "filepath",
64     "files",
65     "filesystem",
66     "folder",
67     "fs",
68     "fs.writeFile",
69     "fs.writeFileSync",
70     "path",
71     "write"
72   ],
73   "license": "MIT",
74   "main": "index.js",
75   "name": "write",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/jonschlinkert/write.git"
79   },
80   "scripts": {
81     "test": "mocha"
82   },
83   "verb": {
84     "run": true,
85     "toc": false,
86     "layout": "default",
87     "tasks": [
88       "readme"
89     ],
90     "plugins": [
91       "gulp-format-md"
92     ],
93     "related": {
94       "list": [
95         "delete",
96         "read-data",
97         "read-yaml",
98         "write-data",
99         "write-json",
100         "write-yaml"
101       ]
102     },
103     "reflinks": [
104       "verb"
105     ],
106     "lint": {
107       "reflinks": true
108     }
109   },
110   "version": "1.0.3"
111 }