Actualizacion maquina principal
[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     "/findup-sync/micromatch",
21     "/nanomatch",
22     "/watchpack-chokidar2/micromatch",
23     "/webpack/micromatch"
24   ],
25   "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
26   "_shasum": "87a10ac4c1694bd2e1cbf53591a66141fb5dd747",
27   "_spec": "object.pick@^1.3.0",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
29   "author": {
30     "name": "Jon Schlinkert",
31     "url": "https://github.com/jonschlinkert"
32   },
33   "bugs": {
34     "url": "https://github.com/jonschlinkert/object.pick/issues"
35   },
36   "bundleDependencies": false,
37   "dependencies": {
38     "isobject": "^3.0.1"
39   },
40   "deprecated": false,
41   "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
42   "devDependencies": {
43     "gulp-format-md": "^1.0.0",
44     "mocha": "^3.1.2",
45     "vinyl": "^2.0.0"
46   },
47   "engines": {
48     "node": ">=0.10.0"
49   },
50   "files": [
51     "index.js"
52   ],
53   "homepage": "https://github.com/jonschlinkert/object.pick",
54   "keywords": [
55     "object",
56     "pick"
57   ],
58   "license": "MIT",
59   "main": "index.js",
60   "name": "object.pick",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/jonschlinkert/object.pick.git"
64   },
65   "scripts": {
66     "test": "mocha"
67   },
68   "verb": {
69     "run": true,
70     "toc": false,
71     "layout": "default",
72     "tasks": [
73       "readme"
74     ],
75     "plugins": [
76       "gulp-format-md"
77     ],
78     "related": {
79       "list": [
80         "extend-shallow",
81         "get-value",
82         "mixin-deep",
83         "set-value"
84       ],
85       "highlight": "object.omit"
86     },
87     "reflinks": [
88       "verb"
89     ],
90     "lint": {
91       "reflinks": true
92     }
93   },
94   "version": "1.3.0"
95 }