Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / path-type / package.json
1 {
2   "_from": "path-type@^3.0.0",
3   "_id": "path-type@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
6   "_location": "/stylelint/path-type",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "path-type@^3.0.0",
12     "name": "path-type",
13     "escapedName": "path-type",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/read-pkg"
20   ],
21   "_resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
22   "_shasum": "cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f",
23   "_spec": "path-type@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/read-pkg",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/path-type/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "pify": "^3.0.0"
36   },
37   "deprecated": false,
38   "description": "Check if a path is a file, directory, or symlink",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=4"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/path-type#readme",
50   "keywords": [
51     "path",
52     "fs",
53     "type",
54     "is",
55     "check",
56     "directory",
57     "dir",
58     "file",
59     "filepath",
60     "symlink",
61     "symbolic",
62     "link",
63     "stat",
64     "stats",
65     "filesystem"
66   ],
67   "license": "MIT",
68   "name": "path-type",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/sindresorhus/path-type.git"
72   },
73   "scripts": {
74     "test": "xo && ava"
75   },
76   "version": "3.0.0"
77 }