Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unist-util-visit / package.json
1 {
2   "_from": "unist-util-visit@^1.1.0",
3   "_id": "unist-util-visit@1.4.1",
4   "_inBundle": false,
5   "_integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
6   "_location": "/unist-util-visit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unist-util-visit@^1.1.0",
12     "name": "unist-util-visit",
13     "escapedName": "unist-util-visit",
14     "rawSpec": "^1.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.0"
17   },
18   "_requiredBy": [
19     "/mdast-util-compact",
20     "/unist-util-remove-position"
21   ],
22   "_resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
23   "_shasum": "4724aaa8486e6ee6e26d7ff3c8685960d560b1e3",
24   "_spec": "unist-util-visit@^1.1.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unist-util-remove-position",
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-visit/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       "name": "Eugene Sharygin",
43       "email": "eush77@gmail.com"
44     },
45     {
46       "name": "Richard Gibson",
47       "email": "richard.gibson@gmail.com"
48     }
49   ],
50   "dependencies": {
51     "unist-util-visit-parents": "^2.0.0"
52   },
53   "deprecated": false,
54   "description": "Recursively walk over unist nodes",
55   "devDependencies": {
56     "browserify": "^16.0.0",
57     "nyc": "^14.0.0",
58     "prettier": "^1.0.0",
59     "remark": "^10.0.0",
60     "remark-cli": "^6.0.0",
61     "remark-preset-wooorm": "^5.0.0",
62     "tape": "^4.0.0",
63     "tinyify": "^2.0.0",
64     "xo": "^0.24.0"
65   },
66   "files": [
67     "index.js"
68   ],
69   "homepage": "https://github.com/syntax-tree/unist-util-visit#readme",
70   "keywords": [
71     "unist",
72     "remark",
73     "markdown",
74     "retext",
75     "natural",
76     "language",
77     "node",
78     "visit",
79     "walk",
80     "util",
81     "utility"
82   ],
83   "license": "MIT",
84   "name": "unist-util-visit",
85   "nyc": {
86     "check-coverage": true,
87     "lines": 100,
88     "functions": 100,
89     "branches": 100
90   },
91   "prettier": {
92     "tabWidth": 2,
93     "useTabs": false,
94     "singleQuote": true,
95     "bracketSpacing": false,
96     "semi": false,
97     "trailingComma": "none"
98   },
99   "remarkConfig": {
100     "plugins": [
101       "preset-wooorm"
102     ]
103   },
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/syntax-tree/unist-util-visit.git"
107   },
108   "scripts": {
109     "build": "npm run build-bundle && npm run build-mangle",
110     "build-bundle": "browserify . -s unistUtilVisit > unist-util-visit.js",
111     "build-mangle": "browserify . -s unistUtilVisit -p tinyify > unist-util-visit.min.js",
112     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
113     "test": "npm run format && npm run build && npm run test-coverage",
114     "test-api": "node test",
115     "test-coverage": "nyc --reporter lcov tape test.js"
116   },
117   "version": "1.4.1",
118   "xo": {
119     "prettier": true,
120     "esnext": false,
121     "ignores": [
122       "unist-util-visit.js"
123     ]
124   }
125 }