Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cross-spawn / package.json
1 {
2   "_from": "cross-spawn@^6.0.5",
3   "_id": "cross-spawn@6.0.5",
4   "_inBundle": false,
5   "_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
6   "_location": "/cross-spawn",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "cross-spawn@^6.0.5",
12     "name": "cross-spawn",
13     "escapedName": "cross-spawn",
14     "rawSpec": "^6.0.5",
15     "saveSpec": null,
16     "fetchSpec": "^6.0.5"
17   },
18   "_requiredBy": [
19     "/clipboardy/execa",
20     "/eslint",
21     "/os-locale/execa"
22   ],
23   "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
24   "_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
25   "_spec": "cross-spawn@^6.0.5",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
27   "author": {
28     "name": "AndrĂ© Cruz",
29     "email": "andre@moxy.studio"
30   },
31   "bugs": {
32     "url": "https://github.com/moxystudio/node-cross-spawn/issues"
33   },
34   "bundleDependencies": false,
35   "commitlint": {
36     "extends": [
37       "@commitlint/config-conventional"
38     ]
39   },
40   "dependencies": {
41     "nice-try": "^1.0.4",
42     "path-key": "^2.0.1",
43     "semver": "^5.5.0",
44     "shebang-command": "^1.2.0",
45     "which": "^1.2.9"
46   },
47   "deprecated": false,
48   "description": "Cross platform child_process#spawn and child_process#spawnSync",
49   "devDependencies": {
50     "@commitlint/cli": "^6.0.0",
51     "@commitlint/config-conventional": "^6.0.2",
52     "babel-core": "^6.26.0",
53     "babel-jest": "^22.1.0",
54     "babel-preset-moxy": "^2.2.1",
55     "eslint": "^4.3.0",
56     "eslint-config-moxy": "^5.0.0",
57     "husky": "^0.14.3",
58     "jest": "^22.0.0",
59     "lint-staged": "^7.0.0",
60     "mkdirp": "^0.5.1",
61     "regenerator-runtime": "^0.11.1",
62     "rimraf": "^2.6.2",
63     "standard-version": "^4.2.0"
64   },
65   "engines": {
66     "node": ">=4.8"
67   },
68   "files": [
69     "lib"
70   ],
71   "homepage": "https://github.com/moxystudio/node-cross-spawn",
72   "keywords": [
73     "spawn",
74     "spawnSync",
75     "windows",
76     "cross-platform",
77     "path-ext",
78     "shebang",
79     "cmd",
80     "execute"
81   ],
82   "license": "MIT",
83   "lint-staged": {
84     "*.js": [
85       "eslint --fix",
86       "git add"
87     ]
88   },
89   "main": "index.js",
90   "name": "cross-spawn",
91   "repository": {
92     "type": "git",
93     "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
94   },
95   "scripts": {
96     "commitmsg": "commitlint -e $GIT_PARAMS",
97     "lint": "eslint .",
98     "precommit": "lint-staged",
99     "prerelease": "npm t && npm run lint",
100     "release": "standard-version",
101     "test": "jest --env node --coverage"
102   },
103   "standard-version": {
104     "scripts": {
105       "posttag": "git push --follow-tags origin master && npm publish"
106     }
107   },
108   "version": "6.0.5"
109 }