Actualizacion maquina principal
[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     "/cacache",
20     "/coc.nvim",
21     "/copy-concurrently",
22     "/eslint",
23     "/move-concurrently",
24     "/mv",
25     "/stylelint/write",
26     "/tar",
27     "/tslint",
28     "/webpack",
29     "/write"
30   ],
31   "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
32   "_shasum": "d91cefd62d1436ca0f41620e251288d420099def",
33   "_spec": "mkdirp@^0.5.1",
34   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
35   "author": {
36     "name": "James Halliday",
37     "email": "mail@substack.net",
38     "url": "http://substack.net"
39   },
40   "bin": {
41     "mkdirp": "bin/cmd.js"
42   },
43   "bugs": {
44     "url": "https://github.com/substack/node-mkdirp/issues"
45   },
46   "bundleDependencies": false,
47   "dependencies": {
48     "minimist": "^1.2.5"
49   },
50   "deprecated": false,
51   "description": "Recursively mkdir, like `mkdir -p`",
52   "devDependencies": {
53     "mock-fs": "^3.7.0",
54     "tap": "^5.4.2"
55   },
56   "files": [
57     "bin",
58     "index.js"
59   ],
60   "homepage": "https://github.com/substack/node-mkdirp#readme",
61   "keywords": [
62     "mkdir",
63     "directory"
64   ],
65   "license": "MIT",
66   "main": "index.js",
67   "name": "mkdirp",
68   "publishConfig": {
69     "tag": "legacy"
70   },
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/substack/node-mkdirp.git"
74   },
75   "scripts": {
76     "test": "tap test/*.js"
77   },
78   "version": "0.5.5"
79 }