massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / loglevel / package.json
index 7dbbe9901a9f8a4996d84a5436ef12722f2d4cec..7c05cb6e58d475e3d8a688c9e38816ad248a55bf 100644 (file)
@@ -1,39 +1,37 @@
 {
-  "_from": "loglevel@^1.4.1",
-  "_id": "loglevel@1.6.8",
-  "_inBundle": false,
-  "_integrity": "sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==",
-  "_location": "/loglevel",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "loglevel@^1.4.1",
-    "name": "loglevel",
-    "escapedName": "loglevel",
-    "rawSpec": "^1.4.1",
-    "saveSpec": null,
-    "fetchSpec": "^1.4.1"
-  },
-  "_requiredBy": [
-    "/loglevel-colored-level-prefix"
-  ],
-  "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.8.tgz",
-  "_shasum": "8a25fb75d092230ecd4457270d80b54e28011171",
-  "_spec": "loglevel@^1.4.1",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/loglevel-colored-level-prefix",
+  "name": "loglevel",
+  "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
+  "version": "1.8.0",
+  "homepage": "https://github.com/pimterry/loglevel",
   "author": {
     "name": "Tim Perry",
     "email": "pimterry@gmail.com",
     "url": "http://tim-perry.co.uk"
   },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/pimterry/loglevel.git"
+  },
   "bugs": {
     "url": "https://github.com/pimterry/loglevel/issues"
   },
-  "bundleDependencies": false,
+  "funding": {
+    "type": "tidelift",
+    "url": "https://tidelift.com/funding/github/npm/loglevel"
+  },
+  "license": "MIT",
+  "main": "lib/loglevel.js",
+  "types": "./index.d.ts",
+  "engines": {
+    "node": ">= 0.6.0"
+  },
+  "scripts": {
+    "test": "grunt test && tsc --noEmit ./test/type-test.ts",
+    "ci": "grunt ci",
+    "dist": "grunt dist",
+    "watch": "grunt watch"
+  },
   "dependencies": {},
-  "deprecated": false,
-  "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
   "devDependencies": {
     "@types/core-js": "2.5.0",
     "@types/node": "^12.0.4",
     "qunitjs": "1.14.0",
     "typescript": "^3.5.1"
   },
-  "engines": {
-    "node": ">= 0.6.0"
-  },
-  "funding": {
-    "type": "tidelift",
-    "url": "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund"
-  },
-  "homepage": "https://github.com/pimterry/loglevel",
   "keywords": [
     "log",
     "logger",
     "logging",
     "browser"
-  ],
-  "license": "MIT",
-  "main": "lib/loglevel.js",
-  "name": "loglevel",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/pimterry/loglevel.git"
-  },
-  "scripts": {
-    "ci": "grunt ci",
-    "dist": "grunt dist",
-    "test": "grunt test && tsc --noEmit ./test/type-test.ts",
-    "watch": "grunt watch"
-  },
-  "types": "./index.d.ts",
-  "version": "1.6.8"
+  ]
 }