Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / import-local / package.json
1 {
2   "_from": "import-local@^0.1.1",
3   "_id": "import-local@0.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-sReVcqrNwRxqkQCftDDbyrX2aKg=",
6   "_location": "/import-local",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "import-local@^0.1.1",
12     "name": "import-local",
13     "escapedName": "import-local",
14     "rawSpec": "^0.1.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.1"
17   },
18   "_requiredBy": [
19     "/prettier-stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/import-local/-/import-local-0.1.1.tgz",
22   "_shasum": "b1179572aacdc11c6a91009fb430dbcab5f668a8",
23   "_spec": "import-local@^0.1.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-stylelint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bin": {
31     "import-local-fixture": "fixtures/cli.js"
32   },
33   "bugs": {
34     "url": "https://github.com/sindresorhus/import-local/issues"
35   },
36   "bundleDependencies": false,
37   "dependencies": {
38     "pkg-dir": "^2.0.0",
39     "resolve-cwd": "^2.0.0"
40   },
41   "deprecated": false,
42   "description": "Let a globally installed package use a locally installed version of itself if available",
43   "devDependencies": {
44     "ava": "*",
45     "cpy": "^5.0.0",
46     "del": "^2.2.2",
47     "execa": "^0.6.3",
48     "xo": "*"
49   },
50   "engines": {
51     "node": ">=4"
52   },
53   "files": [
54     "index.js",
55     "fixtures/cli.js"
56   ],
57   "homepage": "https://github.com/sindresorhus/import-local#readme",
58   "keywords": [
59     "import",
60     "local",
61     "require",
62     "resolve",
63     "global",
64     "version",
65     "prefer",
66     "cli"
67   ],
68   "license": "MIT",
69   "name": "import-local",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/sindresorhus/import-local.git"
73   },
74   "scripts": {
75     "test": "xo && ava"
76   },
77   "version": "0.1.1"
78 }