Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-find-all-after / package.json
1 {
2   "_from": "unist-util-find-all-after@^1.0.1",
3   "_id": "unist-util-find-all-after@1.0.5",
4   "_inBundle": false,
5   "_integrity": "sha512-lWgIc3rrTMTlK1Y0hEuL+k+ApzFk78h+lsaa2gHf63Gp5Ww+mt11huDniuaoq1H+XMK2lIIjjPkncxXcDp3QDw==",
6   "_location": "/unist-util-find-all-after",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unist-util-find-all-after@^1.0.1",
12     "name": "unist-util-find-all-after",
13     "escapedName": "unist-util-find-all-after",
14     "rawSpec": "^1.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.1"
17   },
18   "_requiredBy": [
19     "/postcss-html"
20   ],
21   "_resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.5.tgz",
22   "_shasum": "5751a8608834f41d117ad9c577770c5f2f1b2899",
23   "_spec": "unist-util-find-all-after@^1.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-html",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/syntax-tree/unist-util-find-all-after/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {
42     "unist-util-is": "^3.0.0"
43   },
44   "deprecated": false,
45   "description": "Utility to find nodes after another node",
46   "devDependencies": {
47     "browserify": "^16.0.0",
48     "nyc": "^14.0.0",
49     "prettier": "^1.0.0",
50     "remark": "^11.0.0",
51     "remark-cli": "^7.0.0",
52     "remark-preset-wooorm": "^6.0.0",
53     "tape": "^4.0.0",
54     "tinyify": "^2.0.0",
55     "xo": "^0.25.0"
56   },
57   "funding": {
58     "type": "opencollective",
59     "url": "https://opencollective.com/unified"
60   },
61   "homepage": "https://github.com/syntax-tree/unist-util-find-all-after#readme",
62   "keywords": [
63     "unist",
64     "node",
65     "find",
66     "after",
67     "util",
68     "utility"
69   ],
70   "license": "MIT",
71   "name": "unist-util-find-all-after",
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-find-all-after.git"
94   },
95   "scripts": {
96     "build": "npm run build-bundle && npm run build-mangle",
97     "build-bundle": "browserify . -s unistUtilFindAllAfter -o unist-util-find-all-after.js",
98     "build-mangle": "browserify . -s unistUtilFindAllAfter -p tinyify -o unist-util-find-all-after.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": "1.0.5",
105   "xo": {
106     "prettier": true,
107     "esnext": false,
108     "rules": {
109       "guard-for-in": "off"
110     },
111     "ignore": [
112       "unist-util-find-all-after.js"
113     ]
114   }
115 }