Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / tslib / package.json
1 {
2   "_from": "tslib@^2.0.0",
3   "_id": "tslib@2.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
6   "_location": "/tslib",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "tslib@^2.0.0",
12     "name": "tslib",
13     "escapedName": "tslib",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/",
20     "/coc.nvim"
21   ],
22   "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
23   "_shasum": "8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c",
24   "_spec": "tslib@^2.0.0",
25   "_where": "/tmp/nvimaDCUyp/coc-go-i4qq5C",
26   "author": {
27     "name": "Microsoft Corp."
28   },
29   "bugs": {
30     "url": "https://github.com/Microsoft/TypeScript/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Runtime library for TypeScript helper functions",
35   "exports": {
36     ".": {
37       "module": "./tslib.es6.js",
38       "import": "./modules/index.js",
39       "default": "./tslib.js"
40     },
41     "./": "./"
42   },
43   "homepage": "https://www.typescriptlang.org/",
44   "jsnext:main": "tslib.es6.js",
45   "keywords": [
46     "TypeScript",
47     "Microsoft",
48     "compiler",
49     "language",
50     "javascript",
51     "tslib",
52     "runtime"
53   ],
54   "license": "0BSD",
55   "main": "tslib.js",
56   "module": "tslib.es6.js",
57   "name": "tslib",
58   "repository": {
59     "type": "git",
60     "url": "git+https://github.com/Microsoft/tslib.git"
61   },
62   "sideEffects": false,
63   "typings": "tslib.d.ts",
64   "version": "2.0.3"
65 }