Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / node_modules / debug / package.json
1 {
2   "_from": "debug@^2.3.3",
3   "_id": "debug@2.6.9",
4   "_inBundle": false,
5   "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
6   "_location": "/fast-glob/debug",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "debug@^2.3.3",
12     "name": "debug",
13     "escapedName": "debug",
14     "rawSpec": "^2.3.3",
15     "saveSpec": null,
16     "fetchSpec": "^2.3.3"
17   },
18   "_requiredBy": [
19     "/fast-glob/expand-brackets"
20   ],
21   "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
22   "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
23   "_spec": "debug@^2.3.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/expand-brackets",
25   "author": {
26     "name": "TJ Holowaychuk",
27     "email": "tj@vision-media.ca"
28   },
29   "browser": "./src/browser.js",
30   "bugs": {
31     "url": "https://github.com/visionmedia/debug/issues"
32   },
33   "bundleDependencies": false,
34   "component": {
35     "scripts": {
36       "debug/index.js": "browser.js",
37       "debug/debug.js": "debug.js"
38     }
39   },
40   "contributors": [
41     {
42       "name": "Nathan Rajlich",
43       "email": "nathan@tootallnate.net",
44       "url": "http://n8.io"
45     },
46     {
47       "name": "Andrew Rhyne",
48       "email": "rhyneandrew@gmail.com"
49     }
50   ],
51   "dependencies": {
52     "ms": "2.0.0"
53   },
54   "deprecated": false,
55   "description": "small debugging utility",
56   "devDependencies": {
57     "browserify": "9.0.3",
58     "chai": "^3.5.0",
59     "concurrently": "^3.1.0",
60     "coveralls": "^2.11.15",
61     "eslint": "^3.12.1",
62     "istanbul": "^0.4.5",
63     "karma": "^1.3.0",
64     "karma-chai": "^0.1.0",
65     "karma-mocha": "^1.3.0",
66     "karma-phantomjs-launcher": "^1.0.2",
67     "karma-sinon": "^1.0.5",
68     "mocha": "^3.2.0",
69     "mocha-lcov-reporter": "^1.2.0",
70     "rimraf": "^2.5.4",
71     "sinon": "^1.17.6",
72     "sinon-chai": "^2.8.0"
73   },
74   "homepage": "https://github.com/visionmedia/debug#readme",
75   "keywords": [
76     "debug",
77     "log",
78     "debugger"
79   ],
80   "license": "MIT",
81   "main": "./src/index.js",
82   "name": "debug",
83   "repository": {
84     "type": "git",
85     "url": "git://github.com/visionmedia/debug.git"
86   },
87   "version": "2.6.9"
88 }