Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / normalize-path / package.json
1 {
2   "_from": "normalize-path@^2.0.1",
3   "_id": "normalize-path@2.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
6   "_location": "/normalize-path",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "normalize-path@^2.0.1",
12     "name": "normalize-path",
13     "escapedName": "normalize-path",
14     "rawSpec": "^2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.1"
17   },
18   "_requiredBy": [
19     "/micromatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
22   "_shasum": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9",
23   "_spec": "normalize-path@^2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/normalize-path/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Blaine Bublitz",
36       "email": "blaine.bublitz@gmail.com",
37       "url": "https://twitter.com/BlaineBublitz"
38     },
39     {
40       "name": "Jon Schlinkert",
41       "email": "jon.schlinkert@sellside.com",
42       "url": "http://twitter.com/jonschlinkert"
43     }
44   ],
45   "dependencies": {
46     "remove-trailing-separator": "^1.0.1"
47   },
48   "deprecated": false,
49   "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
50   "devDependencies": {
51     "benchmarked": "^0.1.1",
52     "gulp-format-md": "^0.1.11",
53     "minimist": "^1.2.0",
54     "mocha": "*"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "homepage": "https://github.com/jonschlinkert/normalize-path",
63   "keywords": [
64     "backslash",
65     "file",
66     "filepath",
67     "fix",
68     "forward",
69     "fp",
70     "fs",
71     "normalize",
72     "path",
73     "slash",
74     "slashes",
75     "trailing",
76     "unix",
77     "urix"
78   ],
79   "license": "MIT",
80   "main": "index.js",
81   "name": "normalize-path",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/jonschlinkert/normalize-path.git"
85   },
86   "scripts": {
87     "test": "mocha"
88   },
89   "verb": {
90     "related": {
91       "list": [
92         "contains-path",
93         "ends-with",
94         "is-absolute",
95         "is-relative",
96         "parse-filepath",
97         "path-ends-with",
98         "path-segments",
99         "rewrite-ext",
100         "unixify"
101       ],
102       "description": "Other useful libraries for working with paths in node.js:"
103     },
104     "toc": false,
105     "layout": "default",
106     "tasks": [
107       "readme"
108     ],
109     "plugins": [
110       "gulp-format-md"
111     ],
112     "lint": {
113       "reflinks": true
114     }
115   },
116   "version": "2.1.1"
117 }