Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / npm-run-path / package.json
1 {
2   "_from": "npm-run-path@^2.0.0",
3   "_id": "npm-run-path@2.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
6   "_location": "/npm-run-path",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "npm-run-path@^2.0.0",
12     "name": "npm-run-path",
13     "escapedName": "npm-run-path",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/clipboardy/execa",
20     "/execa",
21     "/os-locale/execa"
22   ],
23   "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
24   "_shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
25   "_spec": "npm-run-path@^2.0.0",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/execa",
27   "author": {
28     "name": "Sindre Sorhus",
29     "email": "sindresorhus@gmail.com",
30     "url": "sindresorhus.com"
31   },
32   "bugs": {
33     "url": "https://github.com/sindresorhus/npm-run-path/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "path-key": "^2.0.0"
38   },
39   "deprecated": false,
40   "description": "Get your PATH prepended with locally installed binaries",
41   "devDependencies": {
42     "ava": "*",
43     "xo": "*"
44   },
45   "engines": {
46     "node": ">=4"
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
52   "keywords": [
53     "npm",
54     "run",
55     "path",
56     "package",
57     "bin",
58     "binary",
59     "binaries",
60     "script",
61     "cli",
62     "command-line",
63     "execute",
64     "executable"
65   ],
66   "license": "MIT",
67   "name": "npm-run-path",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/sindresorhus/npm-run-path.git"
71   },
72   "scripts": {
73     "test": "xo && ava"
74   },
75   "version": "2.0.2",
76   "xo": {
77     "esnext": true
78   }
79 }