massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / globals / package.json
index 15ae37004731d66a4d511c3a1b351667a6789fa6..30d75c7b55ecec262d079ad94ccf2ecc170f8d84 100644 (file)
@@ -1,84 +1,55 @@
 {
-  "_from": "globals@^12.1.0",
-  "_id": "globals@12.4.0",
-  "_inBundle": false,
-  "_integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
-  "_location": "/globals",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "globals@^12.1.0",
-    "name": "globals",
-    "escapedName": "globals",
-    "rawSpec": "^12.1.0",
-    "saveSpec": null,
-    "fetchSpec": "^12.1.0"
-  },
-  "_requiredBy": [
-    "/eslint"
-  ],
-  "_resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
-  "_shasum": "a18813576a41b00a24a97e7f815918c2e19925f8",
-  "_spec": "globals@^12.1.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
-  "author": {
-    "name": "Sindre Sorhus",
-    "email": "sindresorhus@gmail.com",
-    "url": "https://sindresorhus.com"
-  },
-  "bugs": {
-    "url": "https://github.com/sindresorhus/globals/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "type-fest": "^0.8.1"
-  },
-  "deprecated": false,
-  "description": "Global identifiers from different JavaScript environments",
-  "devDependencies": {
-    "ava": "^2.2.0",
-    "tsd": "^0.9.0",
-    "xo": "^0.25.3"
-  },
-  "engines": {
-    "node": ">=8"
-  },
-  "files": [
-    "index.js",
-    "index.d.ts",
-    "globals.json"
-  ],
-  "funding": "https://github.com/sponsors/sindresorhus",
-  "homepage": "https://github.com/sindresorhus/globals#readme",
-  "keywords": [
-    "globals",
-    "global",
-    "identifiers",
-    "variables",
-    "vars",
-    "jshint",
-    "eslint",
-    "environments"
-  ],
-  "license": "MIT",
-  "name": "globals",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/sindresorhus/globals.git"
-  },
-  "scripts": {
-    "test": "xo && ava"
-  },
-  "tsd": {
-    "compilerOptions": {
-      "resolveJsonModule": true
-    }
-  },
-  "version": "12.4.0",
-  "xo": {
-    "ignores": [
-      "get-browser-globals.js"
-    ]
-  }
+       "name": "globals",
+       "version": "13.12.0",
+       "description": "Global identifiers from different JavaScript environments",
+       "license": "MIT",
+       "repository": "sindresorhus/globals",
+       "funding": "https://github.com/sponsors/sindresorhus",
+       "author": {
+               "name": "Sindre Sorhus",
+               "email": "sindresorhus@gmail.com",
+               "url": "https://sindresorhus.com"
+       },
+       "engines": {
+               "node": ">=8"
+       },
+       "scripts": {
+               "test": "xo && ava"
+       },
+       "files": [
+               "index.js",
+               "index.d.ts",
+               "globals.json"
+       ],
+       "keywords": [
+               "globals",
+               "global",
+               "identifiers",
+               "variables",
+               "vars",
+               "jshint",
+               "eslint",
+               "environments"
+       ],
+       "dependencies": {
+               "type-fest": "^0.20.2"
+       },
+       "devDependencies": {
+               "ava": "^2.4.0",
+               "tsd": "^0.14.0",
+               "xo": "^0.36.1"
+       },
+       "xo": {
+               "ignores": [
+                       "get-browser-globals.js"
+               ],
+               "rules": {
+                       "node/no-unsupported-features/es-syntax": "off"
+               }
+       },
+       "tsd": {
+               "compilerOptions": {
+                       "resolveJsonModule": true
+               }
+       }
 }