massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / globals / package.json
1 {
2         "name": "globals",
3         "version": "13.12.0",
4         "description": "Global identifiers from different JavaScript environments",
5         "license": "MIT",
6         "repository": "sindresorhus/globals",
7         "funding": "https://github.com/sponsors/sindresorhus",
8         "author": {
9                 "name": "Sindre Sorhus",
10                 "email": "sindresorhus@gmail.com",
11                 "url": "https://sindresorhus.com"
12         },
13         "engines": {
14                 "node": ">=8"
15         },
16         "scripts": {
17                 "test": "xo && ava"
18         },
19         "files": [
20                 "index.js",
21                 "index.d.ts",
22                 "globals.json"
23         ],
24         "keywords": [
25                 "globals",
26                 "global",
27                 "identifiers",
28                 "variables",
29                 "vars",
30                 "jshint",
31                 "eslint",
32                 "environments"
33         ],
34         "dependencies": {
35                 "type-fest": "^0.20.2"
36         },
37         "devDependencies": {
38                 "ava": "^2.4.0",
39                 "tsd": "^0.14.0",
40                 "xo": "^0.36.1"
41         },
42         "xo": {
43                 "ignores": [
44                         "get-browser-globals.js"
45                 ],
46                 "rules": {
47                         "node/no-unsupported-features/es-syntax": "off"
48                 }
49         },
50         "tsd": {
51                 "compilerOptions": {
52                         "resolveJsonModule": true
53                 }
54         }
55 }