Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / vscode-uri / package.json
1 {
2   "_from": "vscode-uri@^2.1.2",
3   "_id": "vscode-uri@2.1.2",
4   "_inBundle": false,
5   "_integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==",
6   "_location": "/vscode-uri",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vscode-uri@^2.1.2",
12     "name": "vscode-uri",
13     "escapedName": "vscode-uri",
14     "rawSpec": "^2.1.2",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.2"
17   },
18   "_requiredBy": [
19     "/",
20     "/coc.nvim"
21   ],
22   "_resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz",
23   "_shasum": "c8d40de93eb57af31f3c715dd650e2ca2c096f1c",
24   "_spec": "vscode-uri@^2.1.2",
25   "_where": "/tmp/nvimaDCUyp/coc-go-i4qq5C",
26   "author": {
27     "name": "Microsoft"
28   },
29   "bugs": {
30     "url": "https://github.com/Microsoft/vscode-uri/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "The URI implementation that is used by VS Code and its extensions",
35   "devDependencies": {
36     "typescript": "^3.6.4"
37   },
38   "homepage": "https://github.com/Microsoft/vscode-uri#readme",
39   "license": "MIT",
40   "main": "./lib/umd/index.js",
41   "module": "./lib/esm/index.js",
42   "name": "vscode-uri",
43   "repository": {
44     "type": "git",
45     "url": "git+https://github.com/Microsoft/vscode-uri.git"
46   },
47   "scripts": {
48     "compile": "tsc -p ./src && tsc -p ./src/tsconfig.esm.json",
49     "prepublish": "npm run compile"
50   },
51   "typings": "./lib/umd/index",
52   "version": "2.1.2"
53 }