Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / external-editor / package.json
1 {
2   "_from": "external-editor@^3.0.3",
3   "_id": "external-editor@3.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
6   "_location": "/external-editor",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "external-editor@^3.0.3",
12     "name": "external-editor",
13     "escapedName": "external-editor",
14     "rawSpec": "^3.0.3",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.3"
17   },
18   "_requiredBy": [
19     "/inquirer"
20   ],
21   "_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
22   "_shasum": "cb03f740befae03ea4d283caed2741a83f335495",
23   "_spec": "external-editor@^3.0.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/inquirer",
25   "author": {
26     "name": "Kevin Gravier",
27     "email": "kevin@mrkmg.com",
28     "url": "https://mrkmg.com"
29   },
30   "bugs": {
31     "url": "https://github.com/mrkmg/node-external-editor/issues"
32   },
33   "bundleDependencies": false,
34   "config": {
35     "ndt": {
36       "versions": [
37         "major"
38       ]
39     }
40   },
41   "dependencies": {
42     "chardet": "^0.7.0",
43     "iconv-lite": "^0.4.24",
44     "tmp": "^0.0.33"
45   },
46   "deprecated": false,
47   "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
48   "devDependencies": {
49     "@types/chai": "^4.1.4",
50     "@types/chardet": "^0.5.0",
51     "@types/mocha": "^5.2.5",
52     "@types/node": "^10.14.12",
53     "@types/tmp": "0.0.33",
54     "chai": "^4.0.0",
55     "es6-shim": "^0.35.3",
56     "mocha": "^5.2.0",
57     "ts-node": "^7.0.1",
58     "tslint": "^5.18.0",
59     "typescript": "^3.5.2"
60   },
61   "engines": {
62     "node": ">=4"
63   },
64   "files": [
65     "main",
66     "example_sync.js",
67     "example_async.js"
68   ],
69   "homepage": "https://github.com/mrkmg/node-external-editor#readme",
70   "keywords": [
71     "editor",
72     "external",
73     "user",
74     "visual"
75   ],
76   "license": "MIT",
77   "main": "main/index.js",
78   "name": "external-editor",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/mrkmg/node-external-editor.git"
82   },
83   "scripts": {
84     "compile": "tsc -p tsconfig.json",
85     "lint": "tslint './src/**/*.ts' './test/**/*.ts'",
86     "test": "mocha --recursive --require ts-node/register --timeout 10000 ./test/spec 'test/spec/**/*.ts'"
87   },
88   "types": "main/index.d.ts",
89   "version": "3.1.0"
90 }