Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / object.pick / package.json
1 {
2   "_from": "object.pick@^1.3.0",
3   "_id": "object.pick@1.3.0",
4   "_inBundle": false,
5   "_integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
6   "_location": "/object.pick",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "object.pick@^1.3.0",
12     "name": "object.pick",
13     "escapedName": "object.pick",
14     "rawSpec": "^1.3.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.3.0"
17   },
18   "_requiredBy": [
19     "/fast-glob/micromatch",
20     "/nanomatch"
21   ],
22   "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
23   "_shasum": "87a10ac4c1694bd2e1cbf53591a66141fb5dd747",
24   "_spec": "object.pick@^1.3.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/micromatch",
26   "author": {
27     "name": "Jon Schlinkert",
28     "url": "https://github.com/jonschlinkert"
29   },
30   "bugs": {
31     "url": "https://github.com/jonschlinkert/object.pick/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "isobject": "^3.0.1"
36   },
37   "deprecated": false,
38   "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
39   "devDependencies": {
40     "gulp-format-md": "^1.0.0",
41     "mocha": "^3.1.2",
42     "vinyl": "^2.0.0"
43   },
44   "engines": {
45     "node": ">=0.10.0"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/jonschlinkert/object.pick",
51   "keywords": [
52     "object",
53     "pick"
54   ],
55   "license": "MIT",
56   "main": "index.js",
57   "name": "object.pick",
58   "repository": {
59     "type": "git",
60     "url": "git+https://github.com/jonschlinkert/object.pick.git"
61   },
62   "scripts": {
63     "test": "mocha"
64   },
65   "verb": {
66     "run": true,
67     "toc": false,
68     "layout": "default",
69     "tasks": [
70       "readme"
71     ],
72     "plugins": [
73       "gulp-format-md"
74     ],
75     "related": {
76       "list": [
77         "extend-shallow",
78         "get-value",
79         "mixin-deep",
80         "set-value"
81       ],
82       "highlight": "object.omit"
83     },
84     "reflinks": [
85       "verb"
86     ],
87     "lint": {
88       "reflinks": true
89     }
90   },
91   "version": "1.3.0"
92 }