Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / type-check / package.json
1 {
2   "_from": "type-check@~0.3.2",
3   "_id": "type-check@0.3.2",
4   "_inBundle": false,
5   "_integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
6   "_location": "/type-check",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "type-check@~0.3.2",
12     "name": "type-check",
13     "escapedName": "type-check",
14     "rawSpec": "~0.3.2",
15     "saveSpec": null,
16     "fetchSpec": "~0.3.2"
17   },
18   "_requiredBy": [
19     "/levn",
20     "/optionator"
21   ],
22   "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
23   "_shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
24   "_spec": "type-check@~0.3.2",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/levn",
26   "author": {
27     "name": "George Zahariev",
28     "email": "z@georgezahariev.com"
29   },
30   "bugs": {
31     "url": "https://github.com/gkz/type-check/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "prelude-ls": "~1.1.2"
36   },
37   "deprecated": false,
38   "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
39   "devDependencies": {
40     "browserify": "~12.0.1",
41     "istanbul": "~0.4.1",
42     "livescript": "~1.4.0",
43     "mocha": "~2.3.4"
44   },
45   "engines": {
46     "node": ">= 0.8.0"
47   },
48   "files": [
49     "lib",
50     "README.md",
51     "LICENSE"
52   ],
53   "homepage": "https://github.com/gkz/type-check",
54   "keywords": [
55     "type",
56     "check",
57     "checking",
58     "library"
59   ],
60   "license": "MIT",
61   "main": "./lib/",
62   "name": "type-check",
63   "repository": {
64     "type": "git",
65     "url": "git://github.com/gkz/type-check.git"
66   },
67   "scripts": {
68     "test": "make test"
69   },
70   "version": "0.3.2"
71 }