Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / loglevel / package.json
1 {
2   "_from": "loglevel@^1.4.1",
3   "_id": "loglevel@1.7.1",
4   "_inBundle": false,
5   "_integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==",
6   "_location": "/loglevel",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "loglevel@^1.4.1",
12     "name": "loglevel",
13     "escapedName": "loglevel",
14     "rawSpec": "^1.4.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.4.1"
17   },
18   "_requiredBy": [
19     "/loglevel-colored-level-prefix"
20   ],
21   "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
22   "_shasum": "005fde2f5e6e47068f935ff28573e125ef72f197",
23   "_spec": "loglevel@^1.4.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/loglevel-colored-level-prefix",
25   "author": {
26     "name": "Tim Perry",
27     "email": "pimterry@gmail.com",
28     "url": "http://tim-perry.co.uk"
29   },
30   "bugs": {
31     "url": "https://github.com/pimterry/loglevel/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {},
35   "deprecated": false,
36   "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
37   "devDependencies": {
38     "@types/core-js": "2.5.0",
39     "@types/node": "^12.0.4",
40     "grunt": "~0.4.5",
41     "grunt-cli": "~0.1.13",
42     "grunt-contrib-clean": "^0.6.0",
43     "grunt-contrib-concat": "~0.5.0",
44     "grunt-contrib-connect": "~0.8.0",
45     "grunt-contrib-jasmine": "~0.5.2",
46     "grunt-contrib-jshint": "^1.1.0",
47     "grunt-contrib-qunit": "~0.5.2",
48     "grunt-contrib-uglify": "~0.5.1",
49     "grunt-contrib-watch": "~0.6.1",
50     "grunt-coveralls": "^1.0.0",
51     "grunt-jasmine-node": "~0.2.1",
52     "grunt-open": "~0.2.3",
53     "grunt-preprocess": "^4.0.0",
54     "grunt-saucelabs": "^8.2.0",
55     "grunt-template-jasmine-istanbul": "~0.2.5",
56     "grunt-template-jasmine-requirejs": "~0.1.6",
57     "qunitjs": "1.14.0",
58     "typescript": "^3.5.1"
59   },
60   "engines": {
61     "node": ">= 0.6.0"
62   },
63   "funding": {
64     "type": "tidelift",
65     "url": "https://tidelift.com/funding/github/npm/loglevel"
66   },
67   "homepage": "https://github.com/pimterry/loglevel",
68   "keywords": [
69     "log",
70     "logger",
71     "logging",
72     "browser"
73   ],
74   "license": "MIT",
75   "main": "lib/loglevel.js",
76   "name": "loglevel",
77   "repository": {
78     "type": "git",
79     "url": "git://github.com/pimterry/loglevel.git"
80   },
81   "scripts": {
82     "ci": "grunt ci",
83     "dist": "grunt dist",
84     "test": "grunt test && tsc --noEmit ./test/type-test.ts",
85     "watch": "grunt watch"
86   },
87   "types": "./index.d.ts",
88   "version": "1.7.1"
89 }