Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execa / node_modules / cross-spawn / package.json
1 {
2   "_from": "cross-spawn@^5.0.1",
3   "_id": "cross-spawn@5.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
6   "_location": "/execa/cross-spawn",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "cross-spawn@^5.0.1",
12     "name": "cross-spawn",
13     "escapedName": "cross-spawn",
14     "rawSpec": "^5.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^5.0.1"
17   },
18   "_requiredBy": [
19     "/execa"
20   ],
21   "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
22   "_shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
23   "_spec": "cross-spawn@^5.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/execa",
25   "author": {
26     "name": "IndigoUnited",
27     "email": "hello@indigounited.com",
28     "url": "http://indigounited.com"
29   },
30   "bugs": {
31     "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "lru-cache": "^4.0.1",
36     "shebang-command": "^1.2.0",
37     "which": "^1.2.9"
38   },
39   "deprecated": false,
40   "description": "Cross platform child_process#spawn and child_process#spawnSync",
41   "devDependencies": {
42     "@satazor/eslint-config": "^3.0.0",
43     "eslint": "^3.0.0",
44     "expect.js": "^0.3.0",
45     "glob": "^7.0.0",
46     "mkdirp": "^0.5.1",
47     "mocha": "^3.0.2",
48     "once": "^1.4.0",
49     "rimraf": "^2.5.0"
50   },
51   "files": [
52     "index.js",
53     "lib"
54   ],
55   "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
56   "keywords": [
57     "spawn",
58     "spawnSync",
59     "windows",
60     "cross",
61     "platform",
62     "path",
63     "ext",
64     "path-ext",
65     "path_ext",
66     "shebang",
67     "hashbang",
68     "cmd",
69     "execute"
70   ],
71   "license": "MIT",
72   "main": "index.js",
73   "name": "cross-spawn",
74   "repository": {
75     "type": "git",
76     "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
77   },
78   "scripts": {
79     "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
80     "test": "node test/prepare && mocha --bail test/test"
81   },
82   "version": "5.1.0"
83 }