Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-is / package.json
1 {
2   "_from": "unist-util-is@^3.0.0",
3   "_id": "unist-util-is@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==",
6   "_location": "/unist-util-is",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unist-util-is@^3.0.0",
12     "name": "unist-util-is",
13     "escapedName": "unist-util-is",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/unist-util-find-all-after",
20     "/unist-util-visit-parents"
21   ],
22   "_resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
23   "_shasum": "d9e84381c2468e82629e4a5be9d7d05a2dd324cd",
24   "_spec": "unist-util-is@^3.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unist-util-visit-parents",
26   "author": {
27     "name": "Titus Wormer",
28     "email": "tituswormer@gmail.com",
29     "url": "https://wooorm.com"
30   },
31   "bugs": {
32     "url": "https://github.com/syntax-tree/unist-util-is/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Titus Wormer",
38       "email": "tituswormer@gmail.com",
39       "url": "https://wooorm.com"
40     }
41   ],
42   "dependencies": {},
43   "deprecated": false,
44   "description": "Utility to check if a node passes a test",
45   "devDependencies": {
46     "browserify": "^16.0.0",
47     "nyc": "^14.0.0",
48     "prettier": "^1.0.0",
49     "remark-cli": "^6.0.0",
50     "remark-preset-wooorm": "^5.0.0",
51     "tape": "^4.0.0",
52     "tinyify": "^2.0.0",
53     "xo": "^0.24.0"
54   },
55   "files": [
56     "index.js",
57     "convert.js"
58   ],
59   "homepage": "https://github.com/syntax-tree/unist-util-is#readme",
60   "keywords": [
61     "unist",
62     "node",
63     "is",
64     "equal",
65     "test",
66     "type",
67     "util",
68     "utility"
69   ],
70   "license": "MIT",
71   "name": "unist-util-is",
72   "nyc": {
73     "check-coverage": true,
74     "lines": 100,
75     "functions": 100,
76     "branches": 100
77   },
78   "prettier": {
79     "tabWidth": 2,
80     "useTabs": false,
81     "singleQuote": true,
82     "bracketSpacing": false,
83     "semi": false,
84     "trailingComma": "none"
85   },
86   "remarkConfig": {
87     "plugins": [
88       "preset-wooorm"
89     ]
90   },
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/syntax-tree/unist-util-is.git"
94   },
95   "scripts": {
96     "build": "npm run build-bundle && npm run build-mangle",
97     "build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
98     "build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
99     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
100     "test": "npm run format && npm run build && npm run test-coverage",
101     "test-api": "node test",
102     "test-coverage": "nyc --reporter lcov tape test.js"
103   },
104   "version": "3.0.0",
105   "xo": {
106     "prettier": true,
107     "esnext": false,
108     "rules": {
109       "unicorn/prefer-type-error": "off"
110     },
111     "ignore": [
112       "unist-util-is.js"
113     ]
114   }
115 }