Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / mkdirp / package.json
1 {
2   "_from": "mkdirp@^0.5.1",
3   "_id": "mkdirp@0.5.5",
4   "_inBundle": false,
5   "_integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
6   "_location": "/mkdirp",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "mkdirp@^0.5.1",
12     "name": "mkdirp",
13     "escapedName": "mkdirp",
14     "rawSpec": "^0.5.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.5.1"
17   },
18   "_requiredBy": [
19     "/eslint",
20     "/fstream",
21     "/mv",
22     "/stylelint/write",
23     "/tslint",
24     "/write"
25   ],
26   "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
27   "_shasum": "d91cefd62d1436ca0f41620e251288d420099def",
28   "_spec": "mkdirp@^0.5.1",
29   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
30   "author": {
31     "name": "James Halliday",
32     "email": "mail@substack.net",
33     "url": "http://substack.net"
34   },
35   "bin": {
36     "mkdirp": "bin/cmd.js"
37   },
38   "bugs": {
39     "url": "https://github.com/substack/node-mkdirp/issues"
40   },
41   "bundleDependencies": false,
42   "dependencies": {
43     "minimist": "^1.2.5"
44   },
45   "deprecated": false,
46   "description": "Recursively mkdir, like `mkdir -p`",
47   "devDependencies": {
48     "mock-fs": "^3.7.0",
49     "tap": "^5.4.2"
50   },
51   "files": [
52     "bin",
53     "index.js"
54   ],
55   "homepage": "https://github.com/substack/node-mkdirp#readme",
56   "keywords": [
57     "mkdir",
58     "directory"
59   ],
60   "license": "MIT",
61   "main": "index.js",
62   "name": "mkdirp",
63   "publishConfig": {
64     "tag": "legacy"
65   },
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/substack/node-mkdirp.git"
69   },
70   "scripts": {
71     "test": "tap test/*.js"
72   },
73   "version": "0.5.5"
74 }