Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / collection-visit / package.json
1 {
2   "_from": "collection-visit@^1.0.0",
3   "_id": "collection-visit@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
6   "_location": "/collection-visit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "collection-visit@^1.0.0",
12     "name": "collection-visit",
13     "escapedName": "collection-visit",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/cache-base"
20   ],
21   "_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
22   "_shasum": "4bc0373c164bc3291b4d368c829cf1a80a59dca0",
23   "_spec": "collection-visit@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cache-base",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/collection-visit/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Brian Woodward",
36       "email": "brian.woodward@gmail.com",
37       "url": "https://twitter.com/doowb"
38     },
39     {
40       "name": "Jon Schlinkert",
41       "email": "jon.schlinkert@sellside.com",
42       "url": "http://twitter.com/jonschlinkert"
43     }
44   ],
45   "dependencies": {
46     "map-visit": "^1.0.0",
47     "object-visit": "^1.0.0"
48   },
49   "deprecated": false,
50   "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
51   "devDependencies": {
52     "clone-deep": "^0.2.4",
53     "gulp": "^3.9.1",
54     "gulp-eslint": "^3.0.1",
55     "gulp-format-md": "^0.1.12",
56     "gulp-istanbul": "^1.1.1",
57     "gulp-mocha": "^3.0.0",
58     "mocha": "^3.2.0"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "homepage": "https://github.com/jonschlinkert/collection-visit",
67   "keywords": [
68     "array",
69     "arrays",
70     "collection",
71     "context",
72     "function",
73     "helper",
74     "invoke",
75     "key",
76     "map",
77     "method",
78     "object",
79     "objects",
80     "value",
81     "visit",
82     "visitor"
83   ],
84   "license": "MIT",
85   "main": "index.js",
86   "name": "collection-visit",
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/jonschlinkert/collection-visit.git"
90   },
91   "scripts": {
92     "test": "mocha"
93   },
94   "verb": {
95     "related": {
96       "list": [
97         "base-methods",
98         "map-visit",
99         "object-visit"
100       ]
101     },
102     "toc": false,
103     "layout": "default",
104     "tasks": [
105       "readme"
106     ],
107     "plugins": [
108       "gulp-format-md"
109     ],
110     "lint": {
111       "reflinks": true
112     }
113   },
114   "version": "1.0.0"
115 }