Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / path-is-absolute / package.json
1 {
2   "_from": "path-is-absolute@^1.0.0",
3   "_id": "path-is-absolute@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
6   "_location": "/path-is-absolute",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "path-is-absolute@^1.0.0",
12     "name": "path-is-absolute",
13     "escapedName": "path-is-absolute",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/glob",
20     "/mv/glob"
21   ],
22   "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
23   "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
24   "_spec": "path-is-absolute@^1.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/glob",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/path-is-absolute/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Node.js 0.12 path.isAbsolute() ponyfill",
37   "devDependencies": {
38     "xo": "^0.16.0"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
47   "keywords": [
48     "path",
49     "paths",
50     "file",
51     "dir",
52     "absolute",
53     "isabsolute",
54     "is-absolute",
55     "built-in",
56     "util",
57     "utils",
58     "core",
59     "ponyfill",
60     "polyfill",
61     "shim",
62     "is",
63     "detect",
64     "check"
65   ],
66   "license": "MIT",
67   "name": "path-is-absolute",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
71   },
72   "scripts": {
73     "test": "xo && node test.js"
74   },
75   "version": "1.0.1"
76 }